comparison 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
comparison
equal deleted inserted replaced
1346:01c57eb70ae9 1347:8d350b095c21
1 2003-03-09 Ben Wing <ben@xemacs.org>
2
3 * file-coding.c:
4 * file-coding.c (snarf_coding_system):
5 * file-coding.c (look_for_coding_system_magic_cookie):
6 * file-coding.c (vars_of_file_coding):
7 Fix up internal magic-cookie code to also check for
8 `;;;###coding system', already handled by the (redundant)
9 code in files.el.
10
11 * regex.c (re_match_2_internal):
12 Fix problem with ordering of initializations and statements -- OK in
13 C++, not in C.
14
15 * search.c (fast_string_match):
16 Indentation.
17
1 2003-03-06 Ben Wing <ben@xemacs.org> 18 2003-03-06 Ben Wing <ben@xemacs.org>
2 19
3 * Makefile.in.in (build-the-mofo): 20 * Makefile.in.in (build-the-mofo):
4 * Makefile.in.in (.NO_PARALLEL): Removed. 21 * Makefile.in.in (.NO_PARALLEL): Removed.
5 * Makefile.in.in (release): Removed. 22 * Makefile.in.in (release): Removed.