| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM, | Jim Blandy | 1993-05-26 | 1 | -5/+5 |
| * | (magic_searchpath_decoder): Fix typos. | Richard M. Stallman | 1993-05-26 | 1 | -2/+2 |
| * | (Fx_rebind_key, Fx_rebind_keys): X10 definitions deleted. | Richard M. Stallman | 1993-05-26 | 1 | -84/+3 |
| * | (r_alloc_sbrk): Declare already_available as long, not SIZE. | Richard M. Stallman | 1993-05-26 | 1 | -1/+4 |
| * | (x_wm_set_size_hint): Don't set hints for max size. | Richard M. Stallman | 1993-05-26 | 1 | -2/+3 |
| * | (x_set_cursor_type): If arg not recognized, use box cursor. | Richard M. Stallman | 1993-05-26 | 1 | -2/+9 |
| * | (LD_SWITCH_SYSTEM) [__GNUC__]: Pass -a archive to ld. | Richard M. Stallman | 1993-05-26 | 1 | -1/+1 |
| * | (rand, srand): Definitions deleted. | Richard M. Stallman | 1993-05-26 | 1 | -0/+2 |
| * | (LD_SWITCH_SYSTEM) [__GNUC__]: Add -static. | Richard M. Stallman | 1993-05-26 | 1 | -1/+3 |
| * | (make_lispy_event): Fix off-by-1 error with hpos in menu bar. | Richard M. Stallman | 1993-05-26 | 1 | -2/+2 |
| * | (Fcurrent_input_mode): Fix the call to Flist. | Richard M. Stallman | 1993-05-26 | 1 | -1/+1 |
| * | Initial revision | Richard M. Stallman | 1993-05-26 | 1 | -0/+5 |
| * | (SIGNALS_VIA_CHARACTERS): Defined. | Richard M. Stallman | 1993-05-26 | 1 | -0/+3 |
| * | (POINTER): Always use char *. | Richard M. Stallman | 1993-05-26 | 1 | -0/+5 |
| * | (x_figure_window_size): Make the default frame coords (0,0). | Richard M. Stallman | 1993-05-26 | 1 | -2/+4 |
| * | (LIBS_MACHINE): Add -lIM and -liconv. | Richard M. Stallman | 1993-05-26 | 1 | -2/+2 |
| * | (wait_for_termination) [LINUX]: Use the UNIPLUS alternative. | Richard M. Stallman | 1993-05-25 | 1 | -2/+2 |
| * | (wait_for_termination): Don't use the BSD alternative for LINUX. | Richard M. Stallman | 1993-05-25 | 1 | -2/+2 |
| * | (swallow_events): New function. | Richard M. Stallman | 1993-05-25 | 1 | -0/+46 |
| * | (wait_reading_process_input): Call swallow_events. | Richard M. Stallman | 1993-05-25 | 1 | -1/+5 |
| * | (read_char): If kbd_buffer_get_event returns nil, redisplay and retry. | Richard M. Stallman | 1993-05-25 | 1 | -33/+38 |
| * | (C_ALLOCA, alloca): Definitions deleted. | Richard M. Stallman | 1993-05-25 | 1 | -4/+5 |
| * | (C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0. | Richard M. Stallman | 1993-05-25 | 1 | -0/+2 |
| * | (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF): Use pty_name, not ptyname. | Richard M. Stallman | 1993-05-25 | 1 | -2/+2 |
| * | (Fforward_comment): Arg is a Lisp_Object. | Richard M. Stallman | 1993-05-25 | 1 | -5/+9 |
| * | (logb): Don't declare if hpux. | Richard M. Stallman | 1993-05-25 | 1 | -0/+2 |
| * | (HAVE_GETTIMEOFDAY): Deleted. | Richard M. Stallman | 1993-05-25 | 3 | -9/+0 |
| * | (Fforward_comment): Fix last change. | Richard M. Stallman | 1993-05-25 | 1 | -4/+9 |
| * | (Fforward_comment): Always set point. | Richard M. Stallman | 1993-05-25 | 1 | -0/+4 |
| * | (Fx_open_connection): Set xrm_option correctly. | Richard M. Stallman | 1993-05-25 | 1 | -1/+1 |
| * | * xterm.h: New section for declarations for xfaces.c. | Jim Blandy | 1993-05-25 | 1 | -0/+43 |