aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2011-04-15 03:26:32 +0200
committerJuanma Barranquero2011-04-15 03:26:32 +0200
commit7990b61a915a095639cc4986e8bce99c4d08326a (patch)
tree9149da10abae2d150e9d76952c85aaff34161fe3 /src/ChangeLog
parent6c60eb9f2c4778c5fc07dd44b283edeb8583a3a0 (diff)
downloademacs-7990b61a915a095639cc4986e8bce99c4d08326a.tar.gz
emacs-7990b61a915a095639cc4986e8bce99c4d08326a.zip
src/font.c (Qopentype): Don't make static (used from w32uniscribe.c).
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'.