summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-21; Improve documentation of Hide-ifdef modeEli Zaretskii
2025-02-25Prefer incf to cl-incf in progmodes/*.elStefan Kangas
2025-02-23Prefer decf to cl-decfStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-01Don't start docstrings with "This function"Stefan Kangas
2024-07-07Checkdoc fixes in progmodesStefan Kangas
2024-02-13hideif.el: Minor cleanupStefan Monnier
2024-01-28; Fix typosStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix a few more typosStefan Kangas
2023-01-27Repair hideif regexp problemsMattias Engdegård
2023-01-15hideif.el: Support C99 and GNU style variadic macrosLuke Lee
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-21Merge from origin/emacs-28Stefan Kangas
2022-09-20; Fix typos in Lisp symbolsStefan Kangas
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-08-01Omit some (current-time) callsPaul Eggert
2022-06-24Merge from origin/emacs-28Stefan Kangas
2022-06-23; Fix typos: prefer US spelling.Stefan Kangas
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-15Use defvar-keymap in hideif.elStefan Kangas
2021-10-05Use format-prompt for many more promptsStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-13; Minor doc fixes found by checkdocStefan Kangas
2021-09-03; Fix typosStefan Kangas
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