| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Richard M. Stallman | 1993-05-30 | 1 | -0/+3 |
| * | [IRIX4]: Include unistd.h. | Richard M. Stallman | 1993-05-30 | 1 | -0/+5 |
| * | (IRIX4): Defined. | Richard M. Stallman | 1993-05-30 | 1 | -0/+2 |
| * | (Fx_open_connection) [NO_XRM_SET_DATABASE]: | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | Fix HPUX conditional syntax. | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | (wait_for_termination): Add POSIX_SIGNALS alternative. | Richard M. Stallman | 1993-05-30 | 1 | -0/+10 |
| * | * xfaces.c (init_frame_faces): We have to make sure that face ID's | Jim Blandy | 1993-05-30 | 1 | -1/+20 |
| * | Initial revision | Jim Blandy | 1993-05-30 | 1 | -0/+10 |
| * | (reset_buffer): Clear mark_active field here. | Richard M. Stallman | 1993-05-30 | 1 | -4/+4 |
| * | (read_key_sequence): Read the first char specially | Richard M. Stallman | 1993-05-30 | 1 | -6/+23 |
| * | (Fx_close_current_connection): Clear x_current_display. | Richard M. Stallman | 1993-05-30 | 1 | -5/+11 |
| * | (sys_signal): Use 0, not NULL, to set sa_flags. | Richard M. Stallman | 1993-05-30 | 1 | -1/+1 |
| * | (XTread_socket): For UnmapNotify, if frame was visible, | Richard M. Stallman | 1993-05-30 | 1 | -1/+15 |
| * | (Ficonify_frame, Fmake_frame_invisible): | Richard M. Stallman | 1993-05-30 | 1 | -9/+31 |
| * | (x_bitmap_icon): Don't free icon_bitmap; | Richard M. Stallman | 1993-05-30 | 1 | -6/+4 |
| * | * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string; | Jim Blandy | 1993-05-29 | 1 | -0/+1 |
| * | [HPUX]: Include time.h and define __TIMEVAL__. | Richard M. Stallman | 1993-05-29 | 1 | -0/+6 |
| * | (menu_bar_items): Call Fnreverse before restoring Vinhibit_quit. | Richard M. Stallman | 1993-05-29 | 1 | -1/+2 |
| * | *** empty log message *** | Jim Blandy | 1993-05-29 | 1 | -184/+184 |
| * | Initial revision | Jim Blandy | 1993-05-29 | 1 | -0/+184 |
| * | Don't include termios.h directly--let systty.h do it. | Richard M. Stallman | 1993-05-29 | 1 | -13/+9 |
| * | (x_connection_closed): Pass new arg. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| * | * sysdep.c (sys_siglist): Comment out #endif trailer. | Jim Blandy | 1993-05-29 | 2 | -2/+2 |
| * | * systty.h (CDISABLE): #undef it before re-#defining it. | Jim Blandy | 1993-05-29 | 1 | -0/+1 |
| * | * sysdep.c (sys_siglist): Comment out #endif trailer. | Jim Blandy | 1993-05-29 | 1 | -1/+1 |
| * | (display_text_line): Really check for just the selected window. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| * | (syms_of_xdisp): Make highlight-nonselected-windows Lisp var. | Richard M. Stallman | 1993-05-29 | 1 | -2/+10 |
| * | (menu_bar_items): Save Vinhibit_quit by hand | Richard M. Stallman | 1993-05-29 | 1 | -5/+8 |
| * | (OLDXMENU_OPTIONS): Add quotations. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| * | (EMACS_BITMAP_FILES): Defined. | Richard M. Stallman | 1993-05-29 | 1 | -0/+3 |
| * | (HAVE_FTIME): Defined. | Richard M. Stallman | 1993-05-29 | 1 | -0/+3 |
| * | (C_SWITCH_MACHINE): Define only if not __GNUC__. | Richard M. Stallman | 1993-05-29 | 1 | -0/+2 |
| * | (XTring_bell): Do nothing if x_current_connection is 0. | Richard M. Stallman | 1993-05-29 | 1 | -0/+3 |
| * | (reset_buffer): Clear mark_active field here. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| * | (gettimeofday): Don't store in *tzp if tzp is 0. | Richard M. Stallman | 1993-05-29 | 1 | -1/+2 |
| * | (MAXDESC): Get it from FD_SETSIZE if that exists. | Richard M. Stallman | 1993-05-29 | 1 | -0/+4 |
| * | (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined. | Richard M. Stallman | 1993-05-29 | 1 | -3/+22 |
| * | (LIBX11_SYSTEM): Defined. | Richard M. Stallman | 1993-05-29 | 1 | -0/+3 |
| * | (Fgenerate_new_buffer_name): New arg IGNORE. | Richard M. Stallman | 1993-05-28 | 1 | -5/+11 |
| * | (syms_of_keymap): Create global_map 256 slots long. | Richard M. Stallman | 1993-05-28 | 1 | -1/+2 |
| * | (keys_of_cmds): Predefined 0240-0376 as self-insert. | Richard M. Stallman | 1993-05-28 | 1 | -0/+2 |
| * | (XTread_socket, case KeyPress) [HPUX]: | Richard M. Stallman | 1993-05-28 | 1 | -0/+6 |
| * | * keyboard.c (menu_bar_items): Bind Qinhibit_quit to Qt while we | Jim Blandy | 1993-05-28 | 1 | -1/+9 |
| * | * s/linux.h (SIGNALS_VIA_CHARACTERS): Try this out for a bit. | Jim Blandy | 1993-05-28 | 1 | -0/+3 |
| * | * buffer.c (Fmove_overlay): If the overlay is changing buffers, | Jim Blandy | 1993-05-28 | 1 | -20/+24 |
| * | * xfns.c (x_set_frame_parameters): Use the first | Jim Blandy | 1993-05-28 | 1 | -9/+14 |
| * | * s/hpux8.h: Don't define HAVE_RANDOM. | Jim Blandy | 1993-05-28 | 1 | -1/+3 |
| * | * config.h.in (UNEXEC_SRC): New macro, set by the configure | Jim Blandy | 1993-05-28 | 1 | -0/+1 |
| * | (PIXEL_TO_CHAR_COL, PIXEL_TO_CHAR_ROW): Fix mismatch in arg names. | Richard M. Stallman | 1993-05-28 | 1 | -2/+2 |
| * | (Fsleep_for): Don't return without waiting when SEC is 0. | Richard M. Stallman | 1993-05-28 | 1 | -1/+1 |