comparison src/ChangeLog @ 45694:b31ffbdd8d11

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Sat, 08 Jun 2002 21:06:40 +0000
parents 1f957476e757
children 3809dbad829a
comparison
equal deleted inserted replaced
45693:5981072a9e22 45694:b31ffbdd8d11
1 2002-06-08 Colin Walters <walters@verbum.org>
2
3 * textprop.c (Vchar_property_alias_alist): New variable.
4 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
5
6 * intervals.c (lookup_char_property): New function for looking up
7 overlay and text properties, created from textget.
8 (textget): Use it.
9
10 * intervals.h (lookup_char_property): Declare.
11 (Vchar_property_alias_alist): Declare.
12
13 * buffer.c (Foverlay_get): Use lookup_char_property.
14
1 2002-06-07 Sam Steingold <sds@gnu.org> 15 2002-06-07 Sam Steingold <sds@gnu.org>
2 16
3 * xselect.c (lisp_data_to_selection_data): Fix last change: 17 * xselect.c (lisp_data_to_selection_data): Fix last change:
4 *data_ret is not a Lisp string, while unibyte_string is. 18 *data_ret is not a Lisp string, while unibyte_string is.
5 19