diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 764b345bd25..669808a3a5f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -39,10 +39,10 @@ | |||
| 39 | 39 | ||
| 40 | 2011-04-15 Ben Key <bkey76@gmail.com> | 40 | 2011-04-15 Ben Key <bkey76@gmail.com> |
| 41 | 41 | ||
| 42 | * keyboard.c (Qundefined): Don't declare static since it is | 42 | * keyboard.c (Qundefined): Don't declare static since it is used |
| 43 | used in nsfns.m. | 43 | in nsfns.m. |
| 44 | * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't | 44 | * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare |
| 45 | declare static since they are used in nsfont.m. | 45 | static since they are used in nsfont.m. |
| 46 | 46 | ||
| 47 | 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | 47 | 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 48 | 48 | ||