Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook) | Stefan Monnier | 2002-09-09 | 1 | -35/+30 |
| | | | | | (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks. Update callers (but still run the old hooks as well). | ||||
* | (keyboard-quit): Set defining-kbd-macro to nil to | Kim F. Storm | 2002-09-09 | 1 | -0/+1 |
| | | | | cancel defining keyboard macro when applicablex. | ||||
* | (apply-macro-to-region-lines): Let-bind mark-active to | Kim F. Storm | 2002-09-09 | 1 | -1/+2 |
| | | | | nil while executing macro to avoid triggering delete-selection-mode. | ||||
* | Typo | Kim F. Storm | 2002-09-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2002-09-09 | 1 | -0/+8 |
| | |||||
* | (what-line): Don't hard-code 1. | Stefan Monnier | 2002-09-09 | 1 | -41/+19 |
| | | | | | | (transient-mark-mode, line-number-mode, column-number-mode): Use define-minor-mode. (do-auto-fill): Only ignore prefix if it's really empty. | ||||
* | (find-library-suffixes, find-library-name) | Stefan Monnier | 2002-09-09 | 1 | -17/+29 |
| | | | | | (find-library): New funs. (find-function-search-for-symbol): Use it. | ||||
* | (byte-compile-file): Don't switch buffer. | Stefan Monnier | 2002-09-09 | 1 | -3/+5 |
| | |||||
* | (isearch-cmds): Add docstring. | Stefan Monnier | 2002-09-09 | 1 | -103/+107 |
| | | | | | | | | (isearch-mouse-2): Lookup binding in the proper buffer. Use call-interactively and remove the now useless `arg'. (isearch-search-fun-function): New var. (isearch-search-fun): New fun. (isearch-search, isearch-lazy-highlight-search): Use it. | ||||
* | Notify a change in files.el. On the occasion, fix some indentations; | Markus Rost | 2002-09-09 | 1 | -4/+9 |
| | | | | e.g., replace spaces by a tab. | ||||
* | (save-some-buffers-action-alist): Use lower case for help string of | Markus Rost | 2002-09-09 | 1 | -1/+1 |
| | | | | diff-buffer-with-file. | ||||
* | *** empty log message *** | Richard M. Stallman | 2002-09-09 | 1 | -0/+34 |
| | |||||
* | (cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories. | Richard M. Stallman | 2002-09-09 | 1 | -1/+2 |
| | |||||
* | (mouse-scroll-calendar-left) | Richard M. Stallman | 2002-09-09 | 1 | -7/+28 |
| | | | | | (mouse-scroll-calendar-right, mouse-calendar-other-month): New commands. (calendar-mode-line-format): Use them. | ||||
* | (byte-recompile-directory): Set and then bind default-directory. | Richard M. Stallman | 2002-09-09 | 1 | -57/+61 |
| | |||||
* | (fancy-splash-head, normal-splash-screen): | Richard M. Stallman | 2002-09-09 | 1 | -9/+8 |
| | | | | Change the messages that explain about GNU or GNU/Linux. | ||||
* | (auto-mode-alist): Use sh-mode for .bash files. | Richard M. Stallman | 2002-09-09 | 1 | -0/+1 |
| | |||||
* | (ls-lisp-format-time-list): New variable. | Richard M. Stallman | 2002-09-09 | 1 | -2/+20 |
| | | | | (ls-lisp-format-time): Use it. | ||||
* | Many doc fixes. | Richard M. Stallman | 2002-09-09 | 1 | -39/+40 |
| | |||||
* | (Info-search): Add (point-min) to subfile positions | Richard M. Stallman | 2002-09-09 | 1 | -5/+9 |
| | | | | to get them right. Skip the current subfile using forward-line. | ||||
* | (make-backup-file-name-1): When make-directory fails, | Richard M. Stallman | 2002-09-09 | 1 | -5/+8 |
| | | | | | ignore backup-directory-alist. (make-directory): Expand DIR before looking for handler. | ||||
* | (doctor-cadr, doctor-caddr, doctor-cddr): Remove. | John Paul Wallington | 2002-09-09 | 2 | -30/+31 |
| | | | | Update callers. | ||||
* | (diff): Doc fix. | Markus Rost | 2002-09-09 | 2 | -1/+5 |
| | |||||
* | (byte-compile-delete-errors): Default to nil. | Richard M. Stallman | 2002-09-09 | 2 | -2/+22 |
| | |||||
* | Comment change. | Richard M. Stallman | 2002-09-09 | 1 | -0/+4 |
| | |||||
* | (undo-elt-in-region): Fix one-off error at END. | Richard M. Stallman | 2002-09-09 | 1 | -29/+53 |
| | | | | | | (forward-visible-line): Handle invisibility by ignoring invisible newlines. Also include entire invisible lines beyond the stopping point. | ||||
* | (custom-save-variables, custom-save-faces): | Richard M. Stallman | 2002-09-09 | 1 | -4/+8 |
| | | | | Clarify the comments written into .emacs. | ||||
* | (doctor-doc): Recognize question words and use qlist. | Richard M. Stallman | 2002-09-09 | 1 | -12/+7 |
| | | | | | | | Use doctor-shorten's return value. (doctor-shorten): Compute a return value, don't alter `sent'. (doctor-hates1): Add a question mark. (doctor-strangelove): Unused function deleted. | ||||
* | Regenerated | Kim F. Storm | 2002-09-08 | 2 | -5/+5 |
| | |||||
* | Regenerated. | Kim F. Storm | 2002-09-08 | 1 | -102/+107 |
| | |||||
* | (kmacro-end-and-call-macro): New command to end and | Kim F. Storm | 2002-09-08 | 1 | -3/+362 |
| | | | | | | | | | | | | | | | call keyboard macro in one step. Bind it to C-x e by default. (kmacro-call-macro): Use format-kbd-macro. (kmacro-step-edit-macro): New command to interactively step edit and execute last keyboard macro. (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro. (kmacro-step-edit-mini-window-height): New custom var. (kmacro-step-edit-map): New keymap (parent is query-replace-map). (kmacro-step-edit-prefix-commands): New var. (kmacro-step-edit-prompt, kmacro-step-edit-query) (kmacro-step-edit-insert, kmacro-step-edit-pre-command) (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command): New aux functions for step editing keyboard macros. | ||||
* | *** empty log message *** | Kim F. Storm | 2002-09-08 | 1 | -0/+14 |
| | |||||
* | (read-quoted-char): Apply listify-key-sequence to vector | Kim F. Storm | 2002-09-07 | 2 | -2/+8 |
| | | | | | returned by this-single-command-raw-keys before appending it to unread-command-event. | ||||
* | (ibuffer-diff-with-file): Just call `diff-buffer-with-file'. | Colin Walters | 2002-09-07 | 2 | -33/+7 |
| | |||||
* | (diff-buffer-with-file): Call diff synchronously, so we don't delete | Colin Walters | 2002-09-07 | 1 | -1/+1 |
| | | | | the temporary file before diff has a chance to read it. | ||||
* | (diff): Add optional argument no-async, and use the above argument. | Colin Walters | 2002-09-07 | 1 | -3/+5 |
| | |||||
* | (compile-internal): Add optional argument no-async. | Colin Walters | 2002-09-07 | 1 | -2/+7 |
| | |||||
* | *** empty log message *** | Colin Walters | 2002-09-07 | 1 | -0/+10 |
| | |||||
* | * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. | John Paul Wallington | 2002-09-07 | 3 | -3/+11 |
| | | | | | * emacs-lisp/find-func.el (find-function-recenter-line): Add custom type. Doc fix. | ||||
* | *** empty log message *** | Stefan Monnier | 2002-09-06 | 1 | -6/+43 |
| | |||||
* | (menu-bar-make-mm-toggle): New macro. | Stefan Monnier | 2002-09-06 | 1 | -58/+51 |
| | | | | | | | | (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression) (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode): Remove. Use the minor mode function directly instead. (menu-bar-mode): Add message and customize-mark-as-set and return the new value as do other minor modes. | ||||
* | (edmacro-subseq): Don't use cl-push/cl-pop. | Stefan Monnier | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | etags.el tags-case-fold-search honoured when completing. | Francesco Potortì | 2002-09-06 | 1 | -0/+6 |
| | |||||
* | (find-tag-tag, complete-tag): Bind | Francesco Potortì | 2002-09-06 | 1 | -2/+8 |
| | | | | | completion-ignore-case based on tags-case-fold-search, so that case-sensitivity of tag completion matches that of tag search. | ||||
* | (reftex-label-menu-flags): Fix typo. | Juanma Barranquero | 2002-09-06 | 2 | -3/+5 |
| | |||||
* | (speedbar-mode): Fix typos. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2002-09-06 | 2 | -1/+55 |
| | |||||
* | (gnus-status-message): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | (warning-level-aliases): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | (vcursor-toggle-vcursor-map): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| |