aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Ffocus_frame, Funfocus_frame): Make them no-ops.Richard M. Stallman1995-08-051-24/+2
|
* (x_delete_display) [AIX]: Don't call XRmDestroyDatabase.Richard M. Stallman1995-08-051-2/+3
|
* (redisplay): When displaying a terminal frame,Richard M. Stallman1995-08-031-1/+18
| | | | | if it isn't the same one as last time, clear it and redraw. Don't redisplay mini_frame as well, if it is a termcap frame.
* Move various Q... vars to top of file, unconditional.Richard M. Stallman1995-08-031-66/+113
| | | | | | | | | | (Vterminal_frame): Just one definition, at top of file, unconditional. (syms_of_frame_1): New function. (syms_of_frame. both definitions): Call syms_of_frame_1. (set_menu_bar_lines, set_menu_bar_lines_1): New functions. (store_frame_parameter): Call set_menu_bar_lines. [!MULTI_FRAME] (Fmodify_frame_parameters): Call set_menu_bar_lines.
* (read_key_sequence): Don't downshift an eventRichard M. Stallman1995-08-031-22/+66
| | | | | if that fails to make it bound. (follow_key): Don't alter contents of NEXT until the end.
* (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.Richard M. Stallman1995-08-021-0/+11
| | | | | (HAVE_TERMIOS): Defined. (HAVE_TERMIO): Add undef.
* (sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS.Richard M. Stallman1995-08-021-0/+2
|
* (HAVE_SELECT): Defined.Richard M. Stallman1995-08-021-0/+3
|
* (XTread_socket): For UnmapNotify, use x_top_window_to_frame.Richard M. Stallman1995-08-021-1/+1
|
* Maybe include net/errno.h.Richard M. Stallman1995-08-021-0/+3
|
* (cons_cells_consed, floats_consed, vector_cells_consed)Richard M. Stallman1995-08-021-0/+64
| | | | | | | | | (symbols_consed, string_chars_consed, misc_objects_consed) (intervals_consed): New vars. (make_float, Fcons, make_interval, allocate_vectorlike, Fmake_symbol) (allocate_misc, make_uninit_string): Increment them. (Fmemory_use_counts): New function. (syms_of_alloc): defsubr it.
* [USE_X_TOOLKIT] (xmenu_show): Compute root-basedRichard M. Stallman1995-08-021-5/+51
| | | | | | coordinates. Make a dummy event to pass them to lw_popup_menu. (single_submenu): Only ignore 1st char of pane name if that is an @.
* (do_switch_frame): Do nothing special when switching between terminal frames.Richard M. Stallman1995-08-011-9/+0
|
* (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.Roland McGrath1995-08-011-1/+11
|
* (GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now.Karl Heuer1995-07-312-6/+0
|
* Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, ↵Simon Marshall1995-07-311-12/+103
| | | | Frun_hook_with_args_until_failure in terms of run_hook_with_args.
* Declare hook running functions.Simon Marshall1995-07-311-3/+9
|
* (kbd_buffer_get_event, swallow_events): Fix prev change.Richard M. Stallman1995-07-311-2/+2
|
* (Fmake_terminal_frame): Copy face_alist from selected frame.Richard M. Stallman1995-07-301-0/+1
|
* (HAVE_XRMSETDATABASE): Define if not defined.Richard M. Stallman1995-07-301-1/+5
|
* Initial revisionRichard M. Stallman1995-07-291-0/+13
|
* (kbd_buffer_get_event): Update input_pending afterRichard M. Stallman1995-07-281-9/+22
| | | | | | | | discarding one event from the queue, if we process the event here. (swallow_events): Likewise. (Vkey_translation_map): Just declare, don't define. (syms_of_keyboard): Don't set up Lisp var.
* (syms_of_eval): Add missing defsubr.Karl Heuer1995-07-281-0/+1
|
* (describe_buffer_bindings): Print bindings fromRichard M. Stallman1995-07-281-9/+59
| | | | | | | Vfunction_key_map and from Vkey_translation_map. (describe_translation): New function. (describe_command): Handle vector like string. (describe_map_tree): New arg TRANSL. Callers changed.
* (GETTIMEOFDAY_ONE_ARGUMENT): Add #undef.Richard M. Stallman1995-07-281-0/+1
|
* (record_overlay_string, overlay_strings): Handle zero-sized overlays better.Karl Heuer1995-07-271-17/+37
|
* (struct sortstrlist): New type.Karl Heuer1995-07-271-148/+86
| | | | | | | | | (overlay_heads, overlay_tails): Change to struct sortstrlist. (overlay_heads_len, overlay_tails_len): Deleted; now part of struct. (record_overlay_string): New function. (overlay_strings): Simplify. Use record_overlay_string. Check for window match in overlays_after loop, not just in overlays_before.
* (update_menu_bar): Pass new arg to set_frame_menubar.Richard M. Stallman1995-07-261-3/+3
| | | | (syms_of_xdisp): Doc fix.
* (prefix-args): Pass ALL_LDFLAGS.Richard M. Stallman1995-07-261-1/+1
|
* TERMCAP_NAME -> TERMCAP_FILE.David J. MacKenzie1995-07-261-3/+3
|
* (tparam): Remove arg array and the #ifdef.David J. MacKenzie1995-07-261-5/+2
|
* Move #define of bcopy to after #include <string.h>.David J. MacKenzie1995-07-261-5/+6
|
* Do renamings:Karl Heuer1995-07-263-38/+38
| | | | frame->display => frame->output, struct x_display -> struct x_output.
* (LIBS_SYSTEM): Defined.Richard M. Stallman1995-07-251-0/+4
|
* (LIBS_MACHINE): Delete -lsun.Richard M. Stallman1995-07-251-1/+1
|
* Renamings: frame->display => frame->output, struct x_display -> sruct x_output.Richard M. Stallman1995-07-256-458/+458
|
* (struct x_output): Renamed from struct x_display.Richard M. Stallman1995-07-251-33/+33
|
* (struct frame): Rename `display' member to `output_data'.Richard M. Stallman1995-07-251-3/+3
| | | | Use new data type name for output_data.x.
* (run-hook-with-args): Fix previous code.Karl Heuer1995-07-251-5/+1
|
* Include buffer.h.Richard M. Stallman1995-07-251-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. Stallman1995-07-251-1/+3
|
* (kbd_buffer_get_event) [USE_X_TOOLKIT]:Richard M. Stallman1995-07-251-0/+7
| | | | Handle menu_bar_activate_event by calling x_activate_menubar.
* (struct x_display): New fields saved_button_event, id.Richard M. Stallman1995-07-251-0/+9
|
* (next_noop_dpyinfo): New variable.Richard M. Stallman1995-07-251-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. Stallman1995-07-251-0/+27
|
* (signal_before_change): Use Frun_hook_with_args.Karl Heuer1995-07-251-12/+11
| | | | (signal_after_change): Likewise.
* (Frun_hook_with_args): New C function, formerly in subr.el.Karl Heuer1995-07-251-0/+59
|
* (Frun_hook_with_args): Declare this function.Karl Heuer1995-07-251-0/+1
|
* (Fprimitive_undo): Don't end inner loopRichard M. Stallman1995-07-251-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. Stallman1995-07-251-2/+1
|