aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)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
| | | | | | | | | | | | Vinvocation_name has periods and asterisks in it. (Vxrdb_name): New variable. (Fx_get_resource): Use it instead of Vinvocation_name. (Fx_open_connection): Initialize it to a copy of Vinvocation_name, with the dots and stars replaced by hyphens. (syms_of_xfns): staticpro it here. * xfns.c (Fx_get_resource): Use the proper format string when the attribute has been specified.
* (x_get_local_selection): If no conversion functionRichard M. Stallman1993-05-271-7/+6
| | | | exists for the requested type, just return nil.
* (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
| | | | (LD_SWITCH_SYSTEM): Delete the -L option, leave just -R.
* * systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros; define them ifJim Blandy1993-05-272-12/+29
| | | | | | | | | | we have those structures, but *don't* define them if we have TERMIOS, whose functions take care of those parameters; that screws up AIX. (struct emacs_tty): Test those symbols, instead of the ioctl commands. * sysdep.c (emacs_get_tty, emacs_set_tty, new_ltchars, new_tchars, init_sys_modes): Same.
* * s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" ifJim Blandy1993-05-271-0/+7
| | | | | | we're using GCC - that's an XLC switch. * s/aix3-2.h (LIBS_SYSTEM): Put -LIM -Liconv here.
* (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
| | | | configure will have something to edit.
* [HAVE_SOCKETS]: Include socket.h, netdb.h.Richard M. Stallman1993-05-261-0/+25
| | | | (get_system_name) [HAVE_SOCKETS]: Use gethostbyname.
* * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,Jim Blandy1993-05-261-5/+5
| | | | | | LD_SWITCH_SYSTEM, OLDXMENU_OPTIONS): Add X11R5 directories to the search paths in these lists; they shouldn't do any harm if they don't have X11R5.
* (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
| | | | (syms_of_xfns): Install them only if X11.
* (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
| | | | (HAVE_RANDOM): Defined.
* (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
| | | | (HAVE_GETTIMEOFDAY): Deleted.
* (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
| | | | (kbd_buffer_get_event): If event is handled here, return nil.
* (C_ALLOCA, alloca): Definitions deleted.Richard M. Stallman1993-05-251-4/+5
| | | | | [!NOT_C_CODE]: Include alloca.h. (NEED_SIOCTL): #undef this.
* (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
| | | | Convert it to an int.
* (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
| | | | | | | | | | (init_frame_faces, free_frame_faces, intern_face, face_name_id_number, same_size_fonts, recompute_basic_faces, compute_char_face, compute_glyph_face): Declare these here. * xfaces.c (same_size_fonts): We can now remove this extern declaration. * xfns.c (face_name_id_number): Likewise. * xterm.c (intern_face): Likewise.