summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
AgeCommit message (Expand)Author
2012-10-23* lisp/newcomment.el (comment-normalize-vars): Doc fix.Chong Yidong
2012-10-09* lisp/newcomment.el (comment-start-skip, comment-end-skip, comment-end):Stefan Monnier
2012-10-09Revert incorrect doc fix from 2012-10-09T07:06:54Z!rgm@gnu.orgGlenn Morris
2012-10-09* lisp/newcomment.el (comment-normalize-vars): Doc fix (presumably).Glenn Morris
2012-10-07* lisp/subr.el (read-passwd-map): Don't use `defconst'.Stefan Monnier
2012-08-15Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris
2012-05-07* loadup.el: Preload newcomment.el.Stefan Monnier
2012-04-16Merge from pending; try to fix-up suboptimal ses ChangeLog.Glenn Morris
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong
2012-03-25Merge from trunkStefan Monnier
2012-03-25* lisp/newcomment.el (comment-inline-offset): Don't autoload.Stefan Monnier
2012-03-25* lisp/newcomment.el (comment-inline-offset): New custom var.Philipp Haselwarter
2012-03-22* lisp/newcomment.el (comment-choose-indent): No space after BOL.Stefan Monnier
2012-02-25* lisp/newcomment.el (comment-styles): Add autoload.Chong Yidong
2012-02-21lisp/newcomment.el (uncomment-region-default): Remove unused binding.Juanma Barranquero
2012-02-17* lisp/newcomment.el (uncomment-region-default): Don't leave extra spaceLawrence Mitchell
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-18Fix for uncommentin in Fundamental mode.Chong Yidong
2011-09-14* newcomment.el (comment-add, comment-valid-prefix-p): Docfix.Stefan Monnier
2011-05-28* lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659).Chong Yidong
2011-05-11* lisp/newcomment.el (comment-kill): Prefix "unused" local.Glenn Morris
2011-03-11Misc fixes, and use lexical-binding in more files.Stefan Monnier
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14* lisp/vc/smerge-mode.el: Resolve comment conflicts more aggressively.Stefan Monnier
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-03* lisp/newcomment.el (comment-styles): Add docs to each style.Stefan Monnier
2010-10-21* newcomment.el (comment-dwim): Fix the intentation in the doc string.Lars Magne Ingebrigtsen
2010-09-23Merge changes from emacs-23 branchChong Yidong
2010-09-21* lisp/newcomment.el (comment-normalize-vars): Better test validity ofStefan Monnier
2010-08-29Add "Package:" file headers to denote built-in packages.Chong Yidong
2010-08-17* lisp/newcomment.el (comment-add): Move comment to docstring.Stefan Monnier
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-11* widget.el (define-widget): Purecopy the docstring.Dan Nicolaescu
2009-10-02Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero
2009-05-26* newcomment.el (comment-region): Doc fix (Bug#3370).Chong Yidong
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-18(comment-style): Default to `indent'. (Bug#1589)Dan Nicolaescu
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-03(comment-enter-backward): Be careful to restore point changed during narrowing.Stefan Monnier
2008-03-10Merge from emacs--rel--22Miles Bader
2008-03-03(comment-kill): Docstring improvement.Stefan Monnier
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-12-22(comment-region-default): Don't triple theRichard M. Stallman
2007-11-28Martin Rudalics <rudalics at gmx.at>Glenn Morris
2007-11-03(comment-dwim): Call comment-insert-comment-function, if defined, forGlenn Morris
2007-11-02(comment-indent): Let comment-insert-comment-function,Glenn Morris
2007-10-26(comment-styles): New style indent-or-triple.Richard M. Stallman