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 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * lisp/bindings.el (right-word, left-word): Doc fix.
Eli Zaretskii
2023-11-04
1
-0
/
+16
*
; * lisp/bindings.el (mode-line-modes): Fix typo (bug#65065).
Eshel Yaron
2023-08-05
1
-1
/
+1
*
Avoid spurious whitespace in the modeline of emacsclient frames
Ulrich Müller
2023-07-30
1
-3
/
+3
*
Improve documentation of 'repeat-mode' and related variables
Eli Zaretskii
2023-02-02
1
-3
/
+3
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Use the new keyword ':repeat' in repeatable keymaps.
Juri Linkov
2022-12-22
1
-9
/
+4
*
Make previous-buffer and next-buffer repeatable
Damien Cassou
2022-10-30
1
-0
/
+8
*
Fix mode line mouse-1 binding when showing only column numbers
Miha Rihtaršič
2022-07-23
1
-18
/
+18
*
; * lisp/bindings.el: Remove conflicting commented out bindings.
Stefan Kangas
2022-07-19
1
-8
/
+0
*
Prefer defvar-keymap in bindings.el
Stefan Kangas
2022-07-19
1
-97
/
+85
*
Re-add comment on autoloading cookies in preloaded files
Stefan Kangas
2022-07-11
1
-0
/
+1
*
Prefer :risky defcustom keyword
Stefan Kangas
2022-07-11
1
-3
/
+2
*
Quote some literal keys to get help-key-binding face
Stefan Kangas
2022-07-03
1
-1
/
+1
*
Allow appending to the kill ring with mouse selections
Lars Ingebrigtsen
2022-06-20
1
-1
/
+9
*
Improve cycle-spacing and bind it to M-SPC by default
Tassilo Horn
2022-05-16
1
-1
/
+1
*
Bind 'imenu' to 'M-g i' globally
Sean Whitton
2022-04-21
1
-0
/
+1
*
Reinstate `C-M-<delete>'
Lars Ingebrigtsen
2022-03-23
1
-4
/
+2
*
Fix the Scroll key binding on Windows
Lars Ingebrigtsen
2022-02-07
1
-1
/
+3
*
Add new function mode-line-window-selected-p
Lars Ingebrigtsen
2022-02-05
1
-0
/
+12
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Remove the `mode-line-percent-position' min width hack
Lars Ingebrigtsen
2021-12-21
1
-1
/
+1
*
|
Revert "Avoid small parasitic button on mode line"
Eli Zaretskii
2021-12-06
1
-1
/
+1
*
|
Fix mode-line display on TTY frames
Eli Zaretskii
2021-12-06
1
-1
/
+1
*
|
Avoid small parasitic button on mode line
Eli Zaretskii
2021-12-06
1
-1
/
+1
*
|
Add `touch-end' event type
Po Lu
2021-12-02
1
-0
/
+2
*
|
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
[next]