comparison src/ChangeLog @ 4960:45b6288416e3

slight cleanup, move EXFUN of regexp-quote to lisp.h -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-29 Ben Wing <ben@xemacs.org> * lisp.h: * objects.h (set_face_boolean_attached_to): Use lisp.h for EXFUN of Fregexp_quote, that's what it's for.
author Ben Wing <ben@xemacs.org>
date Fri, 29 Jan 2010 23:38:50 -0600
parents bd169a24a554
children e813cf16c015
comparison
equal deleted inserted replaced
4959:bd169a24a554 4960:45b6288416e3
1 2010-01-29 Ben Wing <ben@xemacs.org>
2
3 * lisp.h:
4 * objects.h (set_face_boolean_attached_to):
5 Use lisp.h for EXFUN of Fregexp_quote, that's what it's for.
6
1 2010-01-28 Ben Wing <ben@xemacs.org> 7 2010-01-28 Ben Wing <ben@xemacs.org>
2 8
3 * syswindows.h: 9 * syswindows.h:
4 Add typedefs for PCVOID and PDWORD_PTR for non-Cygwin-headers folks 10 Add typedefs for PCVOID and PDWORD_PTR for non-Cygwin-headers folks
5 (i.e. Visual Studio et al.). 11 (i.e. Visual Studio et al.).