summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/re-builder.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-12Fix capitalization ELisp -> ElispSean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-18; * lisp/emacs-lisp/re-builder.el (reb-change-syntax): Fix typo.Eli Zaretskii
2024-12-16Improve reb-change-syntax docstringStefan Kangas
2024-03-14; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-28* lisp/emacs-lisp/re-builder.el: Cosmetic changesStefan Monnier
2022-09-05Fit the re-builder window to the bufferJuri Linkov
2022-08-22Remove probably debugging code in reb-fontify-string-reLars Ingebrigtsen
2022-08-18Improve cryptic syntax switch message in re-builderStefan Kangas
2022-07-04Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas
2022-02-22Don't signal an error on re-builder startup with rx syntaxLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-03; Minor cleanup in re-builder after my last commitStefan Kangas
2021-12-03Don't support obsolete sregex syntax in re-builderStefan Kangas
2021-11-22Use substitute-command-keys for literal key sequencesStefan Kangas
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd
2021-07-08Use display-buffer with re-builder (bug#49069)pillule
2021-05-08; Fix recent re-builder doc changes.Basil L. Contovounesios
2021-05-08Mention that Emacs is usually case-insensitive in a couple of placesdalanicolai
2021-02-21; Fix previous easy-menu-define conversionStefan Kangas
2021-02-20Convert re-builder menu to easy-menu-defineStefan Kangas
2021-01-31Prefer defvar-local in emacs-lisp/*.elStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-04Prefer setq-local in emacs-lisp/*.elStefan 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-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-04-04Fix void-variable n-reb in re-builder (Bug#40409)Noam Postavsky
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-04Remove XEmacs compat code from re-builder.elStefan Kangas
2019-09-25New rx implementationMattias EngdegÄrd
2019-07-09Tweak messaging in re-builderLars Ingebrigtsen
2019-06-27Add more fontification to regexp builder modeLennart Borgman
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-04; * lisp/emacs-lisp/re-builder.el: Fix commentary (Bug#27947).Noam Postavsky
2017-03-02Fix completing-read call in reb-change-syntaxChunyang Xu
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-21text-quoting-style in emacs-lisp diagnosticsPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-07-31* lisp/emacs-lisp/re-builder.el (reb-color-display-p):Dmitry Antipov