aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e3e6862f7e8..8ab1974ed58 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,10 @@
3 * process.c (Qprocessp): Don't declare static. 3 * process.c (Qprocessp): Don't declare static.
4 * lisp.h (Qprocessp): Declare again. 4 * lisp.h (Qprocessp): Declare again.
5 5
62011-04-15 Juanma Barranquero <lekktu@gmail.com>
7
8 * font.c (Qopentype): Don't make static (used from w32uniscribe.c).
9
62011-04-14 Paul Eggert <eggert@cs.ucla.edu> 102011-04-14 Paul Eggert <eggert@cs.ucla.edu>
7 11
8 Improve C-level modularity by making more things 'static'. 12 Improve C-level modularity by making more things 'static'.