diff options
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 ba0af53484d..bf4392d519d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-11-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-11-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | bool-vector-subsetp is now the normal direction (Bug#15912). | ||
| 4 | * data.c (Fbool_vector_subsetp): Test whether the first argument | ||
| 5 | is a subset of the second one, not the reverse. Add doc string. | ||
| 6 | |||
| 3 | Fix minor problems found by static checking. | 7 | Fix minor problems found by static checking. |
| 4 | * lread.c (load_path_default): Now static. | 8 | * lread.c (load_path_default): Now static. |
| 5 | * textprop.c (text_property_stickiness): Be consistent about the | 9 | * textprop.c (text_property_stickiness): Be consistent about the |