| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged in changes from CVS HEAD | Karoly Lorentey | 2004-02-28 | 1 | -22/+8 |
|\ |
|
| * | (BUFFER_SIZE_FACTOR): Remove. | Kim F. Storm | 2004-02-27 | 1 | -22/+8 |
* | | Implemented suspending of emacsclient frames. | Karoly Lorentey | 2004-02-28 | 1 | -43/+53 |
* | | Merged in changes from CVS HEAD | Karoly Lorentey | 2004-02-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Move include stdio.h to same place as in other files. | Jan Djärv | 2004-02-09 | 1 | -1/+1 |
* | | Don't hang on the tty if called from a shell script. | Karoly Lorentey | 2004-02-08 | 1 | -10/+13 |
* | | Merged in changes from CVS HEAD | Karoly Lorentey | 2004-02-02 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | (mkdir, rmdir): Also check synch_process_termsig. | Jan Djärv | 2004-01-26 | 1 | -2/+4 |
* | | Removed %T in mode-line-format. Trivial documentation changes. | Karoly Lorentey | 2004-01-25 | 1 | -4/+29 |
* | | Support for opening X frames from a tty session. | Karoly Lorentey | 2004-01-11 | 1 | -197/+163 |
* | | Fix C-g handling with multiple ttys. | Karoly Lorentey | 2004-01-11 | 1 | -5/+28 |
* | | Changed tty input code to use read_socket_hook. | Karoly Lorentey | 2004-01-11 | 1 | -0/+2 |
* | | Hookified termcap devices, added bootstrap display device, plus many bugfixes. | Karoly Lorentey | 2004-01-09 | 1 | -2/+4 |
* | | Converted display hooks to be display-local. Plus many bugfixes. | Karoly Lorentey | 2004-01-05 | 1 | -12/+18 |
* | | Portability fixes (now it compiles & runs fine on Solaris). | Karoly Lorentey | 2004-01-03 | 1 | -2/+35 |
* | | Fixed X support, preliminary support for X-tty combo sessions. | Karoly Lorentey | 2004-01-02 | 1 | -15/+13 |
* | | Separate frame-local, tty-dependent parameters from tty-local parameters. | Karoly Lorentey | 2004-01-01 | 1 | -10/+10 |
* | | A few more bugfixes and new features. | Karoly Lorentey | 2003-12-31 | 1 | -14/+25 |
* | | Major bugfixes and slight enhancements. | Karoly Lorentey | 2003-12-30 | 1 | -30/+28 |
* | | Undo patch-23. I need a coffee. | Karoly Lorentey | 2003-12-30 | 1 | -2/+2 |
* | | Don't compile sys_select on systems that don't need it. | Karoly Lorentey | 2003-12-30 | 1 | -2/+2 |
* | | Bugfix festival. | Karoly Lorentey | 2003-12-29 | 1 | -32/+35 |
* | | Fully eliminated global tty state variables. | Karoly Lorentey | 2003-12-27 | 1 | -10/+10 |
* | | Full support for multiple terminal I/O (with some rough edges). | Karoly Lorentey | 2003-12-27 | 1 | -24/+24 |
* | | Fixed two typos. | Karoly Lorentey | 2003-12-26 | 1 | -1/+1 |
* | | lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne... | Karoly Lorentey | 2003-12-26 | 1 | -84/+90 |
* | | Implemented multiple tty support. | Karoly Lorentey | 2003-12-25 | 1 | -29/+43 |
* | | Add a level of indirection to terminal characteristics. | Karoly Lorentey | 2003-12-24 | 1 | -1/+2 |
|/ |
|
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+2 |
* | (kbd_input_ast, read_input_waiting): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -3/+8 |
* | Remove redundant include of unistd.h, stdlib.h. Use | Dave Love | 2003-06-12 | 1 | -12/+3 |
* | Make (few) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -3/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -47/+47 |
* | Have emacs_read use sys_read on carbon/Mac OS X | Steven Tamm | 2002-12-08 | 1 | -0/+4 |
* | (fcntl.h): Test only HAVE_FCNTL_H. | Richard M. Stallman | 2002-12-04 | 1 | -9/+1 |
* | (stuff_char) [PROTOTYPES]: Provide ISO C arglist. | Dave Love | 2002-11-22 | 1 | -0/+4 |
* | [MSDOS]: Don't define request_sigio and | Eli Zaretskii | 2002-08-19 | 1 | -1/+3 |
* | [!VMS]: Include sys/files.h. | Richard M. Stallman | 2002-08-17 | 1 | -0/+4 |
* | (start_of_data): Don't define the function if a macro | Ken Raeburn | 2002-07-24 | 1 | -0/+2 |
* | (end_of_text, end_of_data): Unused functions deleted. | Ken Raeburn | 2002-07-21 | 1 | -37/+0 |
* | (emacs_write): Buffer pointer now const. | Ken Raeburn | 2002-07-19 | 1 | -1/+1 |
* | (emacs_open, set_file_times): String pointer args now | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -4/+4 |
* | (sys_signal): Test BROKEN_SA_RESTART. | Richard M. Stallman | 2002-07-11 | 1 | -3/+5 |
* | *** empty log message *** | Pavel Janík | 2002-06-13 | 1 | -3/+3 |
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -6/+6 |
* | (wait_for_termination): Use sigsuspend rather than sigpause. | Stefan Monnier | 2002-03-22 | 1 | -5/+1 |
* | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -1/+1 |
* | (sys_subshell): Fix last change. | Eli Zaretskii | 2002-03-04 | 1 | -4/+5 |
* | (sys_subshell) [MSDOS]: If PWD is set in the | Eli Zaretskii | 2002-03-04 | 1 | -2/+16 |