| Commit message (Expand) | Author | Age | Files | Lines |
* | (mode-line-toggle-read-only) | Gerd Moellmann | 2000-11-06 | 1 | -16/+53 |
* | (esc-map): Bind `C-delete' and `C-backspace' to | Gerd Moellmann | 2000-08-18 | 1 | -0/+2 |
* | (completion-ignored-extensions): Add `.la', `.lo', | Gerd Moellmann | 2000-07-27 | 1 | -0/+4 |
* | (mode-line-mule-info, mode-line-modified): help-echo | Dave Love | 2000-07-18 | 1 | -12/+42 |
* | Bind �[delete]' to delete-char. | Gerd Moellmann | 2000-07-07 | 1 | -0/+2 |
* | (esc-map): Change ; to comment-dwim and use the new function | Stefan Monnier | 2000-05-25 | 1 | -4/+4 |
* | Remove debug-ignored-errors set in other files. | Dave Love | 2000-05-22 | 1 | -65/+1 |
* | (mode-line-format): Fix line-number and | Dave Love | 2000-03-12 | 1 | -17/+29 |
* | (propertized-buffer-identification): New function. | Gerd Moellmann | 2000-02-20 | 1 | -6/+13 |
* | (mode-line-input-method-map): New variable. | Dave Love | 2000-02-09 | 1 | -88/+73 |
* | (mode-line-mule-info): Fix/extend last change. | Dave Love | 2000-02-04 | 1 | -6/+31 |
* | (make-mode-line-mouse2-map): New function. | Dave Love | 2000-01-07 | 1 | -73/+94 |
* | (make-mode-line-mouse-sensitive): Fix the toggle menu items. | Dave Love | 2000-01-04 | 1 | -16/+11 |
* | (make-mode-line-mouse-sensitive): Copy keymap | Gerd Moellmann | 1999-12-30 | 1 | -1/+1 |
* | (completion-ignored-extensions): Add .pdf. | Gerd Moellmann | 1999-12-19 | 1 | -1/+1 |
* | (completion-ignored-extensions): Add .tfm. | Gerd Moellmann | 1999-12-16 | 1 | -1/+1 |
* | (completion-ignored-extensions): Added ".sparcf" | Gerd Moellmann | 1999-10-17 | 1 | -3/+3 |
* | (bound-and-true-p): New macro. | Dave Love | 1999-10-07 | 1 | -27/+51 |
* | (debug-ignored-errors): Restore BBDB stuff. | Dave Love | 1999-09-10 | 1 | -1/+5 |
* | (mode-line-unbury-buffer): Use aref instead of sref. | Gerd Moellmann | 1999-09-08 | 1 | -6/+6 |
* | Make some doc strings obey the make-docfile convention. | Dave Love | 1999-09-04 | 1 | -27/+22 |
* | (mode-line-modified): Look up key binding for C-x | Gerd Moellmann | 1999-08-17 | 1 | -1/+4 |
* | (mode-line-mule-info): Doc fix. | Dave Love | 1999-08-16 | 1 | -3/+5 |
* | (make-mode-line-mouse-sensitive): Add key | Gerd Moellmann | 1999-07-21 | 1 | -2/+129 |
* | (complete-symbol): Invert meaning of prefix arg. | Richard M. Stallman | 1999-04-09 | 1 | -7/+11 |
* | (features): Add `base64' to this list. | Richard M. Stallman | 1998-11-29 | 1 | -0/+3 |
* | Make all multibyte characters self-insert. | Kenichi Handa | 1998-07-06 | 1 | -5/+6 |
* | (ctl-x-map): Change vi-dot binding to repeat. | Richard M. Stallman | 1998-06-10 | 1 | -1/+1 |
* | Add binding for C-x z to vi-dot here. | Richard M. Stallman | 1998-05-14 | 1 | -0/+2 |
* | *** empty log message *** | Dan Nicolaescu | 1998-04-20 | 1 | -0/+3 |
* | (debug-ignored-errors): Add and remove strings. | Richard M. Stallman | 1998-04-17 | 1 | -1/+1 |
* | (completion-ignored-extensions): Add a few. | Richard M. Stallman | 1998-03-28 | 1 | -0/+7 |
* | (debug-ignored-errors): Add some elements. | Richard M. Stallman | 1998-01-29 | 1 | -0/+3 |
* | Change "?\C-\ " to "?\C- " because "\ " is changed | Kenichi Handa | 1998-01-12 | 1 | -2/+2 |
* | (minor-mode-overriding-map-alist): | Richard M. Stallman | 1998-01-02 | 1 | -0/+2 |
* | (ctl-x-map): Add bindings rn and r+ | Karl Heuer | 1997-12-04 | 1 | -0/+2 |
* | (mode-line-format): Include which-func-mode item. | Richard M. Stallman | 1997-11-25 | 1 | -0/+1 |
* | (mode-line-mule-info): Delete the conditional on enable-multibyte-characters. | Richard M. Stallman | 1997-08-01 | 1 | -3/+3 |
* | (debug-ignored-errors): Delete ^Quit$ element. | Richard M. Stallman | 1997-07-28 | 1 | -1/+0 |
* | (debug-ignored-errors): Update the dabbrev.el errors. | Richard M. Stallman | 1997-07-24 | 1 | -0/+51 |
* | Don't create C-x r and C-x n submaps here. | Richard M. Stallman | 1997-07-24 | 1 | -3/+0 |
* | (mode-line-mule-info): Remove tailing ">" from input | Kenichi Handa | 1997-07-10 | 1 | -1/+1 |
* | (complete-symbol): Accept an argument. | Richard M. Stallman | 1997-07-05 | 1 | -5/+5 |
* | (mode-line-mule-info): Use `%Z' instead of `%z:'. | Richard M. Stallman | 1997-07-02 | 1 | -1/+1 |
* | (debug-ignored-errors): Correct the error messages | Richard M. Stallman | 1997-06-25 | 1 | -1/+2 |
* | (complete-symbol): New function. | Richard M. Stallman | 1997-06-19 | 1 | -6/+11 |
* | (mode-line-mule-info): Change style for showing | Kenichi Handa | 1997-06-18 | 1 | -2/+9 |
* | (esc-map): Delete spurious wrong binding for M-TAB. | Richard M. Stallman | 1997-06-12 | 1 | -1/+0 |
* | (mode-line-mule-info): Add a colon. | Richard M. Stallman | 1997-05-21 | 1 | -2/+2 |
* | (mode-line-modified): Delete one of the leading dashes. | Richard M. Stallman | 1997-05-17 | 1 | -1/+1 |