]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp
Added :require 'keypad to defcustoms.
[gnu-emacs] / lisp / emacs-lisp /
2002-06-18 Stefan Monnier(cancel-debug-on-entry): Don't cons uselessly.
2002-06-18 Stefan Monnier(regexp-opt-group): Don't cons uselessly.
2002-06-18 Juanma Barranquero(checkdoc-this-string-valid-engine): Fix typo.
2002-06-15 Richard M. Stallman(byte-recompile-directory): Doc fix.
2002-06-10 Richard M. Stallman(copy-list): Moved back from subr.el.
2002-06-08 Colin Walters(cl-copy-tree): Moved to `copy-tree' in subr.el. Add...
2002-06-08 Colin Walters(copy-list): Moved to subr.el.
2002-05-29 Richard M. Stallman(common-lisp-indent-function-1):
2002-05-29 Richard M. Stallman(batch-byte-compile-file): Delete the output file if...
2002-05-28 Colin Walters(byte-compile-last-line): Deleted.
2002-05-16 Stefan Monnier(find-function-search-for-symbol): Find funs defined...
2002-05-15 Stefan Monnier(easy-menu-make-symbol): Don't treat (lambda () .....
2002-05-15 Eli Zaretskii(easy-menu-add): Doc fix.
2002-05-14 Jason Rumney(easy-menu-name-match): Match both
2002-05-12 Markus Rost(checkdoc-minor-mode): Define it with define-minor...
2002-05-12 Markus Rost(find-function-search-for-symbol): Handle more whitespa...
2002-05-08 Markus Rost(find-function-search-for-symbol): Add autoload cookie.
2002-05-06 Markus Rost(find-function-search-for-symbol): Use with-syntax...
2002-05-04 Markus Rost(find-function-search-for-symbol): Bind case-fold-searc...
2002-05-02 Pavel JaníkFollow coding conventions.
2002-04-30 Richard M. Stallman(documentation): Add ad-define-subr-args call.
2002-04-24 Richard M. Stallman(easy-menu-intern): Downcase before interning.
2002-04-12 Stefan Monnier(device-class, buffer-syntactic-context)
2002-04-12 Stefan Monnier(edebug-eval-defun): Don't use defconst on variables.
2002-04-12 Stefan Monnier(debug-on-entry): Use push.
2002-03-31 Richard M. Stallman(side-effect-free-fns, side-effect-and-error-free-fns):
2002-03-28 Richard M. Stallman(list-load-path-shadows): Only ignore last copy of...
2002-03-24 Gerd Moellmann(byte-compile-file-form-defmumble):
2002-03-22 Stefan Monnier(batch-byte-compile-if-not-done): Add autoload cookie.
2002-03-15 Gerd Moellmann(common-lisp-loop-part-indentation):
2002-03-14 Miles BaderRequire `button'.
2002-03-12 Gerd Moellmann(lisp-loop-keyword-indentation)
2002-03-04 Richard M. Stallman(define-minor-mode): Use "P" in interactive spec of...
2002-02-17 Kai Großjohann* emacs-lisp/lisp.el (mark-defun): Don't leave multiple...
2002-02-15 Kai Großjohann* lisp/simple.el (mark-word): Mark more if repeated.
2002-02-14 Per Abrahamsen2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
2002-02-07 Richard M. Stallman(copyright-regexp): Delete the unibyte copyright symbol...
2002-02-06 Richard M. Stallman(debugger-frame-offset): Var deleted.
2002-02-06 Richard M. Stallman(checkdoc-this-string-valid-engine):
2002-02-01 Richard M. Stallman(debugger-frame-clear, debugger-frame): Error on non...
2002-02-01 Richard M. Stallman(debugger-setup-buffer): When an eval-buffer frame...
2002-02-01 Richard M. Stallman(batch-byte-compile): New arg noforce.
2002-01-25 Eli Zaretskii(mismatch): Doc fix.
2002-01-22 Richard M. Stallman(copyright-regexp): Fix previous change.
2002-01-16 Richard M. Stallman(make-autoload): Don't handle define-ibuffer-column,
2002-01-13 Richard M. Stallman(copyright-regexp): Make (C) optional.
2002-01-13 Pavel JaníkFix typo.
2002-01-13 Colin Walters(make-autoload): Handle define-ibuffer-column, define...
2002-01-13 Colin WaltersHandle define-ibuffer-column, define-ibuffer-filter,
2002-01-11 Richard M. Stallman(lisp-complete-symbol): Repeating the command
2002-01-09 Richard M. Stallman(regexp-opt): Bind max-specpdl-size.
2002-01-08 Richard M. Stallman(eldoc-minor-mode-string): Fix custom type.
2002-01-04 Richard M. Stallman(copyright-regexp): Allow multi-line copyrights to...
2001-12-27 Richard M. StallmanComment change.
2001-12-25 Richard M. Stallman(debugger-mode-map): Bind C-m, not `RET'.
2001-12-22 Pavel Janík(source-files): Remove mocklisp.c.
2001-12-22 Pavel Janík(elint-unknown-builtin-args): Remove mocklisp entries.
2001-12-22 Pavel Janík(byte-optimize-form-code-walker): Remove mocklisp case.
2001-12-22 Richard M. Stallman(define-modify-macro): Better indent spec.
2001-12-21 Richard M. Stallman(define-minor-mode): Make no arg by default in an inter...
2001-12-21 Richard M. Stallman(eval-defun-1): Cope with atoms as args.
2001-12-20 Pavel JaníkDoc fix.
2001-12-18 Dave Love(lm-copyright-prefix): Group the leader.
2001-12-16 Richard M. StallmanFix previous change.
2001-12-16 Richard M. Stallman(debugger-make-xrefs): Optimize by (1) using skip-synta...
2001-12-13 Stefan Monnier(easy-menu-intern): New fun.
2001-12-11 Richard M. Stallman(authors-aliases): Delete "Richard Stallmao".
2001-12-11 Richard M. Stallman(ad-compile-function):
2001-12-09 Richard M. StallmanTweak previous change.
2001-12-09 Richard M. Stallman(lm-verify): New arg NON-FSF-OK.
2001-12-04 Colin Walters(toplevel): Define docstring offset for `defmacro*'.
2001-12-04 Colin Walters(make-autoload): Also generate autoloads for `defmacro...
2001-12-02 Stefan Monnier(svref): New alias.
2001-12-01 Stefan Monnier(regexp-opt): Bind completion-regexp-list to nil.
2001-11-30 Stefan Monnier(read-if): Add lisp-indent-function prop.
2001-11-30 Stefan Monnier(cl-make-type-test): Fix paren typo.
2001-11-30 Stefan Monnier(shiftf): Fix more. Simplify.
2001-11-30 Stefan Monnier(completing-read-multiple): Better preserve
2001-11-30 Stefan Monnier(shiftf): Fix the fast case so
2001-11-28 Stefan MonnierTypo.
2001-11-28 Stefan Monnier(regexp-opt-depth): Fix off-by-two error.
2001-11-27 Sam SteingoldConverted backquote to the new style.
2001-11-25 Stefan MonnierDon't profile syntax-ppss any more.
2001-11-25 Stefan Monnier(lisp-mode-variables): Set syntax-begin-function.
2001-11-25 Richard M. Stallman(lisp-indent-function): Add doc string.
2001-11-22 Miles Bader(reb-match-0, reb-match-1)
2001-11-20 Richard M. Stallman(lisp-interaction-mode): Set local-abbrev-table to...
2001-11-20 Richard M. Stallman(reb-mode): Don't use define-derived-mode. Call kill...
2001-11-20 Richard M. Stallman(lisp-mode, emacs-lisp-mode): Don't use define-derived...
2001-11-20 Eli Zaretskii(re-builder): Don't re-enter RE Builder Mode.
2001-11-20 Eli Zaretskii(reb-change-target-buffer): New function.
2001-11-20 Stefan Monnier(lisp-fill-paragraph): Don't move back to a line withou...
2001-11-19 Stefan Monnier(mark-sexp): Mark more if repeated.
2001-11-19 Richard M. Stallman(lisp-indent-defmethod): At first three elements, act...
2001-11-18 Stefan Monnier(reb-mode): Use define-derived-mode.
2001-11-17 Richard M. Stallman(princ-list, checkdoc-read-event, add-to-list): Delete...
2001-11-17 Stefan Monnier(elp-not-profilable): New var.
2001-11-17 Stefan Monnier(byte-compile-call-tree, byte-code-vector)
2001-11-17 Stefan Monnier(edebug-form-data, edebug-offsets)
2001-11-16 Stefan Monnier(eldoc-mode): Use define-minor-mode.
next