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
*
Handle X selection requests in input-pending-p.
Chong Yidong
2011-12-05
1
-6
/
+19
*
Don't call Lisp in signal handler
Andreas Schwab
2011-12-04
1
-13
/
+16
*
Spelling fixes.
Paul Eggert
2011-12-04
1
-1
/
+1
*
Fixes: debbugs:10169
Andreas Schwab
2011-12-01
1
-1
/
+1
*
Remove GCPRO-related macros that exist only to avoid shadowing locals.
Paul Eggert
2011-11-28
1
-7
/
+7
*
Fix typos.
Juanma Barranquero
2011-11-20
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-17
1
-2
/
+2
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-13
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-11
1
-1
/
+1
*
* src/keyboard.c (interrupt_signal): Don't call kill-emacs while in
Andreas Schwab
2011-11-06
1
-2
/
+6
*
* src/lisp.h (struct Lisp_Symbol): Update comments.
Stefan Monnier
2011-10-28
1
-62
/
+62
*
Make function-key-map apply when key is bound to `undefined'.
Stefan Monnier
2011-10-25
1
-2
/
+14
*
* src/keyboard.c (read_key_sequence_remapped): New var.
Stefan Monnier
2011-10-03
1
-7
/
+13
*
Whitespace changes.
Juanma Barranquero
2011-09-09
1
-6
/
+6
*
sprintf-related integer and memory overflow issues.
Paul Eggert
2011-08-29
1
-18
/
+28
*
Merge from trunk.
Paul Eggert
2011-08-04
1
-1
/
+1
|
\
|
*
Check for pthread and use it if found.
Jan Djärv
2011-08-04
1
-1
/
+1
*
|
* keyboard.c: Integer and memory overflow fixes.
Paul Eggert
2011-07-28
1
-42
/
+38
*
|
* keyboard.c: Overflow, signedness and related fixes.
Paul Eggert
2011-07-16
1
-10
/
+11
|
/
*
Merge from trunk.
Paul Eggert
2011-07-14
1
-1
/
+2
|
\
|
*
* keyboard.c (Fopen_dribble_file): Document when the file is closed.
Lars Magne Ingebrigtsen
2011-07-14
1
-1
/
+2
*
|
* keyboard.h (num_input_events): Now uintmax_t.
Paul Eggert
2011-07-07
1
-2
/
+2
|
/
*
Fix corner case in prefix-arg handling for mouse events (Bug#1586).
Chong Yidong
2011-07-02
1
-1
/
+12
*
Add multiple inheritance to keymaps.
Stefan Monnier
2011-07-02
1
-2
/
+2
*
* keyboard.c (parse_tool_bar_item): Avoid need for strlen.
Paul Eggert
2011-06-19
1
-2
/
+2
*
Variadic C functions now count arguments with ptrdiff_t.
Paul Eggert
2011-06-14
1
-1
/
+1
*
* keyboard.c (modify_event_symbol): Don't limit alist len to UINT_MAX.
Paul Eggert
2011-06-12
1
-3
/
+3
*
Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts.
Paul Eggert
2011-06-12
1
-6
/
+2
*
* lisp.h (UNSIGNED_CMP): New macro.
Paul Eggert
2011-06-12
1
-2
/
+6
*
Minor fixes for signed vs unsigned integers.
Paul Eggert
2011-06-05
1
-4
/
+4
|
\
|
*
Minor fixes for signed vs unsigned integers.
Paul Eggert
2011-05-31
1
-4
/
+4
*
|
Support bidi reordering of text covered by display properties.
Eli Zaretskii
2011-06-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix cursor motion across display strings covering reordered text.
Eli Zaretskii
2011-05-28
1
-1
/
+1
*
|
[ChangeLog]
Paul Eggert
2011-05-28
1
-1
/
+1
*
|
Be more systematic about user-interface timestamps.
Paul Eggert
2011-05-12
1
-5
/
+5
*
|
* keyboard.c (make_lispy_event): Fix problem in integer overflow.
Paul Eggert
2011-05-12
1
-6
/
+6
|
/
*
Add delayed warnings support.
Juanma Barranquero
2011-04-28
1
-0
/
+19
*
* keyboard.c (handle_user_signal): Fix pointer signedness problem.
Paul Eggert
2011-04-26
1
-5
/
+5
*
Merge from mainline.
Paul Eggert
2011-04-26
1
-4
/
+32
|
\
|
*
src/keyboard.c (QCrtl): Rename from Qrtl. All uses changed.
Juanma Barranquero
2011-04-26
1
-3
/
+3
|
*
Implement debug-on-event
Daniel Colascione
2011-04-26
1
-1
/
+29
*
|
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
1
-18
/
+18
*
|
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-25
1
-19
/
+19
*
|
Replace pEd with more-general pI, and fix some printf arg casts.
Paul Eggert
2011-04-18
1
-4
/
+4
|
/
*
* keyboard.c (read_char): Make a var volatile so longjmp won't clobber
Paul Eggert
2011-04-16
1
-1
/
+1
*
* keyboard.c (make_lispy_event): Remove unused local var.
Paul Eggert
2011-04-16
1
-1
/
+0
*
Fix link errors in the Mac OS build that were caused by variables being marke...
Ben Key
2011-04-14
1
-1
/
+1
[next]