aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f08395ae24f..960165a22f9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * xterm.h (x_window_to_frame, x_any_window_to_frame)
4 (x_menubar_window_to_frame): Remove prototypes.
5 * xfns.c (x_window_to_frame, x_any_window_to_frame)
6 (x_menubar_window_to_frame, x_top_window_to_frame):
7 Move from here...
8 * xterm.c (x_window_to_frame, x_any_window_to_frame)
9 (x_menubar_window_to_frame, x_top_window_to_frame):
10 ...to here and convert all but the last to static.
11
12013-09-12 Eli Zaretskii <eliz@gnu.org> 122013-09-12 Eli Zaretskii <eliz@gnu.org>
2 13
3 * lisp.mk (lisp): Add w32-common-fns.elc. 14 * lisp.mk (lisp): Add w32-common-fns.elc.