Mercurial > emacs
comparison src/ChangeLog @ 111816:e567154bfaa7
Revert to revision 102571.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 03 Dec 2010 17:01:43 -0500 |
parents | 2278399d2eb9 |
children | 03dcd8e4c9c7 |
comparison
equal
deleted
inserted
replaced
111815:2278399d2eb9 | 111816:e567154bfaa7 |
---|---|
1 2010-12-03 Andreas Schwab <schwab@linux-m68k.org> | |
2 | |
3 * lisp.h (union Lisp_Object): Explicitly declare signedness of | |
4 bit-field. | |
5 (XINT): Remove variant for EXPLICIT_SIGN_EXTEND. | |
6 * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define. | |
7 * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise. | |
8 * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise. | |
9 * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise. | |
10 * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise. | |
11 * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise. | |
12 * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise. | |
13 * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise. | |
14 * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise. | |
15 * m/hp800.h: Remove file. | |
16 * m/mips.h: Remove file. | |
17 | |
18 2010-12-03 Jan Djärv <jan.h.d@swipnet.se> | 1 2010-12-03 Jan Djärv <jan.h.d@swipnet.se> |
19 | 2 |
20 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background | 3 * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background |
21 with cursor color and draw a rectangle around the image (Bug#7412). | 4 with cursor color and draw a rectangle around the image (Bug#7412). |
22 | 5 |