index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
newcomment.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer setq-local in newcomment.el
Stefan Kangas
2020-12-08
1
-34
/
+34
*
Make the invocation of combine-change-calls in comment-region valid
Alan Mackenzie
2020-11-15
1
-1
/
+9
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Doc clarification in two comment-* functions
Lars Ingebrigtsen
2019-08-17
1
-3
/
+7
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-94
/
+5
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-5
/
+94
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+1
*
Make uncomment-region remove obtrusive spaces before tabs.
Alan Mackenzie
2019-05-10
1
-1
/
+9
*
Fix comment-empty-lines docstring (bug#35152)
Basil L. Contovounesios
2019-04-04
1
-4
/
+4
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-02
1
-2
/
+3
|
\
|
|
*
Documentation improvements in newcomment.el
Eli Zaretskii
2018-06-02
1
-2
/
+3
*
|
Put combine-change-calls around comment-region and uncomment-region
Alan Mackenzie
2018-04-03
1
-2
/
+24
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-08
1
-1
/
+7
|
\
|
|
*
Handle single-line comments correctly (Bug#26049)
Antonin Houska
2017-11-06
1
-1
/
+7
*
|
* lisp/newcomment.el (comment-search-backward): Obey the docstring (bug#28428)
Stefan Monnier
2017-09-23
1
-1
/
+1
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix auto-filling regression
Tom Tromey
2017-08-09
1
-2
/
+3
*
Respect comment-auto-fill-only-comments
Tom Tromey
2017-08-05
1
-3
/
+2
*
Allow comment-indent-functions to specify exact indentation (Bug#385)
Noam Postavsky
2017-07-05
1
-17
/
+18
*
Fix infloop in uncomment-region-default (Bug#27112)
Noam Postavsky
2017-07-04
1
-1
/
+1
*
Test comment-multi-line = nil auto fill case too
Noam Postavsky
2017-02-14
1
-0
/
+1
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
In comment-dwim with style `extra-line', respect indent-tabs-mode.
Alan Mackenzie
2016-01-15
1
-2
/
+10
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
; Implement Stefan's feedback on last two commits
Ivan Andrus
2015-09-23
1
-3
/
+2
*
Allow major-modes full control over quoting nested comments
Ivan Andrus
2015-09-23
1
-22
/
+44
*
* prolog.el: Fix indentation of empty line
Stefan Monnier
2015-09-22
1
-1
/
+1
*
* lisp/newcomment.el (comment-dwim): Use `use-region-p'
Zachary Kanfer
2015-09-01
1
-1
/
+1
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-2
/
+2
*
newcomment.el (comment-line): Fix missing paren.
Artur Malabarba
2015-02-08
1
-1
/
+1
*
newcomment.el (comment-line): New command on C-x C-;.
Artur Malabarba
2015-02-08
1
-0
/
+32
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/newcomment.el (comment-indent-new-line): Sink code where it's used.
Stefan Monnier
2014-04-10
1
-22
/
+35
*
Further tweaks for comment-start-skip behavior
Dmitry Gutov
2014-03-18
1
-9
/
+12
*
Restore compatibility with legacy comment-start-skip values
Dmitry Gutov
2014-03-17
1
-1
/
+6
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Misc small custom fixes
Glenn Morris
2013-12-27
1
-1
/
+1
*
* lisp/newcomment.el (comment-use-global-state): Change default value
Dmitry Gutov
2013-10-06
1
-5
/
+8
*
* lisp/newcomment.el (comment-beginning): When `comment-use-syntax' is
Dmitry Gutov
2013-10-01
1
-24
/
+30
*
* newcomment.el (comment-search-forward, comment-search-backward): Doc fix.
Glenn Morris
2013-06-18
1
-2
/
+6
*
* newcomment.el (comment-search-backward): Revert last change.
Leo Liu
2013-06-07
1
-23
/
+21
*
* newcomment.el (comment-search-backward): Stricter in finding
Leo Liu
2013-05-18
1
-21
/
+23
*
Disambiguate function and variable references in docstrings.
Aaron S. Hawley
2013-01-11
1
-1
/
+2
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
* lisp/newcomment.el (comment-normalize-vars): Doc fix.
Chong Yidong
2012-10-23
1
-5
/
+12
*
* lisp/newcomment.el (comment-start-skip, comment-end-skip, comment-end):
Stefan Monnier
2012-10-09
1
-6
/
+6
[next]