| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | (syms_of_emacs) [CANNOT_DUMP]: Don't defsubr Sdump_emacs*. | Richard M. Stallman | 1993-05-28 | 1 | -0/+2 |
| * | entered into RCS | Roland McGrath | 1993-05-28 | 1 | -1/+1 |
| * | (mark_object): Add debugging code to check for ptr clobbered. | Richard M. Stallman | 1993-05-27 | 1 | -0/+4 |
| * | (read_char): Correct previous change. | Richard M. Stallman | 1993-05-27 | 1 | -1/+1 |
| * | (x_get_resource_string): New function. | Richard M. Stallman | 1993-05-27 | 1 | -0/+25 |
| * | * systty.h: Always terminate comments, to avoid confusion. | Jim Blandy | 1993-05-27 | 1 | -1/+1 |
| * | * xfns.c: Make resource manager work correctly even when | Jim Blandy | 1993-05-27 | 1 | -5/+23 |
| * | (x_get_local_selection): If no conversion function | Richard M. Stallman | 1993-05-27 | 1 | -7/+6 |
| * | (display_text_line): Don't call compute_char_face for a non-X frame. | Richard M. Stallman | 1993-05-27 | 1 | -1/+1 |
| * | (window_loop, case GET_LRU_WINDOW): Get frame's width properly. | Richard M. Stallman | 1993-05-27 | 1 | -1/+1 |
| * | * s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this. | Jim Blandy | 1993-05-27 | 1 | -1/+5 |
| * | * s/sol2.h (C_SWITCH_X_SYSTEM): Deleted. | Jim Blandy | 1993-05-27 | 1 | -7/+4 |
| * | * systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros; define them if | Jim Blandy | 1993-05-27 | 2 | -12/+29 |
| * | * s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if | Jim Blandy | 1993-05-27 | 1 | -0/+7 |
| * | (HAVE_TCATTR): Defined. | Richard M. Stallman | 1993-05-27 | 1 | -0/+1 |
| * | * config.h.in (HAVE_RENAME): Include an #undef for this, so | Jim Blandy | 1993-05-26 | 1 | -0/+1 |
| * | [HAVE_SOCKETS]: Include socket.h, netdb.h. | Richard M. Stallman | 1993-05-26 | 1 | -0/+25 |