Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (batch-byte-compile-file): Give a backtrace if requested. | Stefan Monnier | 2004-04-14 | 1 | -18/+20 | |
| | ||||||
* | (beginning-of-defun-raw, end-of-defun): | Stefan Monnier | 2004-04-14 | 1 | -7/+15 | |
| | | | | Correctly handle negative arguments when calling hook functions. | |||||
* | (checkdoc-output-mode-map, checkdoc-find-error-mouse, checkdoc-find-error): | Stefan Monnier | 2004-04-14 | 1 | -15/+8 | |
| | | | | Use posn-set-point to merge the mouse and non-mouse case. | |||||
* | (byte-compile-cond): Fix last change. | Stefan Monnier | 2004-04-12 | 1 | -6/+7 | |
| | ||||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196 | Miles Bader | 2004-04-10 | 3 | -11/+1 | |
| | | | | | | | | | | | | | | | | | | | Remove RCS keywords 2004-04-10 Miles Bader <miles@gnu.org> RCS keyword removal (only non-comment changes are enumerated here): * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. * lisp/url/url-vars.el (url-version): Use the constant string "Emacs" instead of calculating something from the RCS `State' keyword [the latter is almost entirely useless anyway]. * lisp/forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * lisp/recentf.el (recentf-version): Variable removed. * lisp/progmodes/delphi.el (delphi-version): Variable removed. * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring. | |||||
* | (easy-menu-add): Make it work in non-X Emacs. | Stefan Monnier | 2004-04-09 | 1 | -2/+4 | |
| | ||||||
* | (rx): Work at compile time, not run time. | Eli Zaretskii | 2004-03-27 | 1 | -2/+4 | |
| | ||||||
* | (ad-subr-arglist): Undo part of last patch. | Stefan Monnier | 2004-03-23 | 1 | -1/+4 | |
| | ||||||
* | Fix copyright. | Stefan Monnier | 2004-03-22 | 1 | -1/+1 | |
| | ||||||
* | (pp-eval-expression): Simplify. | Stefan Monnier | 2004-03-22 | 1 | -7/+5 | |
| | ||||||
* | (lisp-mode-variables): Don't set | Stefan Monnier | 2004-03-22 | 1 | -16/+16 | |
| | | | | | | | | | normal-auto-fill-function and comment-indent-function. The default values now work just as well. Don't set font-lock-beginning-of-syntax-function since we already set syntax-begin-function. (lisp-outline-level): Put ;;;###autoload at same level as (. (prin1-char): Quote special chars. | |||||
* | (lm-keywords-finder-p): Use defvar rather than with-no-warnings. | Stefan Monnier | 2004-03-22 | 1 | -2/+2 | |
| | ||||||
* | (edebug-display): Bring up a debug trace if the source location can't be found. | Stefan Monnier | 2004-03-22 | 1 | -11/+13 | |
| | | | | (edebug-compute-previous-result): Use prin1-char. | |||||
* | (checkdoc-error): Dont' assume point-min == 1. | Stefan Monnier | 2004-03-22 | 1 | -2/+4 | |
| | | | | (debug-ignored-errors): Add an entry. | |||||
* | (byte-recompile-directory): Ignore hidden dir. | Stefan Monnier | 2004-03-22 | 1 | -8/+12 | |
| | | | | (byte-compile-file): Output warning when deleting a file. | |||||
* | (defsubst): Add edebug spec and use backquote. | Stefan Monnier | 2004-03-22 | 1 | -6/+9 | |
| | | | | (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec. | |||||
* | (byte-compile-log-lap, byte-compile-inline-expand): Use backquote. | Stefan Monnier | 2004-03-22 | 1 | -119/+126 | |
| | | | | | (byte-optimize-pure-func): Rename from byte-optimize-concat. (symbol-name, regexp-opt, regexp-quote): Mark as pure. | |||||
* | (backquote-list*-macro): Use nreverse. | Stefan Monnier | 2004-03-22 | 1 | -2/+8 | |
| | ||||||
* | (ad-subr-arglist): Simplify. | Stefan Monnier | 2004-03-22 | 1 | -24/+23 | |
| | ||||||
* | Doc fix. | Juri Linkov | 2004-03-22 | 1 | -1/+1 | |
| | ||||||
* | (rx): Work at compile time, not run time. | Juanma Barranquero | 2004-03-21 | 1 | -5/+8 | |
| | ||||||
* | (make-obsolete-variable): Fix docstring. | Juanma Barranquero | 2004-03-18 | 1 | -3/+3 | |
| | ||||||
* | (byte-compile-get-constant): For strings, do compare text properties. | Richard M. Stallman | 2004-03-12 | 1 | -2/+3 | |
| | ||||||
* | (lisp-mode-variables): Set it. | Stefan Monnier | 2004-03-08 | 1 | -1/+3 | |
| | ||||||
* | (rx-check, rx-check-any, rx-check-not) | Eli Zaretskii | 2004-02-16 | 1 | -19/+36 | |
| | | | | | | | | | | | (rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use lower-case "rx" in all error message. (rx-or): Put group around result. (rx-constituents): Add backref. (rx-syntax): Add string-delimiter, comment-delimiter. (rx-categories): Add combining-diacritic. (rx-check-not, rx-greedy, rx): Doc fix. (rx-backref, rx-check-backref): New. | |||||
* | (rx-not): Bind case-fold-search to nil. | Eli Zaretskii | 2004-02-16 | 1 | -1/+2 | |
| | ||||||
* | (lisp-mode-variables): Adapt outline-regexp to the new conventions for | Luc Teirlinck | 2004-02-12 | 1 | -1/+1 | |
| | | | | commenting out code. | |||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84 | Miles Bader | 2004-02-10 | 1 | -0/+197 | |
| | | | | Add lisp/emacs-lisp/macroexp.el | |||||
* | (defstruct): Remove extra format string | Andreas Schwab | 2004-02-08 | 1 | -5/+3 | |
| | | | | | argument. (cl-struct-setf-expander): Likewise. | |||||
* | (lm-verify): Remove useless use of | Andreas Schwab | 2004-02-08 | 1 | -3/+3 | |
| | | | | format. | |||||
* | (byte-compile-compatibility): Doc fix. | Richard M. Stallman | 2004-01-29 | 1 | -53/+95 | |
| | | | | | | | | | | (byte-compile-format-warn): New. (byte-compile-callargs-warn): Use it. (Format, message, error): Add byte-compile-format-like property. (byte-compile-maybe-guarded): New. (byte-compile-if, byte-compile-cond): Use it. (byte-compile-lambda): Compile interactive forms, just to make warnings about them. | |||||
* | (beginning-of-defun-raw, end-of-defun): | Richard M. Stallman | 2004-01-29 | 1 | -8/+17 | |
| | | | | | Iterate the hook function if arg is given. (mark-defun, narrow-to-defun): Change order of finding the limits. | |||||
* | (easy-mmode-define-navigation): Use a more robust check of widening. | Stefan Monnier | 2004-01-27 | 1 | -10/+9 | |
| | ||||||
* | (cl-cannot-unload): New function. | Richard M. Stallman | 2004-01-16 | 1 | -0/+4 | |
| | | | | (cl-unload-hook): Defvar this to run cl-cannot-unload. | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-01-16 | 1 | -1/+1 | |
| | ||||||
* | Add `fmakunbound' for `declare'. | Luc Teirlinck | 2004-01-16 | 1 | -0/+1 | |
| | ||||||
* | *** empty log message *** | Luc Teirlinck | 2004-01-13 | 1 | -2/+2 | |
| | ||||||
* | (compile-defun): Doc fix. | Luc Teirlinck | 2004-01-12 | 1 | -3/+3 | |
| | ||||||
* | allow / and *, too | Karl Berry | 2004-01-05 | 1 | -1/+1 | |
| | ||||||
* | Fix comment to recommend | Simon Josefsson | 2004-01-05 | 1 | -1/+2 | |
| | | | | before-save-hook instead of write-file-functions. | |||||
* | allow % and # as well as ; in copyright notice | Karl Berry | 2004-01-04 | 1 | -2/+2 | |
| | ||||||
* | (lm-section-end): require outline. | Richard M. Stallman | 2004-01-03 | 1 | -0/+1 | |
| | ||||||
* | * progmodes/idlwave.el (idlwave-make-tags): | Eli Zaretskii | 2004-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): * files.el (get-free-disk-space,insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to test the return value of call-process, because it can be a string. | |||||
* | emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed | Eli Zaretskii | 2003-12-30 | 2 | -0/+0 | |
| | | | | | from testcover-unsafep.el and testcover-ses.el to avoid file-name clashes on 8+3 DOS filesystems. | |||||
* | (easy-menu-define): Doc fix. | Eli Zaretskii | 2003-12-29 | 1 | -2/+2 | |
| | ||||||
* | Add edebug specs for macros `1value' and `noreturn'. | Jonathan Yavner | 2003-11-30 | 1 | -0/+4 | |
| | ||||||
* | Ensure that forms marked with `1value' actually always return the same value. | Jonathan Yavner | 2003-11-30 | 1 | -21/+34 | |
| | ||||||
* | (easy-mmode-define-navigation): Take additional | Thien-Thi Nguyen | 2003-11-14 | 1 | -18/+35 | |
| | | | | | | | optional arg NARROWFUN. For the generated functions: Add local var `was-narrowed-p'. Also, if NARROWFUN is specified, include frags that arrange to check for and save narrowing state before the move and then conditionally call NARROWFUN after the move. | |||||
* | (rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))". | Eli Zaretskii | 2003-11-01 | 1 | -3/+5 | |
| | ||||||
* | Alias for Francesco Potort� | Francesco Potortì | 2003-10-23 | 1 | -1/+1 | |
| |