aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Minor tweaks to recently-changed code.Paul Eggert2012-10-081-1/+1
| | |/ / | |/| |
| * | | Merge from trunkDaniel Colascione2012-10-071-13/+3
| |\ \ \ | | |/ /
| * | | Implement cygw32Daniel Colascione2012-09-171-3/+3
* | | | finally builds againJoakim Verona2012-09-281-2/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+1
* | | | upstreamJoakim Verona2012-09-281-12/+3
|\ \ \ \ | |/ / /
| * | | Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-12/+3
| |/ /
* | | upstreamJoakim Verona2012-08-191-4/+19
|\ \ \ | |/ /
| * | * termhooks.h (TSET): Remove.Paul Eggert2012-08-171-4/+19
* | | upstreamJoakim Verona2012-08-151-0/+4
|\ \ \ | |/ /
| * | Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-091-0/+4
| |/
* | upstreamJoakim Verona2012-05-301-1/+1
|\ \ | |/
| * Merge from trunk.Paul Eggert2012-01-091-1/+1
| |\
| * \ Merge from trunk.Paul Eggert2011-12-141-2/+2
| |\ \
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
* | | | upstreamJoakim Verona2012-01-091-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| | |/ | |/|
* | | upstreamJoakim Verona2011-12-281-2/+2
|\ \ \ | |/ /
| * | Spelling fixes.Paul Eggert2011-12-111-2/+2
| |/
* | upstreamJoakim Verona2011-08-271-3/+3
|\ \ | |/
| * Fix incorrect comment.Paul Eggert2011-07-191-3/+3
* | ifdef guarding of xwidget code. not completeJoakim Verona2011-07-301-2/+3
* | merge from upstreamJoakim Verona2011-06-161-23/+30
|\ \ | |/
| * Support X clipboard managers.Chong Yidong2011-05-271-0/+16
| * Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-2/+4
| * * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-1/+1
| * lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-4/+2
| * Minor redisplay cleanups.Chong Yidong2011-04-171-13/+0
| * * termhooks.h (struct terminal): Likewise.Paul Eggert2011-04-161-4/+4
| * * term.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+2
| * Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.Eli Zaretskii2011-03-111-0/+3
* | merge from upstream. currently seems to have bitroted and i get segfaultsJoakim Verona2011-02-051-5/+7
|\ \ | |/
| * Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * | Remove unused declarationsAndreas Schwab2010-12-271-1/+0
| * | Handle glyphless characters on tty.Kenichi Handa2010-11-011-0/+5
* | | merge from upstreamJoakim Verona2010-10-181-9/+4
|\ \ \ | |/ /
| * | * src/termhooks.h: Remove #ifdef CONSP.Dan Nicolaescu2010-10-031-7/+0
| * | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-2/+4
* | | merge from trunk, fix conflictsJoakim Verona2010-08-271-43/+43
|\ \ \ | |/ /
| * | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
| * | Remove P_ and __P macros.Jan D2010-07-021-42/+42
| |/
* | initial move from git to bzrJoakim Verona2010-06-181-0/+2
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-0/+2
* * xterm.h (struct x_display_info): Add invisible_cursor.Jan Djärv2009-07-031-0/+1
* * keyboard.c (tty_read_avail_input): Don't treat a -1 return fromStefan Monnier2009-03-271-1/+1