aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82fd3526785..cb3ed502c96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12011-06-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 * lisp.h (UNSIGNED_CMP): New macro.
4 This fixes comparison bugs on 64-bit hosts.
5 (ASCII_CHAR_P): Use it.
6 * casefiddle.c (casify_object):
7 * character.h (ASCII_BYTE_P, CHAR_VALID_P):
8 (SINGLE_BYTE_CHAR_P, CHAR_STRING):
9 * composite.h (COMPOSITION_ENCODE_RULE_VALID):
10 * dispextern.h (FACE_FROM_ID):
11 * keyboard.c (read_char): Use UNSIGNED_CMP.
12
12011-06-11 Paul Eggert <eggert@cs.ucla.edu> 132011-06-11 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t, 15 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,