summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (comment-search-forward): Make sure we search forward.Stefan Monnier2007-05-081-42/+73
|/
* (comment-search-forward): Discard comment starters before point.Stefan Monnier2007-04-011-1/+3
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update copyright years.Glenn Morris2006-12-051-1/+1
* (comment-indent): "?\ " -> "?\s".Juanma Barranquero2006-11-271-2/+2
* (comment-valid-prefix-p): Make the check more thorough.Stefan Monnier2006-10-101-9/+40
* (comment-box): Call `comment-normalize-vars'. Add autoload cookie.Juanma Barranquero2006-08-201-4/+6
* (comment-indent): Fully update INDENTRichard M. Stallman2006-08-161-3/+8
* Move `safe-local-variable' declarations to the respective files.Reiner Steib2006-05-111-0/+1
* (comment-start, comment-start-skip)Dan Nicolaescu2006-04-201-0/+4
* (comment-add): New function.Stefan Monnier2006-04-171-6/+8
* Docstring fixes.Stefan Monnier2006-02-031-5/+6
* (comment-enter-backward): Fix last fix.Stefan Monnier2005-11-201-2/+2
* *** empty log message ***Stefan Monnier2005-11-201-13/+16
* (comment-region-internal): Box more tightly in theStefan Monnier2005-11-041-2/+6
* Address change.Richard M. Stallman2005-08-091-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (comment-indent-default): Don't get fooled by an early end of buffer.Stefan Monnier2005-06-291-1/+1
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-7/+14
* (comment-auto-fill-only-comments): Add autoload.Richard M. Stallman2004-10-161-0/+1
* comment-beginning: doc-fix and don't choke on unset comment-end-skip when at ...Daniel Pfeiffer2004-10-031-2/+2
* (comment-multi-line): Doc fix.Luc Teirlinck2004-09-291-2/+7
* (uncomment-region-default, comment-region-default):Stefan Monnier2004-09-071-151/+156
* (uncomment-region): Bind comment-use-global-state to nil.Eli Zaretskii2004-09-041-50/+55
* (comment-region-internal): Fix docstring.Juanma Barranquero2004-06-171-10/+10
* (comment-search-forward, comment-search-backward): Fix typos.Juanma Barranquero2004-06-101-3/+3
* (comment-use-global-state): New var.Stefan Monnier2004-03-081-2/+11
* (comment-normalize-vars): Check the user-specified comment start marker.Stefan Monnier2004-03-041-2/+4
* (uncomment-region): Allow non-terminated comment.Stefan Monnier2004-03-041-30/+4
* (uncomment-region): Allow eob as comment end.Eli Zaretskii2004-02-161-2/+30
* (comment-insert-comment-function, comment-region-function,Eli Zaretskii2004-02-161-117/+150
* (comment-normalize-vars): Initialize properly if comment-start was nil.Stefan Monnier2003-11-251-4/+4
* (comment-indent): Don't call indent-according-to-mode if the line has code.Stefan Monnier2003-10-241-4/+12
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (uncomment-region): Remove padding coming fromStefan Monnier2003-07-041-2/+6
* (comment-empty-lines): New var.Stefan Monnier2003-05-301-1/+11
* (comment-indent): Try to align to adjacent comments.Stefan Monnier2003-05-101-11/+32
* (comment-indent): Be more careful when insertingStefan Monnier2003-05-091-2/+2
* (comment-normalize-vars): Add docstring.Stefan Monnier2003-05-061-0/+4
* (comment-set-column, comment-kill, comment-or-uncomment-region):Stefan Monnier2003-05-061-0/+3
* (comment-search-forward): Delete autoload cookie.Richard M. Stallman2003-05-061-1/+0
* (comment-search-forward): Add autoload cookie.Richard M. Stallman2003-05-031-0/+1
* (comment-normalize-vars): Fix regexp.Stefan Monnier2003-04-231-4/+17
* (comment-use-syntax): Add autoload cookie.Richard M. Stallman2003-04-191-0/+2
* (comment-indent): Ensure space before added comment.Dave Love2003-02-131-0/+4
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-4/+4
* (defgroup comment): Remove autoload cookie.Markus Rost2002-11-121-1/+0