diff options
| author | Dmitry Antipov | 2013-08-04 08:07:18 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-04 08:07:18 +0400 |
| commit | f0b79313d9be108a17b8a8c689fbf64f6ba75044 (patch) | |
| tree | 1d1efcbc4ecbeac9f61471c8902c196b90af5a07 /src/ChangeLog | |
| parent | 00f98a9d5c2c1b7fc069478698778ea782cf6667 (diff) | |
| download | emacs-f0b79313d9be108a17b8a8c689fbf64f6ba75044.tar.gz emacs-f0b79313d9be108a17b8a8c689fbf64f6ba75044.zip | |
* dispnew.c (glyph_matrix_count, glyph_pool_count):
Move under GLYPH_DEBUG and ENABLE_CHECKING.
(new_glyph_matrix, free_glyph_matrix, new_glyph_pool)
(free_glyph_pool, check_glyph_memory): Likewise for
all users. Adjust comments where appropriate.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 69e00cadbe9..8a9de96358d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-08-04 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * dispnew.c (glyph_matrix_count, glyph_pool_count): | ||
| 4 | Move under GLYPH_DEBUG and ENABLE_CHECKING. | ||
| 5 | (new_glyph_matrix, free_glyph_matrix, new_glyph_pool) | ||
| 6 | (free_glyph_pool, check_glyph_memory): Likewise for | ||
| 7 | all users. Adjust comments where appropriate. | ||
| 8 | |||
| 1 | 2013-08-03 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2013-08-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * composite.h: Minor fixups. | 11 | * composite.h: Minor fixups. |