aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 638e0c6a0b1..f4de3d991d9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-06-09 Paul Eggert <eggert@cs.ucla.edu> 12011-06-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
4 not to EMACS_INT, to avoid GCC warning.
5
3 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals. 6 * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.
4 7
5 * buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'. 8 * buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'.