summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Turn off text cursor when dropping down menus.Eli Zaretskii2013-09-181-10/+14
| * Use AREF instead of XVECTOR; crashes still here.Eli Zaretskii2013-09-171-13/+12
| * Fixed display and padding of menu items; File menu displays OK.Eli Zaretskii2013-09-171-2/+4
| * Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-171-9/+28
| * Fixed C compilation problems.Eli Zaretskii2013-09-051-17/+100
| * Made HAVE_MENUS the default; comment fix in term.c.Eli Zaretskii2013-09-051-1/+1
| * Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-320/+195
| |\
| * | Second commit; does not compile yet.Eli Zaretskii2012-08-111-32/+161
| * | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-0/+801
* | | Fix corruption with multiple emacsclient -t instances.Paul Eggert2013-09-111-10/+0
* | | * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)Dmitry Antipov2013-09-061-18/+1
| |/ |/|
* | Fix unlikely core dump in init_tty, and simplify terminfo case.Paul Eggert2013-08-261-11/+12
* | * term.c (get_named_tty, create_tty_output, tty_free_frame_resources)Dmitry Antipov2013-08-151-10/+5
* | Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-2/+2
* | Make defvar affect the default binding outside of any let.Stefan Monnier2013-08-021-12/+12
* | * term.c: Fix minor fdopen-related file descriptor leaks.Paul Eggert2013-07-181-24/+19
* | Fix races with threads and file descriptors.Paul Eggert2013-07-111-2/+2
* | * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert2013-07-101-25/+22
* | Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-1/+1
* | Fix crashes in a text-mode session on Windows.Eli Zaretskii2013-06-031-4/+5
* | Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* | Static checking by Sun C 5.12.Paul Eggert2013-03-131-4/+0
* | * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-101-1/+1
* | Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-2/+2
* | emacsclient -t should not suspend Emacs serverPaul Eggert2013-01-101-13/+18
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\ \
| * | Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | | Simplify via eabs.Paul Eggert2013-01-011-2/+2
* | | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-041-4/+0
* | | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-26/+13
* | | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-2/+2
* | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-33/+2
* | | * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-1/+0
|/ /
* | Don't assume process IDs fit in int.Paul Eggert2012-10-241-1/+1
* | Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-0/+1
* | Clean out old termopts cruft.Paul Eggert2012-10-101-1/+0
* | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
* | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* | Simplify SIGIO usage.Paul Eggert2012-09-121-2/+1
* | Signal-handler cleanup.Paul Eggert2012-09-061-6/+13
* | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-11/+11
* | Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov2012-08-311-16/+1
* | * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-2/+2
* | Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* | Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-2/+2
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-1/+1
* | Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-1/+1
* | Docfix for kill-buffer-hook and others.Chong Yidong2012-08-051-2/+2
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-1/+1
* | Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-2/+1