aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-120/+120
* Change B_ to BVARTom Tromey2011-02-161-5/+5
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-5/+5
* * keyboard.c: conform to C89 pointer rulesPaul Eggert2011-02-061-3/+3
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-8/+8
* * keyboard.c (make_lispy_position): Fix typo in last change (Bug#7935).Chong Yidong2011-01-291-1/+1
* Fix text pos part of lispy positions for right fringe clicks (Bug#7839).Chong Yidong2011-01-281-2/+6
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+2
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-277/+64
* Merge from mainline.Paul Eggert2011-01-141-1/+1
|\
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-2/+2
|\|
| * Fix bug #7662 with aligning key bindings equivalent to menu items.Eli Zaretskii2010-12-251-1/+1
* | Implement tool-bar separators for non-GTK tool-bars.Chong Yidong2010-12-201-0/+21
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-8/+68
* | Merge from emacs-23Stefan Monnier2010-12-131-1/+1
|\|
| * Move call to Fkill_emacs from signal handler (session event) (Bug#7552).Jan Djärv2010-12-101-1/+1
* | Fix and document components of mouse event position.Eli Zaretskii2010-11-261-3/+4
* | Add keyword :vert-only for tool bar items with labels not shown horizontally.Jan Djärv2010-11-201-3/+8
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-8/+0
* | Merge from emacs-23Stefan Monnier2010-11-171-0/+10
|\|
| * Fix 2010-05-05T22:14:[email protected].Eli Zaretskii2010-11-091-0/+10
| * Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.Jan Djärv2010-11-011-0/+46
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-118/+102
* | Revert changes in 2010-11-16T19:59:[email protected]Chong Yidong2010-11-161-102/+118
* | * src/keyboard.c (make_lispy_position): Fix pixel calculation error in last c...Chong Yidong2010-11-161-1/+1
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-118/+102
* | * src/keyboard.c (pending_malloc_warning): Add const to matchDan Nicolaescu2010-11-141-3/+3
* | Add const to array elements.YAMAMOTO Mitsuharu2010-11-141-12/+12
* | * keyboard.c: Revert last change; it was not intended to beMichael Albinus2010-10-081-5/+0
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-0/+5
|\|
| * * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, itMichael Albinus2010-09-281-6/+6
* | Don't add an echo dash for the first keystroke (Bug#7137).Chong Yidong2010-10-041-13/+11
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-2/+0
* | * keyboard.c (command_loop_1): Make sure the mark is really aliveChong Yidong2010-10-021-1/+5
* | Add fd handling with callbacks to select, dbus needs it for async operation.Jan D2010-09-261-11/+0
* | Fix typos.Juanma Barranquero2010-09-251-1/+1
* | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-23/+22
* | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-241-3/+4
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-2/+3
* | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not ...Jan D2010-09-171-1/+1
* | * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.Stefan Monnier2010-08-311-0/+5
* | * src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.Chong Yidong2010-08-311-4/+5
* | Avoid clobbering primary selection when switching frames (Bug#6872).Chong Yidong2010-08-241-5/+8
* | Move reading an extended command to Elisp (bug#5364, bug#5214).Juri Linkov2010-08-231-25/+2
* | Simplify termio code.Dan Nicolaescu2010-08-221-2/+2