| Commit message (Expand) | Author | Age | Files | Lines |
| * | * term.c (get_named_tty, create_tty_output, tty_free_frame_resources) | Dmitry Antipov | 2013-08-15 | 1 | -10/+5 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -2/+2 |
| * | Make defvar affect the default binding outside of any let. | Stefan Monnier | 2013-08-02 | 1 | -12/+12 |
| * | * term.c: Fix minor fdopen-related file descriptor leaks. | Paul Eggert | 2013-07-18 | 1 | -24/+19 |
| * | Fix races with threads and file descriptors. | Paul Eggert | 2013-07-11 | 1 | -2/+2 |
| * | * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. | Paul Eggert | 2013-07-10 | 1 | -25/+22 |
| * | Use emacs_open more consistently when opening files. | Paul Eggert | 2013-07-05 | 1 | -1/+1 |
| * | Fix crashes in a text-mode session on Windows. | Eli Zaretskii | 2013-06-03 | 1 | -4/+5 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -1/+1 |
| * | Static checking by Sun C 5.12. | Paul Eggert | 2013-03-13 | 1 | -4/+0 |
| * | * src/keyboard.c: Move keyboard decoding to read_key_sequence. | Stefan Monnier | 2013-03-10 | 1 | -1/+1 |
| * | Drop async_visible and async_iconified fields of struct frame. | Dmitry Antipov | 2013-01-24 | 1 | -2/+2 |
| * | emacsclient -t should not suspend Emacs server | Paul Eggert | 2013-01-10 | 1 | -13/+18 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | | Simplify via eabs. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state | Dmitry Antipov | 2012-12-04 | 1 | -4/+0 |
| * | | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -26/+13 |
| * | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -2/+2 |
| * | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert | 2012-11-04 | 1 | -33/+2 |
| * | | * frame.h (struct frame): Drop can_have_scroll_bars member | Dmitry Antipov | 2012-11-03 | 1 | -1/+0 |
| |/ |
|
| * | Don't assume process IDs fit in int. | Paul Eggert | 2012-10-24 | 1 | -1/+1 |
| * | Fix warnings when compiling on MS-Windows with -std=gnu99. | Eli Zaretskii | 2012-10-17 | 1 | -0/+1 |
| * | Clean out old termopts cruft. | Paul Eggert | 2012-10-10 | 1 | -1/+0 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -6/+6 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Simplify SIGIO usage. | Paul Eggert | 2012-09-12 | 1 | -2/+1 |
| * | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -6/+13 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -11/+11 |
| * | Remove mark_ttys function and fix tty_display_info initialization. | Dmitry Antipov | 2012-08-31 | 1 | -16/+1 |
| * | * keyboard.h (KSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -2/+2 |
| * | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -1/+0 |
| * | Use KSET for write access to Lisp_Object members of struct kboard. | Dmitry Antipov | 2012-08-13 | 1 | -2/+2 |
| * | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
| * | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -1/+1 |
| * | Docfix for kill-buffer-hook and others. | Chong Yidong | 2012-08-05 | 1 | -2/+2 |
| * | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -1/+1 |
| * | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 2012-07-30 | 1 | -2/+1 |
| * | Cleanup changes following fix for bug #11832. | Eli Zaretskii | 2012-07-08 | 1 | -61/+0 |
| * | Fix bug #11832 with truncated lines when fringes are disabled on GUI frames. | Eli Zaretskii | 2012-07-07 | 1 | -1/+1 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -6/+4 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -8/+6 |
| * | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -7/+7 |
| * | * term.c (delete_tty): Remove redundant call to memset. | Dmitry Antipov | 2012-06-26 | 1 | -1/+0 |
| * | Use sprintf return value instead of invoking strlen on result. | Paul Eggert | 2012-06-25 | 1 | -2/+1 |
| * | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert | 2012-06-24 | 1 | -5/+5 |
| * | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -5/+15 |
| * | Preserve tty top-frames under various window-changing operations. | Chong Yidong | 2012-06-19 | 1 | -3/+19 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Add support for italic text on ttys. | Chong Yidong | 2012-06-10 | 1 | -26/+15 |