summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2006-01-16Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95Miles Bader
2006-01-03Merged from miles@gnu.org--gnu-2005 (patch 682)Karoly Lorentey
2005-12-30(visible_cursor): New boolean var.Stefan Monnier
2005-12-29Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey
2005-12-25Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey
2005-12-22Reimplement and extend support for terminal-local environment variables.Karoly Lorentey
2005-10-23Merged from miles@gnu.org--gnu-2005 (patch 610-614)Karoly Lorentey
2005-10-20(encode_terminal_code): Remove unused var src_start.Kim F. Storm
2005-10-02* lisp.h (fatal): Undo previous change.Dan Nicolaescu
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-09-19Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)Karoly Lorentey
2005-09-11Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.Karoly Lorentey
2005-09-04Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey
2005-08-26Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader
2005-08-22(turn_on_face): Check for TS_set_foreground andJuri Linkov
2005-08-07(set_terminal_modes): If no TS_termcap_modes string,Richard M. Stallman
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-12Rename function-key-map to local-function-key-map, and global-function-key-ma...Karoly Lorentey
2005-07-11Cosmetic changes in server.el.Karoly Lorentey
2005-07-11Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey
2005-07-10Rename term_init to init_tty.Karoly Lorentey
2005-07-10Fix compilation error in src/term.c.Karoly Lorentey
2005-07-07Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader
2005-07-05Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey
2005-07-05Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)Karoly Lorentey
2005-07-04Update FSF's address.Lute Kamstra
2005-07-03Fix the original cause of the "arrow keys don't work on screen" bug.Karoly Lorentey
2005-06-30(turn_on_face): In standout mode apply specifiedJuri Linkov
2005-06-27Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey
2005-06-26Make sure the terminfo function key sequences are set up in the correct funct...Karoly Lorentey
2005-06-25Make function-key-map a terminal-local variable (move it inside the kboard st...Karoly Lorentey
2005-06-24Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader
2005-06-21Merged from miles@gnu.org--gnu-2005 (patch 423-434)Karoly Lorentey
2005-06-17(produce_special_glyphs): Use spec_glyph_lookup_face.Richard M. Stallman
2005-05-03Fix typo in get_display.Karoly Lorentey
2005-05-03Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple t...Karoly Lorentey
2005-04-21Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39Miles Bader
2005-04-18Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)Karoly Lorentey
2005-04-17(struct keys): Add support for shifted keys.Dan Nicolaescu
2005-02-03Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey
2005-01-16Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2Miles Bader
2005-01-06(encode_terminal_code): Fix buffer size computation.Kenichi Handa
2004-12-23Merged in changes from CVS trunk.Karoly Lorentey
2004-12-12(encode_terminal_code): Fix previous change.Kenichi Handa
2004-12-11Sync to the change in HEAD on 2004-11-30.Kenichi Handa
2004-12-08Merged in changes from CVS trunk.Karoly Lorentey
2004-12-08Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader
2004-12-01(encode_terminal_code): Don't make it "static".Kenichi Handa
2004-11-30(encode_terminal_buf, encode_terminal_bufsize): NewKenichi Handa
2004-07-10Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).Karoly Lorentey