summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * (edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-0/+2
| |
| * (debug): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-1/+3
| |
| * (with-timeout-timers): New variable.Richard M. Stallman2005-07-101-1/+31
| | | | | | | | | | (with-timeout): Bind that variable to record timers. (with-timeout-suspend, with-timeout-unsuspend): New functions.
| * Move debugger-mode to a more natural place.Richard M. Stallman2005-07-101-25/+25
| |
| * (debug-help-follow): New function.Richard M. Stallman2005-07-101-14/+34
| | | | | | | | | | (debugger-mode-map): Use that instead of help-follow. (debugger-setup-buffer): Use eval-buffer-list to handle eval-buffer frames.
| * (debugger-setup-buffer): When eval-bufferRichard M. Stallman2005-07-091-2/+9
| | | | | | | | | | was called with nil for the buffer, handle the read position right. Handle read position for eval-region, too.
| * (checkdoc-proper-noun-list):Richard M. Stallman2005-07-081-4/+4
| | | | | | | | | | Check for "emacs", etc., as entire symbol, not just as word. (checkdoc-file-comments-engine): Use regexp-quote on FN.
| * (byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turnRichard M. Stallman2005-07-081-17/+24
| | | | | | | | | | off warnings in what it guards. Use unwind-protect to ensure byte-compile-unresolved-functions is updated.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-0763-156/+169
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * (lisp-mode-variables): Prevent adaptiveStefan Monnier2005-07-041-0/+4
| | | | | | | | filling from using prefix when filling a single-line docstring.
| * Update FSF's address.Lute Kamstra2005-07-0463-126/+126
| |
| * (trace): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
| |
| * (testcover): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
| |
| * (elp): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
| |
| * (edebug): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
| | | | | | | | (edebug-display-freq-count): "?\ " -> "?\s".
| * (bytecomp): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
| |
| * (with-timeout): Improve argument/docstring consistency.Juanma Barranquero2005-07-041-4/+3
| |
| * (edebug-eval-defun): Remove unnecessary quotes.Juri Linkov2005-07-041-1/+1
| |
| * (eval-defun-1): Remove unnecessary quotes.Juri Linkov2005-07-041-3/+3
| |
| * (crm-find-current-element)Juri Linkov2005-07-041-3/+4
| | | | | | | | (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
| * (lisp-indent-maximum-backtracking): Fix typos in docstrings.Juanma Barranquero2005-07-041-2/+2
| | | | | | | | (lisp-indent): Finish `defgroup' description with period.
| * (macroexp-accumulate): Rename arg to var+list.Richard M. Stallman2005-07-031-4/+6
| |
| * (byte-compile-nogroup-warn): Don't warn when name is not constantRichard M. Stallman2005-07-031-1/+4
| | | | | | | | or for defining the group `emacs'.
| * (crm-do-completion): Handle minibuffer prompt.Richard M. Stallman2005-07-011-5/+7
| | | | | | | | (crm-find-current-element): Likewise.
| * (debug): Quieten Drew Adams.Stefan Monnier2005-06-301-1/+3
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67Miles Bader2005-06-304-10/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 447-458) - Update from CVS - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 83-85) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (pp-buffer): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
| |
| * (define-minor-mode): Don't automatically add a :require to the defcustom.Stefan Monnier2005-06-261-4/+1
| |
| * (make-autoload): Add the :setter for defcustoms corresponding to minor modes.Stefan Monnier2005-06-261-4/+14
| |
| * (lisp-mode-variables): Bind comment-indent-function locally.Richard M. Stallman2005-06-251-1/+3
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader2005-06-2410-30/+82
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 425-445) - Remove "-face" suffix from gnus faces - Update from CVS - Remove "-face" suffix from MH-E faces - Remove "-face" suffix from cc-mode faces - Remove "-face" suffix from eshell faces - Remove "-face" suffix from ediff faces - Implement tty vertical-divider face - Rename vertical-divider face to vertical-border - Change escape-glyph color on dark backgrounds back to cyan - Update reference to renamed Buffer-menu-buffer face
| * (ring-elements): Make it return a list of the elements of RING inLuc Teirlinck2005-06-241-2/+7
| | | | | | | | order, and without bogus nil elements.
| * (debugger-special-form-p): New defun.Lute Kamstra2005-06-231-3/+21
| | | | | | | | | | (debug-on-entry): Use it. New interactive declaration that uses function-called-at-point.
| * (edebug-eval-defun):Juri Linkov2005-06-211-2/+9
| | | | | | | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that.
| * (eval-defun-1):Juri Linkov2005-06-211-2/+15
| | | | | | | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that.
| * (byte-optimize-pure-func): Fix spellings.Juanma Barranquero2005-06-211-8/+8
| |
| * (check-parens): Fix spellings.Juanma Barranquero2005-06-211-1/+1
| |
| * (edebug-goto-here): Doc fix.Luc Teirlinck2005-06-171-1/+1
| |
| * (display-warning, lwarn, warning-minimum-log-level): Doc fixes.Juanma Barranquero2005-06-171-7/+16
| | | | | | | | | | (warning-minimum-level, warning-minimum-log-level): Add :debug to defcustom's choices.
| * (regexp-opt-depth): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
| |
| * (elint-init-env): Fix spelling in docstrings.Juanma Barranquero2005-06-161-2/+2
| |
| * (derived-mode-init-mode-variables): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63Miles Bader2005-06-157-90/+110
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 358-423) - Update from CVS - Remove "-face" suffix from widget faces - Remove "-face" suffix from custom faces - Remove "-face" suffix from change-log faces - Remove "-face" suffix from compilation faces - Remove "-face" suffix from diff-mode faces - lisp/longlines.el (longlines-visible-face): Face removed - Remove "-face" suffix from woman faces - Remove "-face" suffix from whitespace-highlight face - Remove "-face" suffix from ruler-mode faces - Remove "-face" suffix from show-paren faces - Remove "-face" suffix from log-view faces - Remove "-face" suffix from smerge faces - Remove "-face" suffix from show-tabs faces - Remove "-face" suffix from highlight-changes faces - Remove "-face" suffix from and downcase info faces - Remove "-face" suffix from pcvs faces - Update uses of renamed pcvs faces - Tweak ChangeLog - Remove "-face" suffix from strokes-char face - Remove "-face" suffix from compare-windows face - Remove "-face" suffix from calendar faces - Remove "-face" suffix from diary-button face - Remove "-face" suffix from testcover faces - Remove "-face" suffix from viper faces - Remove "-face" suffix from org faces - Remove "-face" suffix from sgml-namespace face - Remove "-face" suffix from table-cell face - Remove "-face" suffix from tex-mode faces - Remove "-face" suffix from texinfo-heading face - Remove "-face" suffix from flyspell faces - Remove "-face" suffix from gomoku faces - Remove "-face" suffix from mpuz faces - Merge from gnus--rel--5.10 - Remove "-face" suffix from Buffer-menu-buffer face - Remove "-face" suffix from antlr-mode faces - Remove "-face" suffix from ebrowse faces - Remove "-face" suffix from flymake faces - Remove "-face" suffix from idlwave faces - Remove "-face" suffix from sh-script faces - Remove "-face" suffix from vhdl-mode faces - Remove "-face" suffix from which-func face - Remove "-face" suffix from cperl-mode faces - Remove "-face" suffix from ld-script faces - Fix cperl-mode font-lock problem - Tweak which-func face * gnus--rel--5.10 (patch 80-82) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (edebug-all-defs, edebug-initial-mode, edebug-print-length)Luc Teirlinck2005-06-141-12/+13
| | | | | | | | | | (edebug-print-level, edebug-print-circle, edebug-modify-breakpoint) (edebug-eval-last-sexp, edebug-eval-print-last-sexp): Doc fixes.
| * (make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION andJuanma Barranquero2005-06-141-23/+23
| | | | | | | | | | | | NEW to OBSOLETE-NAME and CURRENT-NAME respectively. (make-obsolete-variable, define-obsolete-variable-alias): Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
| * (debug-on-entry): Fix docstring.Lute Kamstra2005-06-141-3/+9
| |
| * (cancel-debug-on-entry): Mention default in minibuffer prompt.Luc Teirlinck2005-06-131-3/+3
| |
| * (cancel-debug-on-entry): Make the empty string argument obsolete.Lute Kamstra2005-06-131-4/+7
| |
| * Add comment.Stefan Monnier2005-06-121-2/+8
| |
| * Fix `repeat' BNF and `bits 2' example in Commentary.Thien-Thi Nguyen2005-06-111-3/+4
| |