index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keyboard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-11-11
1
-92
/
+211
|
\
|
*
Fix documentation and coding style in recent xwidget commits
Eli Zaretskii
2021-11-07
1
-12
/
+4
|
*
Make "open in new window" from an xwidget's context menu work
Po Lu
2021-11-07
1
-0
/
+7
|
*
Implement function for sending events to widgets
Po Lu
2021-11-07
1
-1
/
+1
|
*
Merge from origin/emacs-28
Eli Zaretskii
2021-11-06
1
-0
/
+2
|
|
\
|
|
*
Clarify "text area of a window" in the documentation
Eli Zaretskii
2021-11-06
1
-0
/
+2
|
*
|
; * src/keyboard.c (readable_events): Fix a thinko.
Eli Zaretskii
2021-10-28
1
-2
/
+2
|
*
|
Ignore more events in input-pending-p
Eli Zaretskii
2021-10-28
1
-24
/
+47
|
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-21
1
-0
/
+2
|
|
\
|
|
|
*
; * src/keyboard.c (readable_events): Add a comment.
Eli Zaretskii
2021-10-21
1
-0
/
+2
|
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-14
1
-1
/
+14
|
|
\
|
|
|
*
In make_lispy_position fix Bug#50993 in rudimentary fashion
Martin Rudalics
2021-10-14
1
-1
/
+14
|
*
|
Have 'while-no-input-ignore-events' handle idle timers too (Bug#49997)
Martin Rudalics
2021-10-12
1
-15
/
+28
|
*
|
Allow :keys in menus to be computed dynamically
Lars Ingebrigtsen
2021-10-11
1
-1
/
+3
|
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-07
1
-1
/
+2
|
|
\
|
|
|
*
; * src/keyboard.c (make_lispy_position): Avoid GCC warning. (Bug#51076)
Eli Zaretskii
2021-10-07
1
-1
/
+2
|
*
|
Add new user option 'translate-upper-case-key-bindings'
Lars Ingebrigtsen
2021-10-04
1
-7
/
+20
|
|
/
|
*
; * src/keyboard.c (Frecursive_edit): Minor fixes of the doc string.
Eli Zaretskii
2021-09-20
1
-5
/
+6
|
*
Improve documentation of exiting recursive editing
Miha Rihtaršič
2021-09-20
1
-4
/
+14
|
*
; * src/keyboard.c (make_lispy_position): Fix a recent change.
Eli Zaretskii
2021-09-11
1
-1
/
+4
|
*
Fix tab-bar scrolling for mice that report mouse-wheel events
Eli Zaretskii
2021-09-11
1
-12
/
+37
|
*
Merge branch 'feature/tab-bar-events'
Juri Linkov
2021-09-09
1
-0
/
+6
|
|
\
|
|
*
Redesign tab-bar event processing (bug#41342, bug#41343)
Juri Linkov
2021-08-18
1
-0
/
+6
|
*
|
Allow kmacros to end with C-g in minibuffer
Miha Rihtaršič
2021-09-08
1
-0
/
+4
|
*
|
Fix segfault with invalid key-translation-map binding
Eli Zaretskii
2021-09-01
1
-2
/
+1
|
*
|
In batch mode, avoid killing Emacs with C-g in the minibuffer
Miha Rihtaršič
2021-09-01
1
-18
/
+19
|
*
|
Make run-at-time try harder to run at integral multiples
Lars Ingebrigtsen
2021-08-31
1
-1
/
+1
|
|
/
|
*
Fix problem where an error would change standard-output
Lars Ingebrigtsen
2021-08-13
1
-2
/
+4
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-07-25
1
-26
/
+56
|
\
|
|
*
Make input of multi-key inputs in different emacsclients more logical
Logan Perkins
2021-07-21
1
-10
/
+16
|
*
Make `C-g' after `M-x' not give a backtrace unless required
Lars Ingebrigtsen
2021-07-21
1
-2
/
+2
|
*
Quit minibuffers without aborting kmacros
Miha Rihtaršič
2021-07-20
1
-12
/
+33
|
*
Clarify event-convert-list doc string
Lars Ingebrigtsen
2021-07-18
1
-2
/
+5
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-07-18
1
-4
/
+5
|
\
|
|
*
Clarify overriding-local-map doc string
Lars Ingebrigtsen
2021-07-15
1
-4
/
+5
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-06-13
1
-24
/
+98
|
\
|
|
*
* src/keyboard.c (read_decoded_event_from_main_queue): Fix paren typo
Stefan Monnier
2021-06-05
1
-1
/
+1
|
*
Support terminal emulators that encode the Meta modifier as 8th bit
Max Mikhanosha
2021-06-05
1
-10
/
+43
|
*
Cross-reference the message/error control variables
Lars Ingebrigtsen
2021-06-03
1
-1
/
+4
|
*
* src/keyboard.c (make_lispy_event): Fix previous.
Glenn Morris
2021-05-31
1
-1
/
+1
|
*
Correct mouse handling when window origin changes between down and up events
Alan Mackenzie
2021-05-31
1
-13
/
+51
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-05-29
1
-13
/
+0
|
\
|
|
*
Fix key recording bug when an input method is activated
Gregory Heytings
2021-05-29
1
-13
/
+0
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-04-27
1
-5
/
+2
|
\
|
|
*
Major rewrite of adjust_frame_size
Martin Rudalics
2021-04-27
1
-4
/
+1
|
*
* src/keyboard.c (Flossage_size): Improve prompt.
Stefan Kangas
2021-04-25
1
-1
/
+1
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-04-25
1
-1
/
+1
|
\
|
|
*
Fix unclean "can't happen" error handling in read_minibuf_unwind
Alan Mackenzie
2021-04-22
1
-1
/
+1
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-03-21
1
-0
/
+6
|
\
|
|
*
Extend handled events in 'while-no-input-ignore-events' (Bug#47205)
Michael Albinus
2021-03-18
1
-0
/
+6
[next]