comparison man/ChangeLog @ 1347:8d350b095c21

[xemacs-hg @ 2003-03-09 12:59:36 by ben] oops, C++ bites again widget.texi: Fix Turnbull typos. config.inc.samp: Note that relative directories are a no-no in BUILD_DIR and SOURCE_DIR. Use paths relative to $(MAKEROOT) instead. file-coding.c: Fix up internal magic-cookie code to also check for `;;;###coding system', already handled by the (redundant) code in files.el. regex.c: Fix problem with ordering of initializations and statements -- OK in C++, not in C. search.c: Indentation.
author ben
date Sun, 09 Mar 2003 12:59:45 +0000
parents ffa6c90799b1
children b234386a35eb
comparison
equal deleted inserted replaced
1346:01c57eb70ae9 1347:8d350b095c21
1 2003-03-09 Ben Wing <ben@xemacs.org>
2
3 * widget.texi (Defining New Widgets):
4 Fix Turnbull typos.
5
1 2003-03-02 Stephen Turnbull <stephen@xemacs.org> 6 2003-03-02 Stephen Turnbull <stephen@xemacs.org>
2 7
3 * widget.texi (Defining New Widgets): 8 * widget.texi (Defining New Widgets):
4 Document `widget-create-child', `widget-create-child-and-convert', 9 Document `widget-create-child', `widget-create-child-and-convert',
5 and `widget-create-child-value'. Document the `:copy' method. 10 and `widget-create-child-value'. Document the `:copy' method.