summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (try_window_id): Undo last change.Gerd Moellmann2001-03-262-0/+7
|
* (syms_of_buffer): Doc fix.Eli Zaretskii2001-03-262-7/+28
|
* (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.Eli Zaretskii2001-03-261-4/+60
|
* (x_update_menu_appearance): Use local variableGerd Moellmann2001-03-262-2/+7
| | | | popup_path for setting font resources.
* (Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined.Eli Zaretskii2001-03-252-0/+5
|
* (main): Update the copyright year.Eli Zaretskii2001-03-252-2/+8
| | | | From Werner LEMBERG <wl@gnu.org>.
* (init_from_display_pos): Test invisible propertyGerd Moellmann2001-03-252-1/+4
| | | | with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
* (redisplay_internal) <update one window>: Make sureGerd Moellmann2001-03-252-0/+7
| | | | last_arrow_position and last_arrow_string are set.
* (Fframe_list): Don't return a tooltip frame.Gerd Moellmann2001-03-252-1/+9
|
* (mark_window_display_accurate_1): New function,Gerd Moellmann2001-03-232-92/+74
| | | | | | | | | | extracted from mark_window_display_accurate. Compute BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED, BUF_BEG_UNCHANGED, BUF_END_UNCHANGED. (mark_window_display_accurate): Use it. (redisplay_internal): Use it for the selected window. (redisplay_internal): Avoid duplicate mark_window_display_accurate for the selected frame.
* (try_window_id): Disable rows below the window end.Gerd Moellmann2001-03-232-86/+128
| | | | | | | | (try_window_reusing_current_matrix): Use cursor_row_p. (try_window_reusing_current_matrix) <scrolling up>: Fix disabling of rows. (init_from_display_pos): If POS specifies a position in a display vector, maybe get the iterator set up for that ellipsis.
* (dump_glyph_row): Fix output for NGLYPHS == 2.Gerd Moellmann2001-03-232-4/+7
|
* Include widget.h only if USE_X_TOOLKIT is defined.Eli Zaretskii2001-03-232-1/+5
|
* *** empty log message ***Gerd Moellmann2001-03-231-0/+5
|
* (x_update_menu_appearance): Use a different pathGerd Moellmann2001-03-231-4/+11
| | | | for Lucid popup menus.
* (init_iterator): Check WINDOWP before using XWINDOW.Stefan Monnier2001-03-232-9/+16
| | | | (string_buffer_position): Use `make_number'.
* (note_mouse_highlight): Dec the int, not the Lisp_Object.Stefan Monnier2001-03-231-1/+1
|
* Typos.Stefan Monnier2001-03-231-3/+3
|
* *** empty log message ***Gerd Moellmann2001-03-221-0/+6
|
* (x_update_menu_appearance): Renamed fromGerd Moellmann2001-03-221-66/+63
| | | | x_set_menu_face_resources. Use different resources for popups.
* (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.Gerd Moellmann2001-03-221-0/+3
| | | | (GC_CHECK_STRING_BYTES): Don't define.
* (update_frame_menubar, set_frame_menubar, xmenu_show):Gerd Moellmann2001-03-222-6/+13
| | | | Remove calls to x_set_menu_resources_from_menu_face.
* (x_set_menu_resources_from_menu_face): RemoveGerd Moellmann2001-03-221-3/+0
| | | | prototype.
* (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]:Gerd Moellmann2001-03-221-200/+65
| | | | | | | Removed, together with subroutines. (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function. (realize_basic_faces) [USE_X_TOOLKIT]: Call x_set_menu_face_resources.
* Include widget.h.Gerd Moellmann2001-03-222-39/+42
| | | | | (single_submenu): Return int. Some cleanup. (set_frame_menubar): Call x_set_menu_resources_from_menu_face.
* (xm_set_menu_resources_from_menu_face): RemoveGerd Moellmann2001-03-221-4/+1
| | | | #ifndef LESSTIF_VERSION.
* (x_update_window_end): Handle overwritten mouse faceGerd Moellmann2001-03-212-15/+20
| | | | | | also for tool bar windows. (show_mouse_face): Set the glyph row's mouse_face_p flag also when DRAW is DRAW_IMAGE_RAISED.
* *** empty log message ***Gerd Moellmann2001-03-201-0/+2
|
* *** empty log message ***Gerd Moellmann2001-03-201-0/+4
|
* (syms_of_print): Doc fixes.Gerd Moellmann2001-03-201-13/+17
|
* (Fmd5): Doc fix.Gerd Moellmann2001-03-201-2/+2
|
* (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:Gerd Moellmann2001-03-192-5/+18
| | | | Clear area of the frame not occupied by the scroll bar.
* *** empty log message ***Gerd Moellmann2001-03-191-0/+4
|
* (x_create_tip_frame): Add parameter TEXT. Set theGerd Moellmann2001-03-191-10/+18
| | | | | tip frame's root window buffer to *tip* right after creating the frame.
* (highlight_trailing_whitespace): Glyphs whose objectGerd Moellmann2001-03-192-4/+13
| | | | is an integer don't have to be for space characters.
* (current_column, current_column_1, Fmove_to_column)Gerd Moellmann2001-03-162-171/+302
| | | | | (compute_motion): Handle characters from display vectors differently.
* *** empty log message ***Kenichi Handa2001-03-161-0/+5
|
* (timer_check): Preserve the value of deactivate-mark.Gerd Moellmann2001-03-152-7/+7
| | | | (command_loop_1): Undo last change.
* (fast_find_position): Return the correct vpos.Gerd Moellmann2001-03-152-3/+7
|
* *** empty log message ***Gerd Moellmann2001-03-151-0/+20
|
* (store_symval_forwarding): Add parameter BUF. If BUF isGerd Moellmann2001-03-151-37/+79
| | | | | | | | | | | | non-null, set a per-buffer value in BUF instead of the current buffer. (swap_in_global_binding, swap_in_symval_forwarding, Fset_default): Call store_symval_forwarding with BUF null. (set_internal): Call store_symval_forwarding with the BUF parameter passed to set_internal. Formerly, the value was always set in the current buffer; the buffer recorded in specbind for this case wasn't used. (arith_driver): Reindent.
* (swap_out_buffer_local_variables): CallGerd Moellmann2001-03-151-1/+1
| | | | store_symval_forwarding with BUF null.
* (specbind): Call store_symval_forwarding with BUF null.Gerd Moellmann2001-03-151-5/+5
|
* (store_symval_forwarding): Change prototype.Gerd Moellmann2001-03-151-1/+2
|
* *** empty log message ***Gerd Moellmann2001-03-141-0/+15
|
* (do_switch_frame): Remove unused parameter NO_EVENT, addGerd Moellmann2001-03-141-9/+23
| | | | | | | | FOR_DELETION. Avoid resizing the mini-window of the selected frame if FOR_DELETION is set. (Fselect_frame, Fhandle_switch_frame, Fdelete_frame) (Fmake_frame_invisible): Change calls to do_switch_frame for new signature.
* (Fset_window_configuration): Change call toemacs-pretest-21.0.100Gerd Moellmann2001-03-141-2/+2
| | | | do_switch_frame to new format.
* (quit_throw_to_read_char): Change call toGerd Moellmann2001-03-141-1/+1
| | | | do_switch_frame to new format.
* (do_switch_frame): Change prototype.Gerd Moellmann2001-03-141-1/+1
|
* *** empty log message ***Gerd Moellmann2001-03-141-0/+4
|