diff options
| author | Dmitry Antipov | 2012-12-06 17:48:11 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-06 17:48:11 +0400 |
| commit | 1700db3c71ec3fde2e263b3325a5b5f5315a4ef9 (patch) | |
| tree | 45c1f5b29b64297a99faa2dcf44772c393e21c0e /src/ChangeLog | |
| parent | 347966bf30451362f5df5a211b9d53fbf7491573 (diff) | |
| download | emacs-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/ChangeLog | 13 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-12-06 Paul Eggert <eggert@cs.ucla.edu> | 14 | 2012-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. |