summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (debug, debugger-eval-expression): Preserve match-data.Karl Heuer1994-04-161-2/+5
|
* (backquote-process): Don't crash if ultimateRichard M. Stallman1994-04-121-7/+20
| | | | expression is just a variable.
* Renamed from eval-region.el. Fix the `provide' call.Richard M. Stallman1994-04-111-11/+11
| | | | Doc fixes.
* entered into RCSRichard M. Stallman1994-04-111-1/+1
|
* comment changes.Daniel LaLiberte1994-04-091-3/+8
|
* Jumping up to new revision.Daniel LaLiberte1994-04-091-9/+8
| | | | Simplify definition of defalias for Emacs 18.
* checked in with -k by liberte at 1994/04/09 20:57:56Daniel LaLiberte1994-04-081-51/+51
|
* (popup-dialog-box): New function.Richard M. Stallman1994-04-081-0/+50
|
* (edebug-version): Delete third arg of string-match.Richard M. Stallman1994-04-071-3/+3
|
* Change install- and uninstall- to -install and -uninstall.Daniel LaLiberte1994-04-051-11/+19
|
* ucomment fixDaniel LaLiberte1994-04-051-2/+2
|
* Comment fixes.Daniel LaLiberte1994-04-051-3/+3
|
* (edebug-emacs-19-specific): Renamed from edebug-fsf19-specific.Richard M. Stallman1994-04-051-10/+14
| | | | (edebug-emacs-version-specific): Test for not-version-18.
* Change install- to ... to ...-install.Daniel LaLiberte1994-04-041-9/+9
|
* Numerous changes and bug fixes to bring it up to version 3.5.Daniel LaLiberte1994-04-041-435/+444
|
* *** empty log message ***Richard M. Stallman1994-03-301-17/+27
|
* (debug): Behave sensibly if pop-up-frames is set.Karl Heuer1994-03-291-4/+13
|
* (byte-compile-file): Use whole file name for errors.Richard M. Stallman1994-03-281-1/+1
|
* *** empty log message ***Richard M. Stallman1994-03-271-23/+22
|
* Initial revisionRichard M. Stallman1994-03-251-0/+104
|
* New version from author.Daniel LaLiberte1994-03-241-1723/+3730
|
* Change "internal" to "original" throughout.Daniel LaLiberte1994-03-241-261/+406
| | | | | | (add-custom-printer, delete-custom-printer) replace old customizers. (with-custom-print) new (custom-prin1-to-string) Made it more robust.
* Initial revisionDaniel LaLiberte1994-03-232-0/+681
|
* (debugger-eval-expression): Use a history list.Richard M. Stallman1994-03-221-1/+5
|
* (make-lucid-menu-keymap): Any row of dashes means blank.Karl Heuer1994-03-211-1/+1
|
* Provide lmenu, not menubar.Richard M. Stallman1994-03-201-1/+1
|
* (beginning-of-defun-raw): Don't err when called at end of buffer.Karl Heuer1994-03-191-1/+1
|
* (beginning-of-defun-raw): New function.Karl Heuer1994-03-181-7/+15
| | | | (end-of-defun): Handle defun-prompt-regexp correctly.
* (end-of-defun): Fix check for trailing comment.Karl Heuer1994-03-181-1/+1
|
* (defun-prompt-regexp): Doc fix.Karl Heuer1994-03-151-1/+4
|
* (byte-compile-track-mouse): Undo previous change,Richard M. Stallman1994-03-101-5/+7
| | | | but use byte-compile-top-level-body.
* (generate-file-autoloads): Don't ignore the lineRichard M. Stallman1994-03-101-1/+1
| | | | after the form marked by a ;;;###autoload\n.
* (edebug-skip-whitespace): Only \n, not \r, ends a comment.Richard M. Stallman1994-03-061-1/+1
|
* (backquote-listify): Renamed from bq-listify.Richard M. Stallman1994-03-061-27/+25
| | | | | | | (backquote-process): Renamed from bq-process. (backquote-list*-function): Renamed from list*-function. (backquote-list*-macro): Renamed from list*-macro. (backquote-list*): Renamed from list*.
* Complete rewrite by Sladkey.Richard M. Stallman1994-03-061-339/+186
|
* (byte-compile-track-mouse): Handle >1 body form.Richard M. Stallman1994-03-051-7/+5
| | | | Generate code that binds track-mouse.
* (byte-compile-insert-header): Take a filename argument.Richard M. Stallman1994-03-041-17/+18
| | | | | | (byte-compile-from-buffer): Change second argument to filename. Always return outbuffer; never eval from it or kill it. (byte-compile-file): Pass filename to byte-compile-from-buffer.
* (generate-file-autoloads): Move misplaced paren in match clause of condRoland McGrath1994-03-031-2/+2
| | | | | so copying the rest of the line to the output is the else clause of if (eolp), not after the if.
* (byte-compile-from-buffer, byte-compile-top-level):Richard M. Stallman1994-02-251-108/+28
| | | | | | | | | | Removed advice. Byte-compilation problem is now taken care of directly by the compiler. (ad-advised-byte-compilers): Removed. (ad-enable-definition-hooks, ad-disable-definition-hooks): Removed activation of the advised byte-compiler entry points. (ad-lemacs-p): Removed variable. (ad-lemacs-p): New macro for compile-time conditionalization.
* (byte-compile-protect-from-advice): New macro thatRichard M. Stallman1994-02-251-78/+109
| | | | | | temporarily deactivates advice of `defun/defmacro' while BODY is run. (byte-compile-from-buffer, byte-compile-top-level): Use `byte-compile-protect-from-advice' to protect compilation.
* (lisp-mode-variables): Set outline-regexp.Richard M. Stallman1994-02-241-0/+2
|
* (debug, debug-on-entry): Doc strings.Richard M. Stallman1994-02-231-4/+4
|
* (byte-compile-file): Return nil on failure.Karl Heuer1994-02-231-2/+2
|
* Removed all support for Emacs-18:Richard M. Stallman1994-02-231-479/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed autoload for `backquote'. Removed arglist specifications for `documentation' and `fset'. (ad-emacs19-p, ad-use-jwz-compiler): Removed these variables. (ad-lemacs-p, ad-v19-compiled-p, ad-subr-arglist, ad-make-advised-docstring): Removed reference to `ad-emacs19-p'. (ad-compiled-p): Renamed from `ad-v19-compiled-p'. Removed old definition of `ad-compiled-p'. (ad-compiled-code): Renamed from `ad-v19-compiled-code'. (ad-arglists, ad-docstring, ad-interactive-form): Use new names. (ad-body-forms): Always return nil for compiled definitions. (ad-compile-function): Simplified, because the v19 incarnation of `byte-compile' can compile macros. (ad-real-byte-codify): Removed. (ad-execute-defadvices): Removed. The `defadvice's it contained are now at the top level. (ad-advised-byte-code-definition): Renamed to `ad-advised-byte-code' and removed the definition of `ad-advised-byte-code' via `fset'. (ad-advised-byte-code-definition, ad-recover-byte-code, ad-stop-advice, ad-recover-normality): Removed `ad-real-byte-codify'-cation of their definitions. (ad-adjust-stack-sizes): Removed. (ad-enable-definition-hooks, ad-disable-definition-hooks): Removed v19 conditionalization. Fixed the problematic interaction between the byte-compiler and Advice when `ad-activate-on-definition' was t which resulted in erroneous compilation of nested `defun/defmacro's: (byte-compile-from-buffer, byte-compile-top-level): Advised to temporarily deactivate the advice of `defun/defmacro'. (ad-advised-definers, ad-advised-byte-compilers): New variables. (ad-enable-definition-hooks, ad-disable-definition-hooks): En/disable the advised byte-compiler entry points. (defadvice): Implement a `freeze' option which expands the `defadvice' into a redefining and dumpable `defun/defmacro' whose documentation can be written to the `DOC' file. Frozen advices cannot be undone, hence, they do not need any Advice runtime support. (ad-defadvice-flags): Add `freeze' flag. (ad-make-advised-docstring, ad-make-single-advice-docstring): New STYLE option for `plain' and `freeze' styles. Slightly changed the default formatting of advised docstrings. (ad-make-plain-docstring, ad-make-freeze-docstring): New functions. (ad-recover-all, ad-scan-byte-code-for-fsets): Removed unused condition variable `ignore-errors'. (ad-save-real-definition): New macro to save real definitions of functions used by Advice. Use `ad-save-real-definition' to save definitions of `fset', `byte-code' and now also `documentation'. (ad-subr-arglist, ad-docstring, ad-make-advised-docstring): Use `ad-real-documentation' to avoid interference with the advised version of `documentation'. (ad-execute-defadvices): Copy advice infos. (ad-start-advice-on-load): Default changed to t.
* (lisp-complete-symbol): Doc fix.Richard M. Stallman1994-02-181-4/+5
|
* Delete the code to enable menu bars.Richard M. Stallman1994-02-171-7/+8
|
* (defun-prompt-regexp): Now a user variable.Richard M. Stallman1994-02-171-1/+1
|
* (generate-file-autoloads): Don't frob literal formfeeds into \f; just bindRoland McGrath1994-02-081-44/+36
| | | | print-escape-newlines to t around printing (now has same effect).
* (batch-update-autoloads): Add missing close paren.Karl Heuer1994-02-081-1/+1
|
* (insert-parentheses): Doc mod.Karl Heuer1994-02-071-2/+2
|