Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (sgml-xml-auto-coding-function): Call | Kenichi Handa | 2002-08-19 | 2 | -1/+6 |
| | | | | re-search-forward with NOERROR t.. | ||||
* | [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>] | Miles Bader | 2002-08-19 | 2 | -2/+20 |
| | | | | | (inferior-emacs-lisp-mode): Give `comint-inhibit-carriage-motion' a local value of t. | ||||
* | [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>] | Miles Bader | 2002-08-19 | 1 | -35/+39 |
| | | | | | | | | | (comint-inhibit-carriage-motion): New variable. (comint-carriage-motion): Argument STRING removed. New arguments START and END; interpret characters between START and END rather than using special comint state. (comint-output-filter): Call `comint-carriage-motion'. (comint-output-filter-functions): Don't add `comint-carriage-motion'. | ||||
* | *** empty log message *** | Richard M. Stallman | 2002-08-19 | 1 | -1/+6 |
| | |||||
* | New file. | Richard M. Stallman | 2002-08-19 | 1 | -0/+5575 |
| | |||||
* | (font-lock-mode): Set change-major-mode-hook locally. | Richard M. Stallman | 2002-08-19 | 1 | -2/+2 |
| | |||||
* | (ibuffer-list-buffer-modes): Doc fix. | Andreas Schwab | 2002-08-18 | 2 | -1/+4 |
| | |||||
* | * reftex.el (reftex-mode): Create special syntax tables. | Carsten Dominik | 2002-08-17 | 2 | -4/+27 |
| | | | | | | | (reftex-syntax-table): Set a default in case this is being used outside a LaTeX file. (reftex-syntax-table-for-bib): Set a default in case this is being used outside a LaTeX file. | ||||
* | *** empty log message *** | Richard M. Stallman | 2002-08-17 | 1 | -0/+11 |
| | |||||
* | (tar-subfile-mode): Use add-hook and remove-hook, and use | Richard M. Stallman | 2002-08-17 | 1 | -8/+8 |
| | | | | | write-file-functions instead of local-write-file-hooks. (tar-untar-buffer): Don't try to extract directories. | ||||
* | (fringe-mode): Set to nil. | Richard M. Stallman | 2002-08-17 | 1 | -0/+4 |
| | |||||
* | (rmail-search-mime-header-function): Doc fix. | Richard M. Stallman | 2002-08-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-08-15 | 1 | -1/+47 |
| | |||||
* | (appt-delete): Use substring-no-properties. | Richard M. Stallman | 2002-08-15 | 1 | -4/+7 |
| | | | | (appt-make-list): Don't use prin1-to-string; use the string unchanged. | ||||
* | (menu-bar-next-tag-other-window, menu-bar-next-tag) | Richard M. Stallman | 2002-08-15 | 1 | -67/+99 |
| | | | | | | | | | | | | | | | | | (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar) (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression) (menu-bar-toggle-cua-mode, menu-bar-read-mail) (menu-bar-help-extra-packages, help-with-tutorial-spec-language) (menu-bar-text-mode-auto-fill): New commands, used in menu bar menus instead of lambda expressions. (menu-bar-showhide-fringe-menu-customize-left) (menu-bar-showhide-fringe-menu-customize-right) (menu-bar-showhide-fringe-menu-customize-disable) (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes. (menu-bar-options-menu): Use toggle-truncate-lines. (showhide-date-time): Call customize-mark-as-set. | ||||
* | (server-process-filter): Simplify code. | Richard M. Stallman | 2002-08-15 | 1 | -40/+42 |
| | | | | | | (server-goto-line-column): New function. (server-visit-files): Use server-goto-line-column. Offer to revert only if file has changed. | ||||
* | (font-lock-mode): Add font-lock-unfontify-buffer | Richard M. Stallman | 2002-08-15 | 1 | -1/+5 |
| | | | | to change-major-mode-hook when font lock is enabled. | ||||
* | (recover-this-file): New function. | Richard M. Stallman | 2002-08-15 | 1 | -1/+6 |
| | | | | (after-find-file): Recommend recover-this-file. | ||||
* | (reftex-mode): Moved creation of special syntax tables to top-level. | Carsten Dominik | 2002-08-15 | 1 | -10/+13 |
| | |||||
* | *** empty log message *** | Carsten Dominik | 2002-08-15 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2002-08-15 | 1 | -0/+27 |
| | |||||
* | (locate-library): Use locate-file(-completion). | Stefan Monnier | 2002-08-15 | 1 | -46/+54 |
| | | | | | | | | | | (help-split-fundoc): Tighten the regexp and recognize a usage-info where the function name is `fn'. (help-function-arglist): Follow aliases and macros. (describe-function-1): Use keymapp. If the docstring contains a usage info, use it even if the function is not a subroutine. Find usage info in aliases' docstring if necessary. (describe-variable): Get the value before setting up the *Help* buffer. | ||||
* | (easy-mmode-define-global-mode): Use find-file-hook instead of find-file-hooks. | Stefan Monnier | 2002-08-15 | 1 | -10/+15 |
| | | | | | | (define-minor-mode): Get rid of this silly `togglep'. Add an explicit `toggle' argument (used for interactive calls). Emit a warning when a nil argument turns the mode off. | ||||
* | Use find-file-hook instead of find-file-hooks. | Stefan Monnier | 2002-08-15 | 8 | -11/+11 |
| | |||||
* | (setup-ethiopic-environment-internal, exit-ethiopic-environment): | Stefan Monnier | 2002-08-15 | 1 | -4/+4 |
| | | | | | Use find-file-hook and write-file-functions instead of find-file-hooks and write-file-hooks. | ||||
* | (dynamic-completion-mode): Use find-file-hook instead of find-file-hooks. | Stefan Monnier | 2002-08-15 | 1 | -1/+1 |
| | |||||
* | (split-window-save-restore-data): Use push and with-current-buffer. | Stefan Monnier | 2002-08-15 | 1 | -8/+7 |
| | | | | | (handle-select-window): Don't do anything if the window has disappeared since the event was generated. | ||||
* | (imenu-always-use-completion-buffer-p): Make obsolete. | Stefan Monnier | 2002-08-15 | 2 | -43/+55 |
| | | | | | | | | | (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars. (imenu-space-replacement): Allow nil value. (imenu--completion-buffer): Use new vars and simplify. Fix handling of minibuffer-setup-hook. Use minibuffer-completion-help instead of rolling our own. (imenu-choose-buffer-index): Use the new var. | ||||
* | (find-function-search-for-symbol): Use find-file-hook instead of ...-hooks. | Stefan Monnier | 2002-08-15 | 1 | -1/+1 |
| | |||||
* | (ange-ftp-wipe-file-entries): Fix type mismatch; | David Kastrup | 2002-08-14 | 1 | -1/+2 |
| | | | | use `hash-table-size' instead of `length'. | ||||
* | *** empty log message *** | David Kastrup | 2002-08-14 | 1 | -0/+5 |
| | |||||
* | (command-line): Load custom-file if not done yet. | Stefan Monnier | 2002-08-14 | 1 | -2/+7 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2002-08-14 | 1 | -0/+8 |
| | |||||
* | (xselect-convert-to-string): If TYPE is non-nil, | Kenichi Handa | 2002-08-14 | 1 | -23/+79 |
| | | | | | | | encode the selection data string. Always return cons of type and string. (selection-converter-alist): Add (UTF8_STRING . xselect-convert-to-string). | ||||
* | (find-function-search-for-symbol): Obey `definition-name' properties. | Richard M. Stallman | 2002-08-13 | 1 | -0/+4 |
| | |||||
* | (easy-mmode-define-global-mode): Put `definition-name' properties on | Richard M. Stallman | 2002-08-13 | 1 | -1/+3 |
| | | | | the functions whose names are constructed. | ||||
* | (toggle-truncate-lines): Force redisplay. Display status message. | Richard M. Stallman | 2002-08-13 | 1 | -2/+6 |
| | |||||
* | (comment-region): Force `lines' when `block' is set. | Stefan Monnier | 2002-08-12 | 2 | -117/+98 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-08-12 | 1 | -0/+16 |
| | |||||
* | (pages-target-buffer): Add defvar. Renamed from target-buffer. | Richard M. Stallman | 2002-08-12 | 1 | -4/+6 |
| | | | | (pages-directory, pages-copy-header-and-position): Uses changed. | ||||
* | (scroll-all-mode): Use define-minor-mode. | Richard M. Stallman | 2002-08-12 | 1 | -25/+2 |
| | | | | | | (scroll-all-mode): defcustom deleted. (running-xemacs): Variable deleted. (minor-mode-alist): Don't manipulate it directly. | ||||
* | (appt-make-list): Correct the parsing of each appointment from time-string. | Richard M. Stallman | 2002-08-12 | 1 | -19/+23 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2002-08-11 | 1 | -0/+8 |
| | |||||
* | (search-unencodable-char): New | Kenichi Handa | 2002-08-11 | 1 | -104/+145 |
| | | | | | | | function. (select-safe-coding-system): Show unencodable characters. (unencodable-char-position): Deleted, and implemented by C in coding.c. | ||||
* | I did not mean to check in these changes yet, they are still | John Wiegley | 2002-08-10 | 1 | -267/+92 |
| | | | | unreviewed. | ||||
* | Removed eshell-under-cygwin-p, and all uses of it. | John Wiegley | 2002-08-10 | 6 | -104/+271 |
| | |||||
* | *** empty log message *** | John Wiegley | 2002-08-10 | 1 | -0/+9 |
| | |||||
* | (pages-directory-mode): Undo previous change. | Richard M. Stallman | 2002-08-09 | 2 | -1/+8 |
| | |||||
* | (set-variable): If given a prefix argument, set variable buffer-locally. | Richard M. Stallman | 2002-08-09 | 2 | -4/+35 |
| | | | | Give locality status in prompt. | ||||
* | (font-lock-function): Make it buffer-local. | John Paul Wallington | 2002-08-09 | 2 | -1/+5 |
| |