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
*
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
*
Revert incorrect doc fix from 2012-10-09T07:06:54Z!rgm@gnu.org
Glenn Morris
2012-10-09
1
-1
/
+1
*
* lisp/newcomment.el (comment-normalize-vars): Doc fix (presumably).
Glenn Morris
2012-10-09
1
-1
/
+1
*
* lisp/subr.el (read-passwd-map): Don't use `defconst'.
Stefan Monnier
2012-10-07
1
-2
/
+2
*
Replace version 24.2 with 24.3 where appropriate (hopefully)
Glenn Morris
2012-08-15
1
-1
/
+1
*
* loadup.el: Preload newcomment.el.
Stefan Monnier
2012-05-07
1
-5
/
+10
*
Merge from pending; try to fix-up suboptimal ses ChangeLog.
Glenn Morris
2012-04-16
1
-2
/
+16
|
\
|
*
Merge from trunk
Stefan Monnier
2012-03-25
1
-16
/
+20
|
|
\
|
*
|
* lisp/newcomment.el (comment-inline-offset): Don't autoload.
Stefan Monnier
2012-03-25
1
-3
/
+3
|
*
|
* lisp/newcomment.el (comment-inline-offset): New custom var.
Philipp Haselwarter
2012-03-25
1
-1
/
+14
*
|
|
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-3
/
+3
|
|
/
|
/
|
*
|
* lisp/newcomment.el (comment-choose-indent): No space after BOL.
Stefan Monnier
2012-03-22
1
-1
/
+1
*
|
* lisp/newcomment.el (comment-styles): Add autoload.
Chong Yidong
2012-02-25
1
-0
/
+1
*
|
lisp/newcomment.el (uncomment-region-default): Remove unused binding.
Juanma Barranquero
2012-02-21
1
-3
/
+3
*
|
* lisp/newcomment.el (uncomment-region-default): Don't leave extra space
Lawrence Mitchell
2012-02-17
1
-8
/
+9
[next]