Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (byte-recompile-directory): Report numbers of files skipped and failed too. | Sam Steingold | 2001-10-29 | 1 | -17/+24 |
| | |||||
* | (eval-defun): Doc fix. | Richard M. Stallman | 2001-10-28 | 1 | -4/+5 |
| | |||||
* | (syntax-ppss-stats): Be more robust when dividing by 0. | Stefan Monnier | 2001-10-28 | 1 | -1/+4 |
| | |||||
* | (checkdoc-eval-defun): Call eval-defun | Stefan Monnier | 2001-10-25 | 1 | -29/+30 |
| | | | | | | | interactively so that C-u M-C-x still does edebug. (checkdoc-sentencespace-region-engine): Don't force a double-space after `.' if it doesn't look like an end-of-sentence. (debug-ignored-errors): Add `disambiguate ...'. | ||||
* | Put the *Compile-Log* buffer in `compilation-mode'. | Sam Steingold | 2001-10-18 | 1 | -18/+20 |
| | |||||
* | (syntax-ppss): Autoload. | Stefan Monnier | 2001-10-13 | 1 | -0/+1 |
| | |||||
* | (byte-compile-check-lambda-list): | Gerd Moellmann | 2001-10-12 | 1 | -2/+2 |
| | | | | Turn error for repeated variables into warning. | ||||
* | (byte-compile-check-lambda-list): New | Gerd Moellmann | 2001-10-12 | 1 | -1/+28 |
| | | | | | | | | function checking that lambda-list consists of non-constant symbols, that &rest and &optional are followed by variable names, that &rest VAR is the last element, and that variables aren't doubled. (byte-compile-lambda): Use it. | ||||
* | (byte-optimize-lapcode) | Gerd Moellmann | 2001-10-11 | 1 | -7/+8 |
| | | | | | <byte-constref-ops>: Consider byte-constant2 and clarify the code. <const-C varset-X const-C>: Fix car/cdr typo. | ||||
* | Downcase error messages. | Gerd Moellmann | 2001-10-11 | 1 | -11/+11 |
| | |||||
* | (byte-compile-display-log-head-p): New | Gerd Moellmann | 2001-10-11 | 1 | -104/+95 |
| | | | | | | | | | | | | | function extracted from byte-compile-log-1. (byte-compile-log-1): Change output to be more in line with the output of other GNU tools. (byte-compile-warn): Emit `warning' instead of `**' for warnings. (byte-compile-report-error): Downcase error message. Use `error' instead of `!!' for error messages. (byte-compile-print-syms): Treat non-interactive case specially. (displaying-byte-compile-warnings): Use backquote. (byte-compile-from-buffer): Bind byte-compile-last-line. (batch-byte-compile): Remove `Done' message. | ||||
* | (copyright): Add final \n. | Stefan Monnier | 2001-10-11 | 1 | -1/+1 |
| | |||||
* | (doc-string-elt): Remove. | Stefan Monnier | 2001-10-11 | 1 | -30/+4 |
| | |||||
* | New file. | Stefan Monnier | 2001-10-11 | 1 | -0/+281 |
| | |||||
* | (byte-compile-file): Return success when the file says no-byte-compile. | Stefan Monnier | 2001-10-07 | 1 | -48/+48 |
| | |||||
* | (most-positive-fixnum, most-negative-fixnum): | Gerd Moellmann | 2001-10-06 | 1 | -4/+0 |
| | | | | Remove. | ||||
* | (define-setf-expander): Make it an | Gerd Moellmann | 2001-10-05 | 1 | -0/+1 |
| | | | | alias for define-setf-method. | ||||
* | Change ;;; to ;; for outline-minor-mode. | Gerd Moellmann | 2001-10-05 | 1 | -9/+9 |
| | |||||
* | Use facep iso find-face. | Gerd Moellmann | 2001-10-05 | 1 | -6/+6 |
| | |||||
* | (lisp-imenu-generic-expression): Use regexp-opt. | Gerd Moellmann | 2001-10-05 | 1 | -16/+77 |
| | | | | | | | | | (doc-string-elt): Set symbol's prop. Copied from autoload.el. (lisp-font-lock-syntactic-face-function): New function. (lisp-mode-variables): Use it. Make arg optional. (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables. (lisp-mode): Don't pass an arg to lisp-mode-variables. Set comment-start-skip. | ||||
* | (lm-history-header): Accept `ChangeLog'. | Gerd Moellmann | 2001-10-05 | 1 | -1/+1 |
| | |||||
* | (frame-parameter): Add a setf method. | Gerd Moellmann | 2001-10-05 | 1 | -2/+2 |
| | | | | (ignore-errors): Don't bother using a `err' symbol. | ||||
* | (byte-recompile-directory): Make sure the file is readable. | Gerd Moellmann | 2001-10-05 | 1 | -60/+71 |
| | | | | | | (byte-compile-file): Don't compile if `no-byte-compile' is set. (byte-compile-defvar): Update to reflect the change in Fdefvar. (batch-byte-recompile-directory): Pass arg=0. | ||||
* | (autoload-ensure-default-file, autoload-insert-section-header) | Gerd Moellmann | 2001-10-05 | 1 | -46/+113 |
| | | | | | | | | | | (autoload-before-p, autoload-remove-section): New functions. (generate-file-autoloads): Use them. (update-file-autoloads): Use them. Return FILE if there's no cookie. Make sure the autoload file is properly formatted when creating it. (update-autoloads-from-directories): Use them as well. Only update autoloads for files whose timestamp has changed. Add a dummy entry to remember the files which had no autoload cookies. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-10-01 | 1 | -0/+753 |
| | |||||
* | (rx): Add def-edebug-spec. | Gerd Moellmann | 2001-10-01 | 1 | -0/+1 |
| | |||||
* | Comment change. | Richard M. Stallman | 2001-09-26 | 1 | -0/+1 |
| | |||||
* | (checkdoc-this-string-valid-engine): | Gerd Moellmann | 2001-09-17 | 1 | -0/+11 |
| | | | | Check for '(' in column 0 of doc string. | ||||
* | (edebug-window-live-p): Use | Gerd Moellmann | 2001-09-07 | 1 | -1/+1 |
| | | | | get-window-with-predicate. | ||||
* | Add Keywords header. | Gerd Moellmann | 2001-09-04 | 3 | -3/+6 |
| | |||||
* | (backquote-backquote-symbol) | Gerd Moellmann | 2001-09-03 | 1 | -4/+4 |
| | | | | | (backquote-unquote-symbol, backquote-splice-symbol): Remove `*' from doc strings. | ||||
* | *** empty log message *** | Gerd Moellmann | 2001-08-30 | 1 | -0/+154 |
| | |||||
* | Add the Maintainer keyword. From Pavel Janik. | Eli Zaretskii | 2001-08-26 | 2 | -0/+3 |
| | |||||
* | (byte-compile-file): Remove TARGET-FILE before writing it, so that | Miles Bader | 2001-08-21 | 1 | -2/+9 |
| | | | | hard-links don't see new version. | ||||
* | (lisp-indent-defmethod): New function. | Gerd Moellmann | 2001-08-15 | 1 | -3/+13 |
| | | | | | (toplevel): Set it as `common-lisp-indent-function' for `defmethod'. | ||||
* | (define-minor-mode): Use | Gerd Moellmann | 2001-08-09 | 1 | -6/+4 |
| | | | | mode-line-minor-mode-keymap for the minor mode name. | ||||
* | (edebug-read-function): Fix handling of | Gerd Moellmann | 2001-08-08 | 1 | -5/+4 |
| | | | | #:, #x, #o, and similar constructs. | ||||
* | Specify FSF as Maintainer. | Pavel Janík | 2001-08-06 | 1 | -0/+2 |
| | |||||
* | (last-sexp-setup-props): New function. | Gerd Moellmann | 2001-07-27 | 1 | -18/+34 |
| | | | | | | (last-sexp-toggle-display): Renamed from last-sexp-print. (last-sexp-toggle-display, eval-last-sexp-1): Use last-sexp-setup-props. | ||||
* | (eval-last-sexp-1): Don't search for | Gerd Moellmann | 2001-07-26 | 1 | -5/+7 |
| | | | | | `...', compare with unabbreviated printed representation instead. (last-sexp-print): Bind print-length and print-level to nil. | ||||
* | (eval-last-sexp-1): Look for a `...' | Gerd Moellmann | 2001-07-26 | 1 | -5/+12 |
| | | | | before assigning text properties. Make properties rear-nonsticky. | ||||
* | (last-sexp-print): New function. | Gerd Moellmann | 2001-07-26 | 1 | -3/+28 |
| | | | | | | (eval-last-sexp-1): Give printed text a `keymap' property and bind <mouse-2> and <RET> in that map to a function printing the unabbreviated value. | ||||
* | (eval-last-sexp-1): If standard-output | Gerd Moellmann | 2001-07-26 | 1 | -2/+5 |
| | | | | | is a buffer, put a text property `printed-value' on the printed representation, with the Lisp object printed as value. | ||||
* | (eval-print-last-sexp, eval-defun): | Eli Zaretskii | 2001-07-25 | 1 | -2/+8 |
| | | | | | | Mention the effect of eval-expression-print-length and eval-expression-print-level. Suggested by Kevin Gallagher <kevingal@onramp.net>. | ||||
* | (find-function-regexp): Add | Gerd Moellmann | 2001-07-25 | 1 | -2/+3 |
| | | | | | easy-mmode-define-global-mode to the regexp. Allow newlines in front of the function name. | ||||
* | *** empty log message *** | Pavel Janík | 2001-07-17 | 1 | -2/+4 |
| | |||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 14 | -17/+19 |
| | |||||
* | Fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 1 | -2/+2 |
| | |||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-15 | 5 | -12/+18 |
| | |||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 9 | -10/+12 |
| |