aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-03-14 10:48:03 -0400
committerStefan Monnier2013-03-14 10:48:03 -0400
commitefe8bf5d9bd5ec99867abe624ddb055236a882f4 (patch)
treef019dccf8633cfb73fc55dbb5dc06d4a810fa496 /lisp/ChangeLog
parent95b43468a4958795cee5e7bd232239c5f61d2475 (diff)
downloademacs-efe8bf5d9bd5ec99867abe624ddb055236a882f4.tar.gz
emacs-efe8bf5d9bd5ec99867abe624ddb055236a882f4.zip
* lisp/emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
token before point. Fixes: debbugs:13942
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 993d9789bad..71460a3d7a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
4 token before point (bug#13942).
5
12013-03-14 Leo Liu <sdl.web@gmail.com> 62013-03-14 Leo Liu <sdl.web@gmail.com>
2 7
3 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after. 8 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
@@ -25,8 +30,8 @@
25 30
262013-02-20 Fabián Ezequiel Gallina <fgallina@cuca> 312013-02-20 Fabián Ezequiel Gallina <fgallina@cuca>
27 32
28 * progmodes/python.el (python-info-current-defun): Enhance 33 * progmodes/python.el (python-info-current-defun):
29 match-data cluttering prevention. 34 Enhance match-data cluttering prevention.
30 35
312013-02-19 Glenn Morris <rgm@gnu.org> 362013-02-19 Glenn Morris <rgm@gnu.org>
32 37
@@ -40,8 +45,8 @@
40 45
412013-02-19 Fabián Ezequiel Gallina <fgallina@cuca> 462013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
42 47
43 * progmodes/python.el (python-indent-context): Fix 48 * progmodes/python.el (python-indent-context):
44 python-info-line-ends-backslash-p call. 49 Fix python-info-line-ends-backslash-p call.
45 (python-info-line-ends-backslash-p) 50 (python-info-line-ends-backslash-p)
46 (python-info-beginning-of-backslash): Respect line-number 51 (python-info-beginning-of-backslash): Respect line-number
47 argument. 52 argument.
@@ -119,8 +124,8 @@
119 searching for its match. 124 searching for its match.
120 (c-invalidate-state-cache-1): Add HERE parameter to function call. 125 (c-invalidate-state-cache-1): Add HERE parameter to function call.
121 (c-parse-state-1): Don't narrow here for 'forward strategy, 126 (c-parse-state-1): Don't narrow here for 'forward strategy,
122 instead passing extra parameter HERE to several functions. Remove 127 instead passing extra parameter HERE to several functions.
123 'BOD strategy. 128 Remove 'BOD strategy.
124 129
1252013-02-01 Stefan Monnier <monnier@iro.umontreal.ca> 1302013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
126 131