comparison src/ChangeLog @ 57260:5c71ca53e613

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 28 Sep 2004 23:08:43 +0000
parents 974b63096b30
children c670bc6778bf e23928ac5a97
comparison
equal deleted inserted replaced
57259:68396071dfa1 57260:5c71ca53e613
1 2004-09-29 Kim F. Storm <storm@cua.dk>
2
3 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
4
5 * fringe.c (Vfringe_bitmaps): New variable.
6 (syms_of_fringe): DEFVAR_LISP it.
7 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
8 Change arg to Lisp_Object and fail if not an integer.
9 (get_fringe_bitmap_name, resolve_fringe_bitmap)
10 (destroy_fringe_bitmap): New functions.
11 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol. Use
12 destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
13 clear its fringe property.
14 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
15 Fdestroy_fringe_bitmap.
16 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
17 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
18 and set fringe property. Signal error if no free slots.
19 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
20 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
21
22 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
23 symbols with a fringe property.
24
1 2004-09-27 Kim F. Storm <storm@cua.dk> 25 2004-09-27 Kim F. Storm <storm@cua.dk>
2 26
3 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: 27 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
4 Doc fix. Format may now be a symbol or alist, not a cons. 28 Doc fix. Format may now be a symbol or alist, not a cons.
5 29