summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2004-07-04Fix bootstrap errors.Karoly Lorentey
2004-07-04Implemented display ids for multiple emacsclients on the same tty. Plus asso...Karoly Lorentey
2004-06-15Fix byte-compile errors during bootstrap. (Reported by Juraj Kubelka.)Karoly Lorentey
2004-06-11Fix parse error in term.c (ARISAWA Akihiro).Karoly Lorentey
2004-06-08Dissociate from the controlling tty correctly on FreeBSD.Karoly Lorentey
2004-06-06Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).Karoly Lorentey
2004-05-23Make terminal_coding and keyboard_coding display-local.Karoly Lorentey
2004-04-18Fix segfault in term.c (reported by lukhas@free.fr).Karoly Lorentey
2004-04-16Eliminated updating_frame.Karoly Lorentey
2004-04-16Sync to HEADKenichi Handa
2004-04-13Fix #include errors for FreeBSD (Frank Ruell)Karoly Lorentey
2004-03-28Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).Karoly Lorentey
2004-03-25Merged in changes from CVS HEADKaroly Lorentey
2004-03-19(produce_glyphs): Handle IT_STRETCH.Kim F. Storm
2004-03-11Fix background-mode on terminal frames (Dan Nicolaescu).Karoly Lorentey
2004-02-28Implemented suspending of emacsclient frames.Karoly Lorentey
2004-02-27(read_socket_hook): Fix arg list.Kim F. Storm
2004-02-20Don't delete a tty if it's the last device with frames.Karoly Lorentey
2004-02-19Fix list-colors-display and other functions on a termcap frameKaroly Lorentey
2004-02-02Fix the case when emacsclient is run on Emacs's controlling tty.Karoly Lorentey
2004-01-25Cosmetic changes.Karoly Lorentey
2004-01-25Removed %T in mode-line-format. Trivial documentation changes.Karoly Lorentey
2004-01-23Fixed tty faces during combo sessions. Plus other assorted bugfixes.Karoly Lorentey
2004-01-22Romain Francoise's and Ami Fischman's bugfixes.Karoly Lorentey
2004-01-11Fix C-g handling with multiple ttys.Karoly Lorentey
2004-01-11Changed tty input code to use read_socket_hook.Karoly Lorentey
2004-01-09Hookified termcap devices, added bootstrap display device, plus many bugfixes.Karoly Lorentey
2004-01-05Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey
2004-01-03Portability fixes (now it compiles & runs fine on Solaris).Karoly Lorentey
2004-01-02Got rid of the rif (window-based redisplay interface) global variable.Karoly Lorentey
2004-01-02MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.Karoly Lorentey
2004-01-02Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey
2004-01-01Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey
2003-12-31A few more bugfixes and new features.Karoly Lorentey
2003-12-30Major bugfixes and slight enhancements.Karoly Lorentey
2003-12-29Bugfix festival.Karoly Lorentey
2003-12-28Trivial changesKaroly Lorentey
2003-12-27Fully eliminated global tty state variables.Karoly Lorentey
2003-12-27Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey
2003-12-26lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey
2003-12-25Updating_frame vs. selected_frame in term.c.Karoly Lorentey
2003-12-25Implemented multiple tty support.Karoly Lorentey
2003-12-24Add a level of indirection to terminal characteristics.Karoly Lorentey
2003-10-11(terminal_encode_buffer): Make externally visible.Jason Rumney
2003-10-02(encode_terminal_code): Don't handle glyph-table. CheckKenichi Handa
2003-10-01(terminal_encode_buffer, terminal_encode_buf_size): NewKenichi Handa
2003-09-30(set_tty_color_mode): Calculate current_mode_spec regardless of value of VAL.Richard M. Stallman
2003-09-28(tty_setup_colors): Treat any negative argument as -1.Eli Zaretskii
2003-09-22(set_tty_color_mode): Use INTEGERP to test whether aEli Zaretskii
2003-09-08*** empty log message ***Kenichi Handa