Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (syntax-after): Delete. Moved to subr.el. | Stefan Monnier | 2002-09-09 | 1 | -8/+0 |
| | |||||
* | (find-library-suffixes, find-library-name) | Stefan Monnier | 2002-09-09 | 1 | -17/+29 |
| | | | | | (find-library): New funs. (find-function-search-for-symbol): Use it. | ||||
* | (byte-compile-file): Don't switch buffer. | Stefan Monnier | 2002-09-09 | 1 | -3/+5 |
| | |||||
* | (byte-recompile-directory): Set and then bind default-directory. | Richard M. Stallman | 2002-09-09 | 1 | -57/+61 |
| | |||||
* | (byte-compile-delete-errors): Default to nil. | Richard M. Stallman | 2002-09-09 | 1 | -2/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 2002-09-09 | 1 | -0/+4 |
| | |||||
* | * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. | John Paul Wallington | 2002-09-07 | 2 | -3/+4 |
| | | | | | * emacs-lisp/find-func.el (find-function-recenter-line): Add custom type. Doc fix. | ||||
* | (rx): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
| | |||||
* | (string-to-float): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -21/+21 |
| | |||||
* | (find-function-search-for-symbol): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | (easy-menu-define): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | (easy-menu-filter-return): | Stefan Monnier | 2002-08-30 | 1 | -13/+12 |
| | | | | | | | Handle the case where the filter returns a single menu entry. (easy-menu-add): Improve docstring. (easy-menu-current-active-maps): Remove. (easy-menu-get-map): Use current-active-maps. | ||||
* | (byte-compile-warning-prefix): | Richard M. Stallman | 2002-08-29 | 1 | -45/+72 |
| | | | | | | | | | | | | | Decide here whether to print which form we're compiling. If we do that, still print file and line. Make file name relative to default-directory. Print fewer newlines. (byte-compile-log-file): Print something even if no file. Print messages for entering and leaving directories, and set default-directory. (displaying-byte-compile-warnings): Only sometimes bind warning-series. (byte-compile-warning-series): New function. (byte-compile-file): Set byte-compile-last-logged-file, don't bind it. (byte-compile-display-log-head-p): Function deleted. | ||||
* | (byte-compile-log-file): Use \f. | Richard M. Stallman | 2002-08-29 | 1 | -6/+13 |
| | | | | | (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file to don't-warn list. | ||||
* | (define-minor-mode): Use customize-mark-as-set for global minor modes. | Stefan Monnier | 2002-08-26 | 1 | -3/+5 |
| | |||||
* | (authors-aliases, authors-fixed-entries): | Kim F. Storm | 2002-08-22 | 1 | -2/+2 |
| | | | | Corrected spelling mistakes (for Joseph Arceneaux). | ||||
* | (easy-mmode-define-global-mode): Use find-file-hook instead of find-file-hooks. | Stefan Monnier | 2002-08-15 | 1 | -10/+15 |
| | | | | | | (define-minor-mode): Get rid of this silly `togglep'. Add an explicit `toggle' argument (used for interactive calls). Emit a warning when a nil argument turns the mode off. | ||||
* | (find-function-search-for-symbol): Use find-file-hook instead of ...-hooks. | Stefan Monnier | 2002-08-15 | 1 | -1/+1 |
| | |||||
* | (find-function-search-for-symbol): Obey `definition-name' properties. | Richard M. Stallman | 2002-08-13 | 1 | -0/+4 |
| | |||||
* | (easy-mmode-define-global-mode): Put `definition-name' properties on | Richard M. Stallman | 2002-08-13 | 1 | -1/+3 |
| | | | | the functions whose names are constructed. | ||||
* | (checkdoc, checkdoc-interactive) | Richard M. Stallman | 2002-08-09 | 1 | -17/+22 |
| | | | | | | | | | (checkdoc-message-interactive, checkdoc-interactive-loop) (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments) (checkdoc-defun): Update checkdoc-spellcheck-documentation-flag correctly. (checkdoc-ispell-docstring-engine): Don't test for checkdoc-autofix-flag = nil. | ||||
* | (edebug-eval-top-level-form): Use eval-expression. | Richard M. Stallman | 2002-08-02 | 1 | -5/+17 |
| | |||||
* | (byte-compile-find-cl-functions): | Richard M. Stallman | 2002-07-31 | 1 | -2/+3 |
| | | | | Check that (car elt) is a string. | ||||
* | Comment change. | Richard M. Stallman | 2002-07-29 | 1 | -0/+3 |
| | |||||
* | (edebug-debugger): If inside redisplay, just return. | Richard M. Stallman | 2002-07-29 | 1 | -36/+39 |
| | |||||
* | (debug): If redisplaying, just return. | Richard M. Stallman | 2002-07-29 | 1 | -119/+122 |
| | |||||
* | (byte-compile-set-symbol-position): Don't recompute `entry' on each iteration. | Richard M. Stallman | 2002-07-25 | 1 | -13/+11 |
| | | | | (byte-compile-delete-first): Make it defsubst. | ||||
* | (byte-compile-cl-functions): New variable. | Richard M. Stallman | 2002-07-24 | 1 | -10/+28 |
| | | | | | | | (byte-compile-cl-warn): Use that variable. (byte-compile-find-cl-functions): New function. (displaying-byte-compile-warnings): Call byte-compile-find-cl-functions. | ||||
* | Use warnings.el: | Richard M. Stallman | 2002-07-20 | 1 | -70/+59 |
| | | | | | | | | | | | | | | | (byte-compile-warning-prefix): New function. (byte-compile-log-file): Return page start position. (byte-compile-log-warning): New function. (byte-compile-warn): Use byte-compile-log-warning. (byte-compile-report-error): Likewise. Also use error-message-string. (displaying-byte-compile-warnings): Bind warning-series. Don't bind or use byte-compile-warnings-point-max. Don't display the log buffer at the end. (byte-compile-warnings-point-max): Variable deleted. (byte-compile-log-1): Rewrite for trace info, not used for warnings. (byte-compile-last-warned-form, byte-compile-last-logged-file): Defvars moved. | ||||
* | (byte-compile-cl-warn): Delete `values' | Richard M. Stallman | 2002-07-19 | 1 | -4/+4 |
| | | | | | | and `values-list' from list of CL functions. (compile-defun): Bind `read-with-symbol-positions' to current buffer. | ||||
* | (unread-command-char, executing-macro, post-command-idle-hook, | Juanma Barranquero | 2002-07-19 | 1 | -9/+1 |
| | | | | post-command-idle-delay): Move obsolescence declarations to subr.el. | ||||
* | (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate, | Juanma Barranquero | 2002-07-19 | 1 | -10/+1 |
| | | | | | compiled-function-p, define-function): Move obsolescence declarations to subr.el. | ||||
* | Fix doc typos. | Richard M. Stallman | 2002-07-14 | 1 | -6/+6 |
| | |||||
* | (cl-set-substring): Fix thinko. | Stefan Monnier | 2002-07-13 | 1 | -3/+3 |
| | | | | (cl-hack-byte-compiler): Avoid infinite require loop. | ||||
* | (multiple-value-call): Add alias. | Richard M. Stallman | 2002-07-12 | 1 | -0/+2 |
| | |||||
* | (authors-obsolete-file-p): Fix typo. | Juanma Barranquero | 2002-07-10 | 1 | -4/+4 |
| | |||||
* | (debug-on-entry): Fix the wrapper used for | Stefan Monnier | 2002-07-07 | 1 | -17/+29 |
| | | | | | | | aliases to also work for interactive functions. Use the same wrapper for subroutines. (cancel-debug-on-entry): Get rid of the now-useless wrapper. (debug-on-entry-1): Correctly skip docstrings and interactive forms. | ||||
* | (easy-menu-popup-menu): Function deleted. | Richard M. Stallman | 2002-07-07 | 1 | -14/+0 |
| | |||||
* | (ad-compile-function): Disable cl-function warnings if cl is loaded. | Richard M. Stallman | 2002-07-07 | 1 | -1/+8 |
| | |||||
* | Fix typo. | Juanma Barranquero | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | (easy-menu-popup-menu): New function. | Richard M. Stallman | 2002-07-02 | 1 | -0/+14 |
| | |||||
* | (byte-compile-warning-types): | Richard M. Stallman | 2002-07-02 | 1 | -9/+57 |
| | | | | | | | | | | | | | | Rename cl-func to cl-functions. Enable it by default. (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings if the file loads cl. (byte-compile-initial-macro-environment): For eval-and-compile, use byte-compile-eval-before-compile to eval. (byte-compile-eval-before-compile): New function to turn off cl-functions when appropriate, for eval-and-compile. (byte-compile-warnings): Add cl-func option. (byte-compile-cl-warn): New function. (byte-compile-form): Use it, to warn about calling cl functions. | ||||
* | New file. | Kim F. Storm | 2002-07-01 | 1 | -0/+622 |
| | |||||
* | (baud-rate): Fix obsolescence declaration. | Juanma Barranquero | 2002-06-27 | 1 | -3/+3 |
| | | | | (meta-flag): Likewise. | ||||
* | (values): Simplify definition. | Richard M. Stallman | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | (byte-compile-callargs-warn): | Stefan Monnier | 2002-06-25 | 1 | -22/+24 |
| | | | | | | Check for `noruntime' even if the function has a known sig. (byte-compile-file, byte-compile-output-docform): Don't hard code point-min = 1. | ||||
* | (cancel-debug-on-entry): Don't cons uselessly. | Stefan Monnier | 2002-06-18 | 1 | -5/+1 |
| | |||||
* | (regexp-opt-group): Don't cons uselessly. | Stefan Monnier | 2002-06-18 | 1 | -3/+3 |
| | |||||
* | (checkdoc-this-string-valid-engine): Fix typo. | Juanma Barranquero | 2002-06-18 | 1 | -1/+1 |
| | |||||
* | (byte-recompile-directory): Doc fix. | Richard M. Stallman | 2002-06-15 | 1 | -7/+8 |
| | | | | (batch-byte-recompile-directory): Undo previous change. |