aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-09-13 10:00:20 +0400
committerDmitry Antipov2013-09-13 10:00:20 +0400
commit9a650e62c8bd9ab1040db70e22683bc94e918cc8 (patch)
tree92952048ef06acbadfc571cb1cb7b13cbe8e3069 /src/ChangeLog
parent9dc7e8e1a4b04fe5ae98ca5df95f3a2bb1dfe0cf (diff)
downloademacs-9a650e62c8bd9ab1040db70e22683bc94e918cc8.tar.gz
emacs-9a650e62c8bd9ab1040db70e22683bc94e918cc8.zip
* xterm.h (x_window_to_frame, x_any_window_to_frame)
(x_menubar_window_to_frame): Remove prototypes. * xfns.c (x_window_to_frame, x_any_window_to_frame) (x_menubar_window_to_frame, x_top_window_to_frame): Move from here... * xterm.c (x_window_to_frame, x_any_window_to_frame) (x_menubar_window_to_frame, x_top_window_to_frame): ...to here and convert all but the last to static.
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.