| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (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 |
| | | | | | (Frename_buffer): Pass new arg. | ||||
| * | (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 |
| | | | | | Recognize the extended function keys. | ||||
| * | * keyboard.c (menu_bar_items): Bind Qinhibit_quit to Qt while we | Jim Blandy | 1993-05-28 | 1 | -1/+9 |
| | | | | | call the keymap accessors; this gets called during redisplay. | ||||
| * | * 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 |
| | | | | | do a thorough redisplay. | ||||
| * | * xfns.c (x_set_frame_parameters): Use the first | Jim Blandy | 1993-05-28 | 1 | -9/+14 |
| | | | | | position/size parameter we find, not the last. | ||||
| * | * 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 |
| | | | | | | | script. * ymakefile (UNEXEC_SRC): Give it a default value here, and make UNEXEC depend on it. | ||||
| * | (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 |
| | | | | | | | | | | | | | 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 function | Richard M. Stallman | 1993-05-27 | 1 | -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. 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 |
| | | | | | (LD_SWITCH_SYSTEM): Delete the -L option, leave just -R. | ||||
| * | * systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros; define them if | Jim Blandy | 1993-05-27 | 2 | -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" if | Jim Blandy | 1993-05-27 | 1 | -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. 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 |
| | | | | | configure will have something to edit. | ||||
| * | [HAVE_SOCKETS]: Include socket.h, netdb.h. | Richard M. Stallman | 1993-05-26 | 1 | -0/+25 |
| | | | | | (get_system_name) [HAVE_SOCKETS]: Use gethostbyname. | ||||
| * | * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM, | Jim Blandy | 1993-05-26 | 1 | -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. 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 |
| | | | | | (syms_of_xfns): Install them only if X11. | ||||
| * | (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 |
| | | | | | (HAVE_RANDOM): Defined. | ||||
| * | (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 |
| | | | | | (HAVE_GETTIMEOFDAY): Deleted. | ||||
| * | (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 |
| | | |||||