summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Stefan Kangas2022-09-211-2/+2
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-2/+2
* | Delete many items obsolete since 24.3Stefan Kangas2022-09-091-3/+1
* | Omit some (current-time) callsPaul Eggert2022-08-011-2/+1
* | Merge from origin/emacs-28Stefan Kangas2022-06-241-1/+1
|\|
| * ; Fix typos: prefer US spelling.Stefan Kangas2022-06-231-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in hideif.elStefan Kangas2021-12-151-23/+17
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-1/+1
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-1/+1
* ; Fix typosStefan Kangas2021-09-031-1/+1
* ; * lisp/progmodes/hideif.el (hif-unicode-prefix-regexp): Stray `\`.Mattias Engdegård2021-06-161-1/+1
* Fix up previous hideif change to avoid a compilation warningLars Ingebrigtsen2021-06-031-3/+3
* * lisp/progmodes/hideif.el: Fix initial version for new variablesLuke Lee2021-06-031-3/+6
* * lisp/progmodes/hideif.el: update for new C++ standards and extensionsLuke Lee2021-06-021-280/+934
* Fix incorrect regular expression for more general text replacements.Luke Lee2021-03-311-1/+1
* Allow hide-ifdef-guts to work in buffers not visiting filesZhiwei Chen2021-03-211-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-2/+2
* Prefer setq to set+quoteStefan Kangas2020-12-141-1/+1
* Prefer setq-local in some remaining progmodesStefan Kangas2020-12-091-8/+8
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | ; Fix typosStefan Kangas2020-09-211-4/+4
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\|
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-1/+1
|/
* Make hide-ifdef-mode-prefix-key customisableLars Ingebrigtsen2019-08-211-11/+7
* 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