Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (reb-update-overlays): Distinguish between one and several matches in message. | John Paul Wallington | 2004-07-09 | 1 | -1/+2 |
| | |||||
* | (pp-buffer): Add autoload. | Juri Linkov | 2004-06-28 | 1 | -0/+1 |
| | |||||
* | (ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect): | Juanma Barranquero | 2004-06-16 | 1 | -25/+26 |
| | | | | | | Doc fixes. (ewoc--create-node, ewoc--delete-node-internal): Fix typos in docstring. | ||||
* | Put `...' around symbols in warning messages. | Richard M. Stallman | 2004-06-13 | 1 | -21/+21 |
| | |||||
* | (edebug-eval-defun): Add `defface'. Fix docstring. | Juri Linkov | 2004-06-10 | 1 | -2/+8 |
| | |||||
* | (eval-defun-1): Add `defface'. Fix docstring. | Juri Linkov | 2004-06-10 | 1 | -3/+11 |
| | |||||
* | (prin1-char): Catch errors from `string'. | Richard M. Stallman | 2004-05-29 | 1 | -4/+6 |
| | | | | | (eval-last-sexp-print-value): Print char equivalent regardless of standard-output value. | ||||
* | (insert-pair-alist): New var. | Juri Linkov | 2004-05-28 | 1 | -26/+67 |
| | | | | | | | (insert-pair): Make arguments optional. Find character pair from `insert-pair-alist' according to the last input event. (insert-parentheses): Make arguments optional. (raise-sexp, delete-pair): New funs. | ||||
* | * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun. | Juri Linkov | 2004-05-28 | 1 | -3/+18 |
| | | | | | | | (emacs-lisp-mode-map, lisp-interaction-mode-map): Bind C-M-q to `indent-pp-sexp'. (eval-last-sexp-print-value): Print additionally the value returned by `eval-expression-print-format'. | ||||
* | (pp-buffer): New fun created from the code in | Juri Linkov | 2004-05-28 | 1 | -25/+31 |
| | | | | | | `pp-to-string' modified to be able to format text with newlines. (pp-to-string): Move the buffer-formatting part of the code to `pp-buffer'. Call `pp-buffer'. | ||||
* | * emacs-lisp/edebug.el (edebug-compute-previous-result) | Juri Linkov | 2004-05-28 | 1 | -3/+3 |
| | | | | | (edebug-eval-expression): Print additionally the value returned by `eval-expression-print-format'. | ||||
* | (lisp-find-tag-default): Strip the package prefix from the symbol name, if any. | Sam Steingold | 2004-05-25 | 1 | -0/+8 |
| | | | | Make it the `find-tag-default-function' for `lisp-mode'. | ||||
* | (mark-defun, narrow-to-defun): If moving back then fwd gets a defun | Richard M. Stallman | 2004-05-22 | 1 | -15/+46 |
| | | | | that ends before point, try again moving fwd then back. | ||||
* | (byte-compile-log): Use backquotes. | Stefan Monnier | 2004-05-19 | 1 | -20/+14 |
| | | | | | | | (byte-compile-log-1): Don't call (byte-goto-log-buffer). Use with-current-buffer. (byte-goto-log-buffer): Delete. (byte-compile-log-file): Call compilation-forget-errors. | ||||
* | (common-lisp-indent-function-1): Indent "without-" forms just | Sam Steingold | 2004-05-17 | 1 | -2/+6 |
| | | | | like "with-" and "do-". Use regexp-opt. | ||||
* | (timer-event-handler): Fix last change. | Kim F. Storm | 2004-05-16 | 1 | -1/+1 |
| | |||||
* | (timer-activate): Add optional arg triggered-p. | Kim F. Storm | 2004-05-14 | 1 | -5/+8 |
| | | | | | | Use it to set triggered-p element of timer. (timer-event-handler): Set triggered-p element non-nil while running the timer function. | ||||
* | (prin1-char): Use eventp. | Stefan Monnier | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | (do, do*): Put usage info in a format usable by `describe-function'. | Juanma Barranquero | 2004-05-08 | 1 | -13/+15 |
| | | | | | (gensym, gentemp, typep, ignore-errors): Make argument names match their use in docstring. | ||||
* | (checkdoc-minor-mode): Doc fix. | Andreas Schwab | 2004-05-08 | 1 | -1/+1 |
| | |||||
* | (make-obsolete, make-obsolete-variable): Make argument names match their use in | Juanma Barranquero | 2004-05-07 | 1 | -9/+9 |
| | | | | docstring. | ||||
* | (reb-auto-update): Fix typo in docstring. | Juanma Barranquero | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-05-01 | 1 | -17/+40 |
| | | | | | | | | | Push mark on the first call of successive command calls. (insert-pair): New fun created from `insert-parentheses' with `open' and `close' arguments added. Enclose active regions in paired characters. Compare adjacent characters syntax with inserted characters syntax before inserting a space. (insert-parentheses): Call `insert-pair' with ?\( ?\). | ||||
* | (find-function-C-source-directory): New var. | Stefan Monnier | 2004-04-29 | 1 | -3/+38 |
| | | | | | (find-function-C-source): New fun. (find-function-search-for-symbol): Use it. | ||||
* | (autoload-before-p): Remove. | Juanma Barranquero | 2004-04-27 | 1 | -9/+3 |
| | | | | (update-file-autoloads, update-directory-autoloads): Use `time-less-p'. | ||||
* | (checkdoc-output-error-regex-alist): New var. | Stefan Monnier | 2004-04-23 | 1 | -39/+10 |
| | | | | | | | (checkdoc-output-font-lock-keywords): Remove error regexp. (checkdoc-output-mode-map): Remove. (checkdoc-output-mode): Derive from compilation-mode. (checkdoc-find-error-mouse, checkdoc-find-error): Remove. | ||||
* | (rx-syntax): Move sregex style syntax to code. | Stefan Monnier | 2004-04-23 | 1 | -25/+15 |
| | | | | (rx-bracket, rx-check-any, rx-any): Clean up name space. | ||||
* | Doc fixes. | Stefan Monnier | 2004-04-23 | 1 | -132/+295 |
| | | | | | | | | | | | | (rx-constituents): Add/extend many forms. (rx-check): Check form is a list. (bracket): Defvar. (rx-check-any, rx-any, rx-check-not): Modify. (rx-not): Simplify. (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New. (rx-kleene): Use rx-trans-forms. (rx-quote-for-set): Delete. (rx): Allow multiple args. | ||||
* | (batch-byte-recompile-directory): Add byte-recompile-directory's opt `arg'. | Stefan Monnier | 2004-04-21 | 1 | -2/+2 |
| | |||||
* | (checkdoc-output-mode): Make it a normal major mode. | Stefan Monnier | 2004-04-21 | 1 | -27/+22 |
| | | | | | | (checkdoc-buffer-label): Make sure the file name is meaningful. (checkdoc-output-to-error-buffer): Remove. (checkdoc-error, checkdoc-start-section): Rewrite. | ||||
* | (easy-menu-add): Do call x-popup-menu, but only if it's defined. | Richard M. Stallman | 2004-04-21 | 1 | -2/+2 |
| | |||||
* | (disassemble): Handle lambda-exp as arg. | Richard M. Stallman | 2004-04-21 | 1 | -2/+2 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 2004-04-21 | 1 | -2/+1 |
| | |||||
* | (byte-compile-no-warnings): Handle multiple args: compile like progn. | Richard M. Stallman | 2004-04-21 | 1 | -1/+2 |
| | |||||
* | (with-no-warnings): Simplify: take all args as &rest arg. | Richard M. Stallman | 2004-04-21 | 1 | -3/+2 |
| | |||||
* | (batch-byte-compile-file): Give a backtrace if requested. | Stefan Monnier | 2004-04-14 | 1 | -18/+20 |
| | |||||
* | (beginning-of-defun-raw, end-of-defun): | Stefan Monnier | 2004-04-14 | 1 | -7/+15 |
| | | | | Correctly handle negative arguments when calling hook functions. | ||||
* | (checkdoc-output-mode-map, checkdoc-find-error-mouse, checkdoc-find-error): | Stefan Monnier | 2004-04-14 | 1 | -15/+8 |
| | | | | Use posn-set-point to merge the mouse and non-mouse case. | ||||
* | (byte-compile-cond): Fix last change. | Stefan Monnier | 2004-04-12 | 1 | -6/+7 |
| | |||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196 | Miles Bader | 2004-04-10 | 3 | -11/+1 |
| | | | | | | | | | | | | | | | | | | | Remove RCS keywords 2004-04-10 Miles Bader <miles@gnu.org> RCS keyword removal (only non-comment changes are enumerated here): * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. * lisp/url/url-vars.el (url-version): Use the constant string "Emacs" instead of calculating something from the RCS `State' keyword [the latter is almost entirely useless anyway]. * lisp/forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * lisp/recentf.el (recentf-version): Variable removed. * lisp/progmodes/delphi.el (delphi-version): Variable removed. * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring. | ||||
* | (easy-menu-add): Make it work in non-X Emacs. | Stefan Monnier | 2004-04-09 | 1 | -2/+4 |
| | |||||
* | (rx): Work at compile time, not run time. | Eli Zaretskii | 2004-03-27 | 1 | -2/+4 |
| | |||||
* | (ad-subr-arglist): Undo part of last patch. | Stefan Monnier | 2004-03-23 | 1 | -1/+4 |
| | |||||
* | Fix copyright. | Stefan Monnier | 2004-03-22 | 1 | -1/+1 |
| | |||||
* | (pp-eval-expression): Simplify. | Stefan Monnier | 2004-03-22 | 1 | -7/+5 |
| | |||||
* | (lisp-mode-variables): Don't set | Stefan Monnier | 2004-03-22 | 1 | -16/+16 |
| | | | | | | | | | normal-auto-fill-function and comment-indent-function. The default values now work just as well. Don't set font-lock-beginning-of-syntax-function since we already set syntax-begin-function. (lisp-outline-level): Put ;;;###autoload at same level as (. (prin1-char): Quote special chars. | ||||
* | (lm-keywords-finder-p): Use defvar rather than with-no-warnings. | Stefan Monnier | 2004-03-22 | 1 | -2/+2 |
| | |||||
* | (edebug-display): Bring up a debug trace if the source location can't be found. | Stefan Monnier | 2004-03-22 | 1 | -11/+13 |
| | | | | (edebug-compute-previous-result): Use prin1-char. | ||||
* | (checkdoc-error): Dont' assume point-min == 1. | Stefan Monnier | 2004-03-22 | 1 | -2/+4 |
| | | | | (debug-ignored-errors): Add an entry. | ||||
* | (byte-recompile-directory): Ignore hidden dir. | Stefan Monnier | 2004-03-22 | 1 | -8/+12 |
| | | | | (byte-compile-file): Output warning when deleting a file. |