| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Gerd Moellmann | 2001-02-16 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-16 | 1 | -0/+2 |
| | | |||||
| * | (coordinates_in_window): Increase width of area | Gerd Moellmann | 2001-02-16 | 1 | -0/+3 |
| | | | | | where the vertical line can be dragged. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-16 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-16 | 1 | -0/+11 |
| | | |||||
| * | (directory_files_internal): Set result list to nil | Gerd Moellmann | 2001-02-16 | 1 | -0/+5 |
| | | | | | before retrying. | ||||
| * | (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an | Kenichi Handa | 2001-02-15 | 1 | -0/+6 |
| | | | | | | invalid mulitbyte sequence, treat *SRC as a character of eight-bit-graphic. | ||||
| * | (Fset_text_properties): Doc fix. | Eli Zaretskii | 2001-02-15 | 1 | -0/+4 |
| | | |||||
| * | (update_text_area): Undo change of 2001-01-12. | Gerd Moellmann | 2001-02-15 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-02-15 | 1 | -0/+4 |
| | | |||||
| * | (w32_wnd_proc) <WM_GETMINMAXINFO>: Allow resizing the | Andrew Innes | 2001-02-14 | 1 | -0/+5 |
| | | | | | Emacs frame above the screen size. | ||||
| * | (reseat_1): Set iterator's end_charpos to ZV. | Gerd Moellmann | 2001-02-14 | 1 | -0/+4 |
| | | |||||
| * | (del_range_1, del_range_byte, del_range_both): Handle | Gerd Moellmann | 2001-02-13 | 1 | -0/+3 |
| | | | | | case that TO ends up beyond ZV after running before-change-functions. | ||||
| * | (window_loop) <GET_BUFFER_WINDOW>: Prefer to return | Gerd Moellmann | 2001-02-13 | 1 | -0/+3 |
| | | | | | the selected window if it is showing the buffer in question. | ||||
| * | (best_matching_font): New parameter width_ratio. | Gerd Moellmann | 2001-02-13 | 1 | -0/+7 |
| | | | | | | | Multiply avgwidth by width_ratio. (choose_face_font): Call best_matching_font with width_ratio calculated from the column width of C. | ||||
| * | (directory_files_internal): Initialize errno. | Gerd Moellmann | 2001-02-13 | 1 | -0/+5 |
| | | | | | (toplevel): Include errno.h. | ||||
| * | (x_produce_image_glyph): Pay attention to the case that | Andrew Innes | 2001-02-12 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | face->box_line_width is negative. (x_produce_stretch_glyph): Likewise. (x_produce_glyphs): Likewise. (x_estimate_mode_line_height): Likewise. (x_draw_glyph_string_background): Likewise. (x_draw_glyph_string_foreground): Likewise. (x_draw_composite_glyph_string_foreground): Likewise. (x_draw_glyph_string_box): Likewise. (x_draw_image_foreground): Likewise. (x_draw_image_relief): Likewise. (x_draw_image_foreground_1): Likewise. (x_draw_image_glyph_string): Likewise. | ||||
| * | *** empty log message *** | Kenichi Handa | 2001-02-09 | 1 | -0/+24 |
| | | |||||
| * | (w32_encode_char): Treat eight bit graphic and control | Jason Rumney | 2001-02-09 | 1 | -0/+30 |
| | | | | | | | | | | | characters the same as ASCII and latin-1. (x_display_and_set_cursor): Check for the focus frame's selected window instead of selected_window. (x_after_update_window_line): Don't clear if frame's internal border width is zero. (x_new_font): Don't change a tooltip's size. (w32_initialize): Set char_ins_del_ok to 1. | ||||
| * | 2001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu> | ShengHuo ZHU | 2001-02-09 | 1 | -0/+4 |
| | | | | | * charset.c (Fstring): A typo. | ||||
| * | *** empty log message *** | Kenichi Handa | 2001-02-09 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-02-08 | 1 | -0/+6 |
| | | |||||
| * | (w32_set_scroll_bar_thumb): Use `double' for `range' to avoid overflow. | Stefan Monnier | 2001-02-08 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-02-07 | 1 | -0/+10 |
| | | |||||
| * | (select_palette): Do nothing if palette hasn't yet | Andrew Innes | 2001-02-06 | 1 | -0/+6 |
| | | | | | | been created. It seems we can get sent window messages such as WM_ERASEBKGND before we properly update a frame. | ||||
| * | (update_frame_line): Rename parameter FRAME to F. | Gerd Moellmann | 2001-02-06 | 1 | -0/+5 |
| | | | | | Avoid some unnecessary cursor positioning. | ||||
| * | (split_font_name): Compute numeric value of | Gerd Moellmann | 2001-02-05 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | XLFD_AVGWIDTH. (LFACE_AVGWIDTH): New macro. (LFACEP): Use AREF. (check_lface_attrs): Check LFACE_AVGWIDTH. (lface_fully_specified_p): Don't check LFACE_AVGWIDTH. (set_lface_from_font_name): Set LFACE_AVGWIDTH. (merge_face_vectors): Check LFACE_AVGWIDTH. (Finternal_make_lisp_face): Use AREF. (xm_set_menu_resources_from_menu_face) (xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH. (Finternal_lisp_face_empty_p): Use AREF. (lface_same_font_attributes_p): Compare LFACE_AVGWIDTH. (better_font_p, exact_face_match_p): Add parameter AVGWIDTH. Compare average widths.. (best_matching_font): Arrange for comparing average widths. | ||||
| * | *** empty log message *** | Dave Love | 2001-02-05 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2001-02-05 | 1 | -0/+6 |
| | | |||||
| * | (x_display_and_set_cursor): Check for the focus | Gerd Moellmann | 2001-02-05 | 1 | -0/+3 |
| | | | | | frame's selected window instead of selected_window. | ||||
| * | (try_scrolling): If point is in the line below the | Gerd Moellmann | 2001-02-05 | 1 | -0/+4 |
| | | | | | | window, make sure to move the iterator at least a canonical char height down. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-05 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-02-05 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-02 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-02 | 1 | -0/+5 |
| | | |||||
| * | (Fconstrain_to_field): Doc fix. | Eli Zaretskii | 2001-02-02 | 1 | -0/+2 |
| | | |||||
| * | (Fclear_face_cache): Rename the `thorougly' argument | Eli Zaretskii | 2001-02-02 | 1 | -0/+3 |
| | | | | | into `thoroughly', to make it consistent with the doc string. | ||||
| * | (Fenlarge_window, Fshrink_window): Doc fix. | Eli Zaretskii | 2001-02-02 | 1 | -0/+4 |
| | | |||||
| * | (search_buffer): Call set_search_regs with a byte | Gerd Moellmann | 2001-02-01 | 1 | -0/+3 |
| | | | | | position, not a character position. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-01 | 1 | -0/+8 |
| | | |||||
| * | (Fmodify_frame_parameters): Doc fix. | Eli Zaretskii | 2001-02-01 | 1 | -0/+4 |
| | | |||||
| * | (enum window_part): New enumeration. | Gerd Moellmann | 2001-01-31 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | (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. | ||||
| * | *** empty log message *** | Dave Love | 2001-01-31 | 1 | -0/+2 |
| | | |||||
| * | (Fformat_time_string): Doc fix. | Eli Zaretskii | 2001-01-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-01-31 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-31 | 1 | -0/+8 |
| | | |||||
| * | (Fmake_list): Add a QUIT in the loop; unroll the loop. | Gerd Moellmann | 2001-01-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-01-31 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-30 | 1 | -0/+12 |
| | | |||||
| * | (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and | Dave Love | 2001-01-30 | 1 | -0/+5 |
| | | | | | AFTER_POTENTIAL_GC. | ||||