Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [__DJGPP_MINOR__ == 0] (_rename): New function, a | Richard M. Stallman | 1996-11-06 | 1 | -0/+116 |
| | | | | | substitute for library low-level file-renaming function which works around Windows 95 bug. | ||||
* | (window_loop, case GET_BUFFER_WINDOW): | Richard M. Stallman | 1996-11-06 | 1 | -1/+5 |
| | | | | | Don't find any minibuffer window except the one that is currently in use. | ||||
* | (Fencode_time): Use xfree, not free. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
| | |||||
* | (PRINTFINISH): Use xfree, not free. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
| | |||||
* | (Fx_create_frame): Look for X-resource for minibuffer. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
| | |||||
* | (PRINTPREPARE): Really do set free_print_buffer. | Richard M. Stallman | 1996-11-04 | 1 | -1/+1 |
| | |||||
* | (PRINTDECLARE): Declare specpdl_count and free_print_buffer. | Richard M. Stallman | 1996-11-04 | 1 | -11/+31 |
| | | | | | | | | | (PRINTPREPARE): If print_buffer is nonzero, save its contents in a string using record_unwind_protect. (PRINTFINISH): Restore old print_buffer contents. Free it only if this PRINTPREPARE malloc'd it. (print): Don't call PRINTFULLP after all. (print_unwind): New function. | ||||
* | (command_loop_1): Update selected buffer again after read_key_sequence. | Richard M. Stallman | 1996-11-02 | 1 | -0/+4 |
| | |||||
* | (printchar, strout): Do QUIT for echo area output. | Richard M. Stallman | 1996-11-02 | 1 | -8/+28 |
| | | | | | | | (PRINTFULLP): New macro. (print): Exit if PRINTFULLP. When printing a symbol, don't save a pointer to the name. (PRINTFINISH): Null out print_buffer after freeing it. | ||||
* | (EmacsFrameResize): Use cancel_mouse_face. | Richard M. Stallman | 1996-10-31 | 1 | -0/+2 |
| | |||||
* | (cancel_mouse_face): New function. Code copied from | Richard M. Stallman | 1996-10-31 | 1 | -8/+20 |
| | | | | | | x_set_window_size, fixing a bug. (x_set_window_size): Use cancel_mouse_face. (XTread_socket): When frame size has changed, call cancel_mouse_face. | ||||
* | (main): Clear out *Messages* before init_callproc. | Richard M. Stallman | 1996-10-31 | 1 | -7/+11 |
| | |||||
* | (dir_warning): New function. | Richard M. Stallman | 1996-10-31 | 1 | -3/+17 |
| | | | | (init_lread): Use dir_warning. | ||||
* | (init_callproc): Use dir_warning. | Richard M. Stallman | 1996-10-31 | 1 | -12/+4 |
| | |||||
* | Reorganize function definitions so etags finds them. | Erik Naggum | 1996-10-31 | 5 | -23/+18 |
| | |||||
* | (BROKEN_O_NONBLOCK): Define only if Ultrix. | Richard M. Stallman | 1996-10-30 | 1 | -2/+14 |
| | | | | | | | (LIBS_MACHINE, KERNEL_FILE): Don't define if __NetBSD__. (C_SWITCH_X_MACHINE): Define only if Ultrix. [__NetBSD__] (START_FILES, CANNOT_DUMP): New definitions. [__NetBSD__] (RUN_TIME_REMAP, UNEXEC): Undef them. | ||||
* | (XTread_socket, KeyPress case): Clear compose_status | Richard M. Stallman | 1996-10-30 | 1 | -0/+8 |
| | | | | if the key has the meta modifier. | ||||
* | (Fmake_char_table): Doc fix. | Erik Naggum | 1996-10-28 | 1 | -1/+1 |
| | |||||
* | (read_minibuf_unwind): Don't restore minibuf_window; | Richard M. Stallman | 1996-10-26 | 1 | -1/+20 |
| | | | | | | instead call choose_minibuf_frame. (choose_minibuf_frame): Don't let any other frame keep its minibuf window selected. | ||||
* | (Fexpand_file_name): No longer discard .../ before another / or ~. | Richard M. Stallman | 1996-10-26 | 1 | -23/+0 |
| | | | | That is now only in Fsubstitute_in_file_name. | ||||
* | (describe_buffer_bindings): Pass 1 for PARTIAL | Richard M. Stallman | 1996-10-26 | 1 | -3/+3 |
| | | | | in some calls to describe_map_tree. | ||||
* | (status_notify): Update p->tick again | Richard M. Stallman | 1996-10-26 | 1 | -0/+5 |
| | | | | just before running the sentinel, in case it dies. | ||||
* | (decode_mode_spec): In the `L' case, | Richard M. Stallman | 1996-10-26 | 1 | -0/+3 |
| | | | | remove a buffer from base_line_pos if window has switched buffers. | ||||
* | (Vdebug_on_signal): Renamed from Vdebug_force. | Richard M. Stallman | 1996-10-14 | 1 | -5/+5 |
| | |||||
* | Fix typo in comment. | Karl Heuer | 1996-10-14 | 1 | -1/+1 |
| | |||||
* | (UNEXEC): Undef before defining. | Richard M. Stallman | 1996-10-13 | 1 | -0/+1 |
| | |||||
* | (Fdefine_function): Function definition deleted. | Richard M. Stallman | 1996-10-12 | 1 | -24/+0 |
| | | | | (syms_of_data): Don't call defsubr for it. | ||||
* | (XTwrite_glyphs, XTclear_end_of_line, XTclear_frame) | Richard M. Stallman | 1996-10-12 | 1 | -20/+18 |
| | | | | | | (clear_cursor, x_display_bar_cursor, x_display_box_cursor) (x_set_window_size): Use phys_cursor_on field in frame. (x_update_cursor): Negative phys_cursor_x no longer means anything. | ||||
* | (struct frame): New field phys_cursor_on. | Richard M. Stallman | 1996-10-12 | 1 | -0/+2 |
| | |||||
* | (Fbuffer_has_markers_at): New function. | Richard M. Stallman | 1996-10-11 | 1 | -0/+27 |
| | | | | (syms_of_marker): defsubr it. | ||||
* | [__hpux]: Define hpux. From Eric Backus. | Jim Meyering | 1996-10-10 | 1 | -1/+9 |
| | | | | [__sun]: Define sun. Reported by Kaveh Ghazi. | ||||
* | (init_display): If not yet initialized, | Richard M. Stallman | 1996-10-09 | 1 | -1/+1 |
| | | | | we can't really use X, so we must do the real work. | ||||
* | (Fx_popup_menu): Give the menu a title when the menu is a single keymap. | Richard M. Stallman | 1996-10-09 | 1 | -0/+2 |
| | |||||
* | (struct position): New field ovstring_chars_done. | Richard M. Stallman | 1996-10-07 | 1 | -0/+3 |
| | |||||
* | (POSIX_SIGNALS): New definition. | Richard M. Stallman | 1996-10-07 | 1 | -0/+3 |
| | |||||
* | (display_text_line): New arg ovstr_done. (Callers changed). | Richard M. Stallman | 1996-10-06 | 1 | -9/+33 |
| | | | | | Ignore that many chars from start of overlay strings. Return updated value in ovstring_chars_done field. | ||||
* | (x_set_internal_border_width): Only change | Richard M. Stallman | 1996-10-06 | 1 | -3/+5 |
| | | | | | | an edit_widget's internal_border_width for the toolkit case. (syms_of_xfns): For x-sensitive-text-pointer-shape, use DEFVAR_LISP. | ||||
* | (vmotion, compute_motion): Fill in ovstring_chars_done in the return value. | Richard M. Stallman | 1996-10-06 | 1 | -0/+3 |
| | |||||
* | (special-display-p): Doc fix. | Erik Naggum | 1996-10-06 | 1 | -1/+1 |
| | |||||
* | (Fspecial_display_p, Fsame_window_p): New functions. | Erik Naggum | 1996-10-06 | 1 | -49/+74 |
| | | | | | (Fdisplay_buffer): Use them, instead of doing the work here. (syms_of_window): Defsubr them. | ||||
* | (decode_env_path): Add /: to dir names that could be magic. | Richard M. Stallman | 1996-10-04 | 1 | -10/+42 |
| | | | | (init_cmdargs): Add /: to argv[0] if it could be magic. | ||||
* | (init_buffer): Add /: to dir names that could be magic. | Richard M. Stallman | 1996-10-04 | 1 | -0/+8 |
| | |||||
* | (openp): Omit /: from start of file name. | Richard M. Stallman | 1996-10-04 | 1 | -3/+16 |
| | |||||
* | (ospeed): New #undef to counteract that definition. | Richard M. Stallman | 1996-10-02 | 1 | -0/+3 |
| | |||||
* | (ospeed): New definition. | Richard M. Stallman | 1996-10-02 | 1 | -0/+4 |
| | |||||
* | (store_frame_param): Allow setting a frame's minibuffer | Karl Heuer | 1996-10-02 | 1 | -2/+3 |
| | | | | to the value that it already has. | ||||
* | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1996-10-01 | 1 | -1/+1 |
| | |||||
* | (show_mouse_face): Undo 1996-08-30 change. | Richard M. Stallman | 1996-09-29 | 1 | -2/+12 |
| | |||||
* | (Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'. | Richard M. Stallman | 1996-09-28 | 1 | -8/+20 |
| | |||||
* | (x_set_scroll_bar_width): Move cursor to the | Richard M. Stallman | 1996-09-27 | 1 | -0/+1 |
| | | | | left margin, past a scroll bar, if any. |