summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
AgeCommit message (Expand)Author
2021-06-16; * lisp/progmodes/hideif.el (hif-unicode-prefix-regexp): Stray `\`.Mattias Engdegård
2021-06-03Fix up previous hideif change to avoid a compilation warningLars Ingebrigtsen
2021-06-03* lisp/progmodes/hideif.el: Fix initial version for new variablesLuke Lee
2021-06-02* lisp/progmodes/hideif.el: update for new C++ standards and extensionsLuke Lee
2021-03-31Fix incorrect regular expression for more general text replacements.Luke Lee
2021-03-21Allow hide-ifdef-guts to work in buffers not visiting filesZhiwei Chen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-19Shorten over-wide docstrings in defcustomsStefan Kangas
2020-12-14Prefer setq to set+quoteStefan Kangas
2020-12-09Prefer setq-local in some remaining progmodesStefan Kangas
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas
2020-09-21; Fix typosStefan Kangas
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-26Use regexp type for regexps in defcustom declarationsMattias Engdegård
2019-08-21Make hide-ifdef-mode-prefix-key customisableLars Ingebrigtsen
2019-07-06Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-17Some more flatten-tree aliasesPaul Eggert
2018-08-21Audit use of lsh and fix glitchesPaul Eggert
2018-07-230x%x → %#x in elisp formatsPaul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-27Fix some duplicate words typosGlenn Morris
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-07-10An efficient built-in mapcanMario Lang
2016-03-21Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-01-16Fix tests for active region in hideif.elEli Zaretskii
2016-01-16Fix interactive specs in some hideif.el commandsEli Zaretskii
2016-01-12Fix some custom types.Glenn Morris
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-09-01hideif.el: Recognize .h++ as C++ header.Rüdiger Sonderfeld
2015-04-10cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier
2015-04-05Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-29Rename 24.5 to 25.1Stefan Monnier
2014-09-11Spelling fixes.Paul Eggert
2014-07-21Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.orgGlenn Morris
2014-07-21Small fixes re toggle-read-only, mainly docGlenn Morris
2014-07-07HideIfDef mode bug fixes and enhancements. This is #3 of 3 patches basedLuke Lee
2014-07-02* lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add theLuke Lee
2014-06-27* lisp/progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.Stefan Monnier
2014-06-27* lisp/progmodes/hideif.el: Style fixes. Fix doc-strings and comment style,Luke Lee
2014-06-26* lisp/progmodes/hideif.el: Undo last change which should only go to trunkStefan Monnier