aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-01-24 20:41:39 -0800
committerGlenn Morris2013-01-24 20:41:39 -0800
commit830e46e61ba1316e771c72a15e709d3d12e150b7 (patch)
treec88c21c32f65dc77d8f76c315a41a519a585dc8f /lisp/ChangeLog
parent3d4147bae3f03502acb3d12a5c9747129cc0c6aa (diff)
parent345f866e048bdc11bc38d894a7eaaa47335443e2 (diff)
downloademacs-830e46e61ba1316e771c72a15e709d3d12e150b7.tar.gz
emacs-830e46e61ba1316e771c72a15e709d3d12e150b7.zip
Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5efa7810ad2..1fc7b5d49ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,32 @@
12013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 * progmodes/python.el: Enhancements to header documentation about
4 skeletons. (Bug#5716)
5
6 * imenu.el (imenu-default-create-index-function): Remove useless
7 infinite loop check. (Bug#13438)
8
92013-01-25 Alan Mackenzie <acm@muc.de>
10
11 Fix a bug in the state cache mechanism. Refactor this a bit.
12
13 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
14 `cache-pos' element from the return value.
15 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
16 buffer to enable proper searching from beyond HERE. Amend the
17 test for detecting the sought brace pair. Amend the value written
18 to the "brace desert cache" when the brace isn't found.
19 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
20 and several other variables analogously.
21 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
22 parameter to a locally calculated variable.
23 (c-parse-state-1): Change the calling conventions to the two
24 defuns involving `cache-pos'.
25
262013-01-25 Chong Yidong <cyd@gnu.org>
27
28 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
29
12013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change) 302013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2 31
3 * paren.el (show-paren-function): Make sure to set 'priority and 32 * paren.el (show-paren-function): Make sure to set 'priority and