aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/newcomment.el
Commit message (Expand)AuthorAgeFilesLines
* 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