diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
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 @@ | |||
| 1 | 2013-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 | |||
| 9 | 2013-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 | |||
| 26 | 2013-01-25 Chong Yidong <cyd@gnu.org> | ||
| 27 | |||
| 28 | * xml.el (xml-entity-or-char-ref-re): Fix regexp. | ||
| 29 | |||
| 1 | 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change) | 30 | 2013-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 |