Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (define-minor-mode): Fix generated doc string. | Richard M. Stallman | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | (turn-on-eldoc-mode): Doc fix. | Richard M. Stallman | 2007-05-06 | 1 | -1/+1 |
| | |||||
* | (define-globalized-minor-mode): Improve doc string of generated command. | Richard M. Stallman | 2007-04-22 | 1 | -4/+5 |
| | |||||
* | (edebug-pop-to-buffer): Don't select window marked as dedicated. | Martin Rudalics | 2007-04-13 | 1 | -19/+27 |
| | |||||
* | (byte-optimize-form-code-walker): Evaluate pure function calls if possible. | Chong Yidong | 2007-04-11 | 1 | -2/+26 |
| | | | | (byte-optimize-all-constp): New function. | ||||
* | Markus Triska <markus.triska at gmx.at>: | Glenn Morris | 2007-04-11 | 1 | -4/+27 |
| | | | | | | | (byte-compile-char-before): Improve numeric argument case. (byte-compile-backward-char, byte-compile-backward-word): New functions, performing rewriting previously done in byte-opt.el. Fix their "Fixme" item (restriction to numeric arguments). | ||||
* | Markus Triska <markus.triska at gmx.at>: | Glenn Morris | 2007-04-11 | 1 | -20/+0 |
| | | | | | (byte-optimize-backward-char, byte-optimize-backward-word): Remove - move to bytecomp.el. | ||||
* | Markus Triska <markus.triska at gmx.at>: | Glenn Morris | 2007-04-10 | 1 | -8/+0 |
| | | | | | (byte-optimize-char-before): Remove (move to bytecomp.el as byte-compile-char-before). | ||||
* | Markus Triska <markus.triska at gmx.at>: | Glenn Morris | 2007-04-10 | 1 | -0/+8 |
| | | | | | (byte-compile-char-before): New function (modified replacement for byte-optimize-char-before in byte-opt.el). | ||||
* | Remove spurious debugging code. | Chong Yidong | 2007-04-09 | 1 | -1/+0 |
| | |||||
* | * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function | Chong Yidong | 2007-04-06 | 1 | -21/+0 |
| | | | | (originally checked in as byte-optimize-concat on 1997-11-02). | ||||
* | (byte-optimize-form-code-walker): Print entire form. | Chong Yidong | 2007-04-05 | 1 | -2/+3 |
| | |||||
* | (top-level): Provide self. | Glenn Morris | 2007-04-05 | 1 | -0/+2 |
| | |||||
* | (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column in | Stefan Monnier | 2007-04-01 | 1 | -1/+2 |
| | | | | emacs-lisp-mode. | ||||
* | (run-at-time): Doc fix. | Glenn Morris | 2007-03-31 | 1 | -6/+11 |
| | |||||
* | (display-warning): If we create the buffer displaying the warning, | Glenn Morris | 2007-03-31 | 1 | -3/+10 |
| | | | | disable undo there. | ||||
* | (sregexq): Doc fix. | Eli Zaretskii | 2007-03-31 | 1 | -1/+1 |
| | |||||
* | (ewoc--insert-new-node): Take additional arg DLL. | Thien-Thi Nguyen | 2007-03-30 | 1 | -4/+5 |
| | | | | | Use it, passed in explicitly, instead of from the dynamic binding. (ewoc-create, ewoc-enter-before): Update to use new call sequence. | ||||
* | (edebug-display): Don't go to edebug-outside-buffer if it is dead. | Richard M. Stallman | 2007-03-28 | 1 | -1/+2 |
| | |||||
* | (lisp-complete-symbol): Make get-buffer-window find windows in other frames. | Stefan Monnier | 2007-03-28 | 1 | -2/+1 |
| | |||||
* | (byte-compile-file-form-defmumble): Use prin1 instead of princ. | Richard M. Stallman | 2007-03-26 | 1 | -1/+1 |
| | |||||
* | (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): Add | Eli Zaretskii | 2007-03-24 | 1 | -6/+6 |
| | | | | prompts to interactive specs. | ||||
* | (reb-update-overlays): Do not mark zero-width regexps as invalid | Juanma Barranquero | 2007-03-18 | 1 | -2/+4 |
| | | | | but rather at least count them correctly. | ||||
* | (byte-compile-warning-prefix): Correctly compute line number. | Richard M. Stallman | 2007-03-11 | 1 | -2/+4 |
| | |||||
* | (reb-re-syntax): Fix custom type. | Richard M. Stallman | 2007-03-05 | 1 | -3/+2 |
| | |||||
* | (calculate-lisp-indent): Redo previous change. | Richard M. Stallman | 2007-03-05 | 1 | -23/+36 |
| | |||||
* | (authors-aliases): Add alias. | Kim F. Storm | 2007-03-04 | 1 | -0/+1 |
| | |||||
* | (authors-aliases): Add alias. | Kim F. Storm | 2007-03-04 | 1 | -0/+1 |
| | |||||
* | (edebug-kill-buffer): New function. | Richard M. Stallman | 2007-03-04 | 1 | -0/+11 |
| | | | | | (edebug-mode): Add the hook. (edebug-recursive-edit): Remove the hook on exiting. | ||||
* | (map-y-or-n-p): Apply minibuffer-prompt-properties. | Kim F. Storm | 2007-02-25 | 1 | -1/+2 |
| | |||||
* | (bindat--unpack-u*): Optimize. | Kim F. Storm | 2007-02-17 | 1 | -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 Zaretskii | 2007-02-17 | 1 | -0/+18 |
| | |||||
* | (byte-compile-dest-file, byte-compile-file): Doc fixes. | Juanma Barranquero | 2007-02-13 | 1 | -2/+5 |
| | |||||
* | (indent-sexp): Clean up termination condition -- don't fail to stop at endpos. | Richard M. Stallman | 2007-02-11 | 1 | -6/+12 |
| | |||||
* | Remove obsolete comment. | Kim F. Storm | 2007-02-09 | 1 | -4/+1 |
| | |||||
* | (define-globalized-minor-mode): Rename from define-global-minor-mode. | Chong Yidong | 2007-02-03 | 1 | -4/+6 |
| | |||||
* | define-global-minor-mode changed to define-globalized-minor-mode. | Chong Yidong | 2007-02-03 | 1 | -0/+2 |
| | |||||
* | (global-cwarn-mode): Add define-globalized-minor-mode. | Chong Yidong | 2007-02-03 | 1 | -0/+3 |
| | |||||
* | (list-load-path-shadows): Doc fix. | Juanma Barranquero | 2007-01-29 | 1 | -3/+3 |
| | |||||
* | (byte-compile-disable-print-circle): New | Kenichi Handa | 2007-01-29 | 1 | -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. Stallman | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | Make byte compiler correctly write circular constants | Miles Bader | 2007-01-24 | 1 | -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 Morris | 2007-01-21 | 63 | -63/+63 |
| | |||||
* | (last-sexp-toggle-display): Fixed cursor position when toggle abbreviated | Eli Zaretskii | 2007-01-20 | 1 | -0/+2 |
| | | | | display. | ||||
* | (pp-eval-expression): Once again eval the argument, but read it as `X' does. | Richard M. Stallman | 2007-01-10 | 1 | -10/+7 |
| | |||||
* | (define-global-minor-mode): Doc fix. | Richard M. Stallman | 2006-12-30 | 1 | -1/+1 |
| | |||||
* | (bindat--unpack-group, bindat--length-group) | Kim F. Storm | 2006-12-29 | 1 | -6/+6 |
| | | | | (bindat--pack-group): Let-bind COUNT during repeat block evaluation. | ||||
* | (authors-aliases): Anchor FSF alias regexp, | Kim F. Storm | 2006-12-27 | 1 | -1/+3 |
| | | | | | so it doesn't accidentally match an fsf.org mail address. (authors-renamed-files-alist): Add tcover-*.el. | ||||
* | easy-menu-change patch | Vinicius Jose Latorre | 2006-12-26 | 1 | -2/+6 |
| | |||||
* | (syntax-ppss-flush-cache, syntax-ppss): Use syntax-ppss-toplevel-pos. | Stefan Monnier | 2006-12-18 | 1 | -19/+16 |
| |