aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
Commit message (Expand)AuthorAgeFilesLines
* Merged from [email protected]Karoly 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 [email protected] (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 [email protected] (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 [email protected] (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
* | Make terminal_coding and keyboard_coding display-local.Karoly Lorentey2004-05-231-0/+14
* | Eliminated updating_frame.Karoly Lorentey2004-04-161-12/+12
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-281-3/+4
|\|
| * (read_socket_hook): Fix prototype.Kim F. Storm2004-02-271-1/+1
* | Implemented suspending of emacsclient frames.Karoly Lorentey2004-02-281-1/+0
* | Fix typo in delete_display_hook documentation.Karoly Lorentey2004-02-201-1/+1
* | Fixed tty faces during combo sessions. Plus other assorted bugfixes.Karoly Lorentey2004-01-231-6/+30
* | Changed tty input code to use read_socket_hook.Karoly Lorentey2004-01-111-1/+1
* | Numerous bugfixes and small improvements.Karoly Lorentey2004-01-101-0/+3
* | Hookified termcap devices, added bootstrap display device, plus many bugfixes.Karoly Lorentey2004-01-091-2/+2
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-197/+254
* | Got rid of the rif (window-based redisplay interface) global variable.Karoly Lorentey2004-01-021-0/+2
* | Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey2004-01-021-2/+37
* | Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey2004-01-011-0/+6
* | lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey2003-12-261-1/+1
* | Implemented multiple tty support.Karoly Lorentey2003-12-251-3/+0
|/
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (EVENT_INIT): New macro.Stefan Monnier2003-06-151-1/+3
* (enum event_kind): Remove MOUSE_WHEEL_EVENT.Jason Rumney2003-06-041-19/+0
* (enum event_kind): Added new WHEEL_EVENT event.Jason Rumney2003-06-011-8/+21
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
* Comment.Dave Love2002-10-301-3/+1
* In src:Andrew Choi2002-08-031-2/+4
* Rename enum event_kind items.Pavel Janík2002-06-131-25/+25
* (enum event_kind): New event type `SELECT_WINDOW_EVENT'.Pavel Janík2002-04-011-0/+3
* (enum event_kind): Added save_session_event.Jan Djärv2002-03-101-1/+5
* (reassert_line_highlight_hook, change_line_highlight_hook):Miles Bader2001-10-201-3/+0
* (struct input_event): Use proper type for `kind'.Gerd Moellmann2001-10-051-1/+1
* (enum event_kind): New member multibyte_char_keystroke.Kenichi Handa2000-08-111-1/+8
* (struct input_event): Add member `arg'.Gerd Moellmann2000-07-131-8/+13