| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include buffer.h. | Richard M. Stallman | 1995-07-25 | 1 | -118/+198 |
| | | | | | | | | | | | | | | | (x_activate_menubar): New function. (set_frame_menubar): New arg deep_p. Callers changed. Run various hooks here when deep_p is true. (frame_vector): Variable deleted. (syms_of_xmenu): Don't staticpro it. (frame_vector_add_frame): Function deleted. (menubar_id_to_frame): New function. (menubar_selection_callback): Use menubar_id_to_frame. (next_menubar_widget_id): New variable. (set_frame_menubar): Use next_menubar_widget_id. (free_frame_menubar): Get id from f->display.x->id. | ||||
| * | (enum event_kind): Added menu_bar_activate_event. | Richard M. Stallman | 1995-07-25 | 1 | -1/+3 |
| | | |||||
| * | (kbd_buffer_get_event) [USE_X_TOOLKIT]: | Richard M. Stallman | 1995-07-25 | 1 | -0/+7 |
| | | | | | Handle menu_bar_activate_event by calling x_activate_menubar. | ||||
| * | (struct x_display): New fields saved_button_event, id. | Richard M. Stallman | 1995-07-25 | 1 | -0/+9 |
| | | |||||
| * | (next_noop_dpyinfo): New variable. | Richard M. Stallman | 1995-07-25 | 1 | -18/+42 |
| | | | | | | | | | (XTread_socket): Use that to cycle through all displays for XNoOp. (XTread_socket) [USE_X_TOOLKIT]: For ButtonPress in menu bar, save the event--don't pass to Xt yet. Make a menu_bar_activate_event. (temp_index, temp_buffer): Now static. | ||||
| * | (x_menubar_window_to_frame): New function. | Richard M. Stallman | 1995-07-25 | 1 | -0/+27 |
| | | |||||
| * | (signal_before_change): Use Frun_hook_with_args. | Karl Heuer | 1995-07-25 | 1 | -12/+11 |
| | | | | | (signal_after_change): Likewise. | ||||
| * | (Frun_hook_with_args): New C function, formerly in subr.el. | Karl Heuer | 1995-07-25 | 1 | -0/+59 |
| | | |||||
| * | (Frun_hook_with_args): Declare this function. | Karl Heuer | 1995-07-25 | 1 | -0/+1 |
| | | |||||
| * | (Fprimitive_undo): Don't end inner loop | Richard M. Stallman | 1995-07-25 | 1 | -1/+1 |
| | | | | | just because a previous-modtime doesn't match any more. | ||||
| * | (Fstart_process): Don't expand the file name before trying openp. | Richard M. Stallman | 1995-07-25 | 1 | -2/+1 |
| | | |||||
| * | (Fprevious_window, Fnext_window): When minibuf = nil, | Richard M. Stallman | 1995-07-23 | 1 | -11/+25 |
| | | | | | accept only the minibuffer window that is currently active. | ||||
| * | (do_auto_save_unwind): Set auto_saving to 0. | Richard M. Stallman | 1995-07-22 | 1 | -28/+53 |
| | | | | | | | | | | | | (Fdo_auto_save): Don't clear auto_saving here. Set it to 1 only when we make the unwind-protect. (Ffile_modes) [DOS_NT]: Use check_executable. (check_executable): DOS_NT code moved here from Ffile_modes. (check_writable): New code for MSDOS. (Fexpand_file_name): Initial ~ means name is absolute. | ||||
| * | (Fget_char_property): If OBJECT is non-current buffer, | Richard M. Stallman | 1995-07-22 | 1 | -0/+5 |
| | | | | | use it properly for overlays_at. | ||||
| * | (read_list): When a file loaded from site-init.el uses #$, | Richard M. Stallman | 1995-07-21 | 1 | -9/+28 |
| | | | | | turn it into a relative file name starting with ../lisp. | ||||
| * | (AIX4): New definition. | Richard M. Stallman | 1995-07-21 | 1 | -0/+2 |
| | | |||||
| * | (LD_SWITCH_MACHINE) [AIX4]: New alternate definition. | Richard M. Stallman | 1995-07-21 | 1 | -0/+4 |
| | | |||||
| * | (set_frame_menubar): If the Lisp-level menu bar menus | Richard M. Stallman | 1995-07-21 | 1 | -5/+29 |
| | | | | | are unchanged, don't recompute the widgets. | ||||
| * | (echo_area_window): Declared. | Richard M. Stallman | 1995-07-21 | 1 | -0/+5 |
| | | |||||
| * | (read_minibuf): Call choose_minibuffer_frame. | Richard M. Stallman | 1995-07-21 | 1 | -5/+9 |
| | | | | | | First save the previous minibuf_window. (read_minibuf_unwind): Restore old minibuf_window. | ||||
| * | (do_switch_frame): Don't call choose_minibuffer_frame. | Richard M. Stallman | 1995-07-21 | 1 | -6/+5 |
| | | | | | (choose_minibuf_frame): Choose frame regardless of minibuffer level. | ||||
| * | (echo_area_display): Use selected frame's minibuf window | Richard M. Stallman | 1995-07-21 | 1 | -43/+55 |
| | | | | | | | | | | | | but don't set the minibuf_window (don't call choose_minibuffer_frame). (message2_nolog, message): Likewise. (echo_area_window): New variable. (echo_area_display): Set echo_area_window. (redisplay_window): Distinguish minibuf_window and echo_area_window. (redisplay): Skip shortcuts if buffer's clip_changed is set. (redisplay_window): If buffer's clip_changed is set, update mode line. | ||||
| * | (command_loop_1): Clear echo area after 2 sec | Richard M. Stallman | 1995-07-21 | 1 | -1/+2 |
| | | | | | only if the minibuffer is in the same place as the echo area. | ||||
| * | (update_frame): Check that the echo area is in the frame being displayed. | Richard M. Stallman | 1995-07-21 | 1 | -7/+10 |
| | | |||||
| * | (syms_of_xmenu): Set up Qdebug_on_next_call. | Richard M. Stallman | 1995-07-21 | 1 | -0/+8 |
| | | | | | (set_frame_menubar): Bind it to nil. | ||||
| * | (Fformat): Doc fix. | Richard M. Stallman | 1995-07-20 | 1 | -1/+5 |
| | | |||||
| * | (Fsubst_char_in_region): Bind buffer-file-name to nil if NOUNDO is true. | Richard M. Stallman | 1995-07-20 | 1 | -1/+13 |
| | | |||||
| * | (prepare_to_modify_buffer): Don't lock the file | Richard M. Stallman | 1995-07-20 | 1 | -0/+2 |
| | | | | | if current_buffer->filename is nil. | ||||
| * | (Fsafe_length): Use conservative upper bound. | Karl Heuer | 1995-07-20 | 1 | -4/+1 |
| | | |||||
| * | Comment change. | Karl Heuer | 1995-07-20 | 1 | -1/+1 |
| | | |||||
| * | [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h. | Richard M. Stallman | 1995-07-20 | 1 | -0/+2 |
| | | |||||
| * | (init_callproc): Set Vdoc_directory based on | Richard M. Stallman | 1995-07-20 | 1 | -10/+9 |
| | | | | | | Vinstallation_directory when that's non-nil, regardless of whether we had to set Vexec_directory. | ||||
| * | (init_environment): Move alloca call out of function arg. | Richard M. Stallman | 1995-07-20 | 1 | -1/+2 |
| | | |||||
| * | [!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000. | Richard M. Stallman | 1995-07-20 | 1 | -1/+1 |
| | | |||||
| * | (unload_color): Don't free colors if immutable colormap. | Richard M. Stallman | 1995-07-19 | 1 | -3/+11 |
| | | |||||
| * | (init_alloc_once): Set gc_cons_threshold from Lisp obj size. | Richard M. Stallman | 1995-07-19 | 1 | -1/+1 |
| | | |||||
| * | (Fformat): Increment total for size of control string. | Richard M. Stallman | 1995-07-18 | 1 | -0/+3 |
| | | |||||
| * | (Fmessage): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -6/+3 |
| | | |||||
| * | (decode_mode_spec): New arg spec_width. | Richard M. Stallman | 1995-07-18 | 1 | -13/+57 |
| | | | | | | | | Use pint2str for %l and %c. New code to output ??. (display_mode_element): New var minendcol. Pass new arg to decode_mode_spec. (pint2str): New function. | ||||
| * | (Fwindow_start): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -1/+2 |
| | | |||||
| * | (SUNOS4_SHARED_LIBRARIES): Defined. | Richard M. Stallman | 1995-07-18 | 1 | -0/+1 |
| | | |||||
| * | (unexec): If not SUNOS4_SHARED_LIBRARIES | Richard M. Stallman | 1995-07-18 | 1 | -1/+8 |
| | | | | | or if apparently not dynamically linked, just clear rel and erel. | ||||
| * | (Ffuncall, Fapply): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+2 |
| | | |||||
| * | (Fcall_interactively): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+1 |
| | | |||||
| * | (distclean): Delete Makefile.c, not Makefile.in. | Richard M. Stallman | 1995-07-18 | 1 | -3/+3 |
| | | | | | (SOURCES): Corresponding changes for file renamings. | ||||
| * | (paths.h): Depend on paths.in. | Richard M. Stallman | 1995-07-18 | 1 | -4/+4 |
| | | | | | (config.h): Depend on config.in. | ||||
| * | Fix the other instance too. | Karl Heuer | 1995-07-18 | 1 | -1/+1 |
| | | |||||
| * | (Fbyte_code): Fix variable names in previous change. | Karl Heuer | 1995-07-18 | 1 | -1/+1 |
| | | |||||
| * | (mouse_get_pos, mouse_check_moved, XMenuActivate): | Karl Heuer | 1995-07-18 | 1 | -4/+4 |
| | | | | | Access mouse_moved in selected_frame. | ||||
| * | (mouse_moved): Variable deleted. | Karl Heuer | 1995-07-17 | 1 | -17/+25 |
| | | | | | | | | | | (kbd_buffer_get_event, readable_events): Check mouse_moved in all frames. Check do_mouse_tracking for non-nil ness. (Ftrack_mouse): Set do_mouse_tracking to t. (kbd_buffer_get_event): Discard a selection_clear_event before processing it. | ||||