summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
Commit message (Expand)AuthorAgeFilesLines
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Some more flatten-tree aliasesPaul Eggert2018-12-171-8/+3
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-6/+2
* | 0x%x → %#x in elisp formatsPaul Eggert2018-07-231-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix some duplicate words typosGlenn Morris2017-10-271-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* | An efficient built-in mapcanMario Lang2016-07-101-2/+2
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-1/+1
|/
* Fix tests for active region in hideif.elEli Zaretskii2016-01-161-2/+2
* Fix interactive specs in some hideif.el commandsEli Zaretskii2016-01-161-6/+17
* Fix some custom types.Glenn Morris2016-01-121-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-16/+16
* hideif.el: Recognize .h++ as C++ header.Rüdiger Sonderfeld2015-09-011-1/+1
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-3/+3
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-051-3/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-3/+3
* Spelling fixes.Paul Eggert2014-09-111-6/+6
* Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.orgGlenn Morris2014-07-211-1/+4
|\
| * Small fixes re toggle-read-only, mainly docGlenn Morris2014-07-211-1/+4
| * * lisp/progmodes/hideif.el: Undo last change which should only go to trunkStefan Monnier2014-06-261-577/+46
| * HideIfDef mode bug fixes and enhancements. This is #2 of 3 patches basedLuke Lee2014-06-261-46/+577
* | HideIfDef mode bug fixes and enhancements. This is #3 of 3 patches basedLuke Lee2014-07-071-249/+523
* | * lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add theLuke Lee2014-07-021-1/+2
* | * lisp/progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.Stefan Monnier2014-06-271-27/+24
* | * lisp/progmodes/hideif.el: Style fixes. Fix doc-strings and comment style,Luke Lee2014-06-271-72/+66
* | HideIfDef mode bug fixes and enhancements. This is #2 of 3 patches basedLuke Lee2014-06-261-46/+568
* | * lisp/progmodes/hideif.el (hif-string-to-number): Don't return float forWilliam Xu2014-06-191-3/+7
* | lisp/progmodes/hideif.el (hif-tokenize): Understand non-decimal floats.Juanma Barranquero2014-03-201-6/+11
|/
* lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos.Juanma Barranquero2014-03-141-4/+4
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Aggregate hideif parser enhancements for a complete supporting of C/C++Luke Lee2014-01-281-42/+205
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Incorporate Semantic's hideif components into hideif.el (replacing advice)Chong Yidong2012-10-021-6/+13
* * lisp/progmodes/hideif.el (hif-compress-define-list): Fix typo. (tiny change)Jeremy Moore2012-08-221-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Fix more minor mode docstrings.Chong Yidong2011-10-191-5/+9
* lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-7/+8
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\