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-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
*
|
casing: don’t assume letters are *either* upper- or lower-case (bug#24603)
Michal Nazarewicz
2017-02-15
1
-10
/
+15
*
|
Fix a few integer-overflow glitches
Paul Eggert
2017-02-10
1
-1
/
+1
*
|
Restore special setting of this-command-keys by M-x
Eli Zaretskii
2017-02-10
1
-0
/
+25
*
|
Revamp quitting and fix infloops
Paul Eggert
2017-02-01
1
-33
/
+15
*
|
Remove immediate_quit.
Paul Eggert
2017-02-01
1
-38
/
+7
*
|
Avoid crashes on C-g in TTY sessions
Eli Zaretskii
2017-01-30
1
-1
/
+1
*
|
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-9
/
+9
*
|
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Port --enable-gcc-warnings to GCC 6.2.1
Paul Eggert
2016-10-12
1
-0
/
+5
*
|
; fix indenting
Paul Eggert
2016-12-27
1
-2
/
+2
*
|
Fix crashes upon C-g on Posix TTY frames
Eli Zaretskii
2016-12-19
1
-0
/
+3
*
|
Undo part of last change
Eli Zaretskii
2016-12-11
1
-0
/
+4
*
|
Avoid aborts when a thread signals an error
Eli Zaretskii
2016-12-11
1
-7
/
+0
*
|
Fix Condition in kbd_buffer_store_buffered_event (bug#19547).
Thierry Volpiatto
2016-11-30
1
-1
/
+1
*
|
Pacify gcc -Wswitch.
Paul Eggert
2016-11-27
1
-1
/
+2
*
|
Reuse already existing lisp symbols for ignore_event (bug#19547).
Thierry Volpiatto
2016-11-28
1
-6
/
+3
*
|
Allow configuring which event throw-on-input should ignore (bug#19547).
Thierry Volpiatto
2016-11-27
1
-5
/
+22
*
|
Avoid errors in posn-at-point for large images
Eli Zaretskii
2016-10-29
1
-0
/
+8
*
|
; * src/keyboard.c (make_lispy_event): Fix code formatting in last change.
Eli Zaretskii
2016-10-15
1
-7
/
+7
*
|
Undo the effect of CapsLock when other modifiers are present
Dima Kogan
2016-10-15
1
-0
/
+30
*
|
Improve integer overflow handling a bit
Paul Eggert
2016-09-24
1
-5
/
+3
*
|
Use DEV_TTY more consistently
Paul Eggert
2016-09-06
1
-2
/
+8
*
|
Treat SIGINT correctly in GUI sessions on MS-Windows
Eli Zaretskii
2016-09-05
1
-1
/
+1
*
|
Avoid crashes for invalid value of key modifiers
Eli Zaretskii
2016-08-29
1
-1
/
+6
*
|
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-1
/
+2
|
\
|
|
*
Fix doc string of 'minibuffer-message-timeout'
Eli Zaretskii
2016-08-01
1
-1
/
+2
*
|
‘signal’ no longer returns
Paul Eggert
2016-07-25
1
-3
/
+3
*
|
Work around GCC bug 54561 in a better way
Paul Eggert
2016-07-20
1
-1
/
+6
*
|
Merge from origin/emacs-25
Paul Eggert
2016-06-19
1
-0
/
+10
|
\
|
|
*
Fix undo boundary in recursive edit (Bug#23632)
Phillip Lord
2016-06-08
1
-0
/
+10
*
|
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-06-08
1
-6
/
+4
*
|
Omit IF_LINT code that no longer seems needed
Paul Eggert
2016-05-30
1
-11
/
+4
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-2
/
+5
*
|
Port --enable-gcc-warnings to GCC 6.1
Paul Eggert
2016-05-18
1
-0
/
+9
*
|
Autosave buffers on logout if HAVE_NTGUI
Ken Brown
2016-05-12
1
-0
/
+15
*
|
Fix Bug#23207
Michael Albinus
2016-04-10
1
-1
/
+10
*
|
Merge from origin/emacs-25
Paul Eggert
2016-04-03
1
-1
/
+1
|
\
|
|
*
; * src/keyboard.c (read_char): Fix typos in a comment.
Eli Zaretskii
2016-04-03
1
-1
/
+1
*
|
Merge from origin/emacs-25
John Wiegley
2016-04-02
1
-4
/
+4
|
\
|
|
*
Ignore non-nil. non-cons values of unread-command-events
Eli Zaretskii
2016-03-26
1
-4
/
+4
*
|
-
Paul Eggert
2016-03-22
1
-5
/
+6
|
\
|
|
*
* src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_echo_area
Stefan Monnier
2016-03-14
1
-5
/
+6
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-4
/
+4
|
\
|
[next]