aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0cc2af13e6a..1932453bb79 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,30 @@
12011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800).
4 Do not assume that spare memory exists; that assumption is valid
5 only if SYSTEM_MALLOC.
6 (LARGE_REQUEST): New macro, so that the issue of large requests
7 is separated from the issue of spare memory.
8
92011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10
11 * editfns.c (Fformat): Correctly handle zero flag with hexadecimal
12 format. (Bug#8806)
13
14 * gtkutil.c (xg_get_default_scrollbar_width): Avoid warning.
15
16 * xfns.c (x_set_scroll_bar_default_width): Move declarations
17 before statements.
18
192011-06-05 Jan Djärv <jan.h.d@swipnet.se>
20
21 * gtkutil.c (xg_get_default_scrollbar_width): New function.
22
23 * gtkutil.h: Declare xg_get_default_scrollbar_width.
24
25 * xfns.c (x_set_scroll_bar_default_width): If USE_GTK, get
26 min width by calling x_set_scroll_bar_default_width (Bug#8505).
27
12011-06-05 Juanma Barranquero <lekktu@gmail.com> 282011-06-05 Juanma Barranquero <lekktu@gmail.com>
2 29
3 * xdisp.c (single_display_spec_intangible_p): Remove declaration. 30 * xdisp.c (single_display_spec_intangible_p): Remove declaration.