summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): AddEli Zaretskii2007-03-241-6/+6
| | | | | | | | prompts to interactive specs.
* | Merge from emacs--devo--0Miles Bader2007-03-211-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 670-674) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 209-210) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
| * (reb-update-overlays): Do not mark zero-width regexps as invalidJuanma Barranquero2007-03-181-2/+4
| | | | | | | | but rather at least count them correctly.
* | Merge from emacs--devo--0Miles Bader2007-03-185-28/+55
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
* | Changes from arch/CVS synchronizationMiles Bader2007-03-181-4/+2
| |
* | Merge from emacs--devo--0Miles Bader2007-03-121-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
| * (byte-compile-warning-prefix): Correctly compute line number.Richard M. Stallman2007-03-111-2/+4
| |
| * (reb-re-syntax): Fix custom type.Richard M. Stallman2007-03-051-3/+2
| |
| * (calculate-lisp-indent): Redo previous change.Richard M. Stallman2007-03-051-23/+36
| |
| * (authors-aliases): Add alias.Kim F. Storm2007-03-041-0/+1
| |
| * (authors-aliases): Add alias.Kim F. Storm2007-03-041-0/+1
| |
| * (edebug-kill-buffer): New function.Richard M. Stallman2007-03-041-0/+11
| | | | | | | | | | (edebug-mode): Add the hook. (edebug-recursive-edit): Remove the hook on exiting.
* | Merge from emacs--devo--0Miles Bader2007-02-264-24/+66
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
| * (map-y-or-n-p): Apply minibuffer-prompt-properties.Kim F. Storm2007-02-251-1/+2
| |
| * (bindat--unpack-u*): Optimize.Kim F. Storm2007-02-171-21/+41
| | | | | | | | | | | | (bindat--unpack-item, bindat--length-group, bindat--pack-item) (bindat--unpack-group, bindat--pack-group): Handle vectors with optional element type.
| * (calculate-lisp-indent): Added indentation for the constants of Lisp.Eli Zaretskii2007-02-171-0/+18
| |
| * (byte-compile-dest-file, byte-compile-file): Doc fixes.Juanma Barranquero2007-02-131-2/+5
| |
* | Merge from emacs--devo--0Miles Bader2007-02-134-14/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 624-636) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 200-201) - Merge from emacs--devo--0 - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-171
| * (indent-sexp): Clean up termination condition -- don't fail to stop at endpos.Richard M. Stallman2007-02-111-6/+12
| |
| * Remove obsolete comment.Kim F. Storm2007-02-091-4/+1
| |
| * (define-globalized-minor-mode): Rename from define-global-minor-mode.Chong Yidong2007-02-031-4/+6
| |
| * define-global-minor-mode changed to define-globalized-minor-mode.Chong Yidong2007-02-031-0/+2
| |
| * (global-cwarn-mode): Add define-globalized-minor-mode.Chong Yidong2007-02-031-0/+3
| |
* | Merge from emacs--devo--0Miles Bader2007-01-303-6/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 615-621) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
| * (list-load-path-shadows): Doc fix.Juanma Barranquero2007-01-291-3/+3
| |
| * (byte-compile-disable-print-circle): NewKenichi Handa2007-01-291-2/+8
| | | | | | | | | | | | | | variable. (byte-compile-output-file-form): Bing print-circle to nil if byte-compile-output-file-form is not nil. (byte-compile-output-docform): Likewise.
| * (pp-eval-last-sexp): Don't eval here.Richard M. Stallman2007-01-281-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-01-2663-74/+75
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Make byte compiler correctly write circular constantsMiles Bader2007-01-241-1/+3
| | | | | | | | | | | | | | | | | | 2007-01-24 Miles Bader <miles@gnu.org> * lisp/emacs-lisp/bytecomp.el (byte-compile-output-file-form) (byte-compile-output-docform): Bind `print-circle' to t. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-614
| * Add 2007 to copyright years.Glenn Morris2007-01-2163-63/+63
| |
| * (last-sexp-toggle-display): Fixed cursor position when toggle abbreviatedEli Zaretskii2007-01-201-0/+2
| | | | | | | | display.
| * (pp-eval-expression): Once again eval the argument, but read it as `X' does.Richard M. Stallman2007-01-101-10/+7
| |
* | Merge from emacs--devo--0Miles Bader2007-01-016-75/+99
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
| * (define-global-minor-mode): Doc fix.Richard M. Stallman2006-12-301-1/+1
| |
| * (bindat--unpack-group, bindat--length-group)Kim F. Storm2006-12-291-6/+6
| | | | | | | | (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
| * (authors-aliases): Anchor FSF alias regexp,Kim F. Storm2006-12-271-1/+3
| | | | | | | | | | so it doesn't accidentally match an fsf.org mail address. (authors-renamed-files-alist): Add tcover-*.el.
| * easy-menu-change patchVinicius Jose Latorre2006-12-261-2/+6
| |
| * (syntax-ppss-flush-cache, syntax-ppss): Use syntax-ppss-toplevel-pos.Stefan Monnier2006-12-181-19/+16
| |
| * (syntax-ppss-toplevel-pos): Improve docstring.Stefan Monnier2006-12-181-4/+6
| |
| * (beginning-of-defun-raw): Optimise (for speed) the case whenChong Yidong2006-12-171-42/+61
| | | | | | | | | | open-paren-in-column-0-is-defun-start is nil. Based on code by Martin Rudalics.
* | Merge from emacs--devo--0Miles Bader2006-12-1636-40/+54
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
| * (syntax-ppss-toplevel-pos): New fun.Stefan Monnier2006-12-121-0/+8
| |
| * (defstruct): Suppress warnings about calls to cl-struct-setf-expander.Richard M. Stallman2006-12-111-4/+9
| |
| * (find-variable): Doc fix.Eli Zaretskii2006-12-091-1/+1
| |
| * Update copyright years.Glenn Morris2006-12-0734-35/+36
| |
* | Merge from emacs--devo--0Miles Bader2006-12-074-13/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
| * (byte-optimize, byte-compile-warnings): Doc fixes.Juanma Barranquero2006-11-301-6/+7
| |
| * (easy-mmode-define-navigation): Fix interactive spec of the functionsChong Yidong2006-11-281-2/+2
| | | | | | | | getting defined to make them work as documented.
| * (authors-aliases): Add new alias.Glenn Morris2006-11-281-0/+1
| |
| * (byte-compile-get-constant):Richard M. Stallman2006-11-281-2/+6
| | | | | | | | Replace incorrect use of assoc-default with a loop.