log lisp/newcomment.el @ 55322:a02bfe4ba7ab

age author description
Mon, 08 Mar 2004 01:20:53 +0000 Stefan Monnier (comment-use-global-state): New var.
Thu, 04 Mar 2004 20:02:52 +0000 Stefan Monnier (comment-normalize-vars): Check the user-specified comment start marker.
Thu, 04 Mar 2004 19:20:35 +0000 Stefan Monnier (uncomment-region): Allow non-terminated comment.
Mon, 16 Feb 2004 14:10:41 +0000 Eli Zaretskii (uncomment-region): Allow eob as comment end.
Mon, 16 Feb 2004 12:33:55 +0000 Eli Zaretskii (comment-insert-comment-function, comment-region-function,
Tue, 25 Nov 2003 21:20:51 +0000 Stefan Monnier (comment-normalize-vars): Initialize properly if comment-start was nil.
Fri, 24 Oct 2003 20:26:26 +0000 Stefan Monnier (comment-indent): Don't call indent-according-to-mode if the line has code.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Fri, 04 Jul 2003 22:45:26 +0000 Stefan Monnier (uncomment-region): Remove padding coming from
Fri, 30 May 2003 20:06:40 +0000 Stefan Monnier (comment-empty-lines): New var.
Sat, 10 May 2003 22:54:35 +0000 Stefan Monnier (comment-indent): Try to align to adjacent comments.
Fri, 09 May 2003 20:09:04 +0000 Stefan Monnier (comment-indent): Be more careful when inserting
Tue, 06 May 2003 14:55:56 +0000 Stefan Monnier (comment-normalize-vars): Add docstring.
Tue, 06 May 2003 14:06:34 +0000 Stefan Monnier (comment-set-column, comment-kill, comment-or-uncomment-region):
Tue, 06 May 2003 10:40:06 +0000 Richard M. Stallman (comment-search-forward): Delete autoload cookie.
Sat, 03 May 2003 13:50:14 +0000 Richard M. Stallman (comment-search-forward): Add autoload cookie.
Wed, 23 Apr 2003 14:55:19 +0000 Stefan Monnier (comment-normalize-vars): Fix regexp.
Sat, 19 Apr 2003 04:20:58 +0000 Richard M. Stallman (comment-use-syntax): Add autoload cookie.
Thu, 13 Feb 2003 15:54:19 +0000 Dave Love (comment-indent): Ensure space before added comment.
Tue, 04 Feb 2003 12:29:42 +0000 Juanma Barranquero Trailing whitespace deleted.
Tue, 12 Nov 2002 00:10:51 +0000 Markus Rost (defgroup comment): Remove autoload cookie.
Fri, 13 Sep 2002 18:22:37 +0000 Stefan Monnier (comment-with-narrowing): Use the `declare' thingy.
Wed, 11 Sep 2002 09:31:55 +0000 Juanma Barranquero (uncomment-region): Fix let/let* use.
Tue, 10 Sep 2002 06:20:52 +0000 Stefan Monnier (uncomment-region): Be more careful with `='.
Tue, 03 Sep 2002 01:45:18 +0000 Stefan Monnier (comment-make-extra-lines): Only use the
Mon, 12 Aug 2002 22:53:39 +0000 Stefan Monnier (comment-region): Force `lines' when `block' is set.
Tue, 18 Jun 2002 17:58:18 +0000 Stefan Monnier (comment-normalize-vars): Refresh the comment-foo-skip
Tue, 30 Apr 2002 13:01:03 +0000 Stefan Monnier (comment-fill-column): Fix :type spec.
Mon, 29 Apr 2002 23:43:11 +0000 Stefan Monnier (comment-fill-column): New var.
Mon, 08 Apr 2002 22:58:27 +0000 Stefan Monnier (comment-column): Docstring improvement.