diff options
| author | Paul Eggert | 2011-06-21 09:48:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-21 09:48:33 -0700 |
| commit | 8462fc0ce20cc1caf883996d193d1cd2c1629498 (patch) | |
| tree | 24128a3269ef5f6c79086a2387510d71f060d0f8 /src/ChangeLog | |
| parent | fa23e171f4d9390c1c4151355ec72f9ff6fc90ab (diff) | |
| parent | a9041e6caf73abe867602bc60f2f3d48601a908d (diff) | |
| download | emacs-8462fc0ce20cc1caf883996d193d1cd2c1629498.tar.gz emacs-8462fc0ce20cc1caf883996d193d1cd2c1629498.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 279bd1be381..48625bbf285 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-06-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to Sun C. | ||
| 4 | * composite.c (find_automatic_composition): Omit needless 'return 0;' | ||
| 5 | that Sun C diagnosed. | ||
| 6 | * fns.c (secure_hash): Fix pointer signedness issue. | ||
| 7 | * intervals.c (static_offset_intervals): New function. | ||
| 8 | (offset_intervals): Use it. | ||
| 9 | |||
| 1 | 2011-06-21 Leo Liu <sdl.web@gmail.com> | 10 | 2011-06-21 Leo Liu <sdl.web@gmail.com> |
| 2 | 11 | ||
| 3 | * deps.mk (fns.o): | 12 | * deps.mk (fns.o): |