emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 08 Jun 2002 16:24:15 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2696 emacs/src/ChangeLog:1.2697
*** emacs/src/ChangeLog:1.2696  Fri Jun  7 18:05:07 2002
--- emacs/src/ChangeLog Sat Jun  8 16:24:14 2002
***************
*** 1,3 ****
--- 1,17 ----
+ 2002-06-08  Colin Walters  <address@hidden>
+ 
+       * textprop.c (Vchar_property_alias_alist): New variable.
+       (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP. 
+ 
+       * intervals.c (lookup_char_property): New function for looking up
+       overlay and text properties, created from textget.
+       (textget): Use it.
+       
+       * intervals.h (lookup_char_property): Declare.
+       (Vchar_property_alias_alist): Declare.
+ 
+       * buffer.c (Foverlay_get): Use lookup_char_property.
+ 
  2002-06-07  Sam Steingold  <address@hidden>
  
        * xselect.c (lisp_data_to_selection_data): Fix last change:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]