summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
Commit message (Expand)AuthorAgeFilesLines
* (comment-forward): Use forward-comment to skipStefan Monnier2002-03-041-5/+5
* Fix typo.Pavel Janík2002-01-131-2/+2
* (comment-indent): Jump to the middle of empty comments.Stefan Monnier2001-12-141-3/+10
* New bug.Stefan Monnier2001-12-021-1/+2
* New bug.Stefan Monnier2001-11-291-1/+2
* (comment-column, comment-style, comment-multi-line)Stefan Monnier2001-11-191-9/+7
* (comment-indent): Fix misindentation for comment-only lines.Stefan Monnier2001-11-191-21/+26
* (comment-normalize-vars): Handle a nil comment-padding.Stefan Monnier2001-11-131-1/+2
* (comment-region-internal): Don't rebindStefan Monnier2001-10-121-9/+2
* (comment-indent): Be a little more robust in caseStefan Monnier2001-10-111-11/+39
* (comment-normalize-vars): Use " \t" rather thanStefan Monnier2001-09-271-2/+4
* (comment-indent): Don't insert a fixed number of spaces.Stefan Monnier2001-09-011-5/+3
* *** empty log message ***Stefan Monnier2001-09-011-3/+5
* (comment-beginning): Make sure the comment-startStefan Monnier2001-08-211-3/+17
* (comment-normalize-vars): Use [ \t] for the trailingStefan Monnier2001-03-021-11/+16
* (comment-forward): Skip the comment-start beforeStefan Monnier2001-02-221-1/+2
* Remove useless Version.Stefan Monnier2000-12-181-2/+1
* (comment-indent-new-line): Use delete-horizontal-spaceStefan Monnier2000-12-111-3/+2
* Fix copyright years.Dave Love2000-12-061-4/+4
* (comment-indent): Save excursion around call to comment-indent-function.Stefan Monnier2000-11-291-2/+2
* (comment-indent): Insert comment before callingStefan Monnier2000-11-211-35/+40
* (comment-indent): Paren typo.Stefan Monnier2000-11-141-9/+10
* (comment-indent-default): Stick \s<\s< to the leftStefan Monnier2000-11-141-2/+4
* (comment-indent-default): Autoload.Stefan Monnier2000-10-081-1/+2
* (comment-indent):Stefan Monnier2000-10-051-24/+35
* (comment-indent-function): Use 0 for ;;; and %%%.Stefan Monnier2000-09-291-5/+16
* Remove redundant change-log.Stefan Monnier2000-07-061-150/+1
* (uncomment-region): Be more careful when skippingStefan Monnier2000-07-061-5/+9
* (comment) <defgroup>: Add :version.Dave Love2000-06-201-3/+6
* (comment-indent): Ignore comment-indent-hook.Stefan Monnier2000-06-041-4/+9
* Add abundant autoload cookies.Stefan Monnier2000-05-251-13/+35
* (comment-make-extra-lines): Don't use `assert'.Stefan Monnier2000-05-231-3/+12
* (comment-region-internal): Go back to BEG after quotingStefan Monnier2000-05-221-3/+16
* (comment-styles): New `box-multi'.Stefan Monnier2000-05-211-45/+73
* Fix license text and author.Stefan Monnier2000-05-191-97/+114
* (comment-beginning): Handle unclosed comment.Stefan Monnier2000-05-171-56/+85
* (comment-string-strip): Strip terminating newlines.Stefan Monnier2000-05-161-85/+127
* (comment-start, comment-start-skip, comment-end): Made `defvar'.Stefan Monnier2000-05-141-161/+226
* (comment-use-syntax): Change `maybe' to `undecided'.Stefan Monnier2000-05-131-68/+96
* various fixes and gratuitous movements.Stefan Monnier1999-12-081-64/+69
* (comment-style(s)): Replaces comment-extra-lines (and comment-multi-line).Stefan Monnier1999-11-301-163/+444
* (comment-find): New function.Stefan Monnier1999-11-291-103/+104
* (kill-comment): Fixed by rewriting it with syntax-tables rather than regexpsStefan Monnier1999-11-291-125/+136
* (comment-make-extra-lines): Moved out of comment-region-internal.Stefan Monnier1999-11-281-30/+84
* First "working" version:Stefan Monnier1999-11-281-0/+494