| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove mode-line end dashes on graphical terminals. | Julien Danjou | 2010-10-19 | 1 | -5/+6 |
* | Decouple C-d and delete, so that the former does not delete the region. | Chong Yidong | 2010-10-19 | 1 | -2/+2 |
* | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
* | Merge changes from emacs-23 branch | Chong Yidong | 2010-08-08 | 1 | -0/+3 |
|\ |
|
| * | * bindings.el (complete-symbol): Run completion-at-point as a fallback. | Stefan Monnier | 2010-08-02 | 1 | -0/+1 |
| * | * bindings.el (function-key-map): Add a S-tab => backtab fallback. | Stefan Monnier | 2010-08-02 | 1 | -0/+3 |
* | | * bindings.el (global-map): Bind delete and DEL, the former to | Chong Yidong | 2010-06-27 | 1 | -0/+3 |
* | | Implement bidi-sensitive word movement with arrow keys. | Eli Zaretskii | 2010-05-29 | 1 | -4/+61 |
* | | Implement bidi-sensitive movement with arrow keys. | Eli Zaretskii | 2010-05-15 | 1 | -2/+2 |
* | | * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode): Remove. | Stefan Monnier | 2010-04-30 | 1 | -18/+0 |
* | | Unify complete-symbol with completion-at-point. | Chong Yidong | 2010-04-28 | 1 | -23/+0 |
* | | Scrolling commands which does not signal errors at top/bottom. | Juri Linkov | 2010-04-06 | 1 | -2/+2 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * bindings.el (complete-symbol): Call semantic-ia-complete-symbol if | Chong Yidong | 2009-12-05 | 1 | -12/+17 |
* | (mode-line-buffer-identification): Do not purecopy. | Dan Nicolaescu | 2009-11-15 | 1 | -1/+1 |
* | * bindings.el (mode-line-buffer-identification): Purecopy only the string. | Dan Nicolaescu | 2009-11-14 | 1 | -1/+1 |
* | * term/x-win.el (x-gtk-stock-map): | Dan Nicolaescu | 2009-11-11 | 1 | -4/+4 |
* | * puresize.h (BASE_PURESIZE): Increase to 1470000. | Dan Nicolaescu | 2009-10-30 | 1 | -3/+3 |
* | * textmodes/tex-mode.el (tex-dvi-view-command) | Dan Nicolaescu | 2009-10-26 | 1 | -20/+23 |
* | * bindings.el (propertized-buffer-identification): Undo previous change. | Dan Nicolaescu | 2009-10-23 | 1 | -2/+2 |
* | * puresize.h (BASE_PURESIZE): Increase to 1430000. | Dan Nicolaescu | 2009-10-23 | 1 | -2/+2 |
* | (function-key-map): Map C-@ to C-SPC if C-@ is unbound. | Stefan Monnier | 2009-10-19 | 1 | -0/+8 |
* | Convert comments about autoloads into autoload comments. | Glenn Morris | 2009-10-15 | 1 | -1/+10 |
* | * bindings.el (mode-line-mode-menu): Add purecopy calls for :help. | Dan Nicolaescu | 2009-09-14 | 1 | -11/+11 |
* | Remove comment, inapplicable since 1997 (loadup no longer loads the | Glenn Morris | 2009-09-11 | 1 | -20/+0 |
* | * keymap.c (QCadvertised_binding): New constant. | Stefan Monnier | 2009-09-11 | 1 | -1/+2 |
* | Define risky-local-variable property here rather than in files.el. | Glenn Morris | 2009-08-26 | 1 | -0/+10 |
* | (standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217) | Glenn Morris | 2009-08-26 | 1 | -2/+3 |
* | (esc-map): Bind "&" to `async-shell-command'. | Juri Linkov | 2009-07-02 | 1 | -0/+1 |
* | (mode-line-modified): Fix case of "Buffer is modified". | Glenn Morris | 2009-06-23 | 1 | -2/+2 |
* | Exclude VCS metadata dirs from completion. | Juanma Barranquero | 2009-01-29 | 1 | -0/+2 |
* | Swap C-delete and C-backspace bindings here, so we don't have to do it | Chong Yidong | 2009-01-27 | 1 | -2/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | * bindings.el (mode-line-eol-desc): Fix typo in help message. | Juanma Barranquero | 2009-01-02 | 1 | -3/+3 |
* | (mode-line-eol-desc): Use assoc to query mode-line-eol-desc-cache. | Chong Yidong | 2008-12-20 | 1 | -1/+1 |
* | (mode-line-frame-control, mode-line-frame-identification): Fix last change. | Eli Zaretskii | 2008-08-29 | 1 | -5/+4 |
* | (mode-line-frame-identification): Fix last change. | Eli Zaretskii | 2008-08-29 | 1 | -4/+7 |
* | (mode-line-frame-control): New function, caters to `pc' ``window system''. | Eli Zaretskii | 2008-08-25 | 1 | -1/+11 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -4/+0 |
* | (abbrev-map, narrow-map): New variables. | Juri Linkov | 2008-06-30 | 1 | -37/+29 |
* | (goto-map): New variable. Rebind goto-related | Juri Linkov | 2008-06-25 | 1 | -7/+22 |
* | (completion-ignored-extensions): Add .p64fsl, .d64fsl, and .dx64fsl. | John Paul Wallington | 2008-06-05 | 1 | -0/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | * mouse.el (mouse-menu-major-mode-map): New fun extracted from | Stefan Monnier | 2008-04-09 | 1 | -7/+8 |
* | (mode-line-mode-menu): Move before (new) first use. | Stefan Monnier | 2008-04-01 | 1 | -20/+6 |
* | (debug-ignored-errors): Change "^End of history; | Juri Linkov | 2008-03-29 | 1 | -1/+1 |
* | (mode-line-change-eol): Use with-selected-window. | Stefan Monnier | 2008-03-26 | 1 | -2/+1 |
* | (minibuffer-local-map): For the command | Juri Linkov | 2008-03-25 | 1 | -1/+1 |
* | (standard-mode-line-modes): Avoid duplicating a string. | Dan Nicolaescu | 2008-03-23 | 1 | -2/+3 |
* | (standard-mode-line-modes): Put special help-echo | Juri Linkov | 2008-03-21 | 1 | -2/+5 |