summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (Fvertical_motion): New optional arg WINDOW.Richard M. Stallman1994-03-141-4/+10
|
* (Fdelete_other_windows): Pass new arg to Fvertical_motion.Richard M. Stallman1994-03-141-8/+13
| | | | (window_scroll, Frecenter, Fmove_to_window_line): Likewise.
* Undo previous change. Instead:Richard M. Stallman1994-03-141-5/+4
| | | | (Fx_popup_dialog) [! USE_X_TOOLKIT]: Call Fx_popup_menu.
* (Fx_popup_dialog): Define only if USE_X_TOOLKIT.Richard M. Stallman1994-03-141-0/+5
|
* (PURESIZE): Reduce to 230000.Richard M. Stallman1994-03-131-1/+1
|
* (Fexpt): Delete extraneous `for' statement.Karl Heuer1994-03-121-1/+0
|
* (get_process): Allow arg to be a buffer object.Karl Heuer1994-03-121-13/+23
|
* Fix coding style.Karl Heuer1994-03-121-3/+2
|
* (x_consider_frame_title): New function, extracted from display_mode_line.Karl Heuer1994-03-111-17/+34
| | | | (redisplay): Update frame title on iconified frames.
* (xdialog_show): New function to handle the display of dialog boxes.Fred Pierresteguy1994-03-111-0/+337
| | | | | | | (Fx_popup_dialog): New function. (dialog_selection_callback): New function. (xmenu_show) [USE_X_TOOLKIT]: Don't call lw_destroy_all_widgets at the end. Do the work of construct_mouse_click in the ButtonRelease case.
* (EmacsFrameSetCharSize): Call XawPanedSetRefigureMode.Fred Pierresteguy1994-03-111-1/+11
| | | | Call XtSetValues not XtVaSetValues.
* (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu.Fred Pierresteguy1994-03-111-3/+3
| | | | (Fy_or_n_p): Likewise.
* (lock_superlock): Synchronize NFS cache.Karl Heuer1994-03-111-0/+25
|
* (Fre_search_forward, Fre_search_backward): Doc fix.Karl Heuer1994-03-101-7/+7
|
* (compute_motion): Initialize prev_hpos.Richard M. Stallman1994-03-101-1/+72
| | | | (Fcompute_motion): New function.
* (Fx_popup_menu): If POSITION is nil,Richard M. Stallman1994-03-101-46/+164
| | | | | | | | | | | | | | | | | | | | | don't require an open X connection. (single_keymap_panes, keymap_panes, menu_item_enabled_p): New arg NOTREAL. (Fx_popup_menu): Pass new arg (1 if POSITION is nil). (menu_item_enabled_p): If NOTREAL, always return t. (single_keymap_panes) [!USE_X_TOOLKIT]: Append > to item_string if submenu. [USE_X_TOOLKIT]: Display submenus in Xt style. (menu_items): Record where submenus start and end. (menu_items_submenu_depth): New variable. (init_menu_items): Init it. (push_submenu_start, push_submenu_end): New functions. (grow_menu_items): New function. (push_menu_pane, push_menu_item): Use it. (push_menu_pane): Increment menu_items_n_panes only if depth is 0. (single_keymap_panes) [USE_X_TOOLKIT]: Record submenus in menu_items. (xmenu_show) [USE_X_TOOLKIT]: Give submenus to toolkit.
* (command_loop_1): On entry, set this_commandRichard M. Stallman1994-03-101-1/+3
| | | | after running Vpost_command_hook.
* (PURESIZE): Increment to 240000.Richard M. Stallman1994-03-101-1/+1
|
* (display_mode_line): Highlight partial-width mode linesRichard M. Stallman1994-03-101-0/+8
| | | | for a non-termcal frame.
* (GLYPH_MODE_LINE_FACE): New macro.Richard M. Stallman1994-03-101-0/+2
|
* Don't kill remaining processes if child exits.Richard M. Stallman1994-03-091-0/+16
| | | | | | (call_process_exited): New variable. (Fcall_process): Set it. (call_process_cleanup): Test it.
* Fix typo in previous change.Karl Heuer1994-03-091-2/+2
|
* (Fcall_interactively): Don't select an active minibuffer.Karl Heuer1994-03-091-1/+7
|
* (Fselect_window): Undo previous minibuffer change.Karl Heuer1994-03-091-4/+0
|
* (window_loop): Delete MULTI_FRAMERichard M. Stallman1994-03-091-21/+3
| | | | | | conditional within the loop, spuriously added in prev change. Don't ignore invisible or iconified frames for GET_BUFFER_WINDOW; instead, let Fnext_window skip them if appropriate.
* (Fselect_window): Don't select an inactive minibuffer.Karl Heuer1994-03-091-0/+4
|
* (Fdisplay_buffer): If pop_up_frames != 0,Richard M. Stallman1994-03-081-2/+3
| | | | consider just visible frames when looking for existing window.
* Initial revisionKarl Heuer1994-03-081-0/+38
|
* (syms_of_undo): staticpro pending_boundary.Richard M. Stallman1994-03-081-1/+35
| | | | | | | | (pending_boundary): New variable. (syms_of_undo): Initialize it. (Fundo_boundary): Use pending_boundary. (record_insert, record_delete, record_property_change): Set pending_boundary.
* (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF beforeRoland McGrath1994-03-081-1/+1
| | | | trying to use fpathconf.
* Add #undef HAVE_FPATHCONF.Roland McGrath1994-03-081-0/+1
|
* (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.Roland McGrath1994-03-081-1/+1
|
* (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.Roland McGrath1994-03-081-0/+2
|
* (term_get_fkeys_data): Variable removed.Roland McGrath1994-03-081-37/+33
| | | | | | | | | (term_get_fkeys_define_1, term_get_fkeys_define): Functions removed. (term_get_fkeys_address): New variable, to pass arg through condition-case. (term_get_fkeys): Set that to ADDRESS; just do condition-case around call to term_get_fkeys_1, ignoring all errors. (term_get_fkeys_1): New function, containing body of term_get_fkeys. Don't use term_get_fkeys_define_1; call Fdefine_key directly.
* (Fprevious_window, Fnext_window): ALL_FRAMES = visibleRichard M. Stallman1994-03-081-30/+45
| | | | | | | means consider only visible frames. (window_loop): Likewise for FRAMES. (Fget_buffer_window, Fget_largest_window, Fget_lru_window): Doc fix. (Fdelete_windows_on): Doc fix.
* (next_frame, prev_frame): If MINIBUF is `visible',Richard M. Stallman1994-03-081-7/+28
| | | | | | consider only visible frames. (Fnext_frame, Fprevious_frame): Doc fix. (syms_of_frame): Staticpro Qvisible.
* (Qvisible): Declared.Richard M. Stallman1994-03-081-0/+1
|
* (Fwindow_width): Doc fix.Richard M. Stallman1994-03-081-1/+4
|
* (doprnt): Do the right thing for negative size spec.Karl Heuer1994-03-071-1/+2
|
* (get_minibuffer): Make name buffer large enough.Karl Heuer1994-03-071-1/+1
|
* (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix.Karl Heuer1994-03-071-2/+4
|
* (temp_echo_area_glyphs): Use quit_char, not C-g.Karl Heuer1994-03-071-1/+3
|
* (Fscroll_other_window): Doc fix.Karl Heuer1994-03-071-1/+1
|
* (mark_object): Add no-op cast.Richard M. Stallman1994-03-061-1/+3
|
* (error): Use doprnt. Make buffer larger as necessary.Richard M. Stallman1994-03-061-2/+28
|
* (operate_on_word): Don't move point; store in *NEWPOINT.Richard M. Stallman1994-03-061-14/+22
| | | | | (Fupcase_word, Fdowncase_word, Fcapitalize_word): Set point after changing case. Rename opoint to beg.
* (ARRAY_MARK_FLAG): Define here.Richard M. Stallman1994-03-051-0/+27
|
* Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h.Richard M. Stallman1994-03-051-6/+12
| | | | | | (write_to_vms_process): Change =- to -=. (create_process): Set status field instead of obsolete flags field. (child_sig): Likewise.
* (ARRAY_MARK_FLAG): Definition moved to lisp.h.Richard M. Stallman1994-03-051-22/+0
|
* (shut_down_emacs): Set Vrun_hooks to nil.Richard M. Stallman1994-03-051-0/+3
|