1995-06-21 Richard Stallman * Version 19.29 released. * xfns.c (Fx_display_grayscale_p): Return t or nil. Return t for color displays. * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Increased to 68000. * xdisp.c (decode_mode_spec) [!MULTI_FRAME]: Handle %F properly. 1995-06-20 Richard Stallman * keyboard.c (read_key_sequence): Don't use Vprefix_help_command for the first character in a key seq. * ntinevt.c (map_virt_key): Mark some additional chars as valid ASCII. * ntterm.c (ctrl_c_handler): Ignore CTRL_BREAK_EVENT signals. 1995-06-19 Richard Stallman * sysdep.c (rmdir): Fix up Aug 19 1993 change that wasn't done right. * ntproc.c (win32_wait): Massage retval into what is expected in Unix. * process.c (sigchld_handler): Change XSETFASTINT to XSETINT. * keyboard.c (Freset_this_command_lengths): New function. (before_command_key_count, before_command_echo_length) (before_command_restore_flag): New variables. (add_command_key): If requested, reset the lengths. (command_loop_1): Record current lengths before reading cmd. (read_char): Update the recorded length before echoing. * xfns.c (Fx_create_frame): Fix last arg to x_get_arg for Qdisplay. * s/linux.h (LIB_GCC): Fix previous change. If we redefine it later, #undef it first. 1995-06-18 Richard Stallman * keyboard.c (quit_throw_to_read_char): Turn off the error check testing poll_suppress_count. * s/linux.h (LIB_GCC): Define here, overriding Makefile.in.in, so as to use C_SWITCH_X_MACHINE. 1995-06-17 Richard Stallman * m/alpha.h (SYSTEM_MALLOC): Definition deleted. * keymap.c (Vdefine_key_rebound_commands): New variable. (syms_of_keymap): Set up Lisp var. (Fdefine_key): Put new definition onto Vdefine_key_rebound_commands. * xmenu.c (menu_item_equiv_key): Do reconsider a command that had no equivalent before, if it is in Vdefine_key_rebound_commands. * data.c (Flocal_variable_if_set_p): New function. (syms_of_data): Call defsubr. * xdisp.c (display_text_line): Fill in charstart for end of buffer. 1995-06-16 Richard Stallman * puresize.h [MULTI_FRAME] (BASE_PURESIZE): Increase to 315000. * frame.c (Fdelete_frame): Use do_switch_frame directly. (do_switch_frame): No longer static. * window.c (Fset_window_configuration): Use do_switch_frame directly. * keyboard.c (quit_throw_to_read_char): Use do_switch_frame directly. * lisp.h (do_switch_frame): Declared. 1995-06-16 Karl Heuer * frame.c [MULTI_FRAME] (Fignore_event): New function. [MULTI_FRAME] (keys_of_frame): Bind iconify-frame and make-frame-visible to it. 1995-06-16 Richard Stallman * .gdbinit: Use long, not EMACS_INT. Do `set main' to make gdb_valbits etc. available. * frame.h (struct frame): New field icon_name. * xterm.h (struct x_display): icon_name deleted. * xfns.c (x_report_frame_params, x_set_icon_type, x_set_icon_name) (x_set_name, x_icon, Fx_create_frame): Use moved icon_name field. * alloc.c (mark_object): Mark icon_name field. 1995-06-15 Karl Heuer * keyboard.h (struct kboard): Add Voverriding_terminal_local_map. * keyboard.c (init_kboard): Initialize it. (syms_of_keyboard): Defvar it. (read_key_sequence, menu_bar_items): Check Voverriding_terminal_local_map before Voverriding_local_map. * doc.c (Fsubstitute_command_keys): Likewise. * keymap.c (Fkey_binding, describe_buffer_bindings): Likewise. * xdisp.c (Qoverriding_terminal_local_map): New variable. (syms_of_xdisp): staticpro it. (update_menu_bar): If we bind overriding-local-map, also bind overriding-terminal-local-map. * frame.c (Fhandle_switch_frame): Preserve prefix arg. * keyboard.c (command_loop_1): In special handling for commands that create a prefix arg, don't handle commands that merely preserve one that was previously created. * .gdbinit ($valmask): Use EMACS_INT, not int. * lisp.h (enum pvec_type): Don't use trailing comma. 1995-06-15 Richard Stallman * m/alpha.h (malloc, realloc): If not _MALLOC_INTERNAL, always use void *. 1995-06-15 Geoff Voelker * callproc.c (call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP. (call-process-region) [WINDOWSNT]: Use proper temp file template. * ntproc.c (win32_spawnve): Accept program names without executable suffixes. * makefile.nt (TRES) [MSVCNT11]: Use emacs.res, and don't compile it. 1995-06-15 Richard Stallman * m/alpha.h (LD_SWITCH_MACHINE): Don't define it. (malloc, realloc): If non-ANSI C, declare value as char *. 1995-06-14 Richard Stallman * sysdep.c (emacs_set_tty): Swap TCSETAF and TCSETAW. Rename arg waitp to flushp. 1995-06-14 Karl Heuer * callint.c (Fprefix_numeric_value): Fix type check. * keyboard.c (command_loop_1): Clear prefix arg (undo Feb 1 change). 1995-06-14 Richard Stallman * data.c (Flocal_variable_p): Fix backwards logical operator. 1995-06-14 Karl Heuer * m/intel386.h: If NOT_C_CODE, don't include alloca.h. [!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp. 1995-06-14 Richard Stallman * frame.c (Fdelete_frame): If the minibuf window was selected, make that remain so. * process.c (status_notify): Undo May 18 change. Set update_tick at the beginning not at end. * buffer.c (Fprevious_overlay_change): Check for overlays that end at POS. 1995-06-13 Richard Stallman * xfns.c (syms_of_xfns): Initialize Vx_no_window_manager. Doc fix. 1995-06-13 Karl Heuer * m/ibmrs6000.h (LIBS_MACHINE): Use -lpthreads, not -lpthread. * config.h.in (HAVE_LIBPTHREADS): Add #undef. 1995-06-12 Roland McGrath * mem-limits.h [_LIBC] (start_of_data): Define to &__data_start for GNU libc. 1995-06-11 Richard Stallman * xmenu.c (frame_vector_add_frame): Don't forget to store the longer vector. * xterm.h (struct x_display): New field asked_for_visible. * xterm.c (x_make_frame_visible): Test and set asked_for_visible. * widget.c (EmacsFrameSetCharSize): Manually alter the height and width of the outer widget (and the width of the column widget) carefully using deltas. Set update_hints_inhibit nonzero while updating. Then call update_wm_hints explicitly. (update_wm_hints): Use 0 for min_rows, min_cols. Do nothing if update_hints_inhibit is nonzero. * xterm.c: Include widget.h. (x_wm_set_size_hint) [USE_X_TOOLKIT]: Get the size from the outer widget. Copy the base and minimum sizes from the old hint. * xfns.c [USE_X_TOOLKIT] (x_window): If using Motif, add some extra to sizes, for consistent behavior. 1995-06-10 Richard Stallman * dispnew.c (Fframe_or_buffer_changed_p): Calculate vector size right. Add hysteresis when making it larger. Fill it up reliably and check at the end for overflowing it. (syms_of_display): Make frame_and_buffer_state initially with 20 elts. * keyboard.c (read_char_minibuf_menu_prompt): If the char to type doesn't match the prompt string, show the char explicitly. 1995-06-10 Geoff Voelker * ntterm.c,ntproc.c,nt.c: Include config.h before stdio.h. 1995-06-09 Geoff Voelker * makefile.nt (TEMACS): Depend upon $(BLD). (temacs): Remove $(BLD) dependency. 1995-06-09 Richard Stallman * xterm.c (x_get_keysym_name): New function. * keyboard.c (modify_event_symbol): Mask out high bits here, and only for certain purposes. table_size now unsigned. (modify_event_symbol) [HAVE_X_WINDOWS]: Use x_get_keysym_name. (make_lispy_event): Don't mask high bits here. Supply -1 as table_size for system-specific keys. * xdisp.c (update_menu_bar): Use set_buffer_internal_1 to switch bufs. Run the hooks in the proper buffer. Normally bind overriding-local-map to nil. (Qoverriding_local_map): New variable. (syms_of_xdisp): staticpro it. 1995-06-09 Karl Heuer * keyboard.h (struct kboard): New member system_key_syms. * alloc.c (mark_kboards): Mark it. * keyboard.c (system_key_syms): Deleted; now part of struct kboard. (make_lispy_event): Use the struct member. (init_kboard): Initialize it. (syms_of_keyboard): Delete initialization and staticpro. * Makefile.in.in (SOURCES): Makefile isn't source; Makefile.in.in is. 1995-06-08 Richard Stallman * keyboard.c (Fevent_convert_list): Renamed from convert_event_type_list. (syms_of_keyboard): defsubr it. * keymap.c (Flookup_key, Fdefine_key): Use Fevent_convert_list. * xmenu.c (xmenu_show): Do call lw_destroy_all_widgets. (xdialog_show): Likewise. (popup_get_selection): Don't call it here. * search.c (Freplace_match): Fix check for valid reg in string replace. Do the right thing with backslash. * keyboard.c (Vhelp_event_list): New var. (syms_of_keyboard): Set up Lisp var. (help_char_p): New function. (read_char, echo_char, read_key_sequence): Use help_char_p. * keyboard.h (Vlucid_menu_bar_dirty_flag): Declare this variable. (Qrecompute_lucid_menubar, Qactivate_menubar_hook): Likewise. * keyboard.c (read_key_sequence): Don't run activate-menubar-hook or call recompute-lucid-menubar. * xdisp.c (update_menu_bar): Run activate-menubar-hook and call recompute-lucid-menubar. 1995-06-08 Karl Heuer * commands.h (last_command): Declaration deleted. * keyboard.h (struct kboard): New member Vlast_command. * keyboard.c (last_command): Var deleted; now part of struct kboard. (init_kboard): Initialize it. (syms_of_keyboard): Defvar it. (command_loop_1): Make last_command be kboard-local. * cmds.c (internal_self_insert): Likewise. * minibuf.c (Fminibuffer_complete): Likewise. * m/ibmrs6000.h (LIBS_MACHINE): Use -lpthread if it exists. * m/alpha.h (LIBS_MACHINE): Define to -ldnet or -ldnet_stub. * s/msdos.h (SYSTEM_PURESIZE_EXTRA) [!HAVE_X_WINDOWS]: Increase to 62000. * process.c [!subprocesses]: Include sysselect.h. * xmenu.c (xmenu_show): If !HAVE_X_WINDOWS, don't reference X display. 1995-06-07 Karl Heuer * keyboard.h (struct kboard): member Vprefix_arg restored, replacing prefix_factor, prefix_value, prefix_sign, and prefix_partial. * callint.c (current_prefix_partial): Deleted. (Vprefix_arg): Deleted; not part of struct kboard again. (Funiversal_argument, Fnegative_argument, Fdigit_argument) (clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg): Deleted. (syms_of_callint): Use DEFVAR_KBOARD for Vprefix_arg. Remove defsubrs for deleted functions. * lisp.h: Remove declarations for deleted vars and functions. * alloc.c (mark_kboards): Mark Vprefix_arg instead of prefix_factor and prefix_value. * macros.c (Fexecute_kbd_macro): Vprefix_arg is now part of kboard. * keyboard.c (cmd_error, command_loop_1, Fcommand_execute) (Fexecute_extended_command, init_kboard, syms_of_keyboard): Undo Feb 28 change; prefix arg handling is now in Lisp code again. * buffer.c: (syms_of_buffer): Doc fix. * buffer.c: (Fbuffer_disable_undo): Make this function interactive. 1995-06-07 Richard Stallman * data.c (Flocal_variable_p): New optional arg BUFFER. Really check whether var is local in *that* buffer. * xfns.c (x_real_positions): Uncatch and recatch X errors in the loop. * filelock.c (unlock_file, lock_file): Call Fexpand_file_name. 1995-06-05 Karl Heuer * Makefile.in.in (TOOLKIT_DEFINES): Define. (ALL_CFLAGS): Insert $(TOOLKIT_DEFINES) here. * xfns.c (syms_of_xfns): Provide motif in Motif version. * lisp.h: (Fwaiting_for_user_input_p): Function declared. (Fupcase_initials, Fupcase_initials_region): Likewise. (Fplist_get, get_local_map, Fx_popup_menu, Fx_popup_dialog): Likewise. (Fframe_first_window): Likewise. * keyboard.c (cmd_error): Use NULL, not 0, as arg to cmd_error_internal. (menu_bar_items): Likewise, for arg of current_minor_maps. (record_char): Add cast. * indent.c (Fvertical_motion): Add cast. * undo.c (record_insert): Change args to be ints, not Lisp_Objects. * casefiddle.c (casify_region): Use explicit local vars for start and end, so that the type will be correct. (operate_on_word): Likewise for iarg in this function. (upcase_initials, upcase_initials_region): Deleted; these were redundant copies of Fupcase_initials and Fupcase_initials_region. * abbrev.c (Fexpand_abbrev): Call to upcase_initials_region changed to Fupcase_initials_region for consistency. * search.c (Freplace_match): Likewise. * alloc.c: Declare sbrk. * xdisp.c: Include keyboard.h. * s/irix5-0.h (POSIX_SIGNALS): Defined. 1995-06-03 Richard Stallman * xterm.c (x_wm_set_icon_pixmap): Set IconPixmapHint in both cases. * buffer.c (Fkill_buffer): When killing indirect buffer, unchain that buffer's markers (only) from the common chain. Don't rekill this buffer's indirect buffers that are dead. Do nothing if this buffer is already dead. 1995-06-03 Karl Heuer * editfns.c (Fencode_time): Doc fix. * fns.c (NULL): Define if not defined. 1995-06-02 Richard Stallman * xfns.c (Fx_create_frame): Make sure icon_name is a string or nil. * xterm.h (struct x_display): Rename icon_label to icon_name and make it a Lisp_Object. * xfns.c (Qicon_name): New variable. (Fx_create_frame): Look for icon-name parm and set icon_label field. (x_set_icon_type): Compute arg to x_text_icon based on frame name and icon_name fields. (x_set_icon_name): New function. (x_icon): Call x_text_icon. (x_set_name): Look at icon_name field when setting the icon name, (x_frame_parms): Add icon-name. (syms_of_xfns): Set up Qicon_name. * xterm.c (x_text_icon): Do call XSetIconName or XSetWMIconName. Don't save ICON_NAME anywhere. * sysdep.c (old_tty_valid): New variable. (init_sys_modes): Set old_tty_valid if we set old_tty. (reset_sys_modes): Restore tty settings only if old_tty_valid. * term.c (cursor_to, clear_to_end_of_line_raw): If chars_wasted is 0, do nothing. (clear_end_of_line): Don't die if chars_wasted is 0. * search.c (trivial_regexp_p): = is special after \. * s/ptx.h (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted. 1995-06-01 Karl Heuer * xfns.c (x_destroy_bitmap): Block and unblock input. (Fx_horizontal_line): Add one UNBLOCK_INPUT to fix a misbalance, and move another one to include the call to XFreeGC, in case we someday remove the "#if 0" conditions. * widget.c (EmacsFrameDestroy): Block and unblock input. 1995-05-31 Richard Stallman * xfns.c (x_display_info_for_name): Fix error message. (Fx_open_connection): Fix error messages. 1995-05-30 Karl Heuer * s/sol2-4.h (LD_SWITCH_SYSTEM): Copied back from s/sol2-3.h; added references to /usr/dt/lib. * xfns.c (syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list. * editfns.c (syms_of_editfns): user-login-name renamed from user-name. user-real-login-name renamed from user-real-name. C names changed to Vuser_real_login_name, Vuser_login_name as well. * nt.c: Change Vuser_real_name to Vuser_real_login_name. 1995-05-30 Richard Stallman * xfns.c (x_top_window_to_frame): Don't match menu-bar widget. * xdisp.c (update_menu_bar): Reverse test of save_match_data. * xmenu.c (set_frame_menubar): Always call update_frame_menubar. * xfns.c (x_window): Use applicationShellWidgetClass, not topLevelShellWidgetClass. Call lw_set_main_areas after creating the menubar widget. 1995-05-29 Karl Heuer * xdisp.c (update_menu_bar): Do update if region display has changed. * frame.c (make_frame_without_minibuffer): New arg DISPLAY. If there's no minibuffer frame to use, create one. * xfns.c (Fx_create_frame): Pass new arg to make_frame_without_minibuffer. * fns.c (Frandom): Use EMACS_INT, not int. Use NULL, not 0, as arg of `time'. * frame.c: Declare x_get_focus_frame. (Fmouse_position): Use NULL, not 0, as arg of pixel_to_glyph_coords. * keyboard.c (make_lispy_event, make_lispy_movement): Likewise. 1995-05-29 Richard Stallman * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Do pass MotionNotify events to the toolkit. * keyboard.c (Fset_input_mode): When read_socket_hook, ignore what the user specified, and set interrupt_input in the preferred way for this system. * xterm.c (x_term_init): Call init_sigio only if interrupt_input. 1995-05-28 Morten Welinder * s/osf1.h (COFF): Define. * m/alpha.h (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define. (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC, !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype. 1995-05-28 Richard Stallman * xterm.c (x_set_offset): Distinguish CHANGE_GRAVITY < 0 case. * xfns.c (x_set_frame_parameters): Pass -1 to x_set_offset. * xfns.c (x_report_frame_params): Report top and left in a way that represents negative offsets correctly. * syntax.c (describe_syntax_1): Pass new arg to describe_vector. * keymap.c (describe_vector): New arg entire_map. Don't show bindings shadowed earlier on in the same map. (Fdescribe_vector, describe_map): Pass new arg. * xdisp.c (redisplay_window): Don't use try_window_id if newline has a display table entry. * xdisp.c (update_menu_bar): Call set_frame_menubar with proper buffer current. 1995-05-26 Geoff Voelker * lread.c (init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH. 1995-05-26 Richard Stallman * xfns.c (x_window): Call initialize_frame_menubar near the end, after UNBLOCK_INPUT. * xmenu.c (popup_get_selection): Force deactivation if key pressed. New arg `id'. (xdialog_show, xmenu_show): Pass new arg to popup_get_selection. * xterm.c (XTread_socket): Don't call popup_get_selection here. 1995-05-26 Karl Heuer * sysdep.c (VFORK_RETURN_TYPE): Use int if not already defined. (vfork): Declare the return type. * s/sol2-3.h (HAVE_VFORK): Moved here from s/sol2-4.h. (VFORK_RETURN_TYPE): Defined. * s/sol2-4.h (HAVE_VFORK): Moved to s/sol2-3.h. (pid_t): Deleted; s/sol2-3.h now defines a symbol for this. * xdisp.c (x_consider_frame_title): Use FRAME_KBOARD. 1995-05-26 Geoff Voelker * s/windows95.h: New file. * ntheap.h (get_data_region_base): Undefined. (get_reserved_heap_size): Use reserved_heap_size. (reserved_heap_size): Declared. * ntheap.c (reserved_heap_size,allocate_heap): Defined. (sbrk): Use allocate_heap. * ntterm.c (set_terminal_modes): Set cursor size appropriate for Windows 95. (write_glyphs): Don't memset attrs, which is a word array. * nt.c (configuration_buffer): Increase size. (get_emacs_configuration) [WINDOWS95]: Use appropriate string. (prepare_standard_handles) [WINDOWS95]: Disable subprocesses. (reset_standard_handles): Check error number on failure. * makefile.nt (LIBS): Use BASE_LIBS and ADVAPI32. (config.h,paths.h): Use $(CP) instead of cp. (config.h): Use $(CONFIG_H). (EMACS) [WINDOWS95]: Don't dump temacs.exe. (clean): Cleanup MSVC files and config.h. (cleandump): Separate commands onto multiple lines. Cleanup comments. 1995-05-26 Michael Ernst * emacs.c (standard_args): -i, -itype, --icon-type take 0, not 1, args 1995-05-25 Karl Heuer * process.c (create_process, send_process): Add volatile qualifiers. (wait_reading_process_input) [both versions]: Cast args of select. * syntax.c (scan_lists): Make stringterm an unsigned char. * dispnew.c (change_frame_size_1): Declare arg DELAY. * insdel.c (adjust_point): Declare arg AMOUNT. * lisp.h (do_symval_forwarding): Declare this function. (frame_buffer_predicate, Foverlay_start, Foverlay_end): Ditto. (Fprevious_single_property_change, Fend_of_line, Felt): Ditto. (Fforward_line, Fforward_word, Fdelete_region, Fforward_char): Ditto. (Fnarrow_to_region, Fwiden, Fmatch_beginning, Fmatch_end): Ditto. (Fskip_chars_forward, Fskip_chars_backward): Ditto. (Ffile_name_absolute_p, read_doc_string): Ditto. (get_frame_param, store_frame_param, store_in_alist): Ditto. (describe_map_tree): Declaration moved here from keymap.c. * keymap.c (describe_map_tree): Move declaration to lisp.h. * doc.c (Fsubstitute_command_keys): Cast arg of describe_map_tree. * frame.c [MULTI_FRAME] (Fmouse_position): Cast arg of pixel_to_glyph_coords. * callint.c (Fcall_interactively): Cast arg of doprnt. * editfns.c (format1): Likewise. * xdisp.c (message): Likewise. (scroll_bottom_vpos, fmodetrunc): Declarations deleted. 1995-05-25 Richard Stallman * dispnew.c (Fframe_or_buffer_changed_p): Record frame names as well as the frame objects. * xterm.c (XTread_socket): For MapNotify, call record_asynch_buffer_change. * xdisp.c (prepare_menu_bars): Update frame titles before menu bars. * xfns.c (Fx_get_resource): Major rewrite to make it clearer. (validate_x_resource_name): Use build_string, not make_string. (Fx_create_frame): Initially use Vinvocation_name as resource name. Switch to frame name if frame name is explicit. (x_display_info_for_name, Fx_open_connection): Add casts. Initially use Vinvocation_name as resource name. [USE_X_TOOLKIT] (x_window): Use Vx_resource_name for widget names. * xmenu.c (xmenu_show, xdialog_show): Increment widget_id_tick in the same way as in xfns.c. Use LWLIB_ID type where appropriate. (set_frame_menubar, free_frame_menubar): Add casts to LWLIB_ID. * xterm.c (XTflash): Use pointers as args to select. (XTread_socket, x_set_offset, x_set_window_size) (x_make_frame_invisible): Cast 2nd arg to x_wm_set_size_hint. (XTclear_end_of_line): Don't specify return type. (note_mouse_highlight): Declare args x and y. (x_icon_type): New declaration. (flashback): Declaration deleted. 1995-05-24 Karl Heuer * lisp.h (menu_bar_items): Declare this function. 1995-05-24 Richard Stallman * xmenu.c (Fx_popup_dialog): Treat (menu-bar) like t, for POSITION. * frame.c (Fdelete_frame): When updating Vdefault_minibuffer_frame, insist on a frame on the proper keyboard. * xterm.c (x_connection_closed): Unblock input, first thing. Set Vdefault_minibuffer_frame to t before deleting a frame that might have its own minibuffer. 1995-05-23 Karl Heuer * xfns.c (hack_wm_protocols): Use cast instead of suffix. 1995-05-23 Richard Stallman * xfns.c (x_set_frame_parameters): Pass 1 as change_gravity when calling x_set_offset. (x_real_positions): Don't add border_width into win_x, win_y. * xterm.c (x_set_offset): Add border_width when calling XMoveWindow. * xterm.h (struct x_display): New field menubar_height. * xmenu.c (set_frame_menubar): Set menubar_height field. * xfns.c (x_window) [both versions]: Set menubar_height. * xfns.c [USE_X_TOOLKIT] (x_window): Don't call XMoveWindow or x_calc_absolute_position. Do use the border_width. * xterm.c (x_calc_absolute_position): Use menubar_height field. In toolkit case, use outermost Emacs widget and its parent. [USE_X_TOOLKIT] (x_make_frame_visible): Do call x_set_offset. * xfns.c [USE_X_TOOLKIT] (x_window): Pass position to toolkit only if user-specified. But always use XMoveWindow to move the window to that position. * alloc.c (Fgarbage_collect): Clear consing_since_gc first thing. * xdisp.c (redisplay_window): Use set_buffer_internal_1. * buffer.c (set_buffer_internal_1): New subroutine. (Fmove_overlay): Don't set windows_or_buffers_changed. 1995-05-22 Karl Heuer * xselect.c (x_get_window_property): Cast args of XGetWindowProperty. * xfaces.c (unload_color): Cast args of XFreeColors. * xfns.c (hack_wm_protocols): Cast args of XGetWindowProperty. (x_set_border_pixel): Cast args of XSetWindowBorder. * widget.c (create_frame_gcs): Cast args of XCreateGC. (setup_frame_gcs): Cast args of XCreatePixmapFromBitmapData. * data.c (long_to_cons): Don't assume 32-bit longs. * fileio.c (Fvisited_file_modtime): Cast arg of long_to_cons. * editfns.c (Fformat): Split double into two pointers, not two ints. * s/hpux9.h: Delete HAVE_FMOD; configure handles that correctly now. 1995-05-22 Richard Stallman * xdisp.c (display_text_line): Enter a char in charstarts at the very end of the character loop. Enter newline or ^M (if selective display) separately. * lisp.h (gdb_lisp_params): New enum type. * .gdbinit: Use gdb_lisp_params to get storage layout info. Set and use $valmask and $nonvalbits. * lread.c (oblookup): Delete argument hashp. 1995-05-19 Karl Heuer * floatfns.c (Flogb): frexp needs a pointer to int, not EMACS_INT. 1995-05-19 Richard Stallman * dispnew.c (buffer_posn_from_coords): Don't let startp be before BEGV. 1995-05-18 Karl Heuer * indent.c (compute_motion): Handle overlay strings. New arg DID_MOTION. All callers changed. * dispnew.c, window.c: Add new argument to calls of compute_motion. * xdisp.c: Add new argument to calls of compute_motion. (zv_strings_seen): New variable. (redisplay, try_window, try_window_id): Clear zv_strings_seen. (display_text_line): Handle overlay strings. 1995-05-18 Richard Stallman * s/sol2-4.h: Undo previous change. * emacs.c (Fkill_emacs): Delete the auto-save-list file after shut_down_emacs. * process.c (status_notify): If Vprocess_alist changes within the loop, do the whole loop again. 1995-05-17 Karl Heuer * emacs.c (Fdump_emacs): Don't take address of array. * buffer.c (Fmake_indirect_buffer): Fix interactive spec. * Makefile.in.in (SOURCES): Fix reference to ymakefile. * keyboard.c (syms_of_keyboard): Always define track-mouse. (do_mouse_tracking): Always declare this var. 1995-05-15 Marcus Daniels * s/linux.h: Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H. [__ELF__] (START_FILES, LIB_STANDARD, LIB_GCC, UNEXEC): Define these. [__ELF__] (UNEXEC_USE_MAP_PRIVATE): Define this. * unexelf.c (unexec) [UNEXEC_USE_MAP_PRIVATE]: New logic for systems that don't support MAP_SHARED with PROT_WRITE. 1995-05-15 Richard Stallman * s/sol2-4.h (LD_SWITCH_SYSTEM): Define. 1995-05-15 Simon Leinen * indent.c (vmotion): handle the case where `minibuf_prompt' is nil. 1995-05-12 Karl Heuer * indent.c (vmotion): Simplify. Replace last three args with a single struct window *. All callers changed. * xdisp.c (minmax): New macro. (redisplay, redisplay_window, try_window_id): Clip cursor hpos at both low and high extremes, in anticipation of a change to compute_motion. * xterm.c (Qvendor_specific_keysyms): New var. (syms_of_xterm): Initialize and staticpro it. (x_term_init): Initialize Vsystem_key_alist according to vendor. * emacs.c (main) [NeXT]: Add missing braces. 1995-05-11 Karl Heuer * sysdep.c (init_system_name): Clean up signedness mismatch. * unexelf.c (unexec): Fix type mismatch. * print.c (float_to_string): Fix type mismatch and simplify. * dispnew.c [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring. * frame.c [!MULTI_FRAME] (Fframe_height, Frame_width): Likewise. 1995-05-09 enami tsugutomo * window.c [MULTI_FRAME] (init_window_once): Set Vterminal_frame to selected_frame. * frame.c [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame. (do_switch_frame): Set Vterminal_frame to selected_frame. 1995-05-08 Andreas Schwab * Makefile.in.in (VMS_SUPPORT): Add missing `.elc'. (SOME_MACHINE_LISP): New variable. (${etc}DOC): Use it. * buffer.c (syms_of_buffer): Doc fix. * frame.c (frame-height, frame-width, set-screen-height, set-screen-width, termal-frame) [!MULTI_FRAME]: Delete doc strings. 1995-05-08 Karl Heuer * keyboard.c (init_kboard): Initialize Vdefault_minibuffer_frame. * keyboard.h (struct kboard): New member Vdefault_minibuffer_frame. * frame.c: Vdefault_minibuffer_frame is now part of KBOARD instead of a variable. All references changed. (make_frame_without_minibuffer): New arg KB. Require the new frame's minibuffer to be on the same display. * xfns.c (Fx_create_frame): Pass kb to make_frame_without_minibuffer. * xdisp.c (x_consider_frame_title): When setting multiple_frames, ignore invisible frames and frames on other displays. * keyboard.c [MULTI_KBOARD] (read_char): If the character was for the wrong kboard, don't let it get processed twice. 1995-05-08 Richard Stallman * callproc.c (Fcall_process): Keep reading till buffer is nearly full. * emacs.c (Fdump_emacs): Don't use & before my_edata. 1995-05-08 Francesco Potorti` (pot@cnuce.cnr.it) * m/delta.h (C_SWITCH_MACHINE): Let configure decide if this is a 68040 or 68030. Don't condition on __STDC__. 1995-05-08 enami tsugutomo * frame.c (Fraise_frame, Flower_frame): Make arg FRAME optional. * keyboard.c (Fread_key_sequence): Doc fix. 1995-05-08 Richard Stallman * window.c (Fdisplay_buffer): Initialize other, upper, lower. 1995-05-07 Richard Stallman * lisp.h (Fmatch_data, Fstore_match_data): Declared. * xdisp.c (prepare_menu_bars): Save and restore the match data. (update_menu_bar): New arg save_match_data. Maybe save and restore match data here. 1995-05-07 Geoff Voelker * makefile.nt (region-cache.obj,vm-limit.obj): Dependencies defined. (OBJ1): Don't compile xfaces.c. (buffer.obj,indent.obj,search.obj): Add region-cache.h dependency. 1995-05-07 Paul Eggert * data.c (Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0. * lread.c (isfloat_string): Reject strings like "0.5+". 1995-05-07 Richard Stallman * process.c (wait_reading_process_input): Pass arg in new call to set_waiting_for_input. * xfns.c (Funfocus_frame): Check for live X frame. * lread.c (init_lread): Don't warn about missing installation dirs when using dirs derived from the executable. 1995-05-06 Geoff Voelker * makefile.nt (TRES): Defined. (TLIB1,TLIB2): Created out of TLIB. (TLIB): Split to reduce time to do library updates. (DOC): Use DOC-X. (strftime.obj): Compile with -Dstrftime=emacs_strftime. 1995-05-06 Richard Stallman * window.c (syms_of_window): Doc fix. (temp_output_buffer_show): If we use Vtemp_buffer_show_function, do nothing else. * s/bsd386.h (GETPGRP_NO_ARG): New definition. (BSD): Include sys/param.h instead of redefining BSD. But do this only if emacs is defined. * lisp.h (gc_cons_threshold): Change back to int. * alloc.c (gc_cons_threshold): Change back to int. (min): New macro. (inhibit_garbage_collection): Don't exceed value an int can hold. * xdisp.c (prepare_menu_bars): Clear size-change flag before running size-change functions. (scroll_step, debug_end_pos, line_number_display_limit): Now static. 1995-05-05 Richard Stallman * emacs.c (Fdump_emacs_data): Don't use & before my_edata. * editfns.c (Fencode_time): Rename arg from min to minute. (days_per_month): Move variable to top level. * process.c (wait_reading_process_input): Don't call prepare_menu_bars. Clear waiting_for_input around calling redisplay_preserve_echo_area. * xfns.c [USE_X_TOOLKIT] (x_window): Always pass position in geometry. Set XtNmappedWhenManaged to 0 for shell_widget. (Fx_create_frame): Always call x_wm_set_size_hints. * s/sol2-4.h (HAVE_VFORK): Add #undef. * s/netbsd.h (GETPGRP_NO_ARG): Defined. 1995-05-04 Richard Stallman * s/freebsd.h: (GETPGRP_NO_ARG): Defined (HAVE_GETPAGESIZE): Definition deleted. * data.c (store_symval_forwarding): Error if value out of range for an integer variable. (Fstring_to_number): Avoid using make_number to return value. Maybe use atol. 1995-05-04 Karl Heuer * buffer.c (Qbefore_string, Qafter_string): New vars. (syms_of_buffer): Initialize and staticpro them. (cmp_for_strings, overlay_strings): New functions. 1995-05-04 Richard Stallman * indent.c (string_display_width): Renamed from string_width. (vmotion): Use new name. * s/sco4.h [!__GNUC__] (LINKER): Defined. * insdel.c (make_gap): Don't allow buffer size that won't fit in int. Make this new error check also check exceeding VALBITS. (insert_1): Delete old error test. (min): New macro. * Makefile.in.in (${etc}DOC): Put SOME_MACHINE_OBJECTS before obj. * xfaces.c (region_face, next_face_id): Make static. * xselect.c (Vselection_converter_alist, x_selection_timeout) (Vx_sent_selection_hooks, Vx_lost_selection_hooks, Vselection_alist): Make static. * alloc.c (inhibit_garbage_collection): Use XSETINT, and do arithmetic in type EMACS_INT. * s/hpux9.h (HAVE_FMOD): Defined. * sysdep.c (bcmp, bcopy): Fix backward BSTRING conditionals. * emacs.c (Fkill_emacs): Delete the Vauto_save_list_file_name file. 1995-05-04 Morten Welinder * data.c (arith_driver): Make accum and next EMACS_INTs. (Fmod): i1 and i2 are EMACS_INT. * editfns.c (Fformat): Allow 30 characters in the printed version of integers and floats. * print.c (print): Handle long EMACS_INT in sprintf. * keyboard.c (Fexecute_extended_command): Handle long EMACS_INT in sprintf. * lread.c (read1): Handle long EMACS_INT in atol. * doprnt.c (doprnt): Handle long EMACS_INT in sprintf. * data.c (Fnumber_to_string, Fstring_to_number): Handle long EMACS_INT in sprintf and atol. * process.c (list_processes_1): Cast XFASTINT for passing to sprintf. * m/alpha.h (bcopy, bzero, bcmp): Don't let string.h prototype these. 1995-05-03 Morten Welinder * keyboard.c (parse_modifiers, apply_modifiers): Don't assume 32-bit EMACS_INT. (parse_modifiers): modifiers is an int, not an EMACS_INT. (read_key_sequence): Pass modifiers as int, not EMACS_INT. * buffer.h (Fdelete_overlay): Was mistakenly called Fdelete_overlays. * lisp.h (gc_cons_threshold): Make this an EMACS_INT. * alloc.c (gc_cons_threshold): Make this an EMACS_INT. (gc_sweep): Make already_free an EMACS_INT. * search.c (search_buffer): Cast p_limit to EMACS_INT not int. * s/osf1.h (GETPGRP_NO_ARG): Define. 1995-05-03 Richard Stallman * keyboard.c (reorder_modifiers): Use XINT. Cast apply_modifiers arg to int. * unexapollo.c: New file. * m/apollo.h (CANNOT_DUMP, VIRT_ADDR_VARIES, LIBS_TERMCAP) (NO_X_DESTROY_DATABASE): Macros deleted. (BSTRING): #undef deleted. (SYSTEM_TYPES): Redefinition deleted. (UNEXEC): New definition. (LD_SWITCH_SYSTEM): Define as empty. (C_SWITCH_MACHINE, LD_SWITCH_MACHINE): New definitions. (OLDXMENU_OPTIONS): New definition. * fileio.c (directory_file_name): Add APOLLO conditional. (Fcopy_file, Fset_file_modes): Delete APOLLO conditionals. * emacs.c: Delete all APOLLO conditionals. 1995-05-02 Karl Heuer * intervals.c (get_local_map): Use Fget_char_property, so that overlay properties will be considered as well as text properties. 1995-05-02 Richard Stallman * insdel.c (prepare_to_modify_buffer): Use file_truename for locking. * fileio.c (Finsert_file_contents): Use file_truename for unlocking. * buffer.c (Fset_buffer_modified_p): Use the truename for locking. * lread.c (read1): New arg FIRST_IN_LIST; all callers changed. Special handling for backquote and comma. (Qbackquote, Qcomma, Qcomma_at, Qcomma_dot): New variables. (syms_of_lread): Initialize and staticpro them. (Fread, Fread_from_string): Initialize new_backquote_flag. 1995-05-01 Karl Heuer * xmenu.c (xmenu_show, menubar_selection_callback): Move declaration of entry to an outer block, to guarantee its value is preserved. * keyboard.c (kbd_buffer_get_event): New arg USED_MOUSE_MENU. [USE_X_TOOLKIT]: Set *USED_MOUSE_MENU if returning menu-bar symbols. (read_char): Pass used_mouse_menu to kbd_buffer_get_event. This variable is now meaningful for toolkit menus as well as non-toolkit menus. * dispnew.c (update_frame): Don't put cursor in echo area unless the echo area is on this frame. * xdisp.c (redisplay): Don't move the cursor if it's supposed to be in the echo area. (display_text_line): Likewise. (echo_area_display): Put cursor in echo area if appropriate. 1995-04-30 Richard Stallman * emacs.c (standard_args): Add #ifdef VMS for -map. (main): Delete duplicate code for -version. (standard_args): Add -help and -version. * fileio.c (Fdo_auto_save): Record visited file name as well as auto-save file name in the auto-save-list-file-name file. Call Fexpand_file_name for auto-save-list-file-name. 1995-04-29 Richard Stallman * sysdep.c [HAVE_UNISTD_H]: Include unistd.h. * emacs.c (standard_args): Add -L/--directory/-directory. * s/sunos4shr.h (ORDINARY_LINK): Defined. (LINKER): Definition deleted. 1995-04-28 Karl Heuer * xfns.c (x_non_menubar_window_to_frame): New function. * xterm.h: Declare x_non_menubar_window_to_frame. * xmenu.c (popup_get_selection): Use x_non_menubar_window_to_frame. Either queue or dispatch the event, but not both. (dialog_selection_callback): Clear popup_activated_flag. * xmenu.c (Fx_popup_menu): If POSITION is just (menu-bar), use the current mouse position. (menubar_selection_callback): Use (menu-bar) instead of 'menu-bar. * keyboard.c (read_char, read_char_x_menu_prompt): Exclude menu-bar clicks when processing mouse clicks. * xterm.c (x_term_init): Add stub to initialize Vsystem_key_alist. 1995-04-27 Karl Heuer * process.c (create_process): Don't reference pty_name if !HAVE_PTYS. 1995-04-26 Richard Stallman * fileio.c (Ffile_regular_p): Use Qfile_regular_p. (syms_of_fileio): Set up Qfile_regular_p. * emacs.c (standard_args): Move -iconic and --icon-type to the end of the initial args. 1995-04-25 Karl Heuer * alloc.c (mark_kboards): Mark the kbd macro and Vsystem_key_alist. 1995-04-24 Richard Stallman * s/linux.h (REGEXP_IN_LIBC): Defined. * callproc.c (Fcall_process): Use bigger buffer, and grow it as we get more and more data. 1995-04-24 Karl Heuer * xterm.c (x_term_init): If the previous kboard was the dummy one, switch to the new one immediately. * keyboard.h (struct kboard): New member Vsystem_key_alist. * keyboard.c (Vsystem_key_alist): Delete global variable. (init_kboard): Initialize Vsystem_key_alist member. (syms_of_keyboard): Change DEFVAR_LISP to DEFVAR_KBOARD. (make_lispy_event): Use the kboard's alist instead of the global. * fns.c (Fplist_put): Don't signal an error if plist isn't a cons. * xterm.c (x_focus_frame, x_focus_event_frame, x_highlight_frame): Delete these vars; now part of struct x_display_info. (x_new_focus_frame): New arg DPYINFO. Callers changed. Use the struct members instead of the globals. Call x_frame_rehighlight instead of XTframe_rehighlight, so we can pass on the dpyinfo pointer. (x_mouse_leave): New arg DPYINFO. Callers changed. (XTframe_rehighlight): New arg FRAME. Callers changed. Now does all the work in x_frame_rehighlight. (x_frame_rehighlight): New function, code from XTframe_rehighlight. (XTread_socket): Use the struct members instead of the globals. (x_unfocus_frame, x_iconify_frame, x_destroy_window): Likewise. (x_display_box_cursor, x_make_frame_invisible): Likewise. (x_term_init): Initialize the struct members. (x_initialize): Delete initialization of deleted globals. * xfns.c (x_get_focus_frame): New arg FRAME. Callers changed. (Funfocus_frame): Unfocus on selected_frame's display. * xterm.h (struct x_display_info): New members x_focus_frame, x_focus_event_frame, x_highlight_frame, replacing global vars. * frame.c (do_switch_frame): Don't try to refocus termcap frames. * Makefile.in.in: Make dispnew.o and keyboard.o depend on xterm.h. Make intervals.o and term.o depend on keyboard.h. * xfns.c (x_window): Fix type mismatch. * xdisp.c (message_dolog): The message log doesn't need an undo list. * term.c (term_init): MagicWrap implies AutoWrap. 1995-04-24 Richard Stallman * keyboard.c (safe_run_hooks_1, safe_run_hooks_error): New subroutines. (safe_run_hooks): Handle errors to clear the hook, instead of always clearing it temporarily. * callproc.c (child_setup): Reword "can't exec" message. Add newline after message. * process.c (create_process): Don't abort if can't reopen pty_name in the child. Exit the child instead. 1995-04-20 Karl Heuer * abbrev.c (Fexpand_abbrev): Add some error checking. * xmenu.c (Fx_popup_dialog): Don't pass menubarp arg to xdialog_show. 1995-04-19 Karl Heuer * frame.h (struct frame): New member namebuf. * frame.c (make_frame): Initialize it. (Fdelete_frame): Free it. * xfns.c (x_window): Use (or reuse) frame's namebuf instead of a temp var. This avoids a storage leak. 1995-04-19 Richard Stallman * xmenu.c (xmenu_show, xdialog_show): Delete menubarp arg. (Fx_popup_menu): Don't compute menubarp. 1995-04-18 Richard Stallman * callproc.c (Fcall_process): Call Fexpand_file_name for error_file. * keyboard.c (map_event_to_object): Declaration deleted. 1995-04-18 Andreas Schwab * eval.c (Ffetch_bytecode): Check the type of the object being read from the file. 1995-04-17 Richard Stallman * editfns.c (Fencode_time): Don't treat years < 100 as special. 1995-04-17 Karl Heuer * lisp.h: Declare some functions. * buffer.c (adjust_overlays_for_insert): New function. (adjust_overlays_for_delete): New function. * insdel.c (insert_1): Adjust overlay center after inserting. (insert_from_string_1, insert_from_buffer_1): Likewise. (del_range_1): Adjust overlay center after deleting. 1995-04-17 Richard Stallman * editfns.c (Fencode_time): Rewrite by Naggum. 1995-04-15 Richard Stallman * xfns.c (x_report_frame_params): Report value of `display' parm. * Makefile.in.in (really-lwlib, really-oldXMenu): Mark as .PHONY. 1995-04-14 Karl Heuer * editfns.c (Fencode_time): Fix missing \n\'s. 1995-04-14 Richard Stallman * editfns.c (init_editfns): Add casts. * doc.c (get_doc_string): Add cast. * keyboard.c (kbd_buffer_get_event): Don't use prototype. * xdisp.c (message_log_check_duplicate): Make p1 and p2 unsigned char *. 1995-04-13 Richard Stallman * xterm.c (x_term_init): Call XtSetLanguageProc only if HAVE_X11XTR6. 1995-04-13 Karl Heuer * editfns.c (Fbuffer_string): Doc clarification. * alloc.c: Delete the #if that compares MARKBIT. * window.c (Fdisplay_buffer): Search the proper frame when the current frame is minibuffer-only. * fileio.c (Fexpand_file_name): Use IS_DIRECTORY_SEP instead of special code for WINDOWSNT. 1995-04-13 Richard Stallman * xfaces.c (compute_char_face): Don't use NULL. * buffer.c (Foverlays_at, Fnext_overlay_change): Don't use NULL. (Fprevious_overlay_change): Don't use NULL. * xfns.c (Fx_color_defined_p): Doc fix. * xfaces.c [! HAVE_X_WINDOWS] (build_face): Deleted. 1995-04-12 Andreas Schwab * callint.c (Fcall_interactively): Fix paren nesting. * buffer.c (evaporate_overlays): Fix type error. 1995-04-13 Richard Stallman * xterm.c (XTmouse_position): Handle X errors in XTranslateCoordinates. * lisp.h (MARKBIT): Do the shifting as unsigned int. Delete the #if that compares MARKBIT. 1995-04-12 Richard Stallman * xterm.c (XTread_socket): For ConfigureNotify, combine the USE_X_TOOLKIT and non-toolkit cases, which provides some things that were missing in the former. * alloc.c (gc_sweep): If a misc has type Lisp_Misc_Free, keep it on the free list. Sum pseudovector sizes properly. * dispnew.c (Fframe_or_buffer_changed_p): Ignore buffers whose names start with space. * editfns.c (Fencode_time): Use XINT to examine `zone'. 1995-04-11 Geoff Voelker * ntinevt.c (nt_kdb_patch_event): Created. * callproc.c (child_setup) [WINDOWSNT]: Removed syntax errors. * dired.c (Ffile_attributes) [WINDOWSNT]: Removed syntax errors. * fileio.c (Fexpand_file_name) [DOS_NT]: Preserve drive letter case. Fix syntax errors. Check drive letter when expanding ~\. * sysdep.c (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. * ntproc.c (win32_wait): Reap synchronous subprocesses, and place return code in synch_process_retcode. * s/windowsnt.h (ctime): Defined to be nt_ctime. (NULL): Defined when missing from included system files. (EMACS_CONFIG_OPTIONS): Defined. (LISP_FLOAT_TYPE): Defined. (HAVE_TZNAME): Defined. (HAVE_TIMEVAL): Defined. (struct timeval): Defined. (struct timezone): Defined. * nt.c (nt_ctime): Defined. (gettimeofday): Defined. * ntinevt.c (do_mouse_event): Use XSETFASTINT. (SET_FRAME): Undefined. (select): Renamed to sys_select to correspond to routine in sysdep.c (sys_select): Support struct timeval. (key_event): Support German keyboard. Replace SET_FRAME with XSETFRAME. (nt_kbd_mods_to_emacs): Renamed to win32_kbd_mods_to_emacs. (win32_kbd_mods_to_emacs): Support AltGr on German keyboards. (win32_number_shift_map): Defined. (WIN32_KEY_SHIFTED): Defined. (win32_patch_key): Defined. (map_virt_key): Support VK_OEM_102 for German keyboards. (win32_mouse_position): Add arg insist. (do_mouse_event): Replace SET_FRAME with XSETFRAME. Use win32_kbd_mods_to_emacs. * fileio.c (directory_file_name) [WINDOWSNT]: Handle UNC format. * nt.c (nt_stat): Defined. * s/windowsnt.h (struct nt_stat): Defined. * ntinevt.h: Fixed function prototypes. * makefile.nt (TEMACS): Add dependence on $(BLD). * ntterm.c (Fset_message_beep): Defined. (ring_bell): Support audio cards. * makefile.nt (DOC): Defined. * s/windowsnt.h (HAVE_RANDOM): Defined. (random): Macro undefined. (srandom): Macro undefined. (HAVE_UTIME): Defined. (utime): Defined. (EMACS_CONFIGURATION): Defined. * nt.c (random): Defined. (srandom): Defined. * nt.c (readdir): Include "." and "..". (get_inode_and_device_vals): Handle directories. * fileio.c (Fexpand_file_name) [DOS_NT]: Don't strip slash from default dirs like "C:\\" * makefile.nt (all): Use COMPAT_LIB in library list. Use DEL_TREE instead of delnode. * ntheap.c (sbrk): Shrink heap by arbitrary amounts. * m/intel386.h (NO_ARG_ARRAY) [WINDOWSNT]: Defined. * s/windowsnt.h (_VARARGS_): Defined. (_CALLBACK_): Defined. 1995-04-11 Roland McGrath * process.c (create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG, so Fprocess_tty_name returns nil for pipes as its docstring says. 1995-04-11 Richard Stallman * keyboard.c (read_char): Rearrange code so that getcjmp is set only around sit_for and kbd_buffer_get_event, and and polling is stopped only around the kbd_buffer_get_event call. (Ftrack_mouse, tracking_off, read_char): Don't call prepare_menu_bars. * dispnew.c (init_desired_glyphs): New function. * xdisp.c (redisplay): Call init_desired_glyphs for each frame. Call prepare_menu_bars. (prepare_menu_bars): Delete code at beginning that duplicates things done at the beginning of redisplay. * alloc.c (inhibit_garbage_collection): New function. * xterm.c (XTread_socket): Pass dpyinfo to popup_get_selection. * xmenu.c (popup_get_selection): Queue up events that aren't for the menu, and process them afterward. New arg dpyinfo. (set_frame_menubar): Use inhibit_garbage_collection. [USE_X_TOOLKIT] (xmenu_show): Delete the queue code here. Pass dpyinfo to popup_get_selection. Don't call lw_destroy_all_widgets. [USE_X_TOOLKIT] (xdialog_show): Simplify using popup_get_selection. 1995-04-10 Richard Stallman * callint.c (Fcall_interactively): Fix handling of @ when it tests whether the event has a window in it. * s/sco4.h (NO_SOCKETS_IN_FILE_SYSTEM): Defined. * eval.c (internal_condition_case): Abort if interrupt_input_blocked>0. * xmenu.c (set_frame_menubar): Don't block input until after the menubar maps have been decoded. 1995-04-10 Karl Heuer * keyboard.c (push_frame_kboard, pop_frame_kboard): Do nothing if !MULTI_KBOARD. * keyboard.c (init_keyboard): Don't malloc a new structure; initial_kboard should already exist for that. * frame.c (make_terminal_frame): Put initial_kboard on the list of all kboard objects. 1995-04-10 Richard Stallman * xmenu.c (popup_get_selection): For ButtonRelease event, clear dpyinfo->grabbed. * window.c (temp_output_buffer_show): Select the chosen window temporarily for running temp-buffer-show-hook. (syms_of_window): Fix typo. * s/osf1.h: Don't include alloca.h, string.h here. (malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h. * m/alpha.h: Include alloca.h, string.h here. (malloc. realloc, xmalloc, xrealloc): Declarations moved from s/osf1.h. * xdisp.c (display_mode_line): Use push_frame_kboard, pop_frame_kboard. * xfns.c (x_window): Copy the frame name to non-Lisp string. * keyboard.c (any_kboard_state): Renamed from unlock_kboard. Define it unconditionally, but it's a no-op unless MULTI_KBOARD. (single_kboard_state): New function. (push_frame_kboard, pop_frame_kboard): New functions. (single_kboard): Renamed from kboard_locked. * keyboard.h (single_kboard): Renamed from kboard_locked. All refs renamed. (struct kboard): Move flag fields to the end, and make them chars. Delete the `unused' field. * callint.c (Fcall_interactively): Call single_kboard_state to switch to the single-kboard state. * minibuf.c (read_minibuf): Call single_kboard_state to switch to the single-kboard state. * alloc.c, data.c, macros.c, print.c: Include keyboard.h. * Makefile.in.in (alloc.o, data.o, macros.o, print.o): Depend on keyboard.h. * xterm.h (x_display_info): Use `struct kboard', not KBOARD. * frame.h (struct frame): Use `struct kboard', not KBOARD. * keyboard.h (KBOARD, etc): Moved from lisp.h. (struct kboard): Renamed from struct KBOARD. * lisp.h (KBOARD, etc): Moved to keyboard.h. 1995-04-09 Richard Stallman * keyboard.c (unlock_kboard): Do nothing with Vunread_command_events. (read_char): Clean up logic for reading from KBOARD queues. * xfns.c (defined_color): Fix typo (duplicate +). * keyboard.c (kbd_buffer_get_event): Set copy by assignment, not init. * xterm.c (XTread_socket): Make deiconify event only if frame was iconified. * xrdb.c (xmalloc, xrealloc): Declare them here. 1995-04-08 Erik Naggum * editfns.c (Fencode_time): New function, to match `decode-time'. 1995-04-08 Richard Stallman * intervals.c (set_point): When skipping intangible text, stop where property value changes. * indent.c (Fmove_to_column): Fix minor bug in prev change. * lread.c (read_escape): Undo Nov 15 change. * xdisp.c (display_mode_line): Test mode_line_inverse_video before highlighting partial-width mode line. * xmenu.c (popup_activate_callback): Increment popup_activated_flag. (popup_deactivate_callback): Decrement it. * s/linux.h (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted. config.h should handle them. * xdisp.c (redisplay): Don't call update_frame for non-selected termcap frame. 1995-04-08 Noah Friedman * window.c (Fnext_window, Fprevious_window): If all_frames is a frame and window is not on that frame, return the first window on that frame. 1995-04-07 Richard Stallman * lread.c (init_lread): Add site-lisp under the installation dir to Vload_path if that exists. * s/osf1.h (xmalloc, xrealloc): Declare them. * frame.c (make_terminal_frame): Use Emacs, Emacs-2, ... as name. * xdisp.c (decode_mode_spec): Add %F code. Order alternatives alphabetically. * s/aix4.h: Use "..." in #include. 1995-04-07 Morten Welinder * s/osf1.h: Include alloca.h, string.h. Test NOT_C_CODE. * m/alpha.h (SPECIAL_EMACS_INT): Defined. 1995-04-07 Karl Heuer * keyboard.c (kbd_buffer_get_event): Check for frame buried in a cons. Delete menu_bar_event handling code. (make_lispy_event): Move it here, so it gets a switch-frame if needed. * callint.c (Fcall_interactively): Fix previous change. 1995-04-07 Richard Stallman * doprnt.c (xmalloc, xrealloc): Declare them here. * callint.c (Fcall_interactively): `+' is reserved for user changes. * process.c (read_process_output_error_handler) (exec_sentinel_error_handler): Fsleep_for wants two args. * xfns.c (validate_x_resource_name): Change invalid chars to `_'. * doprnt.c (doprnt): Cast pointer to int by way of EMACS_INT. * xmenu.c (menubar_selection_callback, dialog_selection_callback) (single_submenu): Cast pointer to int by way of EMACS_INT. * floatfns.c (Flogb): Use EMACS_INT for `value'. * editfns.c (Fformat): Cast int to pointer by way of EMACS_INT. * search.c (search_buffer): Avoid casting trt to int. Use EMACS_INT for comparing pointers. * buffer.h (Fdelete_overlays): Add declaration. * keyboard.c (parse_modifiers): Use type EMACS_INT for `modifiers'. * xterm.c (dumpglyphs): Cast FACE_DEFAULT to (XFontStruct *) for comparison with face->font. * sysdep.c (bcopy): If NEED_BCOPY, do compile this. * m/ncr386.h: New file. * s/hpux9.h (LD_SWITCH_X_DEFAULT): New definition. (C_SWITCH_X_DEFAULT): New definition. * doc.c (get_doc_string): In (STRING . INTEGER), if INTEGER is negative, negate it. * eval.c (Fuser_variable_p): For (STRING . INTEGER), test sign. * s/sol2.h (C_SWITCH_X_SYSTEM): Defined. * s/usg5-4-2.h (LIBS_SYSTEM): New override definition. * lisp.h (XMISCTYPE): New macro. (union Lisp_Misc): Delete the `type' field. Use XMISCTYPE instead of that. * alloc.c (Fmake_marker, mark_object): Use XMISCTYPE. (clear_marks, gc_sweep): Use u_marker union elt to extrat misc type. * lread.c (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard) (defvar_per_buffer): Use XMISCTYPE. * print.c (print): Use XMISCTYPE. * fns.c (internal_equal): Use XMISCTYPE. * buffer.c (Fmake_overlay): Use XMISCTYPE. * data.c (Ftype_of, do_symval_forwarding, store_symval_forwarding) (find_symbol_value, Fmake_variable_buffer_local, Fmake_local_variable): Use XMISCTYPE. * xdisp.c (prepare_menu_bars): Do the frame titles last. 1995-04-06 Richard Stallman * xfaces.c (intern_face): Cast FACE_DEFAULT to (XFontStruct *) for comparison with face->font. * puresize.h (CHECK_IMPURE): Remove & from before my_edata. * editfns.c (Fformat_time_string): Use emacs_strftime. Doc fix. * Makefile.in.in (strftime.o): Define strftime as emacs_strftime. * xmenu.c (frame_vector): New static variable. (syms_of_xmenu): staticpro it. (frame_vector_add_frame): New function. (set_frame_menubar): Use frame_vector; use index as the widget id. (free_frame_menubar): Likewise. Remove the frame from frame_vector. (menubar_selection_callback): Use frame_vector to turn id into frame. * emacs.c (main): Cast arg to `brk'. * sysdep.c (init_sys_modes): Use TCOON only if defined. * s/netbsd.h (NO_MATHERR): Defined. (LIBS_SYSTEM): Definition deleted. * unexsunos4.c: Treat __NetBSD__ like __FreeBSD__. 1995-04-06 Karl Heuer * fns.c (Fplist_put): Fix missing \n\. * xfns.c (x_window_to_frame): Skip non-X frames before testing dpyinfo. [USE_X_TOOLKIT] (x_any_window_to_frame, x_top_window_to_frame): Ditto. 1995-04-06 Simon Marshall * data.c (Fcar, Fcdr, Fsetcar, Fsetcdr): Arg name doc fixes. 1995-04-06 Richard Stallman * puresize.h (BASE_PURESIZE): Increment to 310000. * indent.c (string_width): New function. (vmotion): Compute the width of minibuf_prompt if it isn't already known. * buffer.c (Fkill_buffer): Call reset_buffer_local_variables and swap_out_buffer_local_variables. (swap_out_buffer_local_variables): New subroutine. (Fkill_all_local_variables): Use that subroutine. * search.c (Flooking_at, Fposix_looking_at): Change arg name. 1995-04-05 Richard Stallman * frame.c (Fraise_frame, Flower_frame): Now interactive. 1995-04-04 Karl Heuer * lisp.h: Declare Ffetch_bytecode. * eval.c (Ffetch_bytecode): New function. (funcall_lambda): Call it. (syms_of_eval): defsubr it. 1995-04-03 Karl Heuer * xfns.c (x_window_to_frame): New arg DPYINFO. All callers changed. (x_any_window_to_frame, x_top_window_to_frame): Likewise. * lisp.h (Vmessage_log_max): Declare this variable. (message_nolog): Declare this function. * emacs.c (main): Start with an empty message log. * xdisp.c (message_nolog): New function. * fns.c (Fy_or_n_p): Don't log prompt. (Fyes_or_no_p): Fix typo in doc string. 1995-04-01 Richard Stallman * lread.c (oblookup): Save bucket num in oblookup_last_bucket_number. (Funintern): New function. (syms_of_lread): defsubr it. 1995-03-31 Richard Stallman * dired.c (Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change. 1995-03-31 Karl Heuer * keyboard.c (command_loop_1): If we ignore force_start, then also ignore beg_unchanged and end_unchanged. 1995-03-31 Michael Ernst * lread.c (isfloat_string): Permit trailing space. 1995-03-30 Karl Heuer * keyboard.c (event_to_kboard): Ignore dead frames. (kbd_buffer_get_event): In batch mode, use current_kboard. * xterm.c (x_delete_display): Extract kboard deletion, for modularity. * keyboard.c (wipe_kboard): Make this function static. (delete_kboard): New function, extracted from x_delete_display. * lisp.h: Declare function delete_kboard. * xterm.h (struct x_display_info): New member cut_buffers_initialized. * xterm.c (x_term_init): Initialize it. * xselect.c (Fx_store_cut_buffer_internal): Use the flag in the frame's x_display_info, not a global flag. (Fx_rotate_cut_buffers_internal): Likewise. * emacs.c (sort_args): Skip strncmp if longname is a null pointer. 1995-03-30 Richard Stallman * data.c (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0. 1995-03-29 Richard Stallman * frame.c [MULTI_FRAME] (Factive_minibuffer_window): New function. [MULTI_FRAME] (syms_of_frame): Defsubr it. 1995-03-28 Karl Heuer * process.c (Fsignal_process): SIGCODE is a symbol, not a string. 1995-03-28 Richard Stallman * fns.c (Fconcat): Undo previous change. 1995-03-27 Richard Stallman * fns.c (Fget, Fput): Fetch and store symbol's plist directly. 1995-03-27 Boris Goldowsky * fns.c (Fplist_put, Fplist_get): New fns. (Fget): Use Fplist_get to do the work. (Fput): Use Fplist_put to do the work. * textprop.c (Vdefault_text_properties): name changed from Vdefault_properties. * intervals.h: As above. * intervals.c (textget): As above. * intervals.c (textget_direct): Fn deleted. (textget, verify_interval_modification): Use Fplist_get instead. * intervals.h: Remove declaration. 1995-03-26 Richard Stallman * xterm.c (XTmouse_position): New arg `insist'. * ntinevt.c (win32_mouse_position): New arg `insist'. * msdos.c (mouse_get_pos): New arg `insist'. * xmenu.c (Fx_popup_menu): Pass 1 for `insist' arg. (Fx_popup_dialog): Likewise. * frame.c (Fmouse_position--both definitions): Pass 0 for `insist'. (Fmouse_pixel_position): Pass 0 for `insist'. Add HAVE_MOUSE conditional. * keyboard.c (kbd_buffer_get_event): Pass 0 for `insist' arg. * m/intel386.h (C_SWITCH_SYSTEM): Don't #undef or define it. [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead. 1995-03-26 Germano Caronni * ralloc.c (r_re_alloc): Correct realloc behavior--allow shrinking of blocks while reallocating, if shrinking by more than one page. (relocate_blocs, resize_blocs): Added failsafe to protect future calling of these routines when in frozen state. (r_alloc_thaw): Added call to r_alloc_init. (relocate_blocks, resize_bloc, r_alloc_sbrk, r_alloc_thaw): Extended functionality to let ralloc package work in frozen state, allowing for the existence of unused blocks. 1995-03-25 Richard Stallman * process.c (Fsignal_process): Allow signal names as well as numbers. 1995-03-24 Richard Stallman * editfns.c (init_editfns): Use NAME envvar to init user-full-name. 1995-03-24 Karl Heuer * textprop.c (Fnext_property_change): Fix previous change. 1995-03-23 Kevin Rodgers * print.c (temp_output_buffer_setup): (Re)set the default directory of the temp buffer to that of the current buffer. 1995-03-23 Karl Heuer * buffer.c (syms_of_buffer): Doc fix. * xdisp.c (redisplay): Make sure pause is set before used. Delete unused vars. (redisplay_window): Make sure update_mode_line is set before used. If startp might not have been set, use w->start directly. (try_window_id): In the easy case, find cursor pos before returning. (try_window_id): Stop scan at bottom of window, not one line later. Don't fail on account of continuation line below window. (redisplay_window): Stop scan at bottom of window. Fix reversed condition. * Makefile.in.in (FRAME_SUPPORT, MSDOS_SUPPORT): Don't list face and mouse related files here. (FACE_SUPPORT, MOUSE_SUPPORT): New lists. (FACE_SUPPORT): Add facemenu.elc. (WINNT_SUPPORT): New list. (lisp): Add format.elc, FACE_SUPPORT, MOUSE_SUPPORT, WINNT_SUPPORT. 1995-03-23 Richard Stallman * m/sparc.h: Don't include alloca.h if NOT_C_CODE. * m/mips-siemens.h (UNEXEC): Override the definition. (LIBS_DEBUG, ORDINARY_LINK): Add #undefs. 1995-03-22 Karl Heuer * dispnew.c (direct_output_forward_char): Don't use direct output at an overlay boundary. * buffer.c (overlay_touches_p): New function. * lisp.h: Declare overlay_touches_p. * fns.c (concat): Treat integers as characters, not strings. This makes `concat' more like `insert'. * window.c (syms_of_window): Fix missing \n\. * keymap.c (Fwhere_is_internal): Fix missing \n\. * fileio.c (syms_of_fileio): Fix missing \n\. 1995-03-21 Marco Walther * unexelfsni.c: New file. * m/mips-siemens.h: Total rewrite. 1995-03-20 Richard Stallman * xdisp.c (redisplay_window): Skip the only-point-has-changed optimization if updating the window's mode line. 1995-03-19 Richard Stallman * xdisp.c (invisible_p, invisible_ellipsis_p): Handle list as invisible property value. 1995-03-18 Richard Stallman * xdisp.c (display_menu_bar): Just one space between menu items. 1995-03-18 Ted Lemon * emacs.c (dump-emacs-data, dump-emacs): Declare my_edata as char array. * lastfile.c (my_edata): Declare as char array, not int. * puresize.h (CHECK_IMPURE): Declare my_edata as char array. 1995-03-17 Richard Stallman * lread.c (Vload_read_function): New variable. (readevalloop): Use that variable. (syms_of_lread): Set up Lisp variable. 1995-03-17 Boris Goldowsky * buffer.h (struct buffer): Add file_format member. * buffer.c (reset_buffer): Reset file_format element too. (init_buffer_once): Define file_format flag; reset file_format. (syms_of_buffer): New vbl buffer-file-format. * fileio.c (Finsert_file_contents): Call format-decode. (build_annotations): Call format-annotate-function for each element of buffer-file-format. (Vauto_save_file_format): New vbl. (build_annotations): Use it. 1995-03-17 Richard Stallman * alloc.c (init_alloc_once): Increase gc_cons_threshold to 300000. 1995-03-15 Richard Stallman * xfns.c (x_decode_color): Don't use cdef if defined_color failed. 1995-03-15 Karl Heuer * config.h.in [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol. 1995-03-14 Karl Heuer * lisp.h (struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards): (Lisp_Misc_Kboard_Objfwd, Lisp_Kboard_Objfwd, XKBOARD_OBJFWD): (KBOARD_OBJFWDP, GC_KBOARD_OBJFWDP, kboard_locked, the_only_kboard): (DEFVAR_KBOARD): Renamed from PERDISPLAY, MULTI_PERDISPLAY, current_perdisplay, all_perdisplays, Lisp_Misc_Display_Objfwd, Lisp_Display_Objfwd, XDISPLAY_OBJFWD, DISPLAY_OBJFWDP, GC_DISPLAY_OBJFWDP, display_locked, the_only_perdisplay, DEFVAR_DISPLAY. All uses changed. (struct KBOARD): New member reference_count. (initial_kboard): Declare this var. * .gdbinit (xkbobjfwd): Renamed from xdispobjfwd. * frame.h (struct frame): New member kboard. (FRAME_KBOARD): Accessor macro for that member, replacing get_perdisplay. * xterm.h (struct x_display_info): member kboard (formerly perdisplay) is now a pointer, not an actual struct. (get_perdisplay, get_perdisplay_macro): Deleted. * xfns.c (Fx_create_frame): set the frame's kboard member. * xterm.c (get_perdisplay): Deleted. (same_x_server): New function. (x_term_init): If this display shares a keyboard with one we've already opened, then share the structure. (x_delete_display): Don't delete the kboard until the reference count becomes zero. * lread.c (defvar_kboard): Renamed from defvar_display. * alloc.c (mark_kboards): Renamed from mark_perdisplays. * frame.c (make_frame): Initialize kboard member. (make_terminal_frame): Create initial_kboard if not already set. * keyboard.c (unlock_kboard): Renamed from unlock_display. (wrong_kboard_jmpbuf): Renamed from wrong_display_jmpbuf. (event_to_kboard): Renamed from event_to_perdisplay. (kbd_buffer_get_event): If no associated kboard, store current_kboard rather than the first kboard in the global list. (init_kboard): Renamed from init_perdisplay. Initialize reference count. (wipe_kboard): Renamed from wipe_perdisplay. * data.c (find_symbol_value): current_perdisplay now is never null. (store_symval_forwarding, do_symval_forwarding): Likewise. 1995-03-14 Richard Stallman * data.c (Fash): Fix previous change. * buffer.c (Fmake_indirect_buffer): Invert the arguments. * marker.c (unchain_marker): Allow differing buffers as long as they have the same text. 1995-03-13 Karl Heuer * keyboard.c (event_to_perdisplay): New function. (kbd_buffer_get_event): Use event_to_perdisplay. (kbd_buffer_store_event): If C-g arrives while we're in the run state on behalf of another display, just clear the queue and deposit the C-g to be read later. (read_key_sequence): After a throw, unwind delayed_switch_frame as well as keybuf. Don't insert an extra switch-frame if empty. * print.c (print): current_perdisplay now is never null. * callint.c (clear_prefix_arg): Likewise. * macros.c (Fexecute_kbd_macro): Likewise. 1995-03-13 Richard Stallman * minibuf.c (read_minibuf): Save Voverriding_local_map. (read_minibuf_unwind): Restore Voverriding_local_map. 1995-03-13 Andreas Schwab * unexelf.c (unexec): Adjust the file offset of sections located after the section header table. 1995-03-12 Karl Heuer * keyboard.c (unlock_display): current_perdisplay now is never null. (cmd_error, command_loop_1, read_char): Likewise. (kbd_buffer_get_event, read_key_sequence): Likewise. (read_char): Handle synchronous quit_char on a different display. (read_char): Rewrite queue-searching code. (read_key_sequence): Save selected_frame. (init_keyboard): Initialize current_perdisplay. 1995-03-12 Richard Stallman * keyboard.c (parse_modifiers_uncached): Delete the code for multi-character modifiers and for recognizing a modifier alone. (parse_solitary_modifier): New function. (convert_event_type_list): Use parse_solitary_modifier. Also convert symbol A to character A. Handle shift modifier with lower-case letters. * window.c (Fdisplay_buffer): Fix prev change--return sel window. * indent.c (compute_motion, Fmove_to_column, current_column) (character_width): Let display table handle \n, \r, \t. (compute_motion): Fix logic in previous change wrt skipping invisible. 1995-03-11 Richard Stallman * xdisp.c (display_text_line): When setting selective_rlen, ignore whether selective display is on or off. * textprop.c (Fnext_property_change): Handle LIMIT = t. * indent.c (compute_motion): Call recenter_overlay_lists sooner. Use Fnext_property_change to get a quick lower bound for where `invisible' changes. 1995-03-10 Richard Stallman * data.c (Fash, Flsh): Change arg names. 1995-03-09 Richard Stallman * intervals.h (TEXT_PROP_MEANS_INVISIBLE): New macro. (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS): New macro. * xdisp.c (display_text_line, try_window): Check `invisible' prop using TEXT_PROP_MEANS_INVISIBLE. (display_text_line): Check TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS; if it says so, use ellipses after invisible text. (invisible_p, invisible_ellipsis_p): New functions. * indent.c (compute_motion, vmotion): Check `invisible' prop using TEXT_PROP_MEANS_INVISIBLE. * buffer.h (struct buffer): New field `invisibility_spec'. * buffer.c (reset_buffer_local_variables): Init invisibility. (init_buffer_once): Set up buffer_local_flags for it. (syms_of_buffer): New variable `buffer-invisibility-spec'. 1995-03-08 Richard Stallman * syntax.c (Fforward_comment): Always clear immediate_quit for return. 1995-03-08 Karl Heuer * sysdep.c (read_input_waiting): Fix Lisp_Object vs. int problem. 1995-03-07 Karl Heuer * lisp.h (struct PERDISPLAY): New member kbd_queue_has_data. * keyboard.c (unlock_display): If adding to kbd_queue, set kbd_queue_has_data. (read_char): Set and clear kbd_queue_has_data appropriately, but leave it unset when we push back an incomplete sequence. (read_char): Take the longjmp even if current_perdisplay was null. (readable_events): Check kbd_queue_has_data instead of kbd_queue. (init_perdisplay): Initialize kbd_queue_has_data. * keyboard.c (command_loop_1): Removed inline code for prefix args. * callint.c (current_prefix_partial): New var. (Funiversal_argument): New function, formerly inlined in keyboard.c. (Fnegative_argument, Fdigit_argument): Likewise. (clear_prefix_arg): Moved here from keyboard.c. Don't clear the internal state if we're still building a prefix arg. (finalize_prefix_arg, describe_prefix_arg): Moved from keyboard.c. (syms_of_callint): defsubr the new functions. * lisp.h: Declare new var and functions. * lisp.h (struct PERDISPLAY): New member Vlast_kbd_macro. * alloc.c (mark_perdisplays): Mark it here. * keyboard.c (init_perdisplay): Initialize it here. * macros.c (Fstart_kbd_macro): Access Vlast_kbd_macro via perdisplay. (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise. (init_macros): Delete initialization. (syms_of_macros): Use DEFVAR_DISPLAY for Vlast_kbd_macro. Doc fix for executing-macro, executing-kbd-macro, last-kbd-macro. * keyboard.c (cmd_error): Bind Vprint_level and Vprint_length. 1995-03-06 Karl Heuer * keyboard.c (command_loop_1): Fix test for prefix arg. 1995-03-06 Boris Goldowsky * textprop.c (Vdefault_properties): New variable. * intervals.h: Declare it. * intervals.c (textget): Check it. 1995-03-03 Richard Stallman * callint.c (Fcall_interactively): Fix Feb 22 change. * keyboard.c (read_key_sequence): Update orig_local_map for some additional gotos to replay_sequence. * process.c (exec_sentinel, read_process_output): If running filter or sentinel changes the local map, call record_asynch_buffer_change. 1995-03-02 Karl Heuer * xdisp.c (display_mode_line): Temporarily set current_perdisplay to reference the frame we're updating. * lisp.h (struct PERDISPLAY): New members defining_kbd_macro, kbd_macro_buffer, kbd_macro_ptr, kbd_macro_end, kbd_macro_bufsize. * macros.h (defining_kbd_macro): Delete declaration. * macros.c (defining_kbd_macro): Delete; now part of perdisplay. All uses changed. (kbd_macro_buffer, kbd_macro_ptr, kbd_macro_end): Likewise. (kbd_macro_bufsize): Likewise. (Fstart_kbd_macro): Initialize kbd_macro_buffer if not already done. (init_macros): Delete initialization of defining_kbd_macro. (syms_of_macros): Delete initialization of kbd_macro_buffer. * keyboard.c (read_char_minibuf_menu_prompt): orig_defn_macro is now a Lisp_Object, not an int. (init_perdisplay): Initialize some of the new members. (wipe_perdisplay): Free kbd_macro_buffer. * keyboard.c (cmd_error): Allow current_perdisplay to be null. * keyboard.c (read_key_sequence): New arg can_return_switch_frame. All callers changed. (Fread_key_sequence): Likewise. * callint.c (Fcall_interactively): Defer switch-frame events when reading `k' or `K' specification. 1995-03-02 Richard Stallman * emacs.c (syms_of_emacs): Doc fix. 1995-03-02 John Grabowski * xfns.c (defined_color): If colormap is full, find closest match. * xfaces.c (load_color): Call defined_color to allocate the color. 1995-03-01 Richard Stallman * xterm.c (x_connection_closed): Ignore non-X frames. Fix the logic for deleting frames that use separate minibuffers that are on the dead connection. * buffer.c (Fpop_to_buffer): Call Fset_buffer_major_mode if we create a buffer. 1995-02-28 Karl Heuer * keyboard.c (cmd_error): Use clear_prefix_arg. (internal_last_event_frame, Vlast_event_frame): Normal vars again. All uses changed. (Quniversal_argument, Qdigit_argument, Qnegative_argument): Declare. (clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg): New fns. (command_loop_1): Handle digits and minus specially, when they're part of a prefix arg. Handle universal-argument and digit-argument and negative-argument bindings here, rather than doing I/O in the Lisp code. (read_char): When reading switch-frame events from the side queue, set internal_last_event_frame. (readable_events): Return non-zero if a side queue has data. (kbd_buffer_get_event): Don't abort if event has no associated frame. (read_key_sequence): Improve behavior when there's no current display. (init_perdisplay): Initialize the new members. * callint.c (Fcall_interactively, syms_of_callint): Undo Jan 31 change. (Vprefix_arg, Vcurrent_prefix_arg): Undo Jan 31 change. * mocklisp.c (Fml_provide_prefix_argument, Fml_prefix_argument_loop): Undo Jan 31 change. * minibuf.c (read_minibuf, read_minibuf_unwind): Undo Jan 31 change. * frame.c (do_switch_frame): Undo Feb 6 change. * macros.c (Fexecute_kbd_macro): Use clear_prefix_arg. * lisp.h (struct PERDISPLAY): Add prefix_factor, prefix_value, prefix_sign, prefix_partial. Delete Vcurrent_prefix_arg and Vprefix_arg; those are now plain vars again. * alloc.c (mark_perdisplays): Update to reflect current Lisp_Objects. (NSTATICS): Increase to 768. 1995-02-28 Richard Stallman * frame.c (Fframep): Doc fix. 1995-02-28 Karl Heuer * callint.c (Fcall_interactively): Lock the display before executing the command, no matter how we execute it. 1995-02-26 Richard Stallman * keyboard.c (convert_event_type_list): New function. (lucid_event_type_list_p): New function. (parse_modifiers_uncached): If MODIFIERS_END is -1, look for just a modifier. Guts rewritten. * keymap.c (Fdefine_key): Handle Lucid-style (crtl backspace) etc. (Flookup_key): Likewise. * callproc.c (Fcall_process): Extend BUFFER arg so it can specify a separate output file for stderr output. (Fcall_process_region): Doc fix. 1995-02-25 Richard Stallman * xmenu.c (Fx_popup_menu): Init f from selected_frame before calling mouse_position_hook. * window.c (Vsame_window_buffer_names, Vsame_window_regexps): New vars. (syms_of_window): Set up Lisp vars. (Fdisplay_buffer): Use those vars--if requested, use current window. 1995-02-24 Karl Heuer * keyboard.c (unlock_display): New function. (cmd_error, command_loop_1): Call it when appropriate. (read_char): If no current display, don't try to echo. * term.c (term_init) [TERMINFO]: Make error message more accurate. 1995-02-23 Richard Stallman * keymap.c (Fglobal_set_key, Flocal_set_key, Fglobal_unset_key) (Flocal_unset_key): Functions deleted (moved to simple.el). (syms_of_keymap): Don't defsubr them. 1995-02-23 Karl Heuer * keyboard.c (display_locked): New var to indicate when we're in the run state. current_perdisplay is now meaningful in the wait state as well. (cmd_error): Clear display_locked in addition to current_perdisplay. (command_loop_1): outer_perdisplay renamed from global_perdisplay. Restore display_locked as well as current_perdisplay. (read_char): read_char_perdisplay merged with current_perdisplay. (read_key_sequence): Likewise. * minibuf.c (read_minibuf): Make sure the display is locked. * callint.c (Fcall_interactively): If the display hasn't already been locked by reading from the minibuffer, lock it before executing the command. * lisp.h (display_locked): Declare this var. 1995-02-23 Richard Stallman * window.c (syms_of_window): Doc fixes. * keymap.c (Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii, completely ignore menu bindings. * xmenu.c (menu_item_equiv_key): Delete the code that rejected menu bindings returned by Fwhere_is_internal. * window.c (window_loop): Handle special display buffer frames for DELETE_BUFFER_WINDOWS as for UNSHOW_BUFFER. 1995-02-22 Richard Stallman * callint.c (Fcall_interactively): Use markers temporarily in args vector to stand for point and mark values; replace them with integers just before calling the command. 1995-02-21 Karl Heuer * lisp.h (struct PERDISPLAY): New member kbd_queue. Delete obsolete members kbd_buffer_frame_or_window, kbd_buffer, kbd_fetch_ptr, kbd_store_ptr; these are regular vars again. * alloc.c (mark_perdisplays): Mark kbd_queue. Remove reference to obsolete kbd_buffer_frame_or_window. * xmenu.c (menubar_selection_callback): frame_or_window field of a menu-bar event now includes both the frame and the magic cookie. * keyboard.c (kbd_buffer_frame_or_window): Restored old var. (kbd_buffer, kbd_fetch_ptr, kbd_store_ptr): Likewise. (read_char_perdisplay): New var. (read_char): Search all appropriate perdisplay objects, and do the right thing if the next event comes from a different source. (read_key_sequence): If there's a change of display in mid-stream, retreat and try reading the new display. (find_active_event_queue): Function deleted. All callers changed to just test the main kbd_buffer instead. (kbd_buffer_store_event): Write to the main kbd_buffer again. (kbd_buffer_get_event): Read from the main kbd_buffer again. Now returns a perdisplay pointer in addition to a lispy event. (Fdiscard_input, swallow_events): Use the main kbd_buffer again. (stuff_buffered_input): Likewise. (init_perdisplay): Initialize member kbd_queue. Remove references to obsolete members. (wipe_perdisplay): Remove obsolete reference. (init_keyboard, syms_of_keyboard): Restore initialization of vars. 1995-02-21 Richard Stallman * xdisp.c (display_string, display_text_line): Display table overrides ordinary display even for \t, \n, etc. 1995-02-19 Richard Stallman * frame.c (Fmake_terminal_frame): Doc fix. 1995-02-18 Richard Stallman * s/hpux9.h (LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): Add #undef's to cancel hpux8.h's definitions. 1995-02-17 Richard Stallman * config.h.in (MULTI_FRAME): Define unconditionally. 1995-02-16 Richard Stallman * dispnew.c (change_frame_size_1): New subroutine. (change_frame_size): If f is termcap frame, change size of all of them. (remake_frame_glyphs): No longer static. Don't mark nonselected termcap frame as garbaged. * term.c (calculate_costs): Update max_frame_height, max_frame_width. They determine length of chars_wasted, copybuf and char_ins_del_vector. * xdisp.c (redisplay): Don't display nonselected terminal frames. * frame.c (Fmake_terminal_frame): New function. (syms_of_frame): defsubr it. (make_terminal_frame): Init Vframe_list only the first time. Set visible and async_visible directly. Give each terminal frame a unique name. * ralloc.c (r_alloc_check): Return void. (r_alloc_freeze): Initialize if it hasn't been done. (r_re_alloc, r_alloc_free, r_alloc_sbrk): Likewise. (r_alloc_init): Set __malloc_extra_blocks. 1995-02-15 Paul Reilly * s/dgux.h (LIB_MOTIF): Add -lgen to provide provide the symbols `regcmp' and `regex'. 1995-02-15 Richard Stallman * xmenu.c (xmenu_show, both versions): New arg for_click. (Fx_popup_menu): Compute it and pass it. 1995-02-14 Richard Stallman * callint.c: Doc fix. 1995-02-14 Paul Reilly * xterm.c (x_bitmap_icon): Fix test for unallocated icon bitmap. 1995-02-14 Richard Stallman * filelock.c: (unlock_buffer, unlock_all_files, Flock_buffer) (Funlock_buffer): Use buffer's file_truename, not filename. * buffer.c (syms_of_buffer): Set up Lisp var buffer-file-truename. (init_buffer_once): Set up flag and default value for file_truename. (reset_buffer): Init file_truename slot. * buffer.h (struct buffer): New field file_truename. * ralloc.c (r_alloc_free): Call refill_memory_reserve only if emacs. Include getpagesize.h unconditionally. (free_bloc): Don't die if bloc->next or bloc->prev is null. [!emacs] (bzero): New macro definition. * keyboard.c (input_poll_signal): Add ignored argument. (interrupt_signal): Likewise. * dispnew.c (window_change_signal): Add ignored argument. * process.c (Fstart_process): Make process marker point into proc buf. * xterm.c (x_display_bar_cursor): Use frame's cursor_width. (x_connection_signal): New function. (x_initialize): Use it as signal handler. * xfns.c (x_set_cursor_type): Set cursor_width field. Handle args of form (bar . WIDTH). * xterm.h (struct x_display): New element cursor_width. 1995-02-14 Richard Stallman * filelock.c (unlock_buffer, unlock_all_files, Flock_buffer) (Funlock_buffer): Use buffer's file_truename, not filename. * buffer.h (struct buffer): New field file_truename. * buffer.c (syms_of_buffer): Set up Lisp var buffer-file-truename. (init_buffer_once): Set up flag and default value for file_truename. (reset_buffer): Init file_truename slot. * xterm.h (struct x_display): New element cursor_width. * xfns.c (x_set_cursor_type): Set cursor_width field. Handle args of form (bar . WIDTH). * xterm.c (x_display_bar_cursor): Use frame's cursor_width. 1995-02-13 Richard Stallman * m/iris4d.h (STACK_DIRECTION): Undef before defining. [__GNUC__] (C_SWITCH_MACHINE): Remove -cckr. Add -32, only if IRIX_FORCE_32_BITS. * s/irix5-0.h [__GNUC__] (C_SWITCH_SYSTEM): Defined. * s/irix4-0.h [__GNUC__] (C_SWITCH_SYSTEM): Define this. (C_SWITCH_MACHINE): Instead of this. * ralloc.c (r_alloc_free): Call refill_memory_reserve only if emacs. * s/irix6-0.h: New file. * fileio.c (Fexpand_file_name): Copy default-directory before looking for a handler on the directory arg. * cmds.c (Vself_insert_face, Vself_insert_face_command): New variables. (syms_of_cmds): Set up Lisp variables. Doc syntax fix. (internal_self_insert): Handle Vself_insert_face. * lisp.h (Qprocessp): Declared. * xdisp.c (redisplay_window): If we update the mode line, switch to the buffer for real, and switch back for real. 1995-02-12 Richard Stallman * xterm.c (x_connection_signal): New function. (x_initialize): Use it as signal handler. * keyboard.c (input_poll_signal): Add ignored argument. (interrupt_signal): Likewise. * dispnew.c (window_change_signal): Add ignored argument. 1995-02-11 Richard Stallman * fileio.c (Fexpand_file_name): Look for a handler for defalt. (syms_of_fileio): Minor rearrangement. * ralloc.c: Include getpagesize.h unconditionally. (free_bloc): Don't die if bloc->next or bloc->prev is null. [!emacs] (bzero): New macro definition. * xmenu.c (menu_item_equiv_key): If command is an alias, check only the underlying command for a keyboard equivalent. * s/netbsd.h (WAIT_USE_INT): Defined. * syswait.h: New alternative specified by WAIT_USE_INT. * process.c (Fstart_process): Make process marker point into proc buf. 1995-02-10 Richard Stallman * data.c: Rename arg OBJ to OBJECT in all type predicates. (Ftype_of): New function. 1995-02-09 Richard Stallman * xfaces.c (load_color): Ignore failure from XAllocColor. * xfns.c (x_decode_color): Ignore failure from defined_color. * m/intel386.h [SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined.. [SOLARIS2_4, !__GNUC__]: Include alloca.h. 1995-02-07 Richard Stallman * Makefile.in.in (maintainer-clean): Renamed from realclean. Print warning message. 1995-02-07 Karl Heuer * keyboard.c (command_loop_1): Put back cancel_echoing call, if there's a perdisplay for it to apply to. (init_perdisplay): Initialize echo vars. * xdisp.c (message_log_check_duplicate): New function. (message_dolog): Delete previous line if the new one is a duplicate. Include a counter if appropriate. Don't bother truncating the buffer until after adding newline. 1995-02-06 Karl Heuer * lisp.h (struct PERDISPLAY): Add Vlast_event_frame. Define internal_last_event_frame only #if MULTI_FRAME. Add some placeholders so we don't need to rebuild every time this struct changes. * keyboard.c (internal_last_event_frame, Vlast_event_frame): Deleted; now part of perdisplay. All uses changed. (MOUSE_ACTIVITY_AVAILABLE) Deleted. (find_active_event_queue): New arg check_mouse. All callers changed. (Vlast_event_frame): Change from DEFVAR_LISP to DEFVAR_DISPLAY. * frame.c (do_switch_frame): internal_last_event_frame is now in perdisplay. 1995-02-05 Richard Stallman * ralloc.c (r_alloc_size_in_use): New function. * alloc.c (emacs_blocked_malloc): Set __malloc_extra_blocks here. (malloc_hysteresis): New variable. (init_alloc_once): Initialize malloc_hysteresis. (buffer_memory_full): New function. * emacs.c (main): Undo previous change. * buffer.c (Fget_buffer_create): Call buffer_memory_full. * alloc.c (refill_memory_reserve): New function. * ralloc.c (r_alloc_free): Call refill_memory_reserve. 1995-02-04 Richard Stallman * alloc.c (SPARE_MEMORY): New macro. (emacs_blocked_free): If no spare_memory now, and enough free space is available, get a new spare. (__malloc_size_t, _bytes_used): Declared. (bytes_used_when_full): New variable. * frame.h (struct frame): New field window_sizes_changed. (FRAME_WINDOW_SIZES_CHANGED): New macro (two definitions). * window.c (Fdelete_window, set_window_height, set_window_width) (Fsplit_window, Fset_window_configuration): Set FRAME_WINDOW_SIZES_CHANGED to 1 in the frame being changed. * xdisp.c (Vwindow_size_change_functions): New variable. (prepare_menu_bars): Call those functions. Add gcproing. (syms_of_xdisp): Set up Lisp variable. * alloc.c (syms_of_alloc): Improve memory exhausted error message. (init_alloc_once): Allocate spare_memory. (memory_full): Free spare_memory. 1995-02-03 Richard Stallman * xselect.c (x_get_foreign_selection, x_reply_selection_request): Use an unwind-protect to call x_stop_queuing_selection_requests. (some_frame_on_display): New function. (queue_selection_requests_unwind): New function. 1995-02-03 Karl Heuer * callint.c (syms_of_callint): Move DEFVAR_DISPLAY's ... * keyboard.c (syms_of_keyboard): ... to here. [MULTI_PERDISPLAY] (current_perdisplay, all_perdisplays): New vars. (find_active_event_queue): Search all perdisplays. (init_perdisplay, wipe_perdisplay): New functions. (init_keyboard): Move perdisplay initialization to init_perdisplay. (syms_of_keyboard): Likewise. (cmd_error): Cancel echoing here. (command_loop_1): Not here. * lisp.h (all_perdisplays): New var. (struct PERDISPLAY): New member next_perdisplay. * alloc.c (mark_perdisplays): New function. (Fgarbage_collect): Call it. * lread.c (defvar_display): Don't staticpro; these objects are now protected through mark_perdisplays. * xterm.c [MULTI_PERDISPLAY] (x_term_init): Initialize perdisplay. [MULTI_PERDISPLAY] (x_delete_display): Destroy perdisplay. (x_delete_display): Use xfree, not free. * lisp.h (defvar_display): Declare this function. (DEFVAR_DISPLAY): Use current_perdisplay, not get_perdisplay. * data.c (do_symval_forwarding): Likewise. (store_symval_forwarding, find_symbol_value): Likewise. * print.c (print): Likewise. * keyboard.c (echo_prompt, echo_char, echo_dash, echo): Likewise. (cancel_echoing, echo_length, read_char, Fdiscard_input): Likewise. (stuff_buffered_input): Likewise. 1995-02-03 Richard Stallman * xdisp.c (display_text_line): Deduct minibuf prompt from taboffset. (try_window): Deduct minibuf prompt from tab_offset, after 1st line. 1995-02-02 Richard Stallman * xselect.c (wait_for_property_change): Avoid unlikely timing error. * keyboard.c (kbd_buffer_get_event, swallow_events): Remove selection_request event from input queue before processing it. 1995-02-01 Karl Heuer * macros.c (Fexecute_kbd_macro): Clear prefix arg here. * keyboard.c (cmd_error): And here. (command_loop_1): Not here. (command_loop_1): Save original perdisplay in case we're already locked to a particular display. Move display-specific cleanup to end of main loop. Use perdisplay to access prefix arg. (Fcommand_execute, Fexecute_extended_command): Use perdisplay. 1995-02-01 Richard Stallman * xterm.c (x_unqueue_events): Arg is now a Display *. (x_start_queuing_selection_requests): Likewise. (x_stop_queuing_selection_requests): Likewise. * xselect.c (x_get_foreign_selection): Pass display to x_start_queueing_selection_events and x_stop_queueing_selection_events. * xselect.c (x_reply_selection_request): Call x_start_queueing_selection_events and x_stop_queueing_selection_events. Handle X protocol errors. 1995-01-31 Karl Heuer * callint.c (Fcall_interactively): Use perdisplay. (Vprefix_arg, Vcurrent_prefix_arg): Delete vars; now in perdisplay. (syms_of_callint): Use DEFVAR_DISPLAY for prefix-arg and current-prefix-arg. * minibuf.c (read_minibuf, read_minibuf_unwind): Use perdisplay. * mocklisp.c (Fml_provide_prefix_argument): Use perdisplay. (Fml_prefix_argument_loop): Likewise. * lisp.h (current_perdisplay): New var. (DEFVAR_DISPLAY): Add missing ampersand. (Vprefix_arg, Vcurrent_prefix_arg): Delete; now in perdisplay. * lread.c [!MULTI_PERDISPLAY] (defvar_display): Use staticpro. 1995-01-31 Richard Stallman * emacs.c (main) [REL_ALLOC]: Set __malloc_extra_blocks. 1995-01-30 Richard Stallman * buffer.c (syms_of_buffer): overwrite-mode doc fix. 1995-01-30 Karl Heuer * lisp.h [MULTI_PERDISPLAY]: Declare get_perdisplay as a function. * xterm.c [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function. * xterm.h [MULTI_PERDISPLAY] (get_perdisplay): Define this as a macro, for sources that include this header. [MULTI_PERDISPLAY] (get_perdisplay_macro): Internal macro version. * lisp.h (DEFVAR_DISPLAY): New macro. * lread.c (defvar_display): New function. * lisp.h: Declare store_symval_forwarding here. * eval.c (specbind): Not here. (specbind): Handle display-local vars. * data.c (do_symval_forwarding): Handle display-local vars. (store_symval_forwarding, find_symbol_value): Likewise. (Fmake_variable_buffer_local): Disallow display-local vars here. (Fmake_local_variable): Likewise. * keyboard.c (syms_of_keyboard): Fix missing backslashes. 1995-01-29 Richard Stallman * fns.c (Frassoc): New function. (syms_of_fns): defsubr it. 1995-01-28 Richard Stallman * ecrt0.c: Renamed from crt0.c. * Makefile.in.in (ecrt0.o): Target renamed from crt0.o. (START_FILES): Use ecrt0.o. 1995-01-27 Karl Heuer * lisp.h (PERDISPLAY, the_only_perdisplay, get_perdisplay): Renamed from PERD, etc. All uses changed. (ECHOBUFSIZE): New constant, replaces sizeof (echobuf). (enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local. (struct Lisp_Display_Objfwd): New structure. (XDISPLAY_OBJFWD, DISPLAY_OBJFWDP): Access the new structure. (union Lisp_Misc): Add new member. * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay. (immediate_echo, echobuf, echoptr, echo_after_prompt): Likewise. (echo_prompt, echo_char, echo_dash): use perdisplay and ECHOBUFSIZE. (echo, cancel_echoing, echo_length, echo_truncate): Likewise. (read_char, kbd_buffer_store_event, kbd_buffer_get_event): Likewise. (Fdiscard_input, stuff_buffered_input): Likewise. (init_keyboard, syms_of_keyboard): Likewise. * alloc.c (mark_object): Ignore Lisp_Misc_Display_Objfwd objects. * print.c (print): Handle internal display-local object. * .gdbinit (xdispobjfwd): New macro. * xdisp.c (message_log_need_newline): This var is now static. (message_dolog): Set message_log_need_newline appropriately. Don't change it at all if message logging is currently disabled. (message_log_maybe_newline): New function. (message2): Use message_log_maybe_newline. * print.c (printchar, strout): Use message_log_maybe_newline. Leave all of the newline bookkeeping to message_dolog. * lisp.h (message_log_maybe_newline): Function declared. * xdisp.c (message_dolog): Rename " *Messages*" buffer to "*Messages*" 1995-01-27 Richard Stallman * minibuf.c (Fread_string): Add third arg HISTORY. * callint.c (Fcall_interactively): Pass new arg to Fread_string. 1995-01-27 Richard Stallman * insdel.c (modify_region): Clear point_before_scroll field. 1995-01-25 Richard Stallman * buffer.h (struct buffer): New field point_before_scroll. * buffer.c (init_buffer_once, syms_of_buffer): Set up buffer-local var point_before_scroll. (reset_buffer): Init point_before_scroll. * intervals.c (set_point): Set point_before_scroll to nil. 1995-01-24 Karl Heuer * lisp.h (PERD): New struct containing per-display data. (the_only_perd): Declare an instance of it. (get_perd): Macro to retrieve it. * keyboard.c (the_only_perd): Define this var here. (kbd_buffer, kbd_fetch_ptr, kbd_store_ptr): Delete; now part of perd. (find_active_event_queue): New function. (readable_events, kbd_buffer_get_event, swallow_events): Use it. (kbd_buffer_store_event): Store in EVENT's frame's queue. (Fdiscard_input, stuff_buffered_input): Use perd. (init_keyboard): Initialize the new vars. kbd_buffer is now a pointer, not an array. * xterm.h (struct x_display_info): New member display_perd. * process.c (process_tick, update_tick): Make non-static. 1995-01-24 Richard Stallman * keyboard.c (read_key_sequence): New arg dont_downcase_last inhibits downcasing the last event, when it's uppercase and undefined. (Fread_key_sequence): Likewise new arg. * callint.c (Fcall_interactively): Define K mostly like k. Pass new arg to Fread_key_sequence. * keymap.c (Flocal_set_key, Fglobal_set_key): Use K, not k, to read key seq arg. 1995-01-23 Karl Heuer * indent.c (compute_motion): Don't get hung in selective-display loop. * syssignal.h: Don't use function prototypes. * keyboard.c (read_key_sequence): Don't wait for a possible key translation sequence if we already have a binding. Add missing break statement. * sysselect.h: New file, mostly extracted from process.c and xterm.c. * process.c: #include sysselect.h instead of defining things by hand. * sysdep.c (sys_select): Renamed from select. Use SELECT_TYPE instead of int. Defer to native select if that function is usable. * config.h (HAVE_SYS_SELECT_H): Add #undef for configure. * s/isc3-0.h (BROKEN_SELECT_NON_X): #define this. * s/isc3-0.h [__GNUC__] (POSIX_SIGNALS): #define this. [__GNUC__] (sigsetmask, HAVE_SYSV_SIGPAUSE): #undef these. (LIBX11_SYSTEM): Don't use -lc; loading this before -lcposix gives us the wrong signal functions. (C_SWITCH_SYSTEM): Add _XOPEN_SOURCE. (EXTRA_INITIALIZE): Make conditional on __GNUC__. 1995-01-22 Richard Stallman * minibuf.c (read_minibuf): Don't print the prompt in batch mode. * emacs.c (sort_args): Ordinary args get priority 0. So do -f, -l, -insert, etc. --kill gets negative priority. Everything else gets positive priority. 1995-01-21 Richard Stallman * xterm.c (x_destroy_window): Don't let frame being destroyed remain in x_focus_event_frame. 1995-01-21 Richard Stallman * config.h.in [NO_REMAP]: #undef static. 1995-01-20 Karl Heuer * lisp.h (union Lisp_Misc): Make the `type' field just 16 bits, to match the substructures. 1995-01-20 Morten Welinder * fileio.c (file_name_as_directory, Ffile_name_directory) (Ffile_name_nondirectory): Delete special MSDOG code now covered by macros. * s/msdos.h (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined. * msdos.c (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate) (XMenuActivate, XMenuDestroy): Add dummy `display *' argument. * xmenu.c [MSDOS]: #include msdos.h. * msdos.h (x_mouse_leave): Add neutralizing define. (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate) (XMenuActivate, XMenuDestroy): Add prototype. * Makefile.in.in (xmenu.o): Add msdos.h as dependency. * buffer.c (syms_of_buffer) [DOS_NT]: Add missing ';'. 1995-01-19 Karl Heuer * textprop.c (Ftext_property_any): Handle the trivial case specially. * sysdep.c (seed_random): Renamed from srandom. (get_random): Renamed from random. Return VALBITS random bits. * fns.c (Frandom): Call seed_random and get_random. * print.c (print): Print internal types too, for debugging. Print appropriate message for invalid pseudovector or misc type. * .gdbinit (xboolfwd, xbuflocal, xbufobjfwd, xcompiled): New macros. (xintfwd, xmiscfree, xobjfwd, xoverlay, xwinconfig): New macros. 1995-01-19 Abramo Bagnara * term.c (term_get_fkeys_1): Bug fix for function key above f19. 1995-01-18 Richard Stallman * editfns.c (subst_char_in_region_unwind): New function. (Fsubst_char_in_region): Use it to make undo_list t temporarily. * buffer.c (Fbuffer_local_variables): Unconditionally call find_symbol_value, but conditionally use its value. * xrdb.c: Don't include sys/param.h. (MAXPATHLEN): Definition deleted. 1995-01-18 Boris Goldowsky * cmds.c (internal_self_insert): Don't test current_column when deciding to call auto_fill_function. 1995-01-18 Karl Heuer * lisp.h (SWITCH_ENUM_CAST): New macro. * alloc.c, data.c, keyboard.c, syntax.c, xdisp.c: Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. 1995-01-18 Richard Stallman * window.c (Qtemp_buffer_show_hook): New hook. (syms_of_window): Init and staticpro it. (temp_output_buffer_show): Run the hook. 1995-01-16 Karl Heuer * xdisp.c (message_dolog): Ignore narrowing. Use low-level functions, to bypass modification and motion hooks. * window.h (struct window): New member column_number_displayed. * xdisp.c (redisplay): Use that field instead of a global flag. (redisplay_window, display_mode_line, decode_mode_spec): Likewise. * cm.c (cmcheckmagic): New function. * cm.h: Declare it. * term.c (write_glyphs, insert_glyphs): Call it. 1995-01-16 Richard Stallman * keyboard.c (kbd_buffer_store_event): Cast arg of bcopy. 1995-01-15 Roland McGrath * ralloc.c (r_alloc_init): Remove unused variable END. 1995-01-13 Karl Heuer * alloc.c (Fpurecopy): Mask size field when copying pseudovector. 1994-01-12 Boris Goldowsky * lisp.h: Declare Qrear_nonsticky. * cmds.c (Vuse_hard_newlines): New variable. (Fnewline): If use_hard_newlines is on, mark inserted newline(s) with `hard' property, marked rear-nonsticky. 1994-01-12 Tom Tromey * buffer.c (list_buffers_1, Flist_buffers): Functions deleted. 1995-01-12 Karl Heuer * xdisp.c (message_log_need_newline): New var. (message_dolog): New function, extracted from message2. * print.c (printchar, strout): Call message_dolog. * lisp.h: Declare message_dolog. * alloc.c (DONT_COPY_FLAG): Default this to 1. Check to make sure it's not the same as MARKBIT. (mark_object): Use the same XOR expression as elsewhere. (gc_sweep): Don't touch DONT_COPY_FLAG here; this one is a real size field, not a mangled pointer. * fns.c (internal_equal): Delete redundant tests. Mask size field when comparing pseudovectors. * fns.c (Frandom): Use VALBITS instead of hardcoded constants. 1995-01-10 Karl Heuer * alloc.c (DONT_COPY_FLAG): Fix typo. * lisp.h: Use large constants for Lisp_Misc_Type. * lisp.h: Add some function declarations. * insdel.c: Declare all non-returning functions `void'. (insert_1): Make non-static. New arg PREPARE. All callers changed. * xdisp.c (Vmessage_log_max): New var. (syms_of_xdisp): defvar and initialize it. (message2_nolog): Renamed from message2. (message2): Log messages, then call message2_nolog. (message1_nolog): New function. * keyboard.c (echo): Don't log the key echoes. * alloc.c (Fgarbage_collect): Don't log the GC message. 1995-01-10 Richard Stallman * emacs.c (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK, SIGCPULIM, if they are defined. * alloc.c (DONT_COPY_FLAG): New bit flag. (mark_object, gc_sweep, compact_strings): Use it. 1995-01-10 Karl Heuer * editfns.c (Finsert_char): Check inherit flag for long strings too. * editfns.c (Fnarrow_to_region): Swap using temp Lisp_Object, not int. 1995-01-10 Richard Stallman * keyboard.c (syms_of_keyboard): Doc fix. * unexsunos4.c (unexec): Cast value of sbrk. (run_time_remap): Cast arg to brk. (brk_value): Renamed from Brk. (is_it): Cast 1st arg of mmap. 1995-01-09 Richard Stallman * keyboard.c (read_key_sequence): If first event is mouse click, use the text property keymap from where the click was. New local var orig_local_map. 1995-01-09 Karl Heuer * window.c (Fscroll_other_window): On small windows, scroll by 1 line. 1995-01-09 Richard Stallman * fns.c (internal_equal): Once again use a switch. * lisp.h (struct Lisp_Free, struct Lisp_Marker, etc.): Make the `type' field just 16 bits, and declare as int. Add explicit spacer field after it. (struct Lisp_Marker): New field insertion_type. 1995-01-08 Richard Stallman * keymap.c (store_in_keymap): Copy a cons only if car is a string. * xterm.c: Don't include param.h. * buffer.c (syms_of_buffer): Doc fix. 1995-01-06 Karl Heuer * m/alliant-2800.h (VALBITS, GCTYPEBITS): Deleted; default is better. * m/apollo.h, m/aviion.h, m/delta.h, m/hp800.h, m/ibmrt.h: Likewise. * m/intel386.h, m/nh4000.h, m/tower32v3.h: Likewise. * m/att3b.h (VALBITS, XTYPE): Adjust for new bit layout. * m/alpha.h, m/gec63.h, m/pfa50.h: Likewise. 1995-01-05 Richard Stallman * frame.c [!MULTI_FRAME] (window_frame): New function. [!MULTI_FRAME] (syms_of_frame): defsubr it. 1995-01-05 Roland McGrath * doc.c (store_function_docstring, Fdocumentation): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of compiled byte-code object. * callint.c (Fcall_interactively): Likewise. * eval.c (Fcommandp): Likewise. 1995-01-04 Karl Heuer * alloc.c (mark_object, mark_buffer): Don't mark buffer twice. * .gdbinit (xint, xcar, xcdr): Use correct shift and mask values. * lisp.h [EXPLICIT_SIGN_EXTEND] (XINT): Use symbolic constants. 1995-01-04 Richard Stallman * doc.c (store_function_docstring): Arg is now EMACS_INT. 1995-01-02 Karl Heuer * lisp.h (enum Lisp_Type): Don't use trailing comma. (VALBITS, GCTYPEBITS): Define these regardless of NO_UNION_TYPE. [!NO_UNION_TYPE] (union Lisp_Object): Use symbolic constants. * alloc.c (mark_object): Make `else' visible outside MULTI_FRAME. 1995-01-02 Richard Stallman * keymap.c (store_in_keymap): While dumping, copy DEF if it's a cons. * buffer.c (reset_buffer): Don't alter intervals here. (Fget_buffer_create): Use BUF_MARKERS. Init BUF_INTERVALS here. (Fkill_buffer): Use BUF_MARKERS; but don't touch it in indir buf. Likewise BUF_INTERVALS. Don't free the text in indirect buffer. When killing a base buffer, kill its indirect buffers first. (init_buffer_once): Set up .text and BUF_INTERVALS in buffer_local_symbols and buffer_defaults. * alloc.c (mark_buffer, gc_sweep): Use BUF_INTERVALS. * editfns.c (Ftranspose_regions): Use BUF_INTERVALS. (transpose_markers): Use BUF_MARKERS. * insdel.c (insert_1, prepare_to_modify_buffer, insert_from_buffer_1): Use BUF_INTERVALS. (adjust_markers): Use BUF_MARKERS. * buffer.h (struct buffer): Fields markers and intervals moved out. (struct buffer_text): Fields markers and intervals moved here. (BUF_MARKERS, BUF_INTERVALS): New macros. * textprop.c (validate_interval_range): Use BUF_INTERVALS. * intervals.c: Use BUF_INTERVALS throughout. * marker.c: Use BUF_MARKERS throughout. * undo.c (Fprimitive_undo): Use base buffer's modtime field. 1995-01-01 Richard Stallman * .gdbinit: Adapt to new Lisp_Object format. (xvectype, xmisctype): New commands. (xtype): Print the misc or vectorlike subtype too. * xdisp.c (redisplay_window): Call set_buffer_temp. * buffer.c (set_buffer_temp): New function. * buffer.h (struct buffer): Make buffer_file_type field unconditional. * buffer.c (reset_buffer_local_variables): Initialize buffer_file_type field. * lisp.h (PVEC_BUFFER, PVEC_PROCESS, PVEC_FRAME, PVEC_COMPILED) (PVEC_WINDOW, PVEC_WINDOW_CONFIGURATION, PVEC_SUBR): Now enumeration constants, not macros. (PVEC_FLAG): Enumeration alias for PSEUDOVECTOR_FLAG. * buffer.h (struct buffer): save_modiff field deleted. (struct buffer_text): save_modiff field moved here. (SAVE_MODIFF, BUF_SAVE_MODIFF): New macros. Use them instead of direct access to save_modiff field. * buffer.c, editfns.c, fileio.c, filelock.c, insdel.c, keyboard.c: * undo.c, xdisp.c: Use SAVE_MODIFF and BUF_SAVE_MODIFF instead of direct access to the save_modiff field. * window.c (temp_output_buffer_show): Use BUF_SAVE_MODIFF. * buffer.h (struct buffer): New field pt_marker. New fields begv_marker, zv_marker. * buffer.c (Fget_buffer_create): Initialize pt_marker, begv/zv_marker. (set_buffer_internal): Use and update this markers. Copy undo_list in and out of the base buffer. (Fget_buffer_create): Init save_modiff field here. (reset_buffer): Not here. (Fbuffer_modified_p): Use BUF_SAVE_MODIFF. (Fset_buffer_modified_p): Use SAVE_MODIFF. (Fkill_buffer, list_buffers_1): Use BUF_SAVE_MODIFF. * term.c (term_init): Fatal error if screen is too small. 1994-12-31 Richard Stallman * xdisp.c (redisplay_window): For buffer_shared count, treat an indirect buffer as equivalent to its base. * print.c (print): Don't drop thru to error for markers and overlays. 1994-12-30 Richard Stallman * insdel.c (adjust_point): Use BUF_PT. * intervals.c (temp_set_point, set_point): Use BUF_PT. (get_local_map): Get keymap from specified buffer, not current one. * fileio.c (Finsert_file_contents, Fwrite_region): Error if buffer is indirect. (Fdo_auto_save): Do nothing for an indirect buffer. * alloc.c (mark_buffer): In indirect buffer, mark the base buffer. * buffer.c (Fmake_indirect_buffer): New function. (Fbuffer_base_buffer): New function. (syms_of_buffer): defsubr them. (Fget_buffer_create): Initialize the size field. * print.c (print): Make buffer case a branch of the Lisp_Vectorlike case. * alloc.c (mark_object): Make buffer case a branch of the Lisp_Vectorlike case. * buffer.h (struct buffer): Make text field be a pointer. The struct buffer_text field renamed to own_text. Add fields indirect_to_buffer and size. Move pt, begv and zv fields here. (struct buffer_text): Moved from here. (BEGV, PT, ZV, BEGV_ADDR, PT_ADDR, ZV_ADDR): Corresponding changes. (BUF_BEGV, BUF_PT, BUF_ZV): Corresponding changes. (SET_BUF_ZV, SET_BUF_PT, point): * lisp.h (XSETBUFFER, BUFFERP, GC_BUFFERP): Rewrite: use pseudovectors. (enum Lisp_Type): Delete Lisp_Buffer. (enum Lisp_Misc_Type): Add Lisp_Misc_Float (not yet used). 1994-12-29 Richard Stallman * lisp.h (VALBITS): Default now 28. (GCTYPEBITS): Default now 3. * lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame, Lisp_Subr deleted. (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting. (PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors. (WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise. (FRAMEP, GC_FRAMEP): Likewise. (SUBRP, GC_SUBRP, XSETSUBR): Likewise. (PVEC_SUBR): New macro. (struct Lisp_Subr): Add a size field. (DEFUN (both definitions)): Store that size field. * frame.h (XSETFRAME): Use pseudovector. * alloc.c (mark_object): Don't use Lisp_Process, Lisp_Window. Handle frames, compileds and subrs as branch of Lisp_Vectorlike case. (Fmake_byte_code): Use XSETCOMPILED. * data.c (Faref): Handle compiled function as pseudovector. * fns.c (Flength): Handle compiled function as pseudovector. * xterm.c (x_scroll_bar_handle_click): Use GC_WINDOWP. (XTframe_rehighlight, x_window_to_scroll_bar): Use GC_FRAMEP. * print.c (print): Get size of compiled function as pseudovector. Use a switch statement again. * process.h: Make size field an EMACS_INT. 1994-12-28 Richard Stallman * unexsunos4.c [! sparc] (REL_INFO_TYPE): Use `struct relocation_info'. 1994-12-27 Richard Stallman * keyboard.c (make_lispy_event) [USE_X_TOOLKIT]: Turn off special handling of menu bar mouse events. (make_lispy_event): Tell pixel_to_glyph_coords not to clip. * xterm.c (XTupdate_begin): Fix backward test in previous change. (x_display_box_cursor): Don't redraw old cursor spot in mouse face if cursor was on a newline. * s/isc4-1.h: New file. 1994-12-26 Richard Stallman * xterm.c (XTread_socket): Handle button events from outside the frame, received due to grabbing the mouse with a button. 1994-12-25 Richard Stallman * callint.c (Vmouse_leave_buffer_hook, Qmouse_leave_buffer_hook): New variables. (syms_of_callint): Set them up. (Fcall_interactively): Run the hook, for `@'. * buffer.c (syms_of_buffer): Doc fix for buffer-file-type. * search.c (set_search_regs): Really set search_regs.start and .end. (save_search_regs): Set them to 0 here. * minibuf.c (read_minibuf): GCPRO things. * lisp.h (enum Lisp_Type): Add Lisp_Type_Limit. * data.c (wrong_type_argument): Abort if VALUE is invalid Lisp object. Use Lisp_Type_Limit. 1994-12-24 Richard Stallman * puresize.h (BASE_PURESIZE): Incremented by 20k. 1994-12-23 Richard Stallman * xfns.c (x_figure_window_size): Treat missing user-position parm as nil. 1994-12-23 Steven Suhr * scroll.c (scrolling_1): When scroll_region_ok is set, use a new scrolling method which scrolls groups of lines directly to their final vertical positions. (struct matrix_elt): New field writecount. (calculate_direct_scrolling): New function. (do_direct_scrolling): New function. * term.c (scroll_region_cost): New variable. (calculate_costs): Put scroll region overhead in scroll_region_cost. * termchar.h (scroll_region_cost): Declared. * dispnew.c (scrolling): Fewer restrictions if scroll_region_ok is set. New vector old_draw_cost for direct scrolling method. 1994-12-23 Michal Jankowski (Michal.Jankowski@fuw.edu.pl) * keyboard.c (read_char): Don't echo keys when echo_keystrokes is 0. 1994-12-22 Richard Stallman * xfns.c (x_set_frame_parameters): Handle icon-left, icon-top parms. 1994-12-21 Richard Stallman * buffer.c (Fget_buffer_create): Copy the name, and clear text props. 1994-12-20 Richard Stallman * eval.c (Fdefvar): Fix minor error in previous change. (funcall_lambda): Fetch bytecode and constants vector from file if nec. * lread.c (Qload_file_name, Vload_file_name): New variables. (syms_of_lread): Initialize and staticpro it. (Fload): Bind it. (read_list): Before dumping, ignore (#$ . WHATEVER)--return 0. * lread.c (read1): Implement #@ and #$ constructs. * frame.c (make_frame): Init buffer_predicate field. * doc.c (get_doc_string): Now static. Arg now Lisp_Object. Allow (FILE . POS) as position argument. (Fdocumentation, Fdocumentation_property): Fix calls to get_doc_string. (Fdocumentation_property): Handle cons as value via get_doc_string. (read_doc_string): New function. * buffer.c (assoc_ignore_text_properties): New function. (Fget_buffer): Use assoc_ignore_text_properties. 1994-12-19 Richard Stallman * s/dgux.h (C_DEBUG_SWITCH): Define this only if __GNUC__. 1994-12-18 Richard Stallman * buffer.c (Fother_buffer): Take account of frame's buffer predicate. * frame.h (struct frame): New field buffer_predicate. Move all the Lisp_Object fields to the top. * frame.c (Fmodify_frame_parameters): For non-X frames, call store_frame_param for each parameter set. (store_frame_param): Handle buffer_predicate field. (frame_buffer_predicate): New function. (Qbuffer_predicate): New variable. (syms_of_frame): Set it up. * alloc.c (mark_object): In a frame, mark the buffer_predicate. Don't mark the height and width fields. 1994-12-15 Richard Stallman * minibuf.c (Fall_completions): New arg hide_spaces. (Fminibuffer_completion_help): Pass new arg. 1994-12-14 Richard Stallman * emacs.c (main): Fix conversion of --display to -d. * xmenu.c (push_menu_item): New arg DEF. (single_keymap_panes, list_of_items): Pass new arg. (MENU_ITEMS_ITEM_DEFINITION): New macro. (MENU_ITEMS_ITEM_LENGTH): Now 5. [USE_X_TOOLKIT] (xmenu_show): Store 0 in call_data if item def is 0. (single_submenu): Likewise. * emacs.c (main): Implement --version. * xterm.c (XTupdate_begin): Discard records of prior mouse highlight when frame must be redrawn. * textprop.c (add_properties): Add gcpro's. (Fadd_text_properties, copy_text_properties): Likewise. 1994-12-13 Richard Stallman * s/sunos4-1-3.h: Just include sunos4shr--do nothing else. * eval.c (Fdefconst, Fdefvar): Error if too many arguments. 1994-12-13 Richard Stallman * emacs.c (sort_args): Make `options' a vector of ints. 1994-12-11 Richard Stallman * buffer.c (report_overlay_modification): Renamed from verify_overlay_modification. * insdel.c: Calls changed. * insdel.c (signal_before_change, signal_after_change): Call verify_overlay_modification here. (prepare_to_modify_buffer): Don't call verify_overlay_modification. * buffer.c (call_overlay_mod_hooks): New args AFTER, ARG1, ARG2, ARG3. Args START, END deleted. Pass each function AFTER, ARG1 and ARG2, and ARG3 if ARG3 is not nil. (verify_overlay_modification): New args AFTER, ARG1, ARG2, ARG3. Pass them to call_overlay_mod_hooks. * search.c (compile_pattern): Call re_set_registers here. And no need to BLOCK_INPUT for that. (compile_pattern_1): Instead of here. 1994-12-10 Richard Stallman * s/aix4-1.h: New file. * unexaix.c (unrelocate_symbols): Add AIX4_1 conditionals and code. * sysdep.c (sys_siglist) [AIX]: Add AIXHFT conditional. * systty.h: Change AIX conditional around HFNKEYS to AIXHFT. 1994-12-09 Richard Stallman * bytecode.c (Fbyte_code): Call Ffollowing_char and Fprevious_char as functions. Don't mask char-syntax arg to just 8 bits. 1994-12-08 Richard Stallman * keyboard.c (read_char): After auto-saving, redisplay. 1994-12-06 Richard Stallman * xfns.c (Fx_color_values): Doc fix. * buffer.c (list_buffers_1): Right-align the size values. * frame.h (struct frame): New field cost_calculation_baud_rate. (FRAME_COST_BAUD_RATE): New macro. * term.c (calculate_costs): Set FRAME_COST_BAUD_RATE. Don't test dont_calculate_costs. (dont_calculate_costs): Variable deleted. (term_init): Don't set dont_calculate_costs. * dispnew.c (update_frame): Call calculate_costs if baud_rate changed. 1994-12-05 Karl Heuer * emacs.c (sort_args): Don't overwrite the terminating null pointer. 1994-12-05 Richard Stallman * keyboard.c (read_key_sequence): Downcase undefined shifted fn keys. 1994-12-04 Richard Stallman * emacs.c (argmatch): Take argc as arg; don't go past end of argv. (main): Change calls to argmatch. * intervals.h (INTERVAL_LAST_POS): Don't subtract 1 here. * intervals.c (compare_string_intervals): New function. * fns.c (internal_equal): Call compare_string_intervals. (Fstring_equal): Doc fix. * scroll.c (scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed. * xterm.c (x_make_frame_visible, x_make_frame_invisible) (x_iconify_frame): Give error if frame has explicit_parent. (x_new_font): Don't set window height if frame has explicit_parent. * xfns.c (Fx_create_frame): Check for parent-id parameter. Set explicit_parent and parent fields. Don't set visibility if explicit_parent. [! USE_X_TOOLKIT] (x_window): Specify parent window. * xterm.h (struct x_display): New field explicit_parent. * s/ultrix4-3.h (SET_LINE_DISCIPLINE): Defined. * sysdep.c (child_setup_tty): Use CDISABLE for setting VERASE, VKILL. (init_sys_modes) [SET_LINE_DISCIPLINE]: Set specified line discipline. (reset_sys_modes) [SET_LINE_DISCIPLINE]: Restore old line discipline. 1994-12-03 Richard Stallman * lread.c (readevalloop): Ignore ^M here. * emacs.c (argmatch): Handle lstr == 0. 1994-11-28 Richard Stallman * regex.c (re_match_2_internal): Rename label `succeed' to `succed_label'. * xfns.c (Fx_synchronize): Fix doc string syntax. * xmenu.c: Don't include ../oldXMenu/XMenu.h if USE_X_TOOLKIT. * Makefile.in.in: Fix erroneous comment syntax. * s/ultrix4-3.h: New file. * systty.h: Have just one conditional to include unistd.h. Test NEED_UNISTD_H, not AIX and IRIX4. (UNISTD_H_INCLUDED): Don't define or test this. * m/ibm370aix.h (NEED_UNISTD_H): Defined. * s/aix3-1.h (NEED_UNISTD_H): Defined. * s/irix4-0.h (NEED_UNISTD_H): Defined. * fileio.c (internal_delete_file, internal_delete_file_1): New functions. * buffer.c (Fkill_buffer): Use internal_delete_file. * callproc.c (delete_temp_file): Use internal_delete_file. 1994-11-25 Roland McGrath * search.c (search_regs_saved): Don't initialize; it dumps as pure. 1994-11-24 Francesco Potorti` * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, because the compiler shipped with R3V7 is not stable. 1994-11-24 Richard Stallman * keyboard.c (command_loop_1): Use safe_run_hooks to run deferred-action-function. (Qdeferred_action_function): New variable. (syms_of_keyboard): Initialize and staticpro Qdeferred_action_function. 1994-11-23 Richard Stallman * keyboard.c (syms_of_keyboard): Doc fix. * fns.c (Fy_or_n_p): Handle exit-prefix in query-replace-map. 1994-11-22 Richard Stallman * search.c (save_search_regs): Add declaration. * minibuf.c (Fminibuffer_complete_and_exit): Catch errors in do_completion. (complete_and_exit_1, complete_and_exit_2): New subroutines. * s/aix4.h: New file. * s/aix3-1.h (AIXHFT): Defined. * m/ibmrs6000.h (OBJECTS_MACHINE): Define only if AIXHFT. * sysdep.c (init_sys_modes): Tes AIXHFT, not AIX. (reset_sys_modes): Test AIXHFT. (hft_init, hft_reset): Test AIXHFT, not AIX. 1994-11-21 Richard Stallman * window.c (Fdisplay_buffer): Use `b' to read existing buffer name. 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu) * config.h.in: Add #undefs for --with-pop, --with-kerberos, and --with-hesiod. 1994-11-19 Francesco Potorti` * lisp.h: (running_asynch_code): New global flag. * emacs.c (running_asynch_code): New global flag. (main): Initialise it. * process.c (read_process_output, exec_sentinel): Set and reset the running_asynch_code global flag and restore match data. * search.c (Flooking_at, Fstring_match, search_buffer, Fstore_match_data): Save the match data if a filter or a sentinel is running. (search_regs_saved, saved_search_regs): New variables. (save_search_regs, restore_match_data): New functions. 1994-11-19 Richard Stallman * emacs.c (sort_args): New function. (main): Call sort_args. Check for -d/-display after -nw, -batch, -help. Accept --display, with arg attached or separate. 1994-11-18 Richard Stallman * filelock.c (init_filelock): Add missing semicolon. 1994-11-18 Karl Heuer * indent.c (recompute_width_table): Do the right thing if no previous table existed. Fix Lisp_Object vs. integer problem. (width_run_cache_on_off): Let recompute_width_table create the vector. 1994-11-17 Karl Heuer * lisp.h: (enum Lisp_Misc_Type): Rename Lisp_Vector to Lisp_Vectorlike. Mark Lisp_Window_Configuration as obsolete. (PSEUDOVECTOR_FLAG, PSEUDOVECTOR_SIZE_MASK, PVEC_BUFFER, PVEC_PROCESS, PVEC_FRAME, PVEC_COMPILED, PVEC_WINDOW, PVEC_WINDOW_CONFIGURATION): New constants. (XSETPSEUDOVECTOR, PSEUDOVECTORP, VECTORLIKEP): New macros. (XSETVECTOR, XSETWINDOW_CONFIGURATION, VECTORP, WINDOW_CONFIGURATIONP): Use the new convention. (XSETCOMPILED): New macro. * print.c (print): Use type test macros. * keymap.c (Fsingle_key_description): Likewise. * doc.c (Fdocumentation): Likewise. * alloc.c (Fpurecopy): Likewise. (mark_object): Use the new pseudovector convention. * fns.c (Fvconcat, concat): Use Lisp_Vectorlike. * ntinevt.c (SET_FRAME): Use accessor macros. (key_event, do_mouse_event): Likewise. 1994-11-17 Richard Stallman * filelock.c (init_filelock): Always copy lock_path. (lock_dir, superlock_file, MAKE_LOCK_NAME): Renamed from lock_path, superlock_path, MAKE_LOCK_PATH. 1994-11-16 Richard Stallman * s/domain.h: New file. 1994-11-16 Roland McGrath * s/gnu.h [NOT_C_CODE]: Include fcntl.h. 1994-11-16 Richard Stallman * xdisp.c (try_window, display_text_line): Undo previous change. * dired.c (Fdirectory_files): Pass new arg to `compile_pattern'. * search.c (struct regexp_cache): New field `posix'. (compile_pattern_1): New arg `posix'. Controls the syntax spec for parsing; also record it in the cache. (compile_pattern): New arg `posix'. (looking_at_1, string_match_1, fast_string_match): Pass 0 for new arg. (search_buffer): New arg `posix'. Now static. (search_command): New arg `posix'. All callers changed. (Fposix_search_forward, Fposix_search_backward): New functions. (string_match_1, looking_at_1): New subroutines broken out. (Fstring_match, Flooking_at): Use them. (Fposix_string_match, Fposix_looking_at): New functions. (syms_of_search): defsubr new functions. 1994-11-16 Roland McGrath * xdisp.c (try_window): Don't pass window to Fget_char_property; pass its buffer. (display_text_line): Likewise. 1994-11-16 Francesco Potorti` (pot@cnuce.cnr.it) * Makefile.in.in (TAGS): The new etags allows tagging DEFVARs. 1994-11-15 Richard Stallman * lread.c (Fload): Call Fsubstitute_in_file_name after trying handler. * fileio.c (Fread_file_name_internal): Protect orig_string. 1994-11-15 enami tsugutomo * keyboard.c (Fopen_dribble_file): Call fclose only when dribble is non zero. 1994-11-15 Karl Heuer * keymap.c (access_keymap): Use type test macros. * alloc.c (Fmake_vector): Call allocate_vectorlike. (allocate_vectorlike): New function, extracted from Fmake_vector. * lisp.h: Declare allocate_vectorlike. (VECSIZE): New macro. * process.c (make_process): Use allocate_vectorlike and VECSIZE. * frame.c (make_frame): Likewise. * window.c (make_dummy_parent, make_window): Likewise. (Fcurrent_window_configuration): Likewise. (SAVE_WINDOW_DATA_SIZE): Macro deleted. * lisp.h: Delete declaration of Farray_length. * data.c (Farray_length): Delete this obsolete function. (Faref, Faset): If object is a string, use XSTRING, not XVECTOR. * fns.c (Flength): Don't call Farray_length, just use size field. * xterm.h (XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer. * xselect.c (wait_for_property_change): Encode location as a cons of two integers instead of lying about the type. (wait_for_property_change_unwind): Decode it likewise. * eval.c (Finteractive_p): Use XSUBR instead of its expansion. * lisp.h (GC_INTEGERP, etc): New type-test macros for use during GC. * buffer.h (OVERLAY_POSITION): Use the new type-test macros. * process.c (NETCONN_P, kill_buffer_processes): Likewise. * buffer.c (overlays_at): Likewise. * filelock.c (unlock_all_files): Likewise. * xfns.c (x_window_to_frame): Likewise. (x_any_window_to_frame, x_top_window_to_frame): Likewise. * fileio.c (Fdo_auto_save): Likewise. * xfaces.c (Fpixmap_spec_p): Avoid function calls and assignments as arguments to a type-test macro. * textprop.c (PLIST_ELT_P): Likewise. * keymap.c (current_minor_maps): Likewise. * lisp.h (NATNUMP): New macro. (CHECK_NATNUM): Use that macro instead of its expansion. * data.c (Fnatnump): Likewise. * xfns.c (x_set_frame_parameters): Likewise. * keymap.c (access_keymap, store_in_keymap): Likewise. * doc.c (Fdocumentation): Likewise. * alloc.c (Fmake_list): Use CHECK_NATNUM instead of its expansion. Now signals using `wholenump' instead of `natnump'. (Fmake_vector, Fmake_string): Likewise.