diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62045b9cb64..129dde734ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * icomplete.el (icomplete-completions): Make sure the prefix is already | ||
| 4 | displayed elsewhere before hiding it. | ||
| 5 | |||
| 1 | 2013-12-14 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2013-12-14 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before | 8 | * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before |
| @@ -9,12 +14,11 @@ | |||
| 9 | 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com> | 14 | 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com> |
| 10 | 15 | ||
| 11 | * progmodes/cfengine.el: Fix `add-hook' doc. | 16 | * progmodes/cfengine.el: Fix `add-hook' doc. |
| 12 | (cfengine-mode-syntax-functions-regex): | 17 | (cfengine-mode-syntax-functions-regex): Initialize sensibly. |
| 13 | Initialize sensibly. | ||
| 14 | (cfengine3--current-word): Fix parameters. | 18 | (cfengine3--current-word): Fix parameters. |
| 15 | (cfengine3-make-syntax-cache): Simplify further. | 19 | (cfengine3-make-syntax-cache): Simplify further. |
| 16 | (cfengine3-completion-function, cfengine3--current-function): Use | 20 | (cfengine3-completion-function, cfengine3--current-function): |
| 17 | `assq' for symbols. | 21 | Use `assq' for symbols. |
| 18 | (cfengine3--current-function): Fix `cfengine3--current-word' call. | 22 | (cfengine3--current-function): Fix `cfengine3--current-word' call. |
| 19 | 23 | ||
| 20 | 2013-12-13 Glenn Morris <rgm@gnu.org> | 24 | 2013-12-13 Glenn Morris <rgm@gnu.org> |
| @@ -31,8 +35,8 @@ | |||
| 31 | cf-promises doesn't run. | 35 | cf-promises doesn't run. |
| 32 | (cfengine3--current-word): Reimplement using | 36 | (cfengine3--current-word): Reimplement using |
| 33 | `cfengine-mode-syntax-functions-regex'. | 37 | `cfengine-mode-syntax-functions-regex'. |
| 34 | (cfengine3-completion-function, cfengine3--current-function): Use | 38 | (cfengine3-completion-function, cfengine3--current-function): |
| 35 | `cfengine3-make-syntax-cache' directly. | 39 | Use `cfengine3-make-syntax-cache' directly. |
| 36 | (cfengine3-clear-syntax-cache): New function. | 40 | (cfengine3-clear-syntax-cache): New function. |
| 37 | (cfengine3-make-syntax-cache): Simplify and create | 41 | (cfengine3-make-syntax-cache): Simplify and create |
| 38 | `cfengine-mode-syntax-functions-regex' on demand. | 42 | `cfengine-mode-syntax-functions-regex' on demand. |
| @@ -85,8 +89,8 @@ | |||
| 85 | 89 | ||
| 86 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> | 90 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 87 | 91 | ||
| 88 | * progmodes/python.el (python-indent-calculate-indentation): Fix | 92 | * progmodes/python.el (python-indent-calculate-indentation): |
| 89 | de-denters cornercase. (Bug#15731) | 93 | Fix de-denters cornercase. (Bug#15731) |
| 90 | 94 | ||
| 91 | 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca> | 95 | 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 92 | 96 | ||