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
*
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
*
|
Pacify GCC 10.1.0
Paul Eggert
2020-05-11
1
-2
/
+2
*
|
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-6
/
+4
*
|
Remove UNSIGNED_CMP
Paul Eggert
2020-04-11
1
-6
/
+4
*
|
* src/keyboard.c: Copy last tool-bar change to tab-bar.
Stefan Monnier
2020-02-21
1
-10
/
+3
*
|
* src/keyboard.c (make_lispy_event): Generate proper tool-bar events.
Stefan Monnier
2020-02-21
1
-8
/
+5
*
|
Fix working text related issues on NS (Bug#38851)
Masahiro Nakamura
2020-02-19
1
-0
/
+6
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Ensure mini-window is resized to show active minibuffer contents
Eli Zaretskii
2019-12-30
1
-0
/
+15
*
New variable set-message-function to show message at the end of the minibuffer
Juri Linkov
2019-12-22
1
-0
/
+2
*
Fix fallout from fixing bug#37782
Eli Zaretskii
2019-12-07
1
-3
/
+3
*
Fix keyboard.c infloops on circular lists
Paul Eggert
2019-10-30
1
-46
/
+39
*
Replay key if kboard is interrupted while initializing (Bug#37782)
memeplex
2019-10-26
1
-1
/
+10
*
Add a way to disable substitution of command keys in help strings
Clément Pit-Claudel
2019-10-20
1
-3
/
+20
*
Fix integer-overflow bug in Time conversion
Paul Eggert
2019-10-18
1
-3
/
+3
*
Fix duplicated words in comments
Robert Pluim
2019-10-15
1
-1
/
+1
*
Merge branch 'feature/tabs'
Juri Linkov
2019-10-01
1
-11
/
+425
|
\
|
*
Remove unused code and reformat to 70 columns.
Juri Linkov
2019-10-01
1
-79
/
+8
|
*
Take into account FRAME_TAB_BAR height in more places.
Juri Linkov
2019-09-22
1
-1
/
+1
|
*
Frame-local tab-bar and window-local tab-line.
Juri Linkov
2019-08-31
1
-10
/
+495
*
|
Avoid crashes when casifying noncontiguous regions
Paul Eggert
2019-09-22
1
-1
/
+1
|
/
*
* src/keyboard.c (parse_tool_bar_item): Use CAPTION when HELP is unavailable
Juri Linkov
2019-08-27
1
-0
/
+4
*
Revert "Make `view-lossage' output of chars read from `read-char' more logical"
Lars Ingebrigtsen
2019-08-05
1
-11
/
+2
*
Make `view-lossage' output of chars read from `read-char' more logical
Lars Ingebrigtsen
2019-08-05
1
-2
/
+11
*
Fix two mouse drag and drop issues (Bug#28620, Bug#36269)
Martin Rudalics
2019-08-04
1
-32
/
+36
*
Clarify docstring of last-command-event.
Noam Postavsky
2019-07-26
1
-1
/
+1
*
Clarify last-command-event doc string
Lars Ingebrigtsen
2019-07-26
1
-1
/
+2
*
open-dribble-file doc string clarification
Lars Ingebrigtsen
2019-07-15
1
-3
/
+6
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-9
/
+8
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-1
/
+1
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-1
/
+1
*
Avoid some strlen work, primarily via strnlen
Paul Eggert
2019-06-25
1
-7
/
+8
*
Make toolbar show keyboard equivalents in its tooltips
Stefan Kangas
2019-06-22
1
-0
/
+13
*
Merge from origin/emacs-26
Glenn Morris
2019-06-11
1
-1
/
+1
|
\
|
*
; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)
Stefan Kangas
2019-06-09
1
-1
/
+1
|
*
Avoid crashes upon C-g in nested invocations of 'read_char'
Eli Zaretskii
2019-02-13
1
-5
/
+11
*
|
Use HAVE_WINDOW_SYSTEM over HAVE_X11 || HAVE_NTGUI || HAVE_NS
Alexander Gramiak
2019-05-19
1
-2
/
+2
*
|
Clarify what constitutes an event (bug#35238)
Basil L. Contovounesios
2019-05-07
1
-1
/
+1
*
|
Rename generic x_* identifiers
Alexander Gramiak
2019-04-26
1
-3
/
+5
*
|
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-18
1
-4
/
+2
*
|
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-2
/
+3
*
|
Fix defining keyboard macros in CUA mode
Eli Zaretskii
2019-03-20
1
-3
/
+25
*
|
Define macros to abstract support for external menu/tool-bars
Alexander Gramiak
2019-03-16
1
-8
/
+5
*
|
Fix minibuffer resizing with temporarily selected frames (Bug#34317)
Martin Rudalics
2019-03-04
1
-2
/
+6
*
|
Simplify list creation in C code
Paul Eggert
2019-03-04
1
-1
/
+1
*
|
Avoid staticvec duplicates
Paul Eggert
2019-03-02
1
-9
/
+11
[next]