]> code.delx.au - gnu-emacs/history - lisp/emacs-lisp/bytecomp.el
(eval-defun): Pass read function to
[gnu-emacs] / lisp / emacs-lisp / bytecomp.el
1998-06-04 Karl Heuer(byte-compile-lambda): Fix previous change.
1998-05-19 Richard M. Stallman(byte-compile-insert-header): Do not look for multibyte...
1998-05-13 Richard M. Stallman(byte-compile-insert-header): Fix prev chg.
1998-05-13 Richard M. Stallman(byte-compile-from-buffer):
1998-05-10 Richard M. Stallman(byte-compile-output-docform): Use position-bytes.
1998-04-23 Richard M. Stallman(byte-compile-file): Always read the file in multibyte...
1998-04-15 Karl Heuer(byte-compile-warn-about-unresolved-functions): Fix...
1998-04-14 Andreas Schwab(byte-compile-warnings): Fix customize
1998-02-05 Richard M. Stallman(byte-compile-output-as-comment):
1998-02-02 Richard M. Stallman(byte-compile-from-buffer): Bind edebug-all-defs and...
1998-01-26 Richard M. StallmanCustomized.
1997-09-25 Karl Heuer(displaying-byte-compile-warnings): Show
1997-08-31 Richard M. Stallman(byte-compile-output-file-form): Handle custom-declare...
1997-07-25 Richard M. Stallman(byte-compile-output-docform):
1997-07-23 Richard M. Stallman(eql): byte-defop-compiler definition deleted.
1997-07-10 Richard M. Stallman(char-after): Allow 0 args.
1997-06-22 Richard M. Stallman(byte-compile-file): Doc fix.
1997-06-15 Richard M. Stallman(byte-save-current-buffer): Change to code 114 (0162).
1997-05-08 Richard M. Stallman(byte-compile-file-form-custom-declare-variable): New...
1997-02-26 Kenichi Handa(byte-compile-file): Bind coding-system-for-write
1997-02-20 Karl Heuer(byte-compile-file): Write a compiled file without
1996-12-30 Richard M. Stallman(byte-compile-file): Set default-directory in compiler...
1996-12-11 Karl Heuer(byte-compile-insert-header): Fix previous change.
1996-12-07 Richard M. Stallman(byte-compile-insert-header): If emacs-version
1996-10-12 Richard M. Stallman(define-function): Mark it as obsolete.
1996-09-22 Richard M. Stallman(save-current-buffer): Compile it like save-excursion.
1996-09-17 Richard M. Stallman(byte-compile-lambda): If the doc string is also the
1996-09-10 Erik Naggum(byte-compile-output-file-form): Bind print-quoted...
1996-09-10 Richard M. Stallman(byte-compile-out-toplevel): Undo previous change.
1996-08-29 Richard M. Stallman(byte-compile-associative): Treat one arg case like...
1996-08-28 Richard M. Stallman(byte-compile-out-toplevel): Always compile to byte...
1996-08-28 Richard M. Stallman(byte-compile-funarg-2): New function,
1996-08-26 Richard M. Stallman(byte-compile-insert-header): Fix previous change.
1996-08-25 Richard M. Stallman(byte-compile-insert-header):
1996-08-25 Richard M. Stallman(byte-compile-version): Use $Revision, not $Id.
1996-08-25 Richard M. Stallman(byte-compile-insert-header): Clean up syntax
1996-03-06 Richard M. Stallman(post-command-idle-hook, post-command-idle-delay):...
1996-01-29 Karl Heuer(byte-compile-log-1): Delete format call inside message.
1996-01-14 Erik NaggumUpdate FSF's address.
1996-01-05 Karl HeuerComment fixes.
1995-12-21 Karl Heuer(byte-compile-output-docform): Don't do dynamic doc
1995-11-10 Richard M. Stallman(byte-compile-associative): Do operations left to right.
1995-11-06 Simon MarshallMake byte-force-recompile suitably interactive.
1995-10-30 Richard M. Stallman(byte-recompile-directory): New arg FORCE.
1995-10-06 Richard M. Stallman(byte-compile-from-buffer): Bind print-level.
1995-08-22 Richard M. Stallman(byte-compiler-base-file-name): New function.
1995-08-10 Richard M. Stallman(byte-compile-insert-header): Use 19.29, not 19.28.90
1995-08-07 Richard M. Stallman(byte-compile-output-docform): Check
1995-07-30 Richard M. Stallman(byte-compile-insert-header): If compiling for vers 18,
1995-07-17 Karl Heuer(byte-compile-output-file-form): Bind print-length
1995-07-09 Simon MarshallMade executing-macro, before-change-function, after...
1995-07-07 Richard M. Stallman(byte-compile-obsolete): Do the funcall to compile
1995-05-26 Karl Heuer(byte-compile-insert-header):
1995-05-18 Karl Heuer(byte-compile-dynamic-docstrings): Doc fix.
1995-05-15 Richard M. Stallman(byte-compile-insert-header): Cope if user-mail-address...
1995-04-25 Karl Heuer(byte-recompile-directory): Use force-mode-line-update.
1995-04-13 Richard M. Stallman(byte-compile-log-file): Always insert at eob.
1995-04-09 Richard M. Stallman(byte-compile-log-file): New function.
1995-04-07 Richard M. Stallman(byte-compile-output-docform): Output doc string position
1995-03-24 Karl Heuer(byte-compile-out-toplevel): Compile lambda forms even...
1995-02-25 Richard M. Stallman(byte-compile-file): Bind default-major-mode to avoid...
1995-02-08 Karl Heuer(byte-compile-file): Add "done" message.
1995-02-08 Karl Heuer(byte-compile-file-form-defmumble, display-call-tree...
1995-01-22 Richard M. Stallman(byte-compile-defvar): Add the var to current-load...
1995-01-09 Karl HeuerFix text punctuation.
1994-12-26 Richard M. Stallman(byte-compile-warning-types): Add obsolete.
1994-12-24 Richard M. Stallman(byte-compile-dest-file): New variable.
1994-11-01 Richard M. Stallman(byte-compile-insert-header): Escape backslashes
1994-11-01 Richard M. Stallman(byte-compile-file): Treat windows-nt like ms-dos.
1994-10-09 Richard M. Stallman(byte-compile-insert-header): Use user-mail-address.
1994-08-04 Richard M. Stallman(byte-compile-protect-from-advice): Macro deleted.
1994-07-02 Richard M. Stallman(byte-compile-defalias): Fix typo in prev change.
1994-06-29 Richard M. Stallman(byte-compile-callargs-warn): Handle function defnition
1994-05-03 Karl HeuerUpdate copyright.
1994-03-28 Richard M. Stallman(byte-compile-file): Use whole file name for errors.
1994-03-10 Richard M. Stallman(byte-compile-track-mouse): Undo previous change,
1994-03-05 Richard M. Stallman(byte-compile-track-mouse): Handle >1 body form.
1994-03-04 Richard M. Stallman(byte-compile-insert-header): Take a filename argument.
1994-02-25 Richard M. Stallman(byte-compile-protect-from-advice): New macro that
1994-02-23 Karl Heuer(byte-compile-file): Return nil on failure.
1994-01-11 Richard M. Stallman(byte-compile-condition-case): Disable warning about
1994-01-06 Richard M. Stallman[ms-dos] (byte-compile-file): Save as binary.
1994-01-04 Richard M. StallmanComment fix.
1993-12-25 Richard M. StallmanProvide bytecomp as well as byte-compile.
1993-12-23 Richard M. Stallman(byte-compile-dest-file): If FILENAME is not recognized...
1993-08-11 Richard M. Stallman(byte-compile-from-buffer): Set float-output-format to
1993-08-10 Paul Eggert`mod' is no longer an alias for `%'.
1993-08-02 Richard M. Stallman(byte-recompile-directory): At end of compiling a file,
1993-07-27 Richard M. Stallman(byte-recompile-directory): Doc fix.
1993-07-18 Jim Blandy* bytecomp.el (byte-compile-from-buffer): Bind float...
1993-07-09 Richard M. Stallman(byte-compile-file-form-defmumble): Undo previous change.
1993-07-09 Richard M. Stallman(byte-compile-setq-default):
1993-07-07 Roland McGrath(byte-compile-setq-default): Handle multiple pairs...
1993-07-02 Richard M. Stallman(byte-compile-keep-pending): Handle fset like defalias.
1993-07-01 Richard M. Stallman(byte-compile-file-form-defmumble):
1993-06-16 Richard M. Stallman(byte-compile-file-form-defmumble): Typo in prev change.
1993-06-15 Richard M. Stallman(byte-compile-file-form-defmumble): Use defalias
1993-06-13 Richard M. Stallman(byte-compile-file): Undo previous change.
1993-06-11 Jim Blandy* bytecomp.el: Bring it up to version 2.10 of the
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
next