summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cfengine.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-2/+2
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-9/+0
* Remove some ancient Emacs compat codeStefan Kangas2022-05-251-7/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-5/+4
* * lisp/progmodes/cfengine.el: Use lexical-bindingStefan Monnier2021-04-011-2/+2
* Remove several references to Emacs 22 and earlierStefan Kangas2021-03-101-3/+1
* Remove redundant :group args in progmodes/*.elStefan Kangas2021-02-131-4/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in cfengine.elStefan Kangas2020-12-091-24/+22
* Shoosh warnings about obsolete eldoc-documentation-functionJoão Távora2020-07-081-9/+2
* Make more parts of Emacs use new Eldoc capabilitiesJoão Távora2020-07-081-2/+2
* Better handle asynchronous Eldoc sourcesJoão Távora2020-07-081-1/+1
* Expose ElDoc functions in a hook (Bug#28257)Mark Oteiza2020-02-251-6/+9
* Add and remove backslashes in regexpsMattias Engdegård2020-02-201-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* Fix a bug in cfengine3-modeLeo Liu2015-07-191-0/+4
* cfengine.el: update for the upcoming CFEngine 3.7 releaseTed Zlatanov2015-06-291-11/+51
* eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz2015-01-201-1/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/progmodes/cfengine.el (cfengine3-defun-full-re): New var.Leo Liu2014-10-231-9/+22
* Fix last changeLeo Liu2014-10-111-2/+2
* * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):Leo Liu2014-10-111-29/+35
* * lisp/progmodes/cfengine.el (cfengine3-make-syntax-cache): AlwaysLeo Liu2014-10-081-24/+26
* Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'Glenn Morris2014-01-291-3/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Add missing custom :versions, plus small fixesGlenn Morris2013-12-271-1/+2
* Misc small custom fixesGlenn Morris2013-12-271-2/+2
* Cleanup cfengine3-mode so complete-symbol works again.Ted Zlatanov2013-12-161-14/+11
* progmodes/cfengine.el: Fix `add-hook' doc.Ted Zlatanov2013-12-131-1/+1
* More cfengine.el fixes over previous commit.Ted Zlatanov2013-12-131-32/+33
* Improve CFEngine 3 parsing and eldoc support, with syntax fallbacksTed Zlatanov2013-12-131-40/+686
* Add CFEngine 3 ElDoc, completion, and compilation glue to cf-promises.Ted Zlatanov2013-11-161-2/+146
* * progmodes/cfengine.el: Do not indent inside continued strings.Ted Zlatanov2013-07-101-2/+2
* Convert symbol prettification into minor mode and global minor mode.Juanma Barranquero2013-06-191-1/+1
* Introduce and use prog-prettify-install.Ted Zlatanov2013-06-051-11/+2
* Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-l...Ted Zlatanov2013-06-051-1/+18
* * progmodes/cfengine.el: Use symbol motion commands instead of extending the ...Ted Zlatanov2013-03-221-15/+16
* * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word syntax.Ted Zlatanov2013-03-211-0/+1
* * progmodes/cfengine.el: add CFEngine 3-specific indentation.Ted Zlatanov2013-03-121-5/+85
* * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher.Ted Zlatanov2013-03-111-8/+10