| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
treat it as a literal character.
|
| | |
|
| | |
|
| |
|
|
| |
xg_get_scroll_id_for_window if toolkit scroll bars are used.
|
| |
|
|
| |
of save.
|
| | |
|
| |
|
|
| |
(Fcall_process): Block input around vfork.
|
| | |
|
| | |
|
| |
|
|
| |
(syms_of_eval): Defsubr it.
|
| | |
|
| |
|
|
| |
which covers the change.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Subtract 1 from pos when checking previous newline for invisibility.
|
| |
|
|
|
| |
(Fscroll_left, Fscroll_right): Don't call interactive_p;
use a new second argument instead.
|
| |
|
|
|
|
|
| |
(interactive_p): Don't test INTERACTIVE here.
(Finteractive_p): Doc fix.
(Feval): Abort if INPUT_BLOCKED_P.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fx_file_dialog if only directories should be read.
* lisp.h: Fx_file_dialog takes 5 parameters.
* xfns.c (Fx_file_dialog): Both Motif and GTK version: Add
parameter only_dir_p.
In Motif version, don't put DEFAULT_FILENAME in filter part of the
dialog, just text field part. Do not add DEFAULT_FILENAME
to list of files if it isn't there.
In GTK version, pass only_dir_p parameter to xg_get_file_name.
* macfns.c (Fx_file_dialog): Add parameter only_dir_p. Check
only_dir_p instead of comparing prompt to "Dired". When using
a save dialog, add option kNavDontConfirmReplacement, change title
to "Enter name", change text for save button to "Ok".
* w32fns.c (Fx_file_dialog): Add parameter only_dir_p. Check
only_dir_p instead of comparing prompt to "Dired".
* gtkutil.c (xg_get_file_with_chooser)
(xg_get_file_with_selection): New functions, only defined ifdef
HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
respectively.
(xg_get_file_name): Add parameter only_dir_p.
Call xg_get_file_with_chooser or xg_get_file_with_selection
depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
(xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
* gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
|
| | |
|
| |
|
|
|
|
|
|
| |
declare and use them if NON_BLOCKING_CONNECT is defined.
(IF_NON_BLOCKING_CONNECT): New helper macro.
(wait_reading_process_output): Only declare and use local vars
Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
(init_process): Initialize them if NON_BLOCKING_CONNECT defined.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
(popup_get_selection): Remove parameter do_timers, remove call to
timer_check.
(create_and_show_popup_menu, create_and_show_dialog): Remove
parameter do_timers from call to popup_get_selection.
|
| |
|
|
|
|
| |
tool_bar_items and assign the result to f->tool_bar_items if
not equal. Move BLOCK/UNBLOCK_INPUT from around call to
tool_bar_items to assignment of result.
|
| |
|
|
| |
pending_atmers is non-zero.
|
| | |
|
| | |
|
| |
|
|
|
| |
* macterm.c: allow user to assign key modifiers to the Mac Option
key via a 'mac-option-modifier' variable.
|
| | |
|
| |
|
|
|
|
| |
Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
(x_handle_selection_request, x_handle_selection_clear)
(x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
treat newline and tab like other control characters.
|
| | |
|
| | |
|
| |
|
|
| |
Make prevline an int, not a Lisp_Object.
|
| | |
|
| |
|
|
|
| |
Only allocate info and discarded tables once.
Fix SAFE_FREE calls.
|
| |
|
|
|
|
|
| |
(SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
(SAFE_FREE): Test it to determine if we need to unwind to free.
Remove size arg. All users changed.
(SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(xg_destroy_widgets): Renamed from remove_from_container. Just
destroy all widgets in list. Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.
* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
is not NULL before strcmp.
|
| |
|
|
|
|
|
|
|
| |
(xg_destroy_widgets): Renamed from remove_from_container. Just
destroy all widgets in list. Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.
|