summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (Fselect_window): Use Fselect_frame.Richard M. Stallman1994-04-241-1/+5
* (Fkill_all_local_variables): Doc fix.Richard M. Stallman1994-04-241-1/+4
* (create_process): Use child_setup_tty only if pty_flag.Richard M. Stallman1994-04-241-1/+2
* (create_process): Use SETUP_SLAVE_PTY only if pty_flag.Richard M. Stallman1994-04-241-1/+4
* Implement special frames for specified buffers.Richard M. Stallman1994-04-231-7/+48
* (Fset_frame_selected_window): New function.Richard M. Stallman1994-04-231-1/+26
* (Vascii_canon_table, Vascii_eqv_table): Declared.Richard M. Stallman1994-04-231-0/+1
* (reset_buffer_local_variables): Use Vascii_eqv_tableRichard M. Stallman1994-04-231-2/+2
* (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.Richard M. Stallman1994-04-231-10/+10
* (alloca.o): Use config_h.Richard M. Stallman1994-04-231-2/+6
* (max_process_desc): New variable.Richard M. Stallman1994-04-231-1/+19
* (syms_of_fileio): New Lisp var inhibit-file-name-operation.Richard M. Stallman1994-04-231-17/+30
* (x_window): Test FRAME_EXTERNAL_MENU_BARRichard M. Stallman1994-04-231-3/+34
* *** empty log message ***Richard M. Stallman1994-04-231-7/+20
* *** empty log message ***Richard M. Stallman1994-04-231-2/+5
* Initial revisionRichard M. Stallman1994-04-231-0/+27
* (HAVE_LIBRESOLV): Add #undef.Richard M. Stallman1994-04-231-0/+1
* (LIBS_SYSTEM): Invert the HAVE_RES_INIT condition.Richard M. Stallman1994-04-231-1/+3
* (Ffind_file_name_handler): New argument OPERATION. All callers changed.Karl Heuer1994-04-221-37/+39
* Pass operation to Ffind_file_name_handler.Karl Heuer1994-04-223-9/+6
* (x_set_mouse_pixel_position): New function.Richard M. Stallman1994-04-221-4/+14
* (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions.Richard M. Stallman1994-04-221-1/+56
* (send_process): If fpathconf fails, use 250.Richard M. Stallman1994-04-211-0/+2
* *** empty log message ***Karl Heuer1994-04-211-4/+2
* *** empty log message ***Karl Heuer1994-04-211-5/+15
* (get_lim_data): Handle NO_LIM_DATA.Richard M. Stallman1994-04-211-0/+9
* (init_lread): Maybe put build-time Lisp dirs on load-path.Richard M. Stallman1994-04-211-5/+14
* (init_cmdargs): Check only for etc and lib-src subdirsRichard M. Stallman1994-04-211-5/+13
* (init_cmdargs): Just check for etc and lib-src subdirsRichard M. Stallman1994-04-211-41/+23
* (x_make_frame_visible): Args to x_set_offset were swapped.Richard M. Stallman1994-04-211-1/+1
* (init_callproc): Set Vdoc_directory like Vdata_directory.Richard M. Stallman1994-04-211-1/+1
* Comment change.Richard M. Stallman1994-04-211-3/+0
* *** empty log message ***Richard M. Stallman1994-04-211-4/+0
* (x_top_window_to_frame): Declare this function.Karl Heuer1994-04-201-0/+1
* Doc fixes.Richard M. Stallman1994-04-201-3/+4
* (TAGS): Split off included tags file lisp/TAGS.Richard M. Stallman1994-04-201-4/+10
* * m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined.Francesco Potortì1994-04-201-3/+5
* (Fmodify_frame_parameters, Fframe_parameters):Richard M. Stallman1994-04-201-1/+52
* (HAVE_INET_SOCKETS): Add #undef.Richard M. Stallman1994-04-201-0/+2
* (XTread_socket): Delete the non-NEW_SELECTIONS codeRichard M. Stallman1994-04-201-62/+16
* (XTread_socket, case ClientMessage): Use x_window_to_frame unconditionally.Richard M. Stallman1994-04-201-21/+33
* (set_window_width): Don't delete root window for being too narrow.Richard M. Stallman1994-04-201-1/+1
* (describe_map_tree, describe_map): Skip keymaps we've seen before.Karl Heuer1994-04-201-11/+23
* (create_process): Call setsid only if pty_flag.Richard M. Stallman1994-04-201-5/+7
* (describe_map): Merge with describe_map_2.Karl Heuer1994-04-201-33/+20
* (read_avail_input): Don't retry read.Karl Heuer1994-04-201-3/+12
* (CRT0_DUMMIES): Ignore one arg.Richard M. Stallman1994-04-191-3/+8
* (Vlast_event_frame): Define unconditionally.Richard M. Stallman1994-04-191-3/+1
* (${etc}DOC): Delete redundant version.el from cmd.Richard M. Stallman1994-04-191-1/+1
* (read_avail_input): Test EINTR, not EAGAIN.Karl Heuer1994-04-191-1/+1