Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add some compiler declarations, for builds without X. | Glenn Morris | 2008-06-12 | 2 | -0/+4 | |
| | ||||||
* | * emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll. | Stefan Monnier | 2008-06-11 | 1 | -23/+33 | |
| | | | | | * files.el (save-some-buffers-action-alist): Only use recursive-edit if the user enabled recursive-minibuffers. | |||||
* | * window.c (Vwindow_point_insertion_type): New var. | Stefan Monnier | 2008-06-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | (set_window_buffer): Use it. (syms_of_window): Init and export it to Lisp. * progmodes/compile.el (compilation-mode): Set window-point-insertion-type. (compilation-filter): Don't use insert-before-markers any more. * emacs-lisp/trace.el (trace-make-advice): Set window-point-insertion-type in the trace buffer. * startup.el (normal-top-level): Set window-point-insertion-type in *Messages*. * net/telnet.el (telnet-mode): Set window-point-insertion-type. (telnet-filter): Don't use insert-before-markers any more. * comint.el (comint-mode): Set window-point-insertion-type. (comint-output-filter): Don't use insert-before-markers any more. * button.el (make-text-button): Allow `start' to be a string. | |||||
* | (autoload-rubric): Fix coding cookie not to force Unix EOL. | Juanma Barranquero | 2008-06-10 | 1 | -1/+1 | |
| | ||||||
* | (autoload-rubric): Add coding cookie. | Glenn Morris | 2008-06-10 | 1 | -0/+1 | |
| | ||||||
* | (byte-compile-current-group): New var. | Stefan Monnier | 2008-06-08 | 1 | -7/+18 | |
| | | | | | (byte-compile-file): Initialize it. (byte-compile-nogroup-warn): Keep track of the current group. | |||||
* | Commentary fixes. | Glenn Morris | 2008-06-07 | 1 | -5/+4 | |
| | | | | Remove unnecessary eval-when-compile. | |||||
* | (trace-entry-message, trace-exit-message): Use print-circle. | Stefan Monnier | 2008-06-05 | 1 | -10/+11 | |
| | ||||||
* | (autoload-rubric): New function, extracted from autoload-ensure-default-file. | Glenn Morris | 2008-06-05 | 1 | -16/+20 | |
| | | | | (autoload-ensure-default-file): Use autoload-rubric. | |||||
* | Trent W. Buck <trentbuck at gmail.com> (tiny change) | Glenn Morris | 2008-06-04 | 1 | -6/+0 | |
| | | | | (rx): Doc fix. | |||||
* | (checkdoc-this-string-valid-engine): | Stefan Monnier | 2008-05-30 | 1 | -18/+21 | |
| | | | | Don't encourage naming variables with "-flag". | |||||
* | (easy-menu-convert-item, easy-menu-convert-item-1): | Stefan Monnier | 2008-05-28 | 1 | -17/+19 | |
| | | | | | Move the duplicate-generation outside of the caching so it also works for identical entries. | |||||
* | (edebug-setup-hook, edebug-all-defs, edebug-all-forms, edebug-eval-macro-args, | Juanma Barranquero | 2008-05-24 | 1 | -44/+45 | |
| | | | | | | | | | | | | | | | | | edebug-save-windows, edebug-save-displayed-buffer-points, edebug-initial-mode, edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro, edebug-print-length, edebug-print-level, edebug-print-circle, edebug-unwrap-results, edebug-on-error, edebug-on-quit, edebug-global-break-condition, edebug-sit-for-seconds): Remove spurious * from defcustom docstrings. (edebug-unwrap*, edebug-signal, edebug-eval-display): Improve argument/docstring consistency. (edebug-test-coverage, edebug-gensym, edebug-read, edebug-top-level-nonstop, edebug-eval-result-list, edebug-eval-redisplay, edebug-trace): Fix typos in docstring. (edebug-eval-defun, edebug-eval-top-level-form, edebug, edebug-display-freq-count): Reflow docstrings. (edebug-restore-status): Doc fix. | |||||
* | (regexp-opt): Always return a properly-grouped regexp. | Stefan Monnier | 2008-05-23 | 1 | -1/+1 | |
| | ||||||
* | (destructuring-bind): Fix spec. | Stefan Monnier | 2008-05-19 | 1 | -1/+1 | |
| | ||||||
* | (cl-set-nthcdr): Make it a defsubst so that | Stefan Monnier | 2008-05-12 | 1 | -1/+1 | |
| | | | | (setf (nthcdr ..) ..) doesn't require CL at runtime. | |||||
* | Note that vc.el now uses this. | Eric S. Raymond | 2008-05-09 | 1 | -1/+1 | |
| | ||||||
* | (autoload-generate-file-autoloads): Don't use `iff' in docstring. | Juanma Barranquero | 2008-05-08 | 1 | -1/+1 | |
| | ||||||
* | (ad-special-form-p): Don't use `iff' in docstring. | Juanma Barranquero | 2008-05-08 | 1 | -1/+1 | |
| | ||||||
* | Regenerate. | Glenn Morris | 2008-05-07 | 1 | -17/+10 | |
| | ||||||
* | (ignore-errors): Move to subr.el. | Glenn Morris | 2008-05-07 | 1 | -7/+0 | |
| | ||||||
* | Update autoloads. | Juanma Barranquero | 2008-05-06 | 1 | -3/+3 | |
| | ||||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 64 | -386/+261 | |
| | ||||||
* | (lisp-mode-map): Add menu. | Dan Nicolaescu | 2008-04-30 | 1 | -1/+12 | |
| | ||||||
* | (check-declare-errmsg): Fix counting in the `full' case. | Glenn Morris | 2008-04-29 | 1 | -1/+1 | |
| | ||||||
* | (byte-compile-file): Doc fix. | Glenn Morris | 2008-04-27 | 1 | -1/+1 | |
| | ||||||
* | Johan Bockg� <bojohan at gnu.org> | Glenn Morris | 2008-04-27 | 1 | -9/+3 | |
| | | | | | (byte-compile-find-cl-functions): Simplify. Collect `defun' and `autoload' entries. Avoid modifying load-history. | |||||
* | (byte-compile-warn-obsolete): New function. | Glenn Morris | 2008-04-26 | 1 | -23/+23 | |
| | | | | (byte-compile-obsolete, byte-compile-variable-ref): Use it. | |||||
* | Johannes Weiner <hannes at saeurebad.de> | Glenn Morris | 2008-04-26 | 1 | -21/+48 | |
| | | | | | | | | (pp-display-expression): New function, extracted from pp-eval-expression. (pp-eval-expression): Use pp-display-expression. (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions. (pp-last-sexp): New function, extracted from pp-eval-last-sexp. (pp-eval-last-sexp): Use pp-last-sexp. | |||||
* | Tom Tromey <tromey at redhat.com> | Glenn Morris | 2008-04-24 | 1 | -2/+14 | |
| | | | | (easy-mmode-define-keymap): Document keywords. Add :suppress. | |||||
* | (easy-menu-make-symbol): Don't wrap keyboard macros within lambdas. | Stefan Monnier | 2008-04-24 | 1 | -1/+4 | |
| | ||||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-04-23 | 1 | -0/+1 | |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121 | |||||
| * | (autoload-generate-file-autoloads): | Stefan Monnier | 2008-04-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | Bind print-level to ensure output forms aren't truncated if print-level is set to eval-expression-print-level when going via eval-defun and friends, or has been otherwise fiddled with. | |||||
* | | (copyright-at-end-flag): New option. | Glenn Morris | 2008-04-22 | 1 | -13/+42 | |
| | | | | | | | | | | | | | | | | | | | | (copyright-limit): Respect copyright-at-end-flag. (copyright-re-search, copyright-start-point) (copyright-offset-too-large-p): New functions. (copyright-update-year): Use copyright-re-search. (copyright-update, copyright-fix-years): Use copyright-start-point, and copyright-re-search. (copyright): Use copyright-offset-too-large-p. | |||||
* | | * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias. | Stefan Monnier | 2008-04-19 | 1 | -17/+3 | |
| | | | | | | | | * progmodes/scheme.el (scheme-mode-variables): Don't use it. | |||||
* | | * files.el (locate-file-completion-table): Rename from | Stefan Monnier | 2008-04-19 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | locate-file-completion and make it use `pred' in the normal way. (locate-file-completion): New compatibility wrapper. (load-library): Use locate-file-completion-table. * emacs-lisp/find-func.el (find-library): Likewise. * info.el: Use with-current-buffer and inhibit-read-only. (Info-read-node-name-2): Change to use `predicate' in the normal way. (Info-read-node-name-1): Adjust uses accordingly. | |||||
* | | (trace-make-advice): Don't change selected-window. | Stefan Monnier | 2008-04-19 | 1 | -2/+2 | |
| | | ||||||
* | | (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 | |
| | |