aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2014-06-11 19:57:51 +0200
committerJan Djärv2014-06-11 19:57:51 +0200
commitb765f1fe83a0df149ad783f7dae8ea01f71e680d (patch)
tree0127dee3bd4121488daf5162de9f4140e8517b9e /src/ChangeLog
parent15684f524b58e19fc7d44b09db0d15a8f582118a (diff)
downloademacs-b765f1fe83a0df149ad783f7dae8ea01f71e680d.tar.gz
emacs-b765f1fe83a0df149ad783f7dae8ea01f71e680d.zip
Fix memory leaks
* macfont.m (macfont_draw): positions where not freed. * nsterm.h (EmacsApp): Always compile in shouldKeepRunning, isFirst on Cocoa. * nsterm.m (run): Always compile for Cocoa. Use runtime check to determine 10.9. Fixes: debbugs:17751
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5fec848154b..6733cf176ca 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-06-11 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.h (EmacsApp): Always compile in shouldKeepRunning, isFirst
4 on Cocoa.
5
6 * nsterm.m (run): Always compile for Cocoa. Use runtime check to
7 determine 10.9 (Bug#17751).
8
9 * macfont.m (macfont_draw): positions where not freed.
10
12014-06-10 Dmitry Antipov <dmantipov@yandex.ru> 112014-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2 12
3 * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ... 13 * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...