diff options
| author | Paul Eggert | 2011-02-12 02:08:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-12 02:08:19 -0800 |
| commit | 64640ce2d31c153698c501e9385e3d5397181de9 (patch) | |
| tree | d4d9cfa0fdb7548a20769428cb82e5a9646e2bb6 /src/ChangeLog | |
| parent | 7cd330deb66863a144d7e2c36210f13d10db5245 (diff) | |
| parent | cec81b228b5a0e7850f23c97593352655ec56bf1 (diff) | |
| download | emacs-64640ce2d31c153698c501e9385e3d5397181de9.tar.gz emacs-64640ce2d31c153698c501e9385e3d5397181de9.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 617bd23ab78..43ca62aedfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -26,6 +26,10 @@ | |||
| 26 | 26 | ||
| 27 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> | 27 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> |
| 28 | 28 | ||
| 29 | Port to Sun C 5.11, which has __attribute__ ((__aligned (N))). | ||
| 30 | * md5.h (ATTRIBUTE_ALIGNED): New macro. | ||
| 31 | (struct md5_ctx): Use it. | ||
| 32 | |||
| 29 | Port to Solaris 10, which doesn't support FC_HINT_STYLE. | 33 | Port to Solaris 10, which doesn't support FC_HINT_STYLE. |
| 30 | * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not | 34 | * xftfont.c (FC_HINT_STYLE): #define to "hintstyle" if not |
| 31 | defined. | 35 | defined. |