Mercurial > hg > xemacs-beta
diff src/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 | 01c57eb70ae9 |
children | 31b70e3e9ce7 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Mar 09 02:27:46 2003 +0000 +++ b/src/ChangeLog Sun Mar 09 12:59:45 2003 +0000 @@ -1,3 +1,20 @@ +2003-03-09 Ben Wing <ben@xemacs.org> + + * file-coding.c: + * file-coding.c (snarf_coding_system): + * file-coding.c (look_for_coding_system_magic_cookie): + * file-coding.c (vars_of_file_coding): + Fix up internal magic-cookie code to also check for + `;;;###coding system', already handled by the (redundant) + code in files.el. + + * regex.c (re_match_2_internal): + Fix problem with ordering of initializations and statements -- OK in + C++, not in C. + + * search.c (fast_string_match): + Indentation. + 2003-03-06 Ben Wing <ben@xemacs.org> * Makefile.in.in (build-the-mofo):