aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-21 09:48:33 -0700
committerPaul Eggert2011-06-21 09:48:33 -0700
commit8462fc0ce20cc1caf883996d193d1cd2c1629498 (patch)
tree24128a3269ef5f6c79086a2387510d71f060d0f8 /src/ChangeLog
parentfa23e171f4d9390c1c4151355ec72f9ff6fc90ab (diff)
parenta9041e6caf73abe867602bc60f2f3d48601a908d (diff)
downloademacs-8462fc0ce20cc1caf883996d193d1cd2c1629498.tar.gz
emacs-8462fc0ce20cc1caf883996d193d1cd2c1629498.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12011-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
12011-06-21 Leo Liu <sdl.web@gmail.com> 102011-06-21 Leo Liu <sdl.web@gmail.com>
2 11
3 * deps.mk (fns.o): 12 * deps.mk (fns.o):