index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
bindings.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add temporary mode-line-position change
Lars Ingebrigtsen
2021-11-25
1
-1
/
+1
*
Make min-width of the U:-- wider
Lars Ingebrigtsen
2021-11-24
1
-1
/
+1
*
Use a proportional font for the mode line
Lars Ingebrigtsen
2021-11-24
1
-4
/
+14
*
Prefer "graphical displays" to "X terminals" in documentation
Stefan Kangas
2021-10-15
1
-1
/
+1
*
Improve tooltip of mode-line-position again
Stefan Kangas
2021-10-14
1
-1
/
+1
*
* lisp/bindings.el (mode-line-position): Improve tooltip.
Stefan Kangas
2021-10-09
1
-1
/
+1
*
Fix a recent change of 'undo-redo' binding
Eli Zaretskii
2021-09-30
1
-1
/
+1
*
Fix bootstrap after recent undo-redo change
dickmao
2021-09-30
1
-1
/
+1
*
Add bindings for 'undo-redo'
Dmitry Gutov
2021-09-29
1
-0
/
+3
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-3
/
+3
*
Revert previous mode-line-modes change to unbreak bootstrap
Stefan Kangas
2021-09-19
1
-2
/
+1
*
Use command substitution for exit-recursive-edit
Stefan Kangas
2021-09-18
1
-1
/
+3
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-6
/
+6
*
* lisp/bindings.el (page-navigation-repeat-map): Fix bootstrap.
Glenn Morris
2021-08-20
1
-2
/
+2
*
Mark page navigation commands as repeatable
Davide Masserut
2021-08-20
1
-0
/
+11
*
Add a new command `revert-buffer-quick'
Lars Ingebrigtsen
2021-08-10
1
-1
/
+1
*
Improve mode-line-position-column-format doc string
Lars Ingebrigtsen
2021-07-28
1
-4
/
+7
*
'global-mode-string' elements should have a space at the end
Lars Ingebrigtsen
2021-07-23
1
-1
/
+1
*
Fix the name of the sorted minor mode map after previous change
Lars Ingebrigtsen
2021-06-25
1
-1
/
+1
*
* lisp/bindings.el (bindings--sort-menu-keymap): Add "menu" in its name
Stefan Monnier
2021-06-24
1
-11
/
+7
*
Sort the items in 'mode-line-mode-menu' before displaying the menu
Jim Porter
2021-06-24
1
-4
/
+39
*
Revert "Sort the items in 'mode-line-mode-menu' before displaying the menu"
Lars Ingebrigtsen
2021-06-23
1
-32
/
+4
*
Sort the items in 'mode-line-mode-menu' before displaying the menu
Jim Porter
2021-06-23
1
-4
/
+32
*
Further fixes for bound-and-true-p doc string
Lars Ingebrigtsen
2021-06-21
1
-2
/
+2
*
Improve bound-and-true-p doc string
Lars Ingebrigtsen
2021-06-19
1
-1
/
+3
*
Assume something more recent than X11R6
Stefan Kangas
2021-03-20
1
-1
/
+1
*
Unbind `M-o' and add new `C-x x f' binding
Lars Ingebrigtsen
2021-03-18
1
-0
/
+1
*
New transient mode 'repeat-mode' to allow shorter key sequences (bug#46515)
Juri Linkov
2021-02-17
1
-0
/
+17
*
Bind clone-buffer to C-x x n
Sean Whitton
2021-02-08
1
-0
/
+1
*
Add more commands to the new `C-x x' keymap
Lars Ingebrigtsen
2021-02-07
1
-0
/
+4
*
Move 'revert-buffer' global binding to 'C-x g g'
Sean Whitton
2021-02-07
1
-1
/
+6
*
Bind 'revert-buffer' to 'C-x g' globally
Sean Whitton
2021-02-02
1
-0
/
+2
*
Prefer defvar-local in preloaded files
Stefan Kangas
2021-01-31
1
-10
/
+5
*
Use lexical-binding in the remaining preloaded files
Stefan Monnier
2021-01-04
1
-3
/
+3
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
* lisp/bindings.el (narrow-map): Bind C-x n g to goto-line-relative (bug#9917)
Juri Linkov
2020-10-29
1
-0
/
+1
*
Rename replace-in-string to string-replace
Lars Ingebrigtsen
2020-09-27
1
-2
/
+2
*
Restore the previous minimum-width specs in the line/column mode lines
Lars Ingebrigtsen
2020-09-20
1
-23
/
+26
*
Doc string typo fix for mode-line-position-column-format
Lars Ingebrigtsen
2020-09-17
1
-1
/
+1
*
Fix up previous change for column/line spec mechanism in the mode line
Lars Ingebrigtsen
2020-09-17
1
-43
/
+45
*
Allow controlling the look of the line/column indicators
Lars Ingebrigtsen
2020-09-15
1
-5
/
+29
*
Move dired-jump from dired-x to dired (Bug#21981)
Stefan Kangas
2020-09-12
1
-0
/
+3
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Menu bar rearrangements, move Print menu items to submenu, etc. (bug#37594)
Juri Linkov
2019-11-28
1
-0
/
+2
*
Bind Scroll_Lock to scroll-lock-mode globally
Stefan Kangas
2019-10-04
1
-0
/
+1
*
* lisp/bindings.el (mode-line-defining-kbd-macro): New defvar.
Juri Linkov
2019-07-30
1
-3
/
+9
*
Highlight keyboard macro recording mode with read color in the mode-line
Juri Linkov
2019-07-30
1
-2
/
+2
*
Use `default-indent-new-line' instead of `indent-new-comment-line'
Dmitry Gutov
2019-06-27
1
-2
/
+2
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
[next]