aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2001-02-021-0/+3
|
* *** empty log message ***Gerd Moellmann2001-02-021-0/+5
|
* (Fconstrain_to_field): Doc fix.Eli Zaretskii2001-02-021-0/+2
|
* (Fclear_face_cache): Rename the `thorougly' argumentEli Zaretskii2001-02-021-0/+3
| | | | into `thoroughly', to make it consistent with the doc string.
* (Fenlarge_window, Fshrink_window): Doc fix.Eli Zaretskii2001-02-021-0/+4
|
* (search_buffer): Call set_search_regs with a byteGerd Moellmann2001-02-011-0/+3
| | | | position, not a character position.
* *** empty log message ***Gerd Moellmann2001-02-011-0/+8
|
* (Fmodify_frame_parameters): Doc fix.Eli Zaretskii2001-02-011-0/+4
|
* (enum window_part): New enumeration.Gerd Moellmann2001-01-311-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 Love2001-01-311-0/+2
|
* (Fformat_time_string): Doc fix.Eli Zaretskii2001-01-311-0/+4
|
* *** empty log message ***Stefan Monnier2001-01-311-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-311-0/+8
|
* (Fmake_list): Add a QUIT in the loop; unroll the loop.Gerd Moellmann2001-01-311-0/+4
|
* *** empty log message ***Dave Love2001-01-311-0/+4
|
* *** empty log message ***Gerd Moellmann2001-01-301-0/+12
|
* (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC andDave Love2001-01-301-0/+5
| | | | AFTER_POTENTIAL_GC.
* *** empty log message ***Gerd Moellmann2001-01-291-0/+5
|
* *** empty log message ***Eli Zaretskii2001-01-291-0/+4
|
* (forward_to_next_line_start): Remove xassert.Gerd Moellmann2001-01-291-1/+5
|
* (x_draw_row_bitmaps): Delay obtaining HDC to avoid returning withoutEli Zaretskii2001-01-291-0/+5
| | | | releasing it.
* *** empty log message ***Kenichi Handa2001-01-281-0/+5
|
* * fontset.c (fontset_pattern_regexp): Allocate three more bytes toAndrew Choi2001-01-281-0/+3
| | | | regex for '^', '$', and '\0'.
* * alloc.c (allocate_string) [macintosh]: Call check_string_bytesAndrew Choi2001-01-281-0/+8
| | | | | | | | | | | | | | | | | | | | only if current_sblock has been initialized. * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial terminal frame even if it is the only visible frame. * src/macfns.c (QCconversion): Replaces QCalgorithm. * src/macfns.c (image_ascent, lookup_image): Adapt to change of image margins. * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground) (x_draw_image_relief, x_draw_image_foreground_1) (x_draw_image_glyph_string): Adapt to change of image margins. * src/macterm.c (mac_to_x_fontname): Change charset name of Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts from ksc5601 to ksc5601.1989.
* *** empty log message ***Kenichi Handa2001-01-281-0/+12
|
* (display_line): Don't treat a newline as fittingGerd Moellmann2001-01-271-0/+5
| | | | on the line.
* (size_window): Set the window's orig_top to nil whenGerd Moellmann2001-01-261-0/+4
| | | | | changing heights, so that a future shrink_mini_window won't restore a bogus height.
* (do_switch_frame): If selected frame has a mini-window,Gerd Moellmann2001-01-261-1/+4
| | | | resize that to exact size.
* (adjust_glyph_matrix): Always clear desired matrices.Gerd Moellmann2001-01-261-0/+2
|
* *** empty log message ***Gerd Moellmann2001-01-261-0/+3
|
* *** empty log message ***Gerd Moellmann2001-01-261-0/+6
|
* *** empty log message ***Kenichi Handa2001-01-261-0/+9
|
* (x_after_update_window_line): Don't clear if frame'sGerd Moellmann2001-01-251-0/+13
| | | | | | | | | internal border width is zero. (x_clear_area): New function. (x_after_update_window_line, x_clear_end_of_line) (x_scroll_bar_create, x_scroll_bar_set_handle) (XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area instead of XClearArea.
* *** empty log message ***Gerd Moellmann2001-01-251-0/+5
|
* *** empty log message ***Dave Love2001-01-251-0/+2
|
* *** empty log message ***Dave Love2001-01-251-0/+4
|
* *** empty log message ***Gerd Moellmann2001-01-251-0/+4
|
* (read_integer): Use type EMACS_INT instead of int.Gerd Moellmann2001-01-251-0/+4
|
* (ccl_driver): Fix last change.Eli Zaretskii2001-01-251-0/+4
|
* Fix a typo in the last entry for ccl.c.Eli Zaretskii2001-01-251-1/+1
|
* *** empty log message ***Kenichi Handa2001-01-241-0/+15
|
* *** empty log message ***Stefan Monnier2001-01-241-0/+5
|
* (Fwhere_is_internal): Don't nreverse the cachedGerd Moellmann2001-01-241-0/+6
| | | | | value in where_is_cache; the next lookup in the cache returns something bogus if we do.
* *** empty log message ***Eli Zaretskii2001-01-241-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-241-0/+3
|
* (x_new_font): Don't change a tooltip's size.Gerd Moellmann2001-01-241-0/+8
|
* *** empty log message ***Kenichi Handa2001-01-241-2/+6
|
* *** empty log message ***Kenichi Handa2001-01-241-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-231-1/+9
|
* *** empty log message ***Eli Zaretskii2001-01-231-0/+5
|