aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2005-02-031-0/+8
|
* (x_error_quitter): On GCC 3 and up, specify noinline.Richard M. Stallman2005-02-031-3/+11
|
* (echo_area_display): Clear echo_message_buffer.Richard M. Stallman2005-02-031-0/+2
|
* (Fbury_buffer): Doc fix.Richard M. Stallman2005-02-031-0/+1
|
* * macfns.c (unwind_create_frame): Fixing compile error due toSteven Tamm2005-02-032-1/+5
| | | | xassert being uncondition, but predicate is.
* * dispnew.c (update_window): Fixing compile error due toSteven Tamm2005-02-032-1/+6
| | | | xassert being uncondition, but predicate is.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-72Miles Bader2005-02-032-3/+8
| | | | | | | | src/dispextern.h (xassert): Enable unconditionally. 2005-02-02 Miles Bader <[email protected]> * src/dispextern.h (xassert): Enable unconditionally.
* (Fprimitive_undo): Fix dummy apply undo entry.Kim F. Storm2005-02-021-1/+2
|
* *** empty log message ***Kim F. Storm2005-02-021-0/+4
|
* *** empty log message ***Kenichi Handa2005-02-021-0/+10
|
* (casify_region): Fix previous change.Kenichi Handa2005-02-021-1/+2
|
* (casify_object): Enable changing characters ofKenichi Handa2005-02-011-58/+28
| | | | | | different byte length. (casify_region): Fix loop condition, args to replace_range_2, and update opoint_byte.
* (replace_range_2): Fix bugs in adjusting markers and point.Kenichi Handa2005-02-011-6/+10
|
* (back_to_previous_visible_line_start): Reset iteratorKim F. Storm2005-02-011-0/+1
| | | | stack before calling handle_display_prop.
* *** empty log message ***Kim F. Storm2005-02-011-0/+5
|
* *** empty log message ***Kim F. Storm2005-01-311-0/+9
|
* (syms_of_buffer) <buffer-undo-list>: Doc fix.Kim F. Storm2005-01-311-1/+7
|
* (Qapply): New lisp var.Kim F. Storm2005-01-311-2/+17
| | | | | | (syms_of_undo): Intern and staticpro it. (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
* *** empty log message ***Kim F. Storm2005-01-301-2/+2
|
* (syms_of_macterm) <mac-reverse-ctrl-meta>: Fix docstring indentation.Jesper Harder2005-01-302-7/+12
| | | | (syms_of_macterm) <mac-emulate-three-button-mouse>: do.
* (syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.Luc Teirlinck2005-01-302-1/+2
|
* *** empty log message ***Luc Teirlinck2005-01-301-0/+4
|
* (syms_of_undo) <undo-outer-limit>: Doc update.Luc Teirlinck2005-01-301-4/+6
|
* * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,Jan Djärv2005-01-292-2/+11
| | | | button events are not received otherwise.
* *** empty log message ***Richard M. Stallman2005-01-291-0/+6
|
* (syms_of_buffer) <buffer-undo-list>: Doc fix.Richard M. Stallman2005-01-291-0/+2
|
* Comment change.Richard M. Stallman2005-01-291-1/+1
|
* (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.Richard M. Stallman2005-01-291-2/+14
|
* *** empty log message ***Stefan Monnier2005-01-281-0/+18
|
* (access_keymap): YAILOM.Stefan Monnier2005-01-281-3/+3
|
* (x_clip_to_row): Ensure y >= 0.Kim F. Storm2005-01-271-23/+4
| | | | (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
* (get_phys_cursor_geometry): New function to calculateKim F. Storm2005-01-271-0/+58
| | | | | | phys cursor position and size for hollow cursor. Position is aligned with get_glyph_string_clip_rect and ensures that a hollow cursor is shown, even when the actual glyph is not visible.
* (x_draw_hollow_cursor): Use get_phys_cursor_geometry.Kim F. Storm2005-01-272-48/+7
|
* (get_phys_cursor_geometry): Add prototype.Kim F. Storm2005-01-271-0/+2
|
* *** empty log message ***Kim F. Storm2005-01-271-0/+16
|
* (x_error_quitter): Add a prototype. Make it static again.Stefan Monnier2005-01-272-68/+64
|
* (get_glyph_string_clip_rect): Always show a cursorKim F. Storm2005-01-271-7/+20
| | | | | glyph, even when row is only partially visible and actual cursor position is not visible.
* *** empty log message ***Kim F. Storm2005-01-271-0/+6
|
* *** empty log message ***Richard M. Stallman2005-01-251-0/+5
|
* (x_error_quitter): No longer static, and moved after x_error_handler.Richard M. Stallman2005-01-251-16/+19
|
* *** empty log message ***Kim F. Storm2005-01-242-7/+14
|
* * dispextern.h (struct glyph_string): New members clip_head andSteven Tamm2005-01-241-0/+24
| | | | | | | | | | | | | | | | | | | | clip_tail. * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip region to the area between clip_head and clip_tail. (draw_glyphs): Record the area that need to be actually redrawn to the new variables clip_head and clip_tail when there are overhangs. Set values of these variables to the corresponding members in struct glyph_string. Refine x coordinates for notice_overwritten_cursor using clip_head and clip_tail. * macgui.h (STORE_XCHARSETSTRUCT): New macro. * macterm.c (mac_compute_glyph_string_overhangs): Implement with QDTextBounds. (x_draw_glyph_string): Don't fill the background of the successor of a glyph with a right overhang if the successor will draw a cursor. (XLoadQueryFont): Obtain font metrics using QDTextBounds. (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
* * dispextern.h (struct glyph_string): New members clip_head andSteven Tamm2005-01-244-34/+117
| | | | | | | | | | | | | | | | | | | clip_tail. * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip region to the area between clip_head and clip_tail. (draw_glyphs): Record the area that need to be actually redrawn to the new variables clip_head and clip_tail when there are overhangs. Set values of these variables to the corresponding members in struct glyph_string. Refine x coordinates for * macgui.h (STORE_XCHARSETSTRUCT): New macro. * macterm.c (mac_compute_glyph_string_overhangs): Implement with QDTextBounds. (x_draw_glyph_string): Don't fill the background of the successor of a glyph with a right overhang if the successor will draw a cursor. (XLoadQueryFont): Obtain font metrics using QDTextBounds. (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
* (window_scroll_pixel_based): Fix scrolling in the wrongKim F. Storm2005-01-241-6/+16
| | | | | | direction if window height was smaller than next-screen-context-lines. Now always scroll at least one line in the requested direction. Ensure that we actually do scroll backwards when requested to do so.
* (redisplay_window): Only try to make cursor line fullyKim F. Storm2005-01-242-0/+7
| | | | visible once (to avoid redisplay loop).
* *** empty log message ***Kim F. Storm2005-01-241-0/+5
|
* (Fcurrent_column): Doc fix.Stefan Monnier2005-01-231-3/+5
|
* *** empty log message ***Kim F. Storm2005-01-231-1/+1
|
* * window.c (Fpos_visible_in_window_p): Simplify return value forKim F. Storm2005-01-231-14/+11
| | | | | partially visible rows. (window_scroll_pixel_based): Adapt to that change.
* *** empty log message ***Kim F. Storm2005-01-231-0/+4
|