diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c9706aa3a37..3862ce46327 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,8 +6,6 @@ | |||
| 6 | Without this fix, (bitmap-spec-p '(34359738368 1 "x")) | 6 | Without this fix, (bitmap-spec-p '(34359738368 1 "x")) |
| 7 | would wrongly return t on a 64-bit host. | 7 | would wrongly return t on a 64-bit host. |
| 8 | 8 | ||
| 9 | 2011-07-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 10 | |||
| 11 | * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros. | 9 | * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros. |
| 12 | The plain *_OVERFLOW macros run afoul of GCC bug 49705 | 10 | The plain *_OVERFLOW macros run afoul of GCC bug 49705 |
| 13 | <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705> | 11 | <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705> |
| @@ -164,6 +162,18 @@ | |||
| 164 | Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally | 162 | Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally |
| 165 | well either way, and we prefer signed to unsigned. | 163 | well either way, and we prefer signed to unsigned. |
| 166 | 164 | ||
| 165 | 2011-07-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 166 | |||
| 167 | Fix minor new problems caught by GCC 4.6.1. | ||
| 168 | * term.c (init_tty): Remove unused local. | ||
| 169 | * xsettings.c (store_monospaced_changed): Define this function only | ||
| 170 | if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's | ||
| 171 | not used otherwise. | ||
| 172 | |||
| 173 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 174 | |||
| 175 | * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300). | ||
| 176 | |||
| 167 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 177 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 168 | 178 | ||
| 169 | * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows | 179 | * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows |