summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
AgeCommit message (Expand)Author
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
2017-02-14Test comment-multi-line = nil auto fill case tooNoam Postavsky
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-15In comment-dwim with style `extra-line', respect indent-tabs-mode.Alan Mackenzie
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-23; Implement Stefan's feedback on last two commitsIvan Andrus
2015-09-23Allow major-modes full control over quoting nested commentsIvan Andrus
2015-09-22* prolog.el: Fix indentation of empty lineStefan Monnier
2015-09-01* lisp/newcomment.el (comment-dwim): Use `use-region-p'Zachary Kanfer
2015-08-24Prefer directed to neutral quotesPaul Eggert
2015-02-08newcomment.el (comment-line): Fix missing paren.Artur Malabarba
2015-02-08newcomment.el (comment-line): New command on C-x C-;.Artur Malabarba
2015-01-01Update copyright year to 2015Paul Eggert
2014-04-10* lisp/newcomment.el (comment-indent-new-line): Sink code where it's used.Stefan Monnier
2014-03-18Further tweaks for comment-start-skip behaviorDmitry Gutov
2014-03-17Restore compatibility with legacy comment-start-skip valuesDmitry Gutov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-27Misc small custom fixesGlenn Morris
2013-10-06* lisp/newcomment.el (comment-use-global-state): Change default valueDmitry Gutov