summaryrefslogtreecommitdiff
path: root/src/termhooks.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Minor tweaks to recently-changed code.Paul Eggert2012-10-081-1/+1
* Merge from trunkDaniel Colascione2012-10-071-13/+3
|\
| * 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
* | Implement cygw32Daniel Colascione2012-09-171-3/+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
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* In comments, write delete_frame instead of Fdelete_frame.Martin Rudalics2008-12-231-1/+1
* * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.Stefan Monnier2008-09-121-0/+4
* (TERMINAL_ACTIVE_P): Handle output_msdos_raw in addition to output_termcap.Eli Zaretskii2008-08-231-1/+1
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-2/+0
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-16/+1
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+3
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
* Consolidate the image_cache to the terminal struct.Stefan Monnier2008-02-221-5/+5
* Merge from emacs--rel--22Miles Bader2008-01-081-2/+2
|\