comparison src/ChangeLog @ 108900:ff2d80da1816

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 03 Jun 2010 22:45:12 +0000
parents 3ff97bad1c47
children c2ac5cece5ea
comparison
equal deleted inserted replaced
108899:f094e7889b4c 108900:ff2d80da1816
1 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Move UNEXEC definition to autoconf.
4 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
5 * s/sol2-10.h (UNEXEC):
6 * s/irix6-5.h (UNEXEC):
7 * s/hpux10-20.h (UNEXEC):
8 * s/gnu-linux.h (UNEXEC):
9 * s/darwin.h (UNEXEC):
10 * s/cygwin.h (UNEXEC):
11 * s/bsd-common.h (UNEXEC):
12 * s/aix4-2.h (UNEXEC):
13 * m/alpha.h (UNEXEC): Likewise.
14 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
15
16 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
17
18 Remove obsolete pre-unicode2 macros.
19 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
20 * composite.c (composition_reseat_it):
21 * data.c (Faset):
22 * fns.c (Ffillarray):
23 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
24 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
25
26 2010-06-03 Juri Linkov <juri@jurta.org>
27
28 * buffer.c (Fother_buffer): Add CHECK_FRAME.
29 (Fswitch_to_buffer): Remove unused variable `err'.
30
31 2010-06-03 Glenn Morris <rgm@gnu.org>
32
33 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
34
35 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
36 now that AH_BOTTOM does it.
37
38 * m/hp800.h (HAVE_ALLOCA):
39 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
40
41 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
42 Remove NOT_C_CODE tests, it is always true now.
43
1 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu> 44 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2 45
3 Fix config.h includes. 46 Fix config.h includes.
4 * xsettings.c: 47 * xsettings.c:
5 * xgselect.c: 48 * xgselect.c: