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 from origin/emacs-26
Glenn Morris
2018-07-24
1
-13
/
+15
|
\
|
*
Improve doc strings of several variables in keyboard.c
Eli Zaretskii
2018-07-21
1
-13
/
+15
*
|
Fix recording keyboard macros when input method is active
Eli Zaretskii
2018-07-21
1
-2
/
+17
*
|
Restore old echo_truncate condition
Daniel Colascione
2018-06-16
1
-5
/
+1
*
|
Fix building --without-x and similar
Eli Zaretskii
2018-06-15
1
-6
/
+0
*
|
; Assorted documentation fixes in recent changes
Eli Zaretskii
2018-06-12
1
-5
/
+5
*
|
Losing focus should not stop idleness
Daniel Colascione
2018-06-11
1
-0
/
+1
*
|
New focus management interface
Daniel Colascione
2018-06-11
1
-37
/
+28
*
|
Remove obsolete keyboard.c code
Daniel Colascione
2018-06-11
1
-39
/
+0
*
|
Pacify gcc -Wnull-dereference some more
Paul Eggert
2018-06-10
1
-2
/
+2
*
|
Use native alignment to access Lisp object data
Paul Eggert
2018-06-10
1
-6
/
+15
*
|
Simplify read_key_sequence
Paul Eggert
2018-06-09
1
-68
/
+30
*
|
Unbreak echoing
Daniel Colascione
2018-06-09
1
-1
/
+5
*
|
Correctly set last_nonmenu_event when replaying
Daniel Colascione
2018-06-09
1
-3
/
+39
*
|
* src/keyboard.c (record_char, read_key_sequence): Copy raw events
Stefan Monnier
2018-03-29
1
-5
/
+8
*
|
(read_key_sewuence): Use POSN in second event when needed (bug#30955)
Stefan Monnier
2018-03-27
1
-4
/
+14
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-24
1
-2
/
+3
|
\
|
|
*
* src/keyboard.c (syms_of_keyboard): Doc fix. (Bug#30588)
Eli Zaretskii
2018-02-24
1
-2
/
+3
*
|
Fix macOS breakage in make_lispy_event
Paul Eggert
2018-01-15
1
-2
/
+3
*
|
* src/keyboard.c: Consolidate code into make_lispy_event
Stefan Monnier
2018-01-12
1
-197
/
+145
*
|
* src/keyboard.c (kbd_buffer_get_event): Use 'switch' ...
Stefan Monnier
2018-01-12
1
-22
/
+45
*
|
Unbreak the Cygwin-w32 build
Ken Brown
2018-01-11
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
|
*
* src/keyboard.c: Undo last change, meant for master only
Stefan Monnier
2017-11-20
1
-1
/
+1
|
*
* src/keyboard.c: Make xterm-mouse clicks on mode-line work
Olaf Rogalsky
2017-11-18
1
-1
/
+1
*
|
On non-MS-Windows, omit unnecessary polling functions
Paul Eggert
2017-12-24
1
-4
/
+8
*
|
For help commands, ensure all keys of a mouse sequence are reported.
Alan Mackenzie
2017-12-02
1
-44
/
+32
*
|
read_key_sequence: correct the handling of raw_keybuf in recursive calls
Alan Mackenzie
2017-11-20
1
-18
/
+43
*
|
* src/keyboard.c: Make xterm-mouse clicks on mode-line work
Olaf Rogalsky
2017-11-20
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-13
1
-5
/
+5
|
\
|
|
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-5
/
+5
*
|
Handle unread-command-events consistently (bug#23980)
Chris Feng
2017-11-08
1
-0
/
+3
|
/
*
Fix this-command-keys for "M-x foo" commands
Eli Zaretskii
2017-10-12
1
-2
/
+13
*
Avoid crashes on C-g when several threads wait for input
Eli Zaretskii
2017-10-04
1
-7
/
+7
*
Provide native touchpad scrolling on macOS
Alan Third
2017-09-19
1
-1
/
+4
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Don’t worry about unlink if errno == ENOENT
Paul Eggert
2017-08-01
1
-1
/
+2
*
Define internal_border_parts for window systems only (Bug#27615)
Alexander Kuleshov
2017-07-09
1
-0
/
+2
*
Provide additional support for child frames
Martin Rudalics
2017-06-25
1
-8
/
+44
*
Use unlocked stdio more systematically
Paul Eggert
2017-06-22
1
-9
/
+10
*
Avoid args-out-of-range errors on fringe clicks after "C-h k"
Eli Zaretskii
2017-05-27
1
-1
/
+2
*
Add new frame functionality to NS port
Alan Third
2017-04-19
1
-1
/
+1
*
Frame movement, focus and hook related changes
Martin Rudalics
2017-04-11
1
-0
/
+17
*
Merge from origin/emacs-25
Paul Eggert
2017-03-19
1
-3
/
+3
|
\
|
*
; * src/keyboard.c (Fposn_at_point): Fix last change.
Eli Zaretskii
2017-02-25
1
-1
/
+1
|
*
Fix doc string of 'posn-at-point'
Eli Zaretskii
2017-02-25
1
-3
/
+3
*
|
Avoid duplicating characters recorded in macros
Eli Zaretskii
2017-03-03
1
-1
/
+1
*
|
Improve commentary for a recent change in keyboard.c
Eli Zaretskii
2017-02-18
1
-1
/
+1
*
|
* src/keyboard.c (read_key_sequence): Fix integer-overflow glitch.
Paul Eggert
2017-02-16
1
-8
/
+8
[next]