aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-12-06 17:48:11 +0400
committerDmitry Antipov2012-12-06 17:48:11 +0400
commit1700db3c71ec3fde2e263b3325a5b5f5315a4ef9 (patch)
tree45c1f5b29b64297a99faa2dcf44772c393e21c0e /src/ChangeLog
parent347966bf30451362f5df5a211b9d53fbf7491573 (diff)
downloademacs-1700db3c71ec3fde2e263b3325a5b5f5315a4ef9.tar.gz
emacs-1700db3c71ec3fde2e263b3325a5b5f5315a4ef9.zip
* frame.h (x_char_width, x_char_height): Remove prototypes.
* w32term.h (x_char_width, x_char_height): Likewise. * xfns.c (x_char_width, x_char_height): Remove. * w32fns.c (x_char_width, x_char_height): Likewise. * nsfns.c (x_char_width, x_char_height): Likewise. * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for all window frames. (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT. * keyboard.c (command_loop_1): Remove prototype. (command_loop_2, top_level_1): Add static to match prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 542b2c0174a..2fefef1275b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12012-12-06 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * frame.h (x_char_width, x_char_height): Remove prototypes.
4 * w32term.h (x_char_width, x_char_height): Likewise.
5 * xfns.c (x_char_width, x_char_height): Remove.
6 * w32fns.c (x_char_width, x_char_height): Likewise.
7 * nsfns.c (x_char_width, x_char_height): Likewise.
8 * frame.c (Fframe_char_width): Use FRAME_COLUMN_WIDTH for
9 all window frames.
10 (Fframe_char_height): Likewise with FRAME_LINE_HEIGHT.
11 * keyboard.c (command_loop_1): Remove prototype.
12 (command_loop_2, top_level_1): Add static to match prototype.
13
12012-12-06 Paul Eggert <eggert@cs.ucla.edu> 142012-12-06 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 Fix a recently-introduced delete-process race condition. 16 Fix a recently-introduced delete-process race condition.