diff options
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 e964e06894d..a52f71bbf7b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | Fix recently-introduced minor problems. | 3 | Fix recently-introduced minor problems. |
| 4 | * term.c (init_tty): Remove unused local. | 4 | * term.c (init_tty): Remove unused local. |
| 5 | * xsettings.c (store_monospaced_changed): Define this function only | ||
| 6 | if (defined HAVE_GSETTINGS || define defined HAVE_GCONF), as it's | ||
| 7 | not used otherwise. | ||
| 5 | 8 | ||
| 6 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> | 9 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 10 | ||