Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | (lisp-comment-indent): Add WHEN to obsolescence declaration. | Juanma Barranquero | 2008-04-18 | 1 | -4/+5 | |
| | | ||||||
* | | (checkdoc-minor-keymap): Use `define-obsolete-variable-alias'. | Juanma Barranquero | 2008-04-18 | 1 | -3/+2 | |
| | | ||||||
* | | (debug): Revert to bury-buffer since quit-window is not better anyway. | Stefan Monnier | 2008-04-18 | 1 | -3/+4 | |
| | | ||||||
* | | (crm-completion-help, crm-complete, crm-complete-word, crm-complete-and-exit): | Juanma Barranquero | 2008-04-17 | 1 | -4/+4 | |
| | | | | | | | | Fix typo in previous change. | |||||
* | | Complete rewrite. | Stefan Monnier | 2008-04-14 | 1 | -437/+106 | |
| | | ||||||
* | | (copyright-update-directory): New command. | Reiner Steib | 2008-04-12 | 1 | -0/+10 | |
| | | ||||||
* | | (define-obsolete-variable-alias): Doc fix. | Glenn Morris | 2008-04-12 | 1 | -0/+9 | |
| | | ||||||
* | | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 31 | -31/+31 | |
| | | ||||||
* | | (ewoc-collect): Return results in the correct order. | Alexandre Julliard | 2008-04-09 | 1 | -1/+1 | |
| | | ||||||
* | | (regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size to | Chong Yidong | 2008-04-09 | 1 | -2/+2 | |
| | | | | | | | | 10000. | |||||
* | | (regexp-opt-group): Use substring-no-properties for correct handling | Chong Yidong | 2008-04-09 | 1 | -1/+1 | |
| | | | | | | | | of unibyte strings. | |||||
* | | Regenerate. | Juanma Barranquero | 2008-04-08 | 1 | -1/+1 | |
| | | ||||||
* | | (get-setf-method): Use `string-match-p'. | Juanma Barranquero | 2008-04-08 | 1 | -2/+1 | |
| | | ||||||
* | | (checkdoc-this-string-valid-engine): Use `string-match-p'. | Juanma Barranquero | 2008-04-08 | 1 | -9/+7 | |
| | | ||||||
* | | (copyright-update-year): Fix braino. | Juanma Barranquero | 2008-04-08 | 1 | -2/+2 | |
| | | ||||||
* | | (copyright-update-year): Use `looking-at-p'. | Juanma Barranquero | 2008-04-08 | 1 | -4/+3 | |
| | | ||||||
* | | *** empty log message *** | Dan Nicolaescu | 2008-04-07 | 2 | -2/+2 | |
| | | ||||||
* | | Merge from emacs--rel--22 | Miles Bader | 2008-04-05 | 1 | -1/+4 | |
|\| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107 | |||||
| * | (find-function-search-for-symbol): Strip extension from .emacs.el to | Chong Yidong | 2008-03-31 | 1 | -2/+6 | |
| | | | | | | | | make sure symbol is searched in .emacs too. | |||||
| * | (defadvice): Add usage pattern. | Richard M. Stallman | 2008-03-13 | 1 | -1/+4 | |
| | | ||||||
| * | (parens-require-spaces): Doc fix. | Chong Yidong | 2008-03-05 | 1 | -1/+2 | |
| | | | | | | | | Reported by Drew Adams <drew.adams@oracle.com>. | |||||
* | | (autoload-ensure-default-file): Provide a feature. | Glenn Morris | 2008-04-05 | 1 | -13/+16 | |
| | | ||||||
* | | * outline.el (outline-mode-menu-bar-map): | Dan Nicolaescu | 2008-04-04 | 1 | -1/+31 | |
| | | | | | | | | | | | | | | | | | | | | * term.el (terminal-signal-menu): Add :help. * net/eudc.el (eudc-mode-map): Declare and define in one step. (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help. * emacs-lisp/re-builder.el (reb-mode-map): * textmodes/nroff-mode.el (nroff-mode-map): Add menus. | |||||
* | | Regenerate. | Juanma Barranquero | 2008-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | (defsetf): Accept a lambda for the 2-arg form. | Stefan Monnier | 2008-04-03 | 1 | -1/+1 | |
| | | ||||||
* | | (timer): Define as a defstruct, so we can name the fields, to make the | Stefan Monnier | 2008-04-03 | 1 | -118/+94 | |
| | | | | | | | | | | | | | | | | | | | | | | code clearer. Rewrite all `aset' and `aref' using the defined accessors. (timer--time): New pseudo-field. (timer-set-time, timer-set-idle-time, timer-inc-time) (timer-set-time-with-usecs, with-timeout-suspend): Use it. (timer--time-less-p): New function. (timer--activate): New function, extracted from timer-activate. (timer-activate-when-idle, timer-activate): Use it. (cancel-function-timers): Use dolist. | |||||
* | | Regenerate. | Juanma Barranquero | 2008-04-03 | 1 | -1/+1 | |
| | | ||||||
* | | * emacs-lisp/debug.el (debugger-mode-map): | Dan Nicolaescu | 2008-04-02 | 1 | -1/+45 | |
| | | | | | | | | | | | | * textmodes/conf-mode.el (conf-mode-map): Add a menu. (conf-align-assignments): Only work on the region if it is active. (conf-quote-normal): Use when instead of if. Remove redundant test. | |||||
* | | (emacs-lisp-mode-map): Add menu entries | Dan Nicolaescu | 2008-04-02 | 1 | -1/+19 | |
| | | | | | | | | for tracing and re-builder. | |||||
* | | (frame-parameter) <defsetf>: Make it return the assigned value. | Johan Bockgård | 2008-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | (byte-compile-warnings-safe-p): Use `byte-compile-warning-types'. | Juanma Barranquero | 2008-03-31 | 1 | -5/+2 | |
| | | | | | | | | Add docstring. | |||||
* | | (emacs-lisp-mode-map): Fix predicate. | Dan Nicolaescu | 2008-03-27 | 1 | -1/+1 | |
| | | ||||||
* | | (lm-with-file): Use mode and syntax table for Emacs Lisp, not Lisp. | Johan Bockgård | 2008-03-26 | 1 | -4/+5 | |
| | | ||||||
* | | (byte-compile-obsolete): If no replacement is provided, | Juanma Barranquero | 2008-03-26 | 1 | -4/+6 | |
| | | | | | | | | don't print "use nil instead". | |||||
* | | (side-effect-free-fns): Fix typo. | Juanma Barranquero | 2008-03-25 | 1 | -1/+1 | |
| | | ||||||
* | | (reb-mode-common): Remove reference to bogus variable `reb-kill-buffer'; | Juanma Barranquero | 2008-03-25 | 1 | -68/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | don't make hooks buffer-local, use the LOCAL arg of `add-hook'. (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit): Remove spurious * from defcustom docstrings. (reb-next-match, reb-prev-match, reb-enter-subexp-mode): Fix typos in messages. (reb-mode-buffer-p): New function. (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'. (top, reb-show-subexp, reb-auto-update, reb-auto-update, reb-delete-overlays, reb-cook-regexp, reb-update-regexp, reb-update-overlays): Use `unless', `when'. (re-builder-unload-function): New function. | |||||
* | | (emacs-lisp-mode-map): Add ... where | Dan Nicolaescu | 2008-03-22 | 1 | -5/+5 | |
| | | | | | | | | appropriate. | |||||
* | | (lisp-complete-symbol): | Juri Linkov | 2008-03-22 | 1 | -1/+3 | |
| | | | | | | | | | | Use `minibuffer-message' to display message "No completions of %s" when this command is called in the minibuffer. | |||||
* | | (emacs-lisp-mode-map): Add menu entry for disassemble. | Dan Nicolaescu | 2008-03-21 | 1 | -0/+3 | |
| | | ||||||
* | | (emacs-lisp-mode-map): Add menu entries for eldoc and ielm. | Dan Nicolaescu | 2008-03-17 | 1 | -3/+10 | |
| | | ||||||
* | | Fix typos. | Dan Nicolaescu | 2008-03-16 | 1 | -2/+2 | |
| | | ||||||
* | | * faces.el (xw-defined-colors): | Dan Nicolaescu | 2008-03-14 | 2 | -11/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded. | |||||
* | | (emacs-lisp-mode-map): Add menu entries | Dan Nicolaescu | 2008-03-14 | 1 | -1/+30 | |
| | | | | | | | | for checkdoc and profiling. | |||||
* | | (lisp-interaction-mode-map): Fix typo. | Dan Nicolaescu | 2008-03-11 | 1 | -1/+1 | |
| | | ||||||
* | | (autoload-find-destination): Don't force raw-text. | Stefan Monnier | 2008-03-10 | 1 | -6/+6 | |
| | | ||||||
* | | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replaced | Bastien Guerry | 2008-03-06 | 1 | -3/+3 | |
| | | | | | | | | | | :enable (mark-active) with :enable mark-active. Thanks to Lennart Borgman. | |||||
* | | (parens-require-spaces): Doc fix. | Chong Yidong | 2008-03-05 | 1 | -1/+2 | |
| | | | | | | | | Reported by Drew Adams <drew.adams@oracle.com>. | |||||
* | | * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip. | Dan Nicolaescu | 2008-03-05 | 1 | -35/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (standard-mode-line-position): Add mouse-face. * progmodes/compile.el (compilation-menu-map): (compilation-mode-map): * progmodes/grep.el (grep-mode-map): Add :help. * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and initialize in one step. Add :help. Use :enable to activate menu items. Show the key binding for edebug-defun. (lisp-interaction-mode-map): Add a menu. * term.el (term-mode-map): Define and initialize in one step. * ediff-init.el (ediff-color-display-p): Simplify. (Xor): Remove unused function. (ediff-with-syntax-table): Simplify for emacs. * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the menu-bar being loaded, it always is. | |||||
* | | (byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst. | Stefan Monnier | 2008-03-03 | 1 | -2/+10 | |
| | | ||||||
* | | (byte-compile-maybe-guarded): | Stefan Monnier | 2008-03-03 | 1 | -17/+1 | |
| | | | | | | | | Remove optimization that was working around the form-code-walker bug. |