diff options
| author | Paul Eggert | 2011-04-13 20:08:55 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 20:08:55 -0700 |
| commit | e87b6180b08c60a256dd8557945321ce2354a3a9 (patch) | |
| tree | 78c87520fca8cfaa77fb49267619c7ab052ce3be /src/ChangeLog | |
| parent | ac64929e093edfc052160cdcbbf1a06596e26899 (diff) | |
| download | emacs-e87b6180b08c60a256dd8557945321ce2354a3a9.tar.gz emacs-e87b6180b08c60a256dd8557945321ce2354a3a9.zip | |
* xsettings.c, xsettings.h (xsettings_get_system_normal_font):
Define only if USE_LUCID.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0d478b4cd07..15e2aaf9714 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xsettings.c, xsettings.h (xsettings_get_system_normal_font): | ||
| 4 | Define only if USE_LUCID. | ||
| 5 | |||
| 3 | * xrdb.c (x_customization_string, x_rm_string): Now static. | 6 | * xrdb.c (x_customization_string, x_rm_string): Now static. |
| 4 | 7 | ||
| 5 | * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF. | 8 | * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF. |