summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2012-08-11Second commit; does not compile yet.Eli Zaretskii
2012-08-07Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov
2012-08-05Docfix for kill-buffer-hook and others.Chong Yidong
2012-07-31Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov
2012-07-30Convert safe_call to use variable number of arguments.Dmitry Antipov
2012-07-08Cleanup changes following fix for bug #11832.Eli Zaretskii
2012-07-07Fix bug #11832 with truncated lines when fringes are disabled on GUI frames.Eli Zaretskii
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-06-26* term.c (delete_tty): Remove redundant call to memset.Dmitry Antipov
2012-06-25Use sprintf return value instead of invoking strlen on result.Paul Eggert
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-06-19Preserve tty top-frames under various window-changing operations.Chong Yidong
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-06-10Add support for italic text on ttys.Chong Yidong
2012-06-02Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii
2012-05-25Merge from trunk.Paul Eggert
2012-04-22Spelling fixes.Paul Eggert
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-30Spelling fixes.Paul Eggert
2011-12-10Merge from trunk.Paul Eggert
2011-11-30Fix typos.Juanma Barranquero
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-15Add comments about special meaning of TAB characters in compositions.Eli Zaretskii
2011-08-30Merge from trunk.Paul Eggert
2011-08-30Fix bug #9402 with :align-to on TTY frames.Eli Zaretskii
2011-08-29Merge from trunk.Paul Eggert
2011-08-29* term.c (produce_glyphless_glyph): Make sprintf buffer a bit biggerPaul Eggert
2011-08-28* src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks.Johan Bockgård
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* term.c: Integer and memory overflow issues.Paul Eggert
2011-07-12* term.c (init_tty): Remove unused local.Paul Eggert
2011-07-11Remove support for supdup, c10 and perq terminals, which are no longer suppor...Lars Magne Ingebrigtsen
2011-07-07Fix bug #9015 with a bogus crash with glyphless characters on a TTY.Eli Zaretskii
2011-05-17Merge from mainline.Paul Eggert
2011-05-17* src/term.c (Fresume_tty): Restore hooks before reinitializing.Courtney Bane
2011-05-12* term.c (term_mouse_position): Don't assume time_t wraparound.Paul Eggert
2011-05-12Be more systematic about user-interface timestamps.Paul Eggert
2011-05-04* term.c (vfatal): Remove stray call to va_end.Paul Eggert
2011-05-03* term.c: Don't include <stdarg.h>, as <lisp.h> does that.Paul Eggert
2011-04-24Fallout from resurrecting doprnt.Eli Zaretskii
2011-04-18Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-13* term.c: Make symbols static if they're not exported.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-04-09Merge from mainline.Paul Eggert