aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Andrew Innes2001-02-051-0/+6
|
* ($(EMACS)): Use $(THISDIR) instead of . inAndrew Innes2001-02-051-2/+2
| | | | | invocation of temacs, to work with Windows 2000. (bootstrap-emacs): Ditto.
* (x_display_and_set_cursor): Check for the focusGerd Moellmann2001-02-052-2/+5
| | | | frame's selected window instead of selected_window.
* (try_scrolling): If point is in the line below theGerd Moellmann2001-02-052-12/+8
| | | | | window, make sure to move the iterator at least a canonical char height down.
* *** empty log message ***Gerd Moellmann2001-02-051-0/+5
|
* (Fmove_to_window_line): Don't add 1 if window isGerd Moellmann2001-02-051-0/+4
| | | | vscrolled.
* (CCL_WRITE_CHAR): Check if CH is valid or not. IfKenichi Handa2001-02-051-1/+13
| | | | | | | invalid, execute CCL_INVALID_CMD. (ccl_driver): If the CCL program is terminated because of CCL_STAT_INVALID_CMD, copy the remaining source data to the destination instead of throwing them away.
* *** empty log message ***Kenichi Handa2001-02-051-0/+8
|
* *** empty log message ***Stefan Monnier2001-02-021-1/+1
|
* *** empty log message ***Gerd Moellmann2001-02-021-0/+3
|
* (x_set_font): If font hasn't changed, avoid recomputingGerd Moellmann2001-02-021-0/+2
| | | | faces and other things.
* *** empty log message ***Gerd Moellmann2001-02-021-0/+5
|
* (get_next_display_element): Fix case of emptyGerd Moellmann2001-02-021-2/+6
| | | | display table entry.
* (Fconstrain_to_field): Doc fix.Eli Zaretskii2001-02-022-1/+3
|
* (Fclear_face_cache): Rename the `thorougly' argumentEli Zaretskii2001-02-022-3/+6
| | | | into `thoroughly', to make it consistent with the doc string.
* (Fenlarge_window, Fshrink_window): Doc fix.Eli Zaretskii2001-02-022-2/+8
|
* (search_buffer): Call set_search_regs with a byteGerd Moellmann2001-02-012-1/+4
| | | | position, not a character position.
* *** empty log message ***Gerd Moellmann2001-02-011-0/+8
|
* (x_set_tool_bar_lines): Do nothing If frame isGerd Moellmann2001-02-011-0/+4
| | | | minibuffer-only,
* (Fmodify_frame_parameters): Doc fix.Eli Zaretskii2001-02-012-0/+5
|
* Change the include blocker to the same form as in other headerGerd Moellmann2001-01-311-3/+3
| | | | files.
* (EMACS_FRAME_H_INCLUDED): Use an include blockerGerd Moellmann2001-01-311-5/+7
| | | | identifier which is not reserved by Standard C.
* (enum window_part): New enumeration.Gerd Moellmann2001-01-312-31/+63
| | | | | | | | | | | | | | | (Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and Qright_bitmap_area. (coordinates_in_window): Return an enumerator from enum window_part. Fix handling of right scroll bar. (Fcoordinates_in_window_p): Doc fix. Return `left-fringe' and `right-fringe' instead of `left-bitmap-area' and `right-bitmap-area'. Use enumerators from enum window_part instead of hard-coded integers. (check_window_containing, window_from_coordinates): Use enumerators from enum window_part instead of hard-coded integers. (syms_of_window): Replace Qleft_bitmap_area and Qright_bitmap_area.with Qleft_fringe and Qright_fringe.
* Update copyright.Gerd Moellmann2001-01-311-6/+6
|
* (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.Gerd Moellmann2001-01-311-5/+15
|
* *** empty log message ***Dave Love2001-01-311-0/+2
|
* (hook-run): Define to run xreload.Dave Love2001-01-311-1/+6
|
* (Fformat_time_string): Doc fix.Eli Zaretskii2001-01-312-2/+9
|
* *** empty log message ***Stefan Monnier2001-01-311-0/+5
|
* (Fwhere_is_internal): Use the first valid bindingStefan Monnier2001-01-311-5/+10
| | | | if no ascii binding is found (when firstonly is t).
* *** empty log message ***Gerd Moellmann2001-01-311-0/+8
|
* (interactive_p): New function.Gerd Moellmann2001-01-311-9/+29
| | | | (Finteractive_p): Use it.
* (interactive_p): Add prototype.Gerd Moellmann2001-01-311-0/+1
|
* (Fscroll_right, Fscroll_left): Use interactive_pGerd Moellmann2001-01-311-2/+2
| | | | instead of Finteractive_p.
* (Fmake_list): Add a QUIT in the loop; unroll the loop.Gerd Moellmann2001-01-312-2/+36
|
* *** empty log message ***Dave Love2001-01-311-0/+4
|
* (Fset_text_properties): Fix newline in doc string.Dave Love2001-01-311-1/+1
|
* *** empty log message ***Gerd Moellmann2001-01-301-0/+12
|
* (build_desired_tool_bar_string, syms_of_xdisp): UseGerd Moellmann2001-01-301-3/+5
| | | | DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF.
* (Fx_create_frame): Add the tool bar height to the frameGerd Moellmann2001-01-301-8/+30
| | | | height.
* (Vtool_bar_button_margin:): Declare extern.Gerd Moellmann2001-01-301-2/+10
| | | | | (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF) (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines.
* (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC andDave Love2001-01-302-0/+7
| | | | AFTER_POTENTIAL_GC.
* *** empty log message ***Gerd Moellmann2001-01-291-0/+5
|
* (Fbyte_code) <Bcurrent_column>: AddGerd Moellmann2001-01-291-0/+2
| | | | BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
* Undo last change.Gerd Moellmann2001-01-291-53/+4
|
* (mouse_key_p): New function.Gerd Moellmann2001-01-291-4/+53
| | | | (where_is_internal, Fwhere_is_internal): Use it.
* *** empty log message ***Eli Zaretskii2001-01-291-0/+4
|
* (Fset_text_properties): Doc fix.Eli Zaretskii2001-01-291-1/+2
|
* (forward_to_next_line_start): Remove xassert.Gerd Moellmann2001-01-292-2/+5
|
* (x_draw_row_bitmaps): Delay obtaining HDC to avoid returning withoutEli Zaretskii2001-01-292-1/+8
| | | | releasing it.