comparison src/ChangeLog.3 @ 106836:964aafa9629a

Fix typos in ChangeLogs and NEWS files.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:29:36 +0100
parents 1d1d5d9bd884
children 0eb2f9d5e474 cda2045a5ee8
comparison
equal deleted inserted replaced
106835:a3b4c6fc276c 106836:964aafa9629a
4774 Removed elements `nruns' and `face_list'. 4774 Removed elements `nruns' and `face_list'.
4775 LINE_HEIGHT and LINE_WIDTH macros removed. 4775 LINE_HEIGHT and LINE_WIDTH macros removed.
4776 New struct face with associated typedef FACE declared, along with 4776 New struct face with associated typedef FACE declared, along with
4777 accessing macros. 4777 accessing macros.
4778 4778
4779 * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' or 4779 * scroll.c (do_scrolling): Don't bcopy non-existent `nruns' or
4780 `face_list' elements. Do copy new `max_ascent' frame element. 4780 `face_list' elements. Do copy new `max_ascent' frame element.
4781 4781
4782 * dispnew.c (scroll_frame_lines): All references to frame elements 4782 * dispnew.c (scroll_frame_lines): All references to frame elements
4783 `nruns' and 'face_list' removed. Handle new element `max_ascent'. 4783 `nruns' and 'face_list' removed. Handle new element `max_ascent'.
4784 (free_frame_glyphs): Don't free nonexistent elements `nruns' and 4784 (free_frame_glyphs): Don't free nonexistent elements `nruns' and