aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ff36dd33102..2b81f66d8b6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-06-03 Paul Eggert <eggert@cs.ucla.edu> 12011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xselect.c: Use 'unsigned' more consistently.
4 (selection_data_to_lisp_data, lisp_data_to_selection_data):
5 Use 'unsigned' consistently when computing sizes of unsigned objects.
6
3 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow 7 * fileio.c (Fverify_visited_file_modtime): Avoid time overflow
4 if b->modtime has its maximal value. 8 if b->modtime has its maximal value.
5 9