log lisp/emacs-lisp/lisp-mode.el @ 80412:3aec81c35e11

age author description
Mon, 07 Jan 2008 01:07:48 +0000 Glenn Morris Add 2008 to copyright years.
Sun, 02 Sep 2007 19:18:07 +0000 Richard M. Stallman (lisp-indent-offset): Make defcustom. Add `safe-local-variable' property.
Mon, 20 Aug 2007 15:52:47 +0000 Vinicius Jose Latorre preceding-sexp
Wed, 25 Jul 2007 04:09:49 +0000 Glenn Morris Switch license to GPLv3 or later.
Sat, 21 Jul 2007 09:05:21 +0000 Thien-Thi Nguyen (calculate-lisp-indent): In the
Tue, 10 Jul 2007 01:07:03 +0000 Richard M. Stallman (eval-defun): Explain special handling of `defface'.
Fri, 06 Jul 2007 17:29:51 +0000 Andreas Schwab (eval-last-sexp): Avoid introducing any
Sun, 01 Apr 2007 19:34:21 +0000 Stefan Monnier (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column in
Mon, 05 Mar 2007 03:20:58 +0000 Richard M. Stallman (calculate-lisp-indent): Redo previous change.
Sat, 17 Feb 2007 11:34:22 +0000 Eli Zaretskii (calculate-lisp-indent): Added indentation for the constants of Lisp.
Sun, 11 Feb 2007 11:11:54 +0000 Richard M. Stallman (indent-sexp): Clean up termination condition -- don't fail to stop at endpos.
Sat, 03 Feb 2007 17:25:35 +0000 Chong Yidong define-global-minor-mode changed to define-globalized-minor-mode.
Sun, 21 Jan 2007 02:48:43 +0000 Glenn Morris Add 2007 to copyright years.
Sat, 20 Jan 2007 15:42:57 +0000 Eli Zaretskii (last-sexp-toggle-display): Fixed cursor position when toggle abbreviated
Wed, 05 Jul 2006 07:47:41 +0000 Thien-Thi Nguyen (emacs-lisp-mode-map): Use eval-buffer.
Fri, 07 Apr 2006 23:30:23 +0000 Richard M. Stallman (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes.
Mon, 06 Feb 2006 12:31:40 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sun, 04 Dec 2005 02:36:13 +0000 Juri Linkov Put `doc-string-elt' property on
Sat, 03 Dec 2005 09:47:40 +0000 Eli Zaretskii (lisp-imenu-generic-expression): Fix bug whereby names of length one
Tue, 08 Nov 2005 01:46:37 +0000 Stefan Monnier (lisp-mode-variables): Don't set comment-indent-function.
Mon, 24 Oct 2005 16:47:53 +0000 Stefan Monnier (easy-mmode-define-global-mode): Don't add a dummy doc-string-elt property.
Wed, 05 Oct 2005 15:19:38 +0000 Stefan Monnier (lisp-mode-syntax-table): Move the nesting bit from # to |.
Wed, 05 Oct 2005 15:03:09 +0000 Stefan Monnier (lambda): Add its doc-string-elt property.
Wed, 05 Oct 2005 14:07:18 +0000 Stefan Monnier (lisp-font-lock-syntactic-face-function):
Mon, 29 Aug 2005 13:38:40 +0000 Juanma Barranquero (font-lock-comment-face, font-lock-doc-face, font-lock-string-face,
Sat, 06 Aug 2005 17:48:15 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Fri, 15 Jul 2005 17:37:27 +0000 Richard M. Stallman (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax.
Mon, 04 Jul 2005 20:13:34 +0000 Stefan Monnier (lisp-mode-variables): Prevent adaptive
Mon, 04 Jul 2005 17:55:18 +0000 Lute Kamstra Update FSF's address.
Mon, 04 Jul 2005 01:05:56 +0000 Juri Linkov (eval-defun-1): Remove unnecessary quotes.