aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 45e97ddd93c..c759b026dba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-11-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use same hash function for hashfn_profiler as for hash_string etc.
4 * fns.c (SXHASH_COMBINE): Remove. All uses replaced by sxhash_combine.
5 * lisp.h (sxhash_combine): New inline function, with the contents
6 of the old SXHASH_COMBINE.
7 * profiler.c (hashfn_profiler): Use it, instead of having a
8 special hash function containing a comparison that always yields 1.
9
12012-11-08 Stefan Monnier <monnier@iro.umontreal.ca> 102012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic) 12 * xfaces.c (Qultra_light, Qreverse_oblique, Qreverse_italic)