aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/newcomment.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* (comment-setup-function): Make it usable with `add-function`Stefan Monnier2025-05-051-3/+2
* New variable 'comment-setup-function' for multi-language modes.Juri Linkov2025-05-051-0/+5
* ; comment-indent: Leave point where we used to.Sean Whitton2025-04-261-1/+1
* ; Change let* to just let in last change.Sean Whitton2025-04-251-7/+7
* comment-indent: Handle BOL already within a multiline commentSean Whitton2025-04-251-55/+64
* Delete unused block-comment-start and block-comment-endSean Whitton2025-04-221-11/+4
* Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton2025-04-221-5/+4
* Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez2025-04-131-4/+5
* ; Fix typosStefan Kangas2025-02-221-1/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-2/+2
|\
| * Delete remaining calls to purecopyStefan Kangas2024-12-121-2/+2
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Prefer defcustom :local specifierStefan Kangas2024-10-041-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Fix documentation of comment-dwim (bug#64104)Eli Zaretskii2023-06-171-2/+7
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Revert "Allow commenting out white space lines in latex-mode"Lars Ingebrigtsen2022-05-311-21/+9
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-5/+5
* lisp/newcomment.el: Uncommenting with whitespace `comment-continue'Christophe Troestler2021-08-271-1/+2
* Don't shorten comment padding if the padding isn't spacesLars Ingebrigtsen2021-07-181-6/+14
* * lisp/newcomment.el: Allow 'comment-continue' with whitespace (bug#47167)Juri Linkov2021-03-181-1/+5
* Fix numerical `comment-padding' valueLars Ingebrigtsen2021-01-281-6/+11
* Allow commenting out white space lines in latex-modeLars Ingebrigtsen2021-01-281-9/+21
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in newcomment.elStefan Kangas2020-12-081-34/+34
* Make the invocation of combine-change-calls in comment-region validAlan Mackenzie2020-11-151-1/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Doc clarification in two comment-* functionsLars Ingebrigtsen2019-08-171-3/+7
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-94/+5
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-5/+94
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* Make uncomment-region remove obtrusive spaces before tabs.Alan Mackenzie2019-05-101-1/+9
* Fix comment-empty-lines docstring (bug#35152)Basil L. Contovounesios2019-04-041-4/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-021-2/+3
|\ \ | |/
| * Documentation improvements in newcomment.elEli Zaretskii2018-06-021-2/+3
* | Put combine-change-calls around comment-region and uncomment-regionAlan Mackenzie2018-04-031-2/+24
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-081-1/+7
|\ \ | |/
| * Handle single-line comments correctly (Bug#26049)Antonin Houska2017-11-061-1/+7
* | * lisp/newcomment.el (comment-search-backward): Obey the docstring (bug#28428)Stefan Monnier2017-09-231-1/+1
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix auto-filling regressionTom Tromey2017-08-091-2/+3
* Respect comment-auto-fill-only-commentsTom Tromey2017-08-051-3/+2
* Allow comment-indent-functions to specify exact indentation (Bug#385)Noam Postavsky2017-07-051-17/+18
* Fix infloop in uncomment-region-default (Bug#27112)Noam Postavsky2017-07-041-1/+1