aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-08-10 10:24:32 +0900
committerKenichi Handa2010-08-10 10:24:32 +0900
commitf6b495fad779117cb1bf3a2cf635e695811854cf (patch)
treee9092d053ff467b01ae1327fee935e451ea60133 /src/ChangeLog
parent2948599b87eef32145ec30e4ebb688178c494b5a (diff)
parent09d93395c3ceeb0bd23d9fd9c7ef316dc03af08b (diff)
downloademacs-f6b495fad779117cb1bf3a2cf635e695811854cf.tar.gz
emacs-f6b495fad779117cb1bf3a2cf635e695811854cf.zip
merge trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6fd89a6339d..a3e08cf699d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,40 @@
12010-08-09 Dan Nicolaescu <dann@ics.uci.edu> 12010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
4 (font_parse_name): font_open_by_name):
5 * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
6 (font_parse_name): font_open_by_name): Remove const.
7
82010-08-09 Andreas Schwab <schwab@linux-m68k.org>
9
10 Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
11 definition.
12
13 * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
14 * m/amdx86-64.h: Likewise.
15 * m/arm.h: Likewise.
16 * m/hp800.h: Likewise.
17 * m/ia64.h: Likewise.
18 * m/ibmrs6000.h: Likewise.
19 * m/ibms390.h: Likewise.
20 * m/intel386.h: Likewise.
21 * m/iris4d.h: Likewise.
22 * m/m68k.h: Likewise.
23 * m/macppc.h: Likewise.
24 * m/mips.h: Likewise.
25 * m/sh3.h: Likewise.
26 * m/sparc.h: Likewise.
27 * m/template.h: Likewise.
28 * m/vax.h: Likewise.
29 * m/xtensa.h: Likewise.
30 * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
31 WORDS_BIG_ENDIAN.
32 * lisp.h: Likewise.
33 * md5.c: Likewise.
34 * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
35
362010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
37
3 Use const char* instead of char*. 38 Use const char* instead of char*.
4 Reduce the number of warnings with -Wwrite-strings. 39 Reduce the number of warnings with -Wwrite-strings.
5 * xrdb.c (get_environ_db, get_system_name): 40 * xrdb.c (get_environ_db, get_system_name):