log lisp/emacs-lisp/lisp.el @ 42680:3814cb15269e

age author description
2002-01-11 Richard M. Stallman (lisp-complete-symbol): Repeating the command
2001-11-19 Stefan Monnier (mark-sexp): Mark more if repeated.
2000-10-24 Gerd Moellmann (defun-prompt-regexp): Doc fix.
2000-10-13 Gerd Moellmann (down-list, backward-up-list, up-list): Doc fix.
2000-10-01 Stefan Monnier (lisp-complete-symbol): Only jump 2 not 3 levels.
2000-09-29 Stefan Monnier (lisp-complete-symbol):
2000-08-20 Dave Love (defun-prompt-regexp, parens-require-spaces): Doc fix.
2000-03-24 Gerd Moellmann (beginning-of-defun-raw): Add regexp
2000-01-21 Richard M. Stallman (beginning-of-defun-function): Variable renamed from beginning-of-defun.
2000-01-05 Dave Love (beginning-of-defun): New variable.
1998-10-13 Richard M. Stallman (lisp-complete-symbol): Don't bind completion-fixup-function.
1997-09-09 Richard M. Stallman (defun-prompt-regexp): Fix customize type.
1997-09-07 Richard M. Stallman (move-past-close-and-reindent):
1997-05-05 Richard M. Stallman Use defcustom.
1996-11-01 Richard M. Stallman (lisp-complete-symbol): Sort the list.
1996-10-08 Erik Naggum (narrow-to-defun): Narrow to the same defun that `mark-defun' would make
1996-08-29 Richard M. Stallman (narrow-to-defun): New function.
1996-01-14 Erik Naggum Update FSF's address.
1994-09-22 Richard M. Stallman (insert-parentheses): Don't insert spaces at beginning and end of buffer.
1994-07-11 Richard M. Stallman (lisp-complete-symbol): Bind completion-fixup-function.
1994-06-10 Richard M. Stallman (lisp-complete-symbol): Likewise.
1994-05-03 Karl Heuer Update copyright.
1994-04-20 Karl Heuer (defun-prompt-regexp): Make this variable buffer-local.
1994-03-19 Karl Heuer (beginning-of-defun-raw): Don't err when called at end of buffer.
1994-03-18 Karl Heuer (beginning-of-defun-raw): New function.
1994-03-18 Karl Heuer (end-of-defun): Fix check for trailing comment.
1994-03-15 Karl Heuer (defun-prompt-regexp): Doc fix.
1994-02-18 Richard M. Stallman (lisp-complete-symbol): Doc fix.
1994-02-17 Richard M. Stallman (defun-prompt-regexp): Now a user variable.
1994-02-07 Karl Heuer (insert-parentheses): Doc mod.