diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54ee0ffcc8a..8aa6379ee7e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-03-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * gmalloc.c (aligned_alloc): Don't allocate more memory than | ||
| 4 | needed, and don't reallocate if the initial allocation already | ||
| 5 | fits the bill. Suggested by Ken Brown <kbrown@cornell.edu>. | ||
| 6 | |||
| 1 | 2014-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 7 | 2014-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 8 | ||
| 3 | * xterm.c (x_draw_stretch_glyph_string): Reset clipping. | 9 | * xterm.c (x_draw_stretch_glyph_string): Reset clipping. |