summaryrefslogtreecommitdiff
path: root/src/termhooks.h
Commit message (Expand)AuthorAgeFilesLines
* * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-101-13/+15
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Final cleanups and updated ChangeLog entries.Eli Zaretskii2012-12-101-2/+1
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-0/+5
|\ \
| * | Support filesystem notification through inotify on GNU/Linux.Rüdiger Sonderfeld2012-12-101-0/+5
* | | Merge from trunk.Eli Zaretskii2012-11-131-27/+3
|\ \ \ | |/ /
| * | * frame.h (struct frame): Convert external_tool_bar member toDmitry Antipov2012-11-121-17/+1
| * | Remove pad from struct input_event.Dmitry Antipov2012-11-021-10/+2
| |/
* | Merge from trunk.Eli Zaretskii2012-10-091-1/+1
|\ \ | |/
| * Minor tweaks to recently-changed code.Paul Eggert2012-10-081-1/+1
* | Merge from trunk after cygw32 commit, and resolve conflicts.Eli Zaretskii2012-10-081-3/+3
|\ \ | |/
| * Merge from trunkDaniel Colascione2012-10-071-13/+3
| |\
| * | Implement cygw32Daniel Colascione2012-09-171-3/+3
* | | Initial version of the w32notify code.Eli Zaretskii2012-10-061-0/+1
| |/ |/|
* | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+1
* | Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-12/+3
|/
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-171-4/+19
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-091-0/+4
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-141-2/+2
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-111-2/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* Fix incorrect comment.Paul Eggert2011-07-191-3/+3
* 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
* 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
* | * 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
* | 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
|/
* 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
* termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for non-key system e...David Reitter2009-03-121-0/+2
* Changes to remove Feval calls from GUI under NS.Adrian Robert2009-01-251-0/+7