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
*
Hide implementation of `struct kboard'
Tom Tromey
2011-02-16
1
-120
/
+120
*
Change B_ to BVAR
Tom Tromey
2011-02-16
1
-5
/
+5
*
Hide implementation of `struct buffer'
Tom Tromey
2011-02-14
1
-5
/
+5
*
* keyboard.c: conform to C89 pointer rules
Paul Eggert
2011-02-06
1
-3
/
+3
*
Use SSDATA when the context wants char *.
Paul Eggert
2011-01-30
1
-8
/
+8
*
* keyboard.c (make_lispy_position): Fix typo in last change (Bug#7935).
Chong Yidong
2011-01-29
1
-1
/
+1
*
Fix text pos part of lispy positions for right fringe clicks (Bug#7839).
Chong Yidong
2011-01-28
1
-2
/
+6
*
Refill some long/short copyright headers.
Glenn Morris
2011-01-26
1
-1
/
+2
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-3
/
+1
*
Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Paul Eggert
2011-01-22
1
-3
/
+2
*
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-18
1
-277
/
+64
*
Merge from mainline.
Paul Eggert
2011-01-14
1
-1
/
+1
|
\
|
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
|
Include <unistd.h> unilaterally.
Paul Eggert
2011-01-09
1
-3
/
+0
|
/
/
*
|
Merge changes from emacs-23 branch
Chong Yidong
2011-01-02
1
-2
/
+2
|
\
|
|
*
Fix bug #7662 with aligning key bindings equivalent to menu items.
Eli Zaretskii
2010-12-25
1
-1
/
+1
*
|
Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong
2010-12-20
1
-0
/
+21
*
|
Support for menu separators in the GTK tool-bar.
Chong Yidong
2010-12-17
1
-8
/
+68
*
|
Merge from emacs-23
Stefan Monnier
2010-12-13
1
-1
/
+1
|
\
|
|
*
Move call to Fkill_emacs from signal handler (session event) (Bug#7552).
Jan Djärv
2010-12-10
1
-1
/
+1
*
|
Fix and document components of mouse event position.
Eli Zaretskii
2010-11-26
1
-3
/
+4
*
|
Add keyword :vert-only for tool bar items with labels not shown horizontally.
Jan Djärv
2010-11-20
1
-3
/
+8
*
|
Move declarations from .c files to .h files.
Dan Nicolaescu
2010-11-18
1
-8
/
+0
*
|
Merge from emacs-23
Stefan Monnier
2010-11-17
1
-0
/
+10
|
\
|
|
*
Fix 2010-05-05T22:14:15Z!lekktu@gmail.com.
Eli Zaretskii
2010-11-09
1
-0
/
+10
|
*
Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.
Jan Djärv
2010-11-01
1
-0
/
+46
*
|
Cleanup of window coordinate positioning code.
Chong Yidong
2010-11-16
1
-118
/
+102
*
|
Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.com
Chong Yidong
2010-11-16
1
-102
/
+118
*
|
* src/keyboard.c (make_lispy_position): Fix pixel calculation error in last c...
Chong Yidong
2010-11-16
1
-1
/
+1
*
|
Cleanup of window coordinate positioning code.
Chong Yidong
2010-11-16
1
-118
/
+102
*
|
* src/keyboard.c (pending_malloc_warning): Add const to match
Dan Nicolaescu
2010-11-14
1
-3
/
+3
*
|
Add const to array elements.
YAMAMOTO Mitsuharu
2010-11-14
1
-12
/
+12
*
|
* keyboard.c: Revert last change; it was not intended to be
Michael Albinus
2010-10-08
1
-5
/
+0
*
|
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-10-08
1
-0
/
+5
|
\
|
|
*
* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
Michael Albinus
2010-09-28
1
-6
/
+6
*
|
Don't add an echo dash for the first keystroke (Bug#7137).
Chong Yidong
2010-10-04
1
-13
/
+11
*
|
Include <fcntl.h> unconditionally.
Dan Nicolaescu
2010-10-03
1
-2
/
+0
*
|
* keyboard.c (command_loop_1): Make sure the mark is really alive
Chong Yidong
2010-10-02
1
-1
/
+5
*
|
Add fd handling with callbacks to select, dbus needs it for async operation.
Jan D
2010-09-26
1
-11
/
+0
*
|
Fix typos.
Juanma Barranquero
2010-09-25
1
-1
/
+1
*
|
Fix int/EMACS_INT use in keyboard.c.
Eli Zaretskii
2010-09-25
1
-23
/
+22
*
|
Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.
Eli Zaretskii
2010-09-24
1
-3
/
+4
*
|
Fix some uses of int instead of EMACS_INT.
Eli Zaretskii
2010-09-22
1
-2
/
+3
*
|
* keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not ...
Jan D
2010-09-17
1
-1
/
+1
*
|
* src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
Stefan Monnier
2010-08-31
1
-0
/
+5
*
|
* src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.
Chong Yidong
2010-08-31
1
-4
/
+5
*
|
Avoid clobbering primary selection when switching frames (Bug#6872).
Chong Yidong
2010-08-24
1
-5
/
+8
*
|
Move reading an extended command to Elisp (bug#5364, bug#5214).
Juri Linkov
2010-08-23
1
-25
/
+2
*
|
Simplify termio code.
Dan Nicolaescu
2010-08-22
1
-2
/
+2
[next]