Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove accidental changes of March 4. Fix backing | Eli Zaretskii | 2004-08-14 | 1 | -79/+155 |
| | | | | | | | | | | | | | | | | | | | | | | up when a regexp isearch is made more general. Use symbolic accessor functions for isearch stack frames to make usage clearer. (search-whitespace-regexp): Made groups in documentation shy (as is the group in the default value). (isearch-fallback): New function, addresses problems with regexps liberalized by `\|', adds support for liberalization by `\}' (the general repetition construct), and incorporates behavior for `*'/`?'. (isearch-}-char): New command, calls `isearch-fallback' with arguments appropriate to a typed `}'. (isearch-*-char, isearch-|-char): Now just call `isearch-fallback' appropriately. (isearch-mode-map): Bind `}' to `isearch-}-char'. (isearch-string, isearch-message,string, isearch-point, isearch-success, isearch-forward-flag, isearch-other-end, isearch-word, isearch-invalid-regexp, isearch-wrapped, isearch-barrier, isearch-within-brackets, isearch-case-fold-search): New inline functions to read fields of a stack frame. | ||||
* | *** empty log message *** | Eli Zaretskii | 2004-08-14 | 1 | -0/+6 |
| | |||||
* | (battery-linux-proc-acpi): Look into battery | Eli Zaretskii | 2004-08-14 | 1 | -1/+1 |
| | | | | | directories matching the literal string "CMB", too (required for Linux kernel version 2.6.7). | ||||
* | (forward-word): Allow 0 args. | John Paul Wallington | 2004-08-14 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Daniel Pfeiffer | 2004-08-12 | 1 | -1/+1 |
| | |||||
* | (speedbar-scan-subdirs): New option. | Daniel Pfeiffer | 2004-08-11 | 2 | -36/+60 |
| | | | | | | | (speedbar-file-lists): Don't ignore file-name case on Unix and use dolist. (speedbar-insert-files-at-point): Take an extra argument and use it to optionally find out if a subdir is empty. Also unreadable files don't get expand buttons. (speedbar-directory-plus): New image (bitmap already existed unused). (speedbar-expand-image-button-alist): Use it. | ||||
* | Updated CC Mode to 5.30.9. | Martin Stjernholm | 2004-08-11 | 9 | -325/+592 |
| | |||||
* | Sync with Tramp 2.0.44. | Michael Albinus | 2004-08-10 | 3 | -31/+63 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2004-08-10 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-08-09 | 1 | -0/+6 |
| | |||||
* | (describe-bindings): Doc fix. | Luc Teirlinck | 2004-08-09 | 1 | -1/+2 |
| | |||||
* | (kbd): Doc fix. | Luc Teirlinck | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | (define-ibuffer-column size): Use string-to-number instead of string-to-int. | John Paul Wallington | 2004-08-08 | 2 | -7/+14 |
| | | | | (define-ibuffer-column mode): Fix indentation. | ||||
* | (widget-sexp-validate): Allow whitespace after expression. | Lars Hansen | 2004-08-08 | 2 | -0/+7 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-08-08 | 1 | -0/+11 |
| | |||||
* | (global-unset-key, local-unset-key): Doc fixes. | Luc Teirlinck | 2004-08-08 | 1 | -2/+2 |
| | |||||
* | (disabled-command-function): New variable renamed from | Luc Teirlinck | 2004-08-08 | 1 | -4/+10 |
| | | | | | | | | `disabled-command-hook'. (disabled-command-hook): Keep the _variable_ as alias for `disabled-command-function' and make obsolete. (disabled-command-function): Function renamed from `disabled-command-hook'. Adapt code to namechange of the variable. | ||||
* | (completion-root-regexp): New defvar. | Eli Zaretskii | 2004-08-07 | 2 | -1/+12 |
| | | | | (completion-setup-function): Use it instead of a literal string. | ||||
* | (reb-re-syntax): Add `rx' syntax. | John Paul Wallington | 2004-08-07 | 2 | -5/+17 |
| | | | | | | (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'. (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax. (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'. | ||||
* | (mail-extr-disable-voodoo): New variable. | Kenichi Handa | 2004-08-05 | 1 | -355/+369 |
| | | | | (mail-extr-voodoo): Check mail-extr-disable-voodoo. | ||||
* | (encoded-kbd-setup-keymap): Fix previous change. | Kenichi Handa | 2004-08-04 | 2 | -2/+26 |
| | |||||
* | The following changes are to | Kenichi Handa | 2004-08-03 | 1 | -192/+141 |
| | | | | | | | | | | | | | | | | | | utilize key-translation-map instead of minor mode map. (encoded-kbd-iso2022-non-ascii-map): Delete it. (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them. (encoded-kbd-last-key): New function. (encoded-kbd-iso2022-single-shift): New function. (encoded-kbd-iso2022-designation) (encoded-kbd-self-insert-iso2022-7bit) (encoded-kbd-self-insert-iso2022-8bit) (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5) (encoded-kbd-self-insert-ccl): Make them suitable for bindings in key-translation-map. (encoded-kbd-setup-keymap): Setup key-translation-map. (saved-key-translation-map): New variable. (encoded-kbd-mode): Save/restore key-translation-map. Adjusted for the change of encoded-kbd-setup-keymap. | ||||
* | *** empty log message *** | Kim F. Storm | 2004-08-02 | 1 | -0/+11 |
| | |||||
* | (window-buffer-height): Call compute-motion with nil width. | Kim F. Storm | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | (windmove-coordinates-of-position): Let compute-motion | Kim F. Storm | 2004-08-02 | 1 | -4/+2 |
| | | | | calculate usable window width and height. | ||||
* | (mouse-avoidance-point-position): Use window-inside-edges | Kim F. Storm | 2004-08-02 | 1 | -3/+3 |
| | | | | | and call compute-motion with nil for topos and width to get proper usable width and height for both window and non-window systems. | ||||
* | (query-replace-read-from): Use | David Kastrup | 2004-08-01 | 2 | -16/+33 |
| | | | | | | | `query-replace-compile-replacement'. (query-replace-compile-replacement): New function. (query-replace-read-to): Use `query-replace-compile-replacement' for repeating the last command. | ||||
* | (help-go-back): Delete period from end of error message. | John Paul Wallington | 2004-08-01 | 2 | -1/+7 |
| | |||||
* | (toplevel, pr-ps-fast-fire, pr-ps-set-utility) | John Paul Wallington | 2004-08-01 | 1 | -7/+7 |
| | | | | | (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist) (pr-switches): Remove period from end of error messages. | ||||
* | (only-global-abbrevs): Doc fix. | John Paul Wallington | 2004-08-01 | 2 | -8/+13 |
| | | | | | (edit-abbrevs-map): Define within defvar. (quietly-read-abbrev-file): Doc fix. | ||||
* | *** empty log message *** | Luc Teirlinck | 2004-07-31 | 1 | -0/+6 |
| | |||||
* | (event-modifiers, event-basic-type): Doc fixes. | Luc Teirlinck | 2004-07-31 | 1 | -2/+9 |
| | |||||
* | (enable-command, disable-command): Doc fixes. | Luc Teirlinck | 2004-07-31 | 1 | -2/+4 |
| | |||||
* | (with-local-quit): Doc fix. | Richard M. Stallman | 2004-07-31 | 2 | -1/+8 |
| | |||||
* | (utf-translate-cjk-mode): Doc fix. | Luc Teirlinck | 2004-07-31 | 2 | -9/+16 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2004-07-29 | 1 | -0/+4 |
| | |||||
* | (defcustom): Doc fix. | Luc Teirlinck | 2004-07-29 | 1 | -0/+7 |
| | |||||
* | (etags-tags-apropos): Show building progress. | Masatake YAMATO | 2004-07-28 | 2 | -46/+55 |
| | |||||
* | (font-lock-keywords): Docstring improvement. | Stefan Monnier | 2004-07-27 | 1 | -2/+3 |
| | |||||
* | Tiny change. | Vinicius Jose Latorre | 2004-07-27 | 2 | -27/+28 |
| | |||||
* | (imenu-prev-index-position-function) | Stefan Monnier | 2004-07-26 | 2 | -15/+14 |
| | | | | | (imenu-extract-index-name-function, imenu-name-lookup-function) (imenu--index-alist): Docstring redundancy fix. | ||||
* | (wdired-finish-edit): Require dired-aux before locally binding ↵ | Lars Hansen | 2004-07-25 | 2 | -0/+10 |
| | | | | dired-backup-overwrite. | ||||
* | (butlast, event-modifiers, event-basic-type): Doc fixes. | John Paul Wallington | 2004-07-25 | 2 | -3/+7 |
| | |||||
* | (tty-color-approximate): Doc fix. | Luc Teirlinck | 2004-07-24 | 2 | -9/+12 |
| | |||||
* | (x-get-selection, x-set-selection): Doc fixes. | Luc Teirlinck | 2004-07-24 | 1 | -7/+16 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2004-07-24 | 1 | -0/+8 |
| | |||||
* | (make-frame): Doc fix. | Luc Teirlinck | 2004-07-24 | 1 | -1/+7 |
| | |||||
* | Update author email address. | Richard M. Stallman | 2004-07-24 | 1 | -1/+1 |
| | |||||
* | (rmail-mime-charset-pattern): Don't include semicolon in the charset value. | Richard M. Stallman | 2004-07-24 | 1 | -1/+1 |
| | |||||
* | (occur-next-error): Call set-window-point. | Richard M. Stallman | 2004-07-24 | 1 | -2/+6 |
| | | | | (occur-engine): Handle negative NLINES. |