summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-05-05(comment-setup-function): Make it usable with `add-function`Stefan Monnier
2025-05-05New variable 'comment-setup-function' for multi-language modes.Juri Linkov
2025-04-26; comment-indent: Leave point where we used to.Sean Whitton
2025-04-25; Change let* to just let in last change.Sean Whitton
2025-04-25comment-indent: Handle BOL already within a multiline commentSean Whitton
2025-04-22Delete unused block-comment-start and block-comment-endSean Whitton
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-13Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez
2025-02-22; Fix typosStefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Delete remaining calls to purecopyStefan Kangas
2024-10-04Prefer defcustom :local specifierStefan Kangas
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-06-17Fix documentation of comment-dwim (bug#64104)Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-05-31Revert "Allow commenting out white space lines in latex-mode"Lars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-27lisp/newcomment.el: Uncommenting with whitespace `comment-continue'Christophe Troestler
2021-07-18Don't shorten comment padding if the padding isn't spacesLars Ingebrigtsen
2021-03-18* lisp/newcomment.el: Allow 'comment-continue' with whitespace (bug#47167)Juri Linkov
2021-01-28Fix numerical `comment-padding' valueLars Ingebrigtsen
2021-01-28Allow commenting out white space lines in latex-modeLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-08Prefer setq-local in newcomment.elStefan Kangas
2020-11-15Make the invocation of combine-change-calls in comment-region validAlan Mackenzie
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-17Doc clarification in two comment-* functionsLars Ingebrigtsen
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-05-10Make uncomment-region remove obtrusive spaces before tabs.Alan Mackenzie
2019-04-04Fix comment-empty-lines docstring (bug#35152)Basil L. Contovounesios
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-06-02Merge from origin/emacs-26Glenn Morris
2018-06-02Documentation improvements in newcomment.elEli Zaretskii
2018-04-03Put combine-change-calls around comment-region and uncomment-regionAlan Mackenzie
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-08Merge from origin/emacs-26Paul Eggert
2017-11-06Handle single-line comments correctly (Bug#26049)Antonin Houska
2017-09-23* lisp/newcomment.el (comment-search-backward): Obey the docstring (bug#28428)Stefan Monnier
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-09Fix auto-filling regressionTom Tromey
2017-08-05Respect comment-auto-fill-only-commentsTom Tromey
2017-07-05Allow comment-indent-functions to specify exact indentation (Bug#385)Noam Postavsky
2017-07-04Fix infloop in uncomment-region-default (Bug#27112)Noam Postavsky