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
*
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
*
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
*
Clarify overriding-local-map doc string
Lars Ingebrigtsen
2021-07-15
1
-4
/
+5
*
* 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
*
Fix key recording bug when an input method is activated
Gregory Heytings
2021-05-29
1
-13
/
+0
*
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
*
Fix unclean "can't happen" error handling in read_minibuf_unwind
Alan Mackenzie
2021-04-22
1
-1
/
+1
*
Extend handled events in 'while-no-input-ignore-events' (Bug#47205)
Michael Albinus
2021-03-18
1
-0
/
+6
*
* src/keyboard.c parse_solitary_modifier): Accept `click` modifier
Stefan Monnier
2021-03-12
1
-0
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2021-03-12
1
-2
/
+0
|
\
|
*
Fix initialization of 'while-no-input-ignore-events'
Eli Zaretskii
2021-03-05
1
-2
/
+0
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
* lisp/subr.el (esc-map): Initialize inside declaration
Stefan Monnier
2021-01-04
1
-3
/
+0
*
|
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
Stefan Monnier
2021-01-04
1
-1
/
+0
*
|
* lisp/subr.el (global-map): Initialize inside declaration.
Stefan Monnier
2021-01-04
1
-2
/
+0
*
|
* src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-input
Stefan Monnier
2021-01-04
1
-1
/
+1
*
|
Add overflow check for INPUT_EVENT_POS_MIN
Paul Eggert
2021-01-01
1
-1
/
+2
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Add a new recursively bound `current-minibuffer-command' variable
Lars Ingebrigtsen
2020-12-14
1
-0
/
+7
*
|
Followup to recent changes in keyboard.c
Eli Zaretskii
2020-12-12
1
-0
/
+2
*
|
* src/keyboard.c: Fix bug#5803.
Stefan Monnier
2020-12-12
1
-58
/
+1
*
|
Migrate usage of GPM_CLICK_EVENT to MOUSE_CLICK_EVENT.
Jared Finder
2020-11-21
1
-11
/
+1
*
|
In attempted recursive minibuffer use, display error message in correct frame
Alan Mackenzie
2020-11-19
1
-1
/
+1
*
|
* src/term.c (handle_one_term_event): Simplify.
Stefan Monnier
2020-11-04
1
-7
/
+1
*
|
Add new Lisp implementation of substitute-command-keys
Stefan Kangas
2020-10-18
1
-2
/
+2
*
|
Merge from origin/emacs-27
Glenn Morris
2020-10-17
1
-3
/
+4
|
\
|
|
*
Fix posn-at-x-y in builds --without-x
Eli Zaretskii
2020-10-16
1
-3
/
+4
*
|
Update documentation on this-command-keys to reflect new behavior
Lars Ingebrigtsen
2020-10-07
1
-2
/
+0
*
|
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-1
/
+1
*
|
Sort items in tmm properly, and allow clicking the final item
Jared Finder
2020-10-05
1
-1
/
+2
*
|
; Fix typos
Stefan Kangas
2020-09-21
1
-2
/
+2
*
|
; * src/keyboard (make_lispy_event): Fix a typo.
Eli Zaretskii
2020-09-17
1
-1
/
+2
*
|
Fix documentation of a recent change
Eli Zaretskii
2020-09-17
1
-5
/
+6
*
|
Give Lisp control on the lossage size
Tino Calancha
2020-09-17
1
-16
/
+77
*
|
Reinstall recent GC-related changes
Paul Eggert
2020-09-05
1
-5
/
+3
*
|
Revert recent GC-related changes (Bug#43152)
Paul Eggert
2020-09-03
1
-3
/
+5
*
|
Use mark_objects elsewhere too
Paul Eggert
2020-08-31
1
-5
/
+3
*
|
Merge from origin/emacs-27
Glenn Morris
2020-07-07
1
-1
/
+1
|
\
|
|
*
* src/keyboard.c (Fclear_this_command_keys): Doc fix.
Eli Zaretskii
2020-06-27
1
-1
/
+1
[next]