log lisp/emacs-lisp/lisp-mode.el @ 78418:c43bd3dbaa93

age author description
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-07-21 Thien-Thi Nguyen (calculate-lisp-indent): In the
2007-07-10 Richard M. Stallman (eval-defun): Explain special handling of `defface'.
2007-07-06 Andreas Schwab (eval-last-sexp): Avoid introducing any
2007-04-01 Stefan Monnier (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column in
2007-03-05 Richard M. Stallman (calculate-lisp-indent): Redo previous change.
2007-02-17 Eli Zaretskii (calculate-lisp-indent): Added indentation for the constants of Lisp.
2007-02-11 Richard M. Stallman (indent-sexp): Clean up termination condition -- don't fail to stop at endpos.
2007-02-03 Chong Yidong define-global-minor-mode changed to define-globalized-minor-mode.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2007-01-20 Eli Zaretskii (last-sexp-toggle-display): Fixed cursor position when toggle abbreviated
2006-07-05 Thien-Thi Nguyen (emacs-lisp-mode-map): Use eval-buffer.
2006-04-07 Richard M. Stallman (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-04 Juri Linkov Put `doc-string-elt' property on
2005-12-03 Eli Zaretskii (lisp-imenu-generic-expression): Fix bug whereby names of length one
2005-11-08 Stefan Monnier (lisp-mode-variables): Don't set comment-indent-function.
2005-10-24 Stefan Monnier (easy-mmode-define-global-mode): Don't add a dummy doc-string-elt property.
2005-10-05 Stefan Monnier (lisp-mode-syntax-table): Move the nesting bit from # to |.
2005-10-05 Stefan Monnier (lambda): Add its doc-string-elt property.
2005-10-05 Stefan Monnier (lisp-font-lock-syntactic-face-function):
2005-08-29 Juanma Barranquero (font-lock-comment-face, font-lock-doc-face, font-lock-string-face,
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-15 Richard M. Stallman (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax.
2005-07-04 Stefan Monnier (lisp-mode-variables): Prevent adaptive
2005-07-04 Lute Kamstra Update FSF's address.
2005-07-04 Juri Linkov (eval-defun-1): Remove unnecessary quotes.
2005-06-25 Richard M. Stallman (lisp-mode-variables): Bind comment-indent-function locally.
2005-06-21 Juri Linkov (eval-defun-1):
2005-06-07 Juanma Barranquero (defstruct): Set 'doc-string-elt property.
2005-05-15 Richard M. Stallman (lisp-mode-variables): Set font-lock-comment-start-skip.
2005-03-24 Lute Kamstra (lisp-imenu-generic-expression): Recognize define-generic-mode.
2005-03-19 Eli Zaretskii (lisp-mode-variables): Recognize `@' in function names.
2005-02-15 Lute Kamstra (lisp-mode-variables): Add ;;;###autoload to `outline-regexp'.
2005-02-01 Thien-Thi Nguyen (lisp-indent-function): Fix bug:
2005-02-01 Thien-Thi Nguyen (lisp-indent-function): Doc fix.
2005-01-28 Stefan Monnier (eval-defun-1): Make sure `defvar' always sets the default value.
2005-01-15 Richard M. Stallman (indent-pp-sexp): Doc fix.
2004-10-09 Stefan Monnier (lisp-fill-paragraph): Fix backslashes.
2004-10-08 Eli Zaretskii (lisp-fill-paragraph): Change
2004-09-08 Thien-Thi Nguyen (define-compilation-mode): Specify `doc-string-elt' property.
2004-08-30 Richard M. Stallman (prin1-char): Don't turn S-a into A.
2004-08-28 Richard M. Stallman Whitespace change.
2004-08-28 Richard M. Stallman (prin1-char): Put `shift' modifier into the basic character,
2004-08-16 Richard M. Stallman (eval-last-sexp): Don't cons a new symbol each time.
2004-06-10 Juri Linkov (eval-defun-1): Add `defface'. Fix docstring.
2004-05-29 Richard M. Stallman (prin1-char): Catch errors from `string'.
2004-05-28 Juri Linkov * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2004-05-25 Sam Steingold (lisp-find-tag-default): Strip the package prefix from the symbol name, if any.
2004-05-11 Stefan Monnier (prin1-char): Use eventp.
2004-03-22 Stefan Monnier (lisp-mode-variables): Don't set
2004-03-08 Stefan Monnier (lisp-mode-variables): Set it.
2004-02-12 Luc Teirlinck (lisp-mode-variables): Adapt outline-regexp to the new conventions for
2003-09-01 Miles Bader Add arch taglines
2003-08-20 Dave Love (common-lisp-mode): New.
2003-08-17 Richard M. Stallman (eval-last-sexp-print-value): New subroutine, broken out of eval-last-sexp-1.
2003-07-21 Richard M. Stallman (emacs-lisp-mode): Use run-mode-hooks.
2003-06-03 Juanma Barranquero (last-sexp-toggle-display): Remove stale comment.
2003-06-03 Richard M. Stallman (eval-last-sexp-1): Add save-excursion.
2003-05-28 Richard M. Stallman (last-sexp-toggle-display):