aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorTed Zlatanov2013-11-16 17:36:14 -0500
committerTed Zlatanov2013-11-16 17:36:14 -0500
commit7e26a6c339371c348dfda84ea7314c2148572b09 (patch)
treef519c8ee23ea7d98908644541b3af9b3154d5673 /lisp/ChangeLog
parent86eaab89204363fff25788586e49d050b102bcda (diff)
downloademacs-7e26a6c339371c348dfda84ea7314c2148572b09.tar.gz
emacs-7e26a6c339371c348dfda84ea7314c2148572b09.zip
Add CFEngine 3 ElDoc, completion, and compilation glue to cf-promises.
* progmodes/cfengine.el: Version bump. (cfengine-cf-promises): New defcustom to locate cf-promises. (cfengine3-vartypes): Add new "data" type. (cfengine3--current-word): New function to get current name-like word or its bounds. (cfengine3--current-function): New function to look up a CFEngine function's definition. (cfengine3-format-function-docstring): New function. (cfengine3-make-syntax-cache): New function. (cfengine3-documentation-function): New function: ElDoc glue. (cfengine3-completion-function): New function: completion glue. (cfengine3-mode): Set `compile-command', `eldoc-documentation-function', and add to `completion-at-point-functions'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce887ff3e11..2b4f941048c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * progmodes/cfengine.el: Version bump.
4 (cfengine-cf-promises): New defcustom to locate cf-promises.
5 (cfengine3-vartypes): Add new "data" type.
6 (cfengine3--current-word): New function to get current name-like
7 word or its bounds.
8 (cfengine3--current-function): New function to look up a CFEngine
9 function's definition.
10 (cfengine3-format-function-docstring): New function.
11 (cfengine3-make-syntax-cache): New function.
12 (cfengine3-documentation-function): New function: ElDoc glue.
13 (cfengine3-completion-function): New function: completion glue.
14 (cfengine3-mode): Set `compile-command',
15 `eldoc-documentation-function', and add to
16 `completion-at-point-functions'.
17
12013-11-16 Michael Albinus <michael.albinus@gmx.de> 182013-11-16 Michael Albinus <michael.albinus@gmx.de>
2 19
3 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up 20 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up