aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (PIXEL_TO_CHAR_COL, PIXEL_TO_CHAR_ROW): Fix mismatch in arg names.Richard M. Stallman1993-05-281-2/+2
* (Fsleep_for): Don't return without waiting when SEC is 0.Richard M. Stallman1993-05-281-1/+1
* (syms_of_emacs) [CANNOT_DUMP]: Don't defsubr Sdump_emacs*.Richard M. Stallman1993-05-281-0/+2
* entered into RCSRoland McGrath1993-05-281-1/+1
* (mark_object): Add debugging code to check for ptr clobbered.Richard M. Stallman1993-05-271-0/+4
* (read_char): Correct previous change.Richard M. Stallman1993-05-271-1/+1
* (x_get_resource_string): New function.Richard M. Stallman1993-05-271-0/+25
* * systty.h: Always terminate comments, to avoid confusion.Jim Blandy1993-05-271-1/+1
* * xfns.c: Make resource manager work correctly even whenJim Blandy1993-05-271-5/+23
* (x_get_local_selection): If no conversion functionRichard M. Stallman1993-05-271-7/+6
* (display_text_line): Don't call compute_char_face for a non-X frame.Richard M. Stallman1993-05-271-1/+1
* (window_loop, case GET_LRU_WINDOW): Get frame's width properly.Richard M. Stallman1993-05-271-1/+1
* * s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.Jim Blandy1993-05-271-1/+5
* * s/sol2.h (C_SWITCH_X_SYSTEM): Deleted.Jim Blandy1993-05-271-7/+4
* * systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros; define them ifJim Blandy1993-05-272-12/+29
* * s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" ifJim Blandy1993-05-271-0/+7
* (HAVE_TCATTR): Defined.Richard M. Stallman1993-05-271-0/+1
* * config.h.in (HAVE_RENAME): Include an #undef for this, soJim Blandy1993-05-261-0/+1
* [HAVE_SOCKETS]: Include socket.h, netdb.h.Richard M. Stallman1993-05-261-0/+25
* * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,Jim Blandy1993-05-261-5/+5
* (magic_searchpath_decoder): Fix typos.Richard M. Stallman1993-05-261-2/+2
* (Fx_rebind_key, Fx_rebind_keys): X10 definitions deleted.Richard M. Stallman1993-05-261-84/+3
* (r_alloc_sbrk): Declare already_available as long, not SIZE.Richard M. Stallman1993-05-261-1/+4
* (x_wm_set_size_hint): Don't set hints for max size.Richard M. Stallman1993-05-261-2/+3
* (x_set_cursor_type): If arg not recognized, use box cursor.Richard M. Stallman1993-05-261-2/+9
* (LD_SWITCH_SYSTEM) [__GNUC__]: Pass -a archive to ld.Richard M. Stallman1993-05-261-1/+1
* (rand, srand): Definitions deleted.Richard M. Stallman1993-05-261-0/+2
* (LD_SWITCH_SYSTEM) [__GNUC__]: Add -static.Richard M. Stallman1993-05-261-1/+3
* (make_lispy_event): Fix off-by-1 error with hpos in menu bar.Richard M. Stallman1993-05-261-2/+2
* (Fcurrent_input_mode): Fix the call to Flist.Richard M. Stallman1993-05-261-1/+1
* Initial revisionRichard M. Stallman1993-05-261-0/+5
* (SIGNALS_VIA_CHARACTERS): Defined.Richard M. Stallman1993-05-261-0/+3
* (POINTER): Always use char *.Richard M. Stallman1993-05-261-0/+5
* (x_figure_window_size): Make the default frame coords (0,0).Richard M. Stallman1993-05-261-2/+4
* (LIBS_MACHINE): Add -lIM and -liconv.Richard M. Stallman1993-05-261-2/+2
* (wait_for_termination) [LINUX]: Use the UNIPLUS alternative.Richard M. Stallman1993-05-251-2/+2
* (wait_for_termination): Don't use the BSD alternative for LINUX.Richard M. Stallman1993-05-251-2/+2
* (swallow_events): New function.Richard M. Stallman1993-05-251-0/+46
* (wait_reading_process_input): Call swallow_events.Richard M. Stallman1993-05-251-1/+5
* (read_char): If kbd_buffer_get_event returns nil, redisplay and retry.Richard M. Stallman1993-05-251-33/+38
* (C_ALLOCA, alloca): Definitions deleted.Richard M. Stallman1993-05-251-4/+5
* (C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0.Richard M. Stallman1993-05-251-0/+2
* (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF): Use pty_name, not ptyname.Richard M. Stallman1993-05-251-2/+2
* (Fforward_comment): Arg is a Lisp_Object.Richard M. Stallman1993-05-251-5/+9
* (logb): Don't declare if hpux.Richard M. Stallman1993-05-251-0/+2
* (HAVE_GETTIMEOFDAY): Deleted.Richard M. Stallman1993-05-253-9/+0
* (Fforward_comment): Fix last change.Richard M. Stallman1993-05-251-4/+9
* (Fforward_comment): Always set point.Richard M. Stallman1993-05-251-0/+4
* (Fx_open_connection): Set xrm_option correctly.Richard M. Stallman1993-05-251-1/+1
* * xterm.h: New section for declarations for xfaces.c.Jim Blandy1993-05-251-0/+43