log lisp/newcomment.el @ 87462:bbfee21673a2

age author description
Sat, 22 Dec 2007 18:39:07 +0000 Richard M. Stallman (comment-region-default): Don't triple the
Wed, 28 Nov 2007 05:20:21 +0000 Glenn Morris Martin Rudalics <rudalics at gmx.at>
Sat, 03 Nov 2007 03:00:32 +0000 Glenn Morris (comment-dwim): Call comment-insert-comment-function, if defined, for
Fri, 02 Nov 2007 08:10:25 +0000 Glenn Morris (comment-indent): Let comment-insert-comment-function,
Fri, 26 Oct 2007 09:52:12 +0000 Richard M. Stallman (comment-styles): New style indent-or-triple.
Thu, 20 Sep 2007 16:31:35 +0000 Richard M. Stallman (comment-add): If EXTRA, double `comment-add' value.
Mon, 17 Sep 2007 16:40:26 +0000 Richard M. Stallman (comment-add): New arg EXTRA.
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Tue, 08 May 2007 15:59:45 +0000 Stefan Monnier (comment-search-forward): Make sure we search forward.
Fri, 04 Apr 2008 00:41:47 +0000 Stefan Monnier (comment-enter-backward): Be careful to restore point changed during narrowing.
Mon, 03 Mar 2008 21:20:21 +0000 Stefan Monnier (comment-kill): Docstring improvement.
Mon, 07 Jan 2008 02:45:14 +0000 Glenn Morris Add 2008 to copyright years.
Fri, 28 Sep 2007 01:59:40 +0000 Stefan Monnier (comment-choose-indent): New function extracted
Wed, 25 Jul 2007 04:47:42 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 01 Apr 2007 19:33:44 +0000 Stefan Monnier (comment-search-forward): Discard comment starters before point.
Sun, 21 Jan 2007 03:53:13 +0000 Glenn Morris Add 2007 to copyright years.
Tue, 05 Dec 2006 07:06:08 +0000 Glenn Morris Update copyright years.
Mon, 27 Nov 2006 14:01:47 +0000 Juanma Barranquero (comment-indent): "?\ " -> "?\s".
Tue, 10 Oct 2006 00:33:16 +0000 Stefan Monnier (comment-valid-prefix-p): Make the check more thorough.
Sun, 20 Aug 2006 12:48:19 +0000 Juanma Barranquero (comment-box): Call `comment-normalize-vars'. Add autoload cookie.
Wed, 16 Aug 2006 05:05:56 +0000 Richard M. Stallman (comment-indent): Fully update INDENT
Thu, 11 May 2006 15:01:41 +0000 Reiner Steib Move `safe-local-variable' declarations to the respective files.
Thu, 20 Apr 2006 21:24:19 +0000 Dan Nicolaescu (comment-start, comment-start-skip)
Mon, 17 Apr 2006 03:51:30 +0000 Stefan Monnier (comment-add): New function.
Fri, 03 Feb 2006 15:57:56 +0000 Stefan Monnier Docstring fixes.
Sun, 20 Nov 2005 23:25:46 +0000 Stefan Monnier (comment-enter-backward): Fix last fix.
Sun, 20 Nov 2005 18:09:09 +0000 Stefan Monnier *** empty log message ***
Fri, 04 Nov 2005 22:20:12 +0000 Stefan Monnier (comment-region-internal): Box more tightly in the
Tue, 09 Aug 2005 20:38:35 +0000 Richard M. Stallman Address change.
Sat, 06 Aug 2005 22:13:43 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 23:32:44 +0000 Lute Kamstra Update FSF's address.
Wed, 29 Jun 2005 06:44:37 +0000 Stefan Monnier (comment-indent-default): Don't get fooled by an early end of buffer.
Thu, 19 May 2005 19:06:19 +0000 Juanma Barranquero Specify missing group (and type, if simple) in defcustom.
Sat, 16 Oct 2004 15:32:14 +0000 Richard M. Stallman (comment-auto-fill-only-comments): Add autoload.
Sun, 03 Oct 2004 15:33:38 +0000 Daniel Pfeiffer comment-beginning: doc-fix and don't choke on unset comment-end-skip when at beginning of comment
Wed, 29 Sep 2004 22:17:15 +0000 Luc Teirlinck (comment-multi-line): Doc fix.
Tue, 07 Sep 2004 05:18:49 +0000 Stefan Monnier (uncomment-region-default, comment-region-default):
Sat, 04 Sep 2004 12:30:24 +0000 Eli Zaretskii (uncomment-region): Bind comment-use-global-state to nil.
Thu, 17 Jun 2004 00:02:13 +0000 Juanma Barranquero (comment-region-internal): Fix docstring.
Thu, 10 Jun 2004 20:38:28 +0000 Juanma Barranquero (comment-search-forward, comment-search-backward): Fix typos.
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.