From 4d4ddaa78c15716a93f790b11e9879d73db5e7d9 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 23 Jan 2013 14:25:50 +0800 Subject: * xml.el (xml-entity-or-char-ref-re): Fix regexp. This bug was reported by Jae-oh Kim; it was posted to bug-gnu-emacs but didn't show up in the bug tracker for some reason. It is a regression against Emacs 24.2. --- lisp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7be8224ae65..eee7700446a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-01-23 Chong Yidong + + * xml.el (xml-entity-or-char-ref-re): Fix regexp. + 2013-01-18 Leo Liu * dired.el (dired-get-marked-files): Prune erroneous values due to -- cgit v1.2.1 From 267eacb5e3ef38b6e1ac70ee5e1922f58d764f15 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Wed, 23 Jan 2013 18:58:11 +0000 Subject: Fix a bug in the state cache mechanism. Refactor this a bit. cc-engine.el (c-parse-state-get-strategy): Remove the `cache-pos' element from the return value. (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of buffer to enable proper searching from beyond HERE. Amend the test for detecting the sought brace pair. Amend the value written to the "brace desert cache" when the brace isn't found. (c-remove-stale-state-cache): Rename `good-pos' to `start-point', and several other variables analogously. (c-remove-stale-state-cache-backwards): Change `cache-pos' from a parameter to a locally calculated variable. (c-parse-state-1): Change the calling conventions to the two defuns involving `cache-pos'. --- lisp/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eee7700446a..49fbf0eb5b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2013-01-23 Alan Mackenzie + + Fix a bug in the state cache mechanism. Refactor this a bit. + + * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the + `cache-pos' element from the return value. + (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of + buffer to enable proper searching from beyond HERE. Amend the + test for detecting the sought brace pair. Amend the value written + to the "brace desert cache" when the brace isn't found. + (c-remove-stale-state-cache): Rename `good-pos' to `start-point', + and several other variables analogously. + (c-remove-stale-state-cache-backwards): Change `cache-pos' from a + parameter to a locally calculated variable. + (c-parse-state-1): Change the calling conventions to the two + defuns involving `cache-pos'. + 2013-01-23 Chong Yidong * xml.el (xml-entity-or-char-ref-re): Fix regexp. -- cgit v1.2.1 From ddc62155d24b9a9e24177bd5f13934e0d5b23159 Mon Sep 17 00:00:00 2001 From: Fabián Ezequiel Gallina Date: Wed, 23 Jan 2013 18:55:46 -0300 Subject: * imenu.el (imenu-default-create-index-function): Remove useless infinite loop check. Fixes: debbugs:13438 --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49fbf0eb5b6..cddc9dd078c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-01-23 Fabián Ezequiel Gallina + + * imenu.el (imenu-default-create-index-function): Remove useless + infinite loop check. (Bug#13438) + 2013-01-23 Alan Mackenzie Fix a bug in the state cache mechanism. Refactor this a bit. -- cgit v1.2.1 From 345f866e048bdc11bc38d894a7eaaa47335443e2 Mon Sep 17 00:00:00 2001 From: Fabián Ezequiel Gallina Date: Wed, 23 Jan 2013 22:24:09 -0300 Subject: * lisp/progmodes/python.el: Enhancements to header documentation about skeletons. Fixes: debbugs:5716 --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cddc9dd078c..2a1c5b70199 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-01-24 Fabián Ezequiel Gallina + + * progmodes/python.el: Enhancements to header documentation about + skeletons. (Bug#5716) + 2013-01-23 Fabián Ezequiel Gallina * imenu.el (imenu-default-create-index-function): Remove useless -- cgit v1.2.1