Amend autoconf/configure stuff.
[bpt/emacs.git] / lisp / emacs-lisp /
2000-01-06 Dave LoveAdd defclass, define-condition, defmethod, symbol-macrolet.
2000-01-06 Dave Love(byte-extrude-byte-code-vectors): Use remprop.
2000-01-06 Dave LoveTag as emacs-mule coding.
2000-01-05 Dave Love(cl-make-hash-table): Use make-hash-table.
2000-01-05 Dave Love(beginning-of-defun): New variable.
2000-01-03 Dave Love(cl-emacs-type): Remove defvar.
1999-12-19 Gerd Moellmann(debugger-continue): Don't continue If
1999-12-18 Dave LoveDon't put optimization info on `eql'.
1999-12-18 Dave LoveRemove conditional definition of eval-when-compile...
1999-12-18 Dave LoveRemove Emacs 18 compatibility code. Prepend `cl-'...
1999-12-18 Dave LoveBind free variables.
1999-12-18 Dave Love(byte-compile-constp): Include keywords.
1999-12-16 Dave Love(byte-compile-bound-variables): Doc fix.
1999-12-02 Stefan Monnier(lm-header-multiline): fix spurious use of `cond'.
1999-12-02 Gerd Moellmann(lisp-mode-variables): Change
1999-11-29 Gerd Moellmann(edebug-make-enter-wrapper): Correct
1999-11-26 Dave LoveFix last change.
1999-11-26 Richard M. StallmanMany doc fixes.
1999-11-26 Richard M. Stallman(checkdoc-this-string-valid-engine):
1999-11-25 Dave LoveFix last change.
1999-11-23 Dave Love(find-function-regexp): Use `define-minor-mode' after...
1999-11-23 Stefan Monnier(make-autoload): Recognize the new `define-minor-mode'.
1999-11-23 Stefan MonnierChanged maintainer.
1999-11-21 Gerd MoellmannUse new backquote syntax.
1999-11-12 Sam Steingold* emacs-lisp/debug.el (debugger-env-macro):
1999-11-03 Gerd Moellmann(debug): If noninteractive, display the
1999-10-30 Gerd Moellmann(ad-activate-on): Make it an alias for ad-activate.
1999-10-27 Dave LoveDoc fixes.
1999-10-26 Gerd Moellmann(ad-activate-internal): Renamed from
1999-10-19 Dave LoveRemoved -- not now needed by edebug.
1999-10-16 Dave Love(edebug-install-read-eval-functions)
1999-10-16 Gerd Moellmann(common-lisp-indent-function): Use `eq' instead of...
1999-10-08 Gerd Moellmann(regexp-opt-try-suffix): New function.
1999-09-24 Phillip Rulon(edebug-outside-current-prefix-arg):
1999-09-14 Gerd Moellmann(eval-last-sexp): Use prin1 instead of print.
1999-09-14 Richard M. Stallman(eval-defun, eval-last-sexp):
1999-09-13 Dave Love(checkdoc-display-status-buffer): Avoid
1999-09-12 Richard M. Stallman(eval-last-sexp): If after ?\LETTER, use all of that...
1999-09-11 Richard M. Stallman(byte-compile-output-docform): Bind print-gensym-alist...
1999-09-11 Richard M. Stallman(byte-compile-output-docform): Bind print-continuous...
1999-09-10 Dave Love(lisp-imenu-generic-expression): Recognize define-widget.
1999-09-09 Dave Love(byte-optimize-backward-char, byte-optimize-backward...
1999-09-06 Dave Love(byte-boolean-vars): Removed. (Now primitive.)
1999-09-03 Richard M. Stallman(make-autoload): Handle defun* like defun.
1999-08-31 Dave Love(byte-boolean-vars): Add several w32 and redisplay...
1999-08-30 Richard M. StallmanFix previous change.
1999-08-30 Richard M. StallmanMany doc fixes.
1999-08-29 Richard M. Stallman(eval-defun): Expand macros,
1999-08-29 Richard M. Stallman(find-function-regexp): Allow a ) or ( to end a functio...
1999-08-28 Karl Heuer(easy-mmode-define-minor-mode):
1999-08-16 Karl HeuerFix maintainer address.
1999-08-14 Karl Heuer(ad-special-forms): Use track-mouse iff bound.
1999-08-10 Karl HeuerProvide `byte-optimize', not `byte-opt'.
1999-08-10 Karl Heuer(easy-menu-get-map-look-for-name): New fn.
1999-08-10 Dave Love(ad-make-single-advice-docstring): Treat case with...
1999-08-07 Richard M. Stallman(elisp-eval-buffer): Handle all 5 args of eval-buffer.
1999-07-30 Dave LoveFix previous change.
1999-07-29 Dave Love(eval-defun): Re-written to avoid
1999-07-25 Karl HeuerDelete compatibility code.
1999-07-21 Gerd Moellmann(cl-make-hash-table): Renamed from make-hash-table.
1999-07-21 Gerd Moellmann(easy-menu-do-add-item): Support for new seperator...
1999-07-09 Richard M. Stallman(easy-mmode-define-keymap): Doc fix.
1999-06-27 Karl Heuer(generated-autoload-file): Doc fix.
1999-06-27 Karl Heuer(eval-defun): Doc fix.
1999-06-22 Karl HeuerComment fix.
1999-06-12 Karl Heuer(getf): Don't call get*.
1999-06-04 Karl Heuer(regexp-opt-group): Avoid infinite
1999-05-29 Karl Heuer(custom-print-functions): Add autoload cookie.
1999-05-18 Richard M. Stallman(debugger-outer-inhibit-redisplay): New variable.
1999-05-17 Richard M. Stallman(byte-optimize-plus): Fix 1-arg case.
1999-05-10 Andreas Schwab(byte-boolean-vars): Add
1999-04-06 Richard M. Stallman(byte-compile-file): Clear buffer-file-coding-system...
1999-03-27 Andreas Schwab(debug): Make *Backtrace* buffer writable.
1999-02-18 Richard M. Stallman(easy-menu-get-map): Don't crash if (current-local...
1999-01-29 Dave Love(lm-verify): Fix arg list.
1999-01-19 Richard M. Stallman(with-temp-message): Add def-edebug-spec call.
1999-01-15 Richard M. Stallman(easy-menu-get-map): Fix bugs in prev change.
1999-01-13 Dave Love(find-function-on-key): Fix previous
1999-01-10 Dave Love(find-function-on-key): DTRT for mouse
1999-01-07 Dave Love(byte-compile-warnings): Doc fix.
1999-01-07 Dave Love(edebug-eval-defun): Deal with defcustom
1999-01-07 Dave LoveMore doc fixes.
1999-01-06 Richard M. StallmanDoc fixes.
1999-01-04 Richard M. Stallman(easy-menu-define): Doc fix.
1999-01-04 Andreas Schwab(debug): Leave recursive minibuffer enabled
1998-12-29 Richard M. Stallman(easy-menu-get-map): Change global map only if this...
1998-12-28 Andreas Schwab(ad-special-forms): Add save-current-buffer
1998-12-25 Richard M. Stallman(easy-menu-get-map): If MENU is nil, use global menu...
1998-12-14 Karl HeuerUpdate comment.
1998-12-11 Dave Love(find-function-search-for-symbol):
1998-12-05 Markus RostRequire bytecomp for byte-goto-ops.
1998-12-03 Andreas Schwab(lm-summary): Strip off -*-
1998-11-19 Richard M. Stallman(lisp-interaction-mode-map): Doc fix.
1998-11-19 Richard M. Stallman(find-function-regexp): Handle skeletons.
1998-11-18 Richard M. Stallman(temp-buffer-show-hook): This is not obsolete.
1998-11-16 Karl Heuerindent `with-output-to-string' as a CL
1998-11-16 Kenichi HandaSet syntaxes all non-word multibyte
1998-11-07 Karl Heuer(find-variable-noselect): Autoload.
1998-10-30 Andreas Schwab(edebug-initial-mode): Fix customize type.
1998-10-30 Andreas Schwab(eldoc-argument-case): Fix customize type.
next