Mercurial > emacs
comparison src/ChangeLog @ 69064:7f6655da13ce
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 21 Feb 2006 08:34:23 +0000 |
parents | 9b5650d80176 |
children | 4c87a7783f95 |
comparison
equal
deleted
inserted
replaced
69063:fb4f4719e18b | 69064:7f6655da13ce |
---|---|
1 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> | |
2 | |
3 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'. | |
4 (standard_bitmaps): Use it. | |
5 | |
1 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 7 |
3 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg | 8 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg |
4 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. | 9 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero. |
5 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH. | 10 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH. |
26 * buffer.c (init_buffer_once): Set dummy default values for | 31 * buffer.c (init_buffer_once): Set dummy default values for |
27 fringe-indicator-alist and fringe-cursor-alist. The proper | 32 fringe-indicator-alist and fringe-cursor-alist. The proper |
28 default values are set by pre-loading fringe.el. | 33 default values are set by pre-loading fringe.el. |
29 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and | 34 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and |
30 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro | 35 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro |
31 correspondig default- variables. | 36 corresponding default- variables. |
32 | 37 |
33 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses | 38 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses |
34 to use `int'. | 39 to use `int'. |
35 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS): | 40 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS): |
36 Define explicitly. | 41 Define explicitly. |
44 (right_triangle_bits): Added. | 49 (right_triangle_bits): Added. |
45 (filled_rectangle_bits): Rename from filled_box_cursor_bits. | 50 (filled_rectangle_bits): Rename from filled_box_cursor_bits. |
46 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits. | 51 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits. |
47 (filled_square_bits): Added. | 52 (filled_square_bits): Added. |
48 (vertical_bar_bits): Rename from bar_cursor_bits. | 53 (vertical_bar_bits): Rename from bar_cursor_bits. |
49 (horisontal_bar_bits): Rename from hbar_cursor_bits. | 54 (horizontal_bar_bits): Rename from hbar_cursor_bits. |
50 (empty_line_bits): Rename from zv_bits. | 55 (empty_line_bits): Rename from zv_bits. |
51 (standard_bitmaps): Update to use new names. | 56 (standard_bitmaps): Update to use new names. |
52 (draw_fringe_bitmap_1): Make static. | 57 (draw_fringe_bitmap_1): Make static. |
53 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions | 58 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions |
54 to map from logical cursors and indicators to physical bitmaps. | 59 to map from logical cursors and indicators to physical bitmaps. |