aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 56ffc1036d5..4d8bb0a5638 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,11 @@
5 matches the window's clone number process the overlay even if 5 matches the window's clone number process the overlay even if
6 the overlay's window property doesn't match the current window. 6 the overlay's window property doesn't match the current window.
7 7
8 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
9 (Fwindow_hchild): Rename to Fwindow_left_child.
10 (Fwindow_next): Rename to Fwindow_next_sibling.
11 (Fwindow_prev): Rename to Fwindow_prev_sibling.
12
82011-06-26 Jan Djärv <jan.h.d@swipnet.se> 132011-06-26 Jan Djärv <jan.h.d@swipnet.se>
9 14
10 * emacsgtkfixed.h: State that this is only used with Gtk+3. 15 * emacsgtkfixed.h: State that this is only used with Gtk+3.