summaryrefslogtreecommitdiff
path: root/src/termhooks.h
Commit message (Expand)AuthorAgeFilesLines
* * config.in (HAVE_DBUS): Add.Michael Albinus2007-12-021-23/+27
* (enum event_kind) [WINDOWSNT]: Likewise.Jason Rumney2007-11-091-4/+15
* Merge from emacs--rel--22Miles Bader2007-10-091-3/+3
|\
| * (enum event_kind): Remove trailing comma.Jan Djärv2007-09-141-2/+2
* | * window.h (struct window):Stefan Monnier2007-10-021-1/+1
* | (struct terminal): Move all Lisp_Object fields traced byStefan Monnier2007-09-271-3/+6
* | * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.Stefan Monnier2007-09-211-5/+2
* | (struct terminal): Make it into a pseudovector.Stefan Monnier2007-09-201-4/+5
* | (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.Jason Rumney2007-09-041-0/+3
* | Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\ \
| * \ Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\ \ | | |/
| | * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-05-301-0/+1
|\ \ \ | |/ /
| * | (term_mouse_moveto): New extern.Nick Roberts2007-05-301-0/+1
* | | Merged from emacs--devo--0Miles Bader2007-05-201-1/+16
|\ \ \ | |/ /
| * | Use HAVE_GPM instead of HAVE_GPM_H.Nick Roberts2007-05-201-2/+2
| * | (enum event_kind): Add GPM_CLICK_EVENT.Nick Roberts2007-05-201-1/+13
| |/
* | * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.Dan Nicolaescu2007-05-191-2/+4
* | (display_info) [WINDOWSNT]: Add w32.Jason Rumney2007-05-151-0/+3
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-0/+10
|\ \ | |/
| * Add fullscreen_hook.Jan Djärv2006-11-101-0/+5
* | Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a ...Karoly Lorentey2006-05-201-1/+3
* | Fix crashes in `delete-terminal' caused by recursive calls or X displays with...Karoly Lorentey2006-05-201-1/+5
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-101-3/+3
|\ \ | |/
| * (enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT.YAMAMOTO Mitsuharu2006-05-051-3/+3
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-50/+50
* | Merged from miles@gnu.org--gnu-2005 (patch 677)Karoly Lorentey2005-12-261-4/+4
|\ \ | |/
| * (struct input_event): Fix comment for DRAG_N_DROP_EVENT.YAMAMOTO Mitsuharu2005-12-191-4/+4
* | Fix compilation errors in previous commit.Karoly Lorentey2005-12-261-1/+1
* | Implement automatic terminal-local environment variables via `local-environme...Karoly Lorentey2005-12-261-0/+2
* | Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-0/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2005-12-111-4/+14
|\ \ | |/
| * (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT event.YAMAMOTO Mitsuharu2005-12-101-4/+14
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-2/+3
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-41/+41
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey2005-06-271-0/+5
* | Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple t...Karoly Lorentey2005-05-031-0/+3
* | Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)Karoly Lorentey2005-04-181-4/+5
|\ \ | |/
| * (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.YAMAMOTO Mitsuharu2005-04-121-4/+5
* | Implemented display ids for multiple emacsclients on the same tty. Plus asso...Karoly Lorentey2004-07-041-2/+11