| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fvertical_motion): New optional arg WINDOW. | Richard M. Stallman | 1994-03-14 | 1 | -4/+10 |
| | | |||||
| * | (Fdelete_other_windows): Pass new arg to Fvertical_motion. | Richard M. Stallman | 1994-03-14 | 1 | -8/+13 |
| | | | | | (window_scroll, Frecenter, Fmove_to_window_line): Likewise. | ||||
| * | Undo previous change. Instead: | Richard M. Stallman | 1994-03-14 | 1 | -5/+4 |
| | | | | | (Fx_popup_dialog) [! USE_X_TOOLKIT]: Call Fx_popup_menu. | ||||
| * | (Fx_popup_dialog): Define only if USE_X_TOOLKIT. | Richard M. Stallman | 1994-03-14 | 1 | -0/+5 |
| | | |||||
| * | (PURESIZE): Reduce to 230000. | Richard M. Stallman | 1994-03-13 | 1 | -1/+1 |
| | | |||||
| * | (Fexpt): Delete extraneous `for' statement. | Karl Heuer | 1994-03-12 | 1 | -1/+0 |
| | | |||||
| * | (get_process): Allow arg to be a buffer object. | Karl Heuer | 1994-03-12 | 1 | -13/+23 |
| | | |||||
| * | Fix coding style. | Karl Heuer | 1994-03-12 | 1 | -3/+2 |
| | | |||||
| * | (x_consider_frame_title): New function, extracted from display_mode_line. | Karl Heuer | 1994-03-11 | 1 | -17/+34 |
| | | | | | (redisplay): Update frame title on iconified frames. | ||||
| * | (xdialog_show): New function to handle the display of dialog boxes. | Fred Pierresteguy | 1994-03-11 | 1 | -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 Pierresteguy | 1994-03-11 | 1 | -1/+11 |
| | | | | | Call XtSetValues not XtVaSetValues. | ||||
| * | (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu. | Fred Pierresteguy | 1994-03-11 | 1 | -3/+3 |
| | | | | | (Fy_or_n_p): Likewise. | ||||
| * | (lock_superlock): Synchronize NFS cache. | Karl Heuer | 1994-03-11 | 1 | -0/+25 |
| | | |||||
| * | (Fre_search_forward, Fre_search_backward): Doc fix. | Karl Heuer | 1994-03-10 | 1 | -7/+7 |
| | | |||||
| * | (compute_motion): Initialize prev_hpos. | Richard M. Stallman | 1994-03-10 | 1 | -1/+72 |
| | | | | | (Fcompute_motion): New function. | ||||
| * | (Fx_popup_menu): If POSITION is nil, | Richard M. Stallman | 1994-03-10 | 1 | -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_command | Richard M. Stallman | 1994-03-10 | 1 | -1/+3 |
| | | | | | after running Vpost_command_hook. | ||||
| * | (PURESIZE): Increment to 240000. | Richard M. Stallman | 1994-03-10 | 1 | -1/+1 |
| | | |||||
| * | (display_mode_line): Highlight partial-width mode lines | Richard M. Stallman | 1994-03-10 | 1 | -0/+8 |
| | | | | | for a non-termcal frame. | ||||
| * | (GLYPH_MODE_LINE_FACE): New macro. | Richard M. Stallman | 1994-03-10 | 1 | -0/+2 |
| | | |||||
| * | Don't kill remaining processes if child exits. | Richard M. Stallman | 1994-03-09 | 1 | -0/+16 |
| | | | | | | | (call_process_exited): New variable. (Fcall_process): Set it. (call_process_cleanup): Test it. | ||||
| * | Fix typo in previous change. | Karl Heuer | 1994-03-09 | 1 | -2/+2 |
| | | |||||
| * | (Fcall_interactively): Don't select an active minibuffer. | Karl Heuer | 1994-03-09 | 1 | -1/+7 |
| | | |||||
| * | (Fselect_window): Undo previous minibuffer change. | Karl Heuer | 1994-03-09 | 1 | -4/+0 |
| | | |||||
| * | (window_loop): Delete MULTI_FRAME | Richard M. Stallman | 1994-03-09 | 1 | -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 Heuer | 1994-03-09 | 1 | -0/+4 |
| | | |||||
| * | (Fdisplay_buffer): If pop_up_frames != 0, | Richard M. Stallman | 1994-03-08 | 1 | -2/+3 |
| | | | | | consider just visible frames when looking for existing window. | ||||
| * | Initial revision | Karl Heuer | 1994-03-08 | 1 | -0/+38 |
| | | |||||
| * | (syms_of_undo): staticpro pending_boundary. | Richard M. Stallman | 1994-03-08 | 1 | -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 before | Roland McGrath | 1994-03-08 | 1 | -1/+1 |
| | | | | | trying to use fpathconf. | ||||
| * | Add #undef HAVE_FPATHCONF. | Roland McGrath | 1994-03-08 | 1 | -0/+1 |
| | | |||||
| * | (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. | Roland McGrath | 1994-03-08 | 1 | -1/+1 |
| | | |||||
| * | (term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address. | Roland McGrath | 1994-03-08 | 1 | -0/+2 |
| | | |||||
| * | (term_get_fkeys_data): Variable removed. | Roland McGrath | 1994-03-08 | 1 | -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 = visible | Richard M. Stallman | 1994-03-08 | 1 | -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. Stallman | 1994-03-08 | 1 | -7/+28 |
| | | | | | | | consider only visible frames. (Fnext_frame, Fprevious_frame): Doc fix. (syms_of_frame): Staticpro Qvisible. | ||||
| * | (Qvisible): Declared. | Richard M. Stallman | 1994-03-08 | 1 | -0/+1 |
| | | |||||
| * | (Fwindow_width): Doc fix. | Richard M. Stallman | 1994-03-08 | 1 | -1/+4 |
| | | |||||
| * | (doprnt): Do the right thing for negative size spec. | Karl Heuer | 1994-03-07 | 1 | -1/+2 |
| | | |||||
| * | (get_minibuffer): Make name buffer large enough. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| | | |||||
| * | (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -2/+4 |
| | | |||||
| * | (temp_echo_area_glyphs): Use quit_char, not C-g. | Karl Heuer | 1994-03-07 | 1 | -1/+3 |
| | | |||||
| * | (Fscroll_other_window): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| | | |||||
| * | (mark_object): Add no-op cast. | Richard M. Stallman | 1994-03-06 | 1 | -1/+3 |
| | | |||||
| * | (error): Use doprnt. Make buffer larger as necessary. | Richard M. Stallman | 1994-03-06 | 1 | -2/+28 |
| | | |||||
| * | (operate_on_word): Don't move point; store in *NEWPOINT. | Richard M. Stallman | 1994-03-06 | 1 | -14/+22 |
| | | | | | | (Fupcase_word, Fdowncase_word, Fcapitalize_word): Set point after changing case. Rename opoint to beg. | ||||
| * | (ARRAY_MARK_FLAG): Define here. | Richard M. Stallman | 1994-03-05 | 1 | -0/+27 |
| | | |||||
| * | Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h. | Richard M. Stallman | 1994-03-05 | 1 | -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. Stallman | 1994-03-05 | 1 | -22/+0 |
| | | |||||
| * | (shut_down_emacs): Set Vrun_hooks to nil. | Richard M. Stallman | 1994-03-05 | 1 | -0/+3 |
| | | |||||
