summaryrefslogtreecommitdiff
path: root/src/term.c
AgeCommit message (Expand)Author
2013-09-21Fix infinite loop in menu input due to block_input.Eli Zaretskii
2013-09-19Fix a buglet in calculating menu width.Eli Zaretskii
2013-09-19Fixed screen restoration after popping down a menu.Eli Zaretskii
2013-09-19Fixed frame save/restore and 'mouse position' tracking.Eli Zaretskii
2013-09-18Fixed minor issues with truncation of menu items.Eli Zaretskii
2013-09-18Record and use cursor coordinates in menu. Active face and help echo work!Eli Zaretskii
2013-09-18Crude code to simulate keyboard/mouse input in menus via GDB.Eli Zaretskii
2013-09-18Turn off text cursor when dropping down menus.Eli Zaretskii
2013-09-17Use AREF instead of XVECTOR; crashes still here.Eli Zaretskii
2013-09-17Fixed display and padding of menu items; File menu displays OK.Eli Zaretskii
2013-09-17Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii
2013-09-11Fix corruption with multiple emacsclient -t instances.Paul Eggert
2013-09-06* lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)Dmitry Antipov
2013-09-05Fixed C compilation problems.Eli Zaretskii
2013-09-05Made HAVE_MENUS the default; comment fix in term.c.Eli Zaretskii
2013-09-05Merge from trunk after a lot of time.Eli Zaretskii
2013-08-26Fix unlikely core dump in init_tty, and simplify terminfo case.Paul Eggert
2013-08-15* term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov
2013-08-02Make defvar affect the default binding outside of any let.Stefan Monnier
2013-07-18* term.c: Fix minor fdopen-related file descriptor leaks.Paul Eggert
2013-07-11Fix races with threads and file descriptors.Paul Eggert
2013-07-10* sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert
2013-07-05Use emacs_open more consistently when opening files.Paul Eggert
2013-06-03Fix crashes in a text-mode session on Windows.Eli Zaretskii
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-03-13Static checking by Sun C 5.12.Paul Eggert
2013-03-10* src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier
2013-01-24Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov
2013-01-10emacsclient -t should not suspend Emacs serverPaul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Simplify via eabs.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-04* lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov
2012-11-17Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert
2012-11-13Use faccessat, not access, when checking file permissions.Paul Eggert
2012-11-04Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert
2012-11-03* frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov
2012-10-24Don't assume process IDs fit in int.Paul Eggert
2012-10-17Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii
2012-10-10Clean out old termopts cruft.Paul Eggert
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-12Simplify SIGIO usage.Paul Eggert
2012-09-06Signal-handler cleanup.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-08-31Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov
2012-08-17* keyboard.h (KSET): Remove.Paul Eggert
2012-08-16Use ASCII tests for character types.Paul Eggert
2012-08-13Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov