diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 85cf1d2a255..bf9f7be831e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2011-07-01 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xsettings.c (store_monospaced_changed): Take new font as arg and | ||
| 4 | check for change against current_mono_font. | ||
| 5 | (EMACS_TYPE_SETTINGS): Remove this and related defines. | ||
| 6 | (emacs_settings_constructor, emacs_settings_get_property) | ||
| 7 | (emacs_settings_set_property, emacs_settings_class_init) | ||
| 8 | (emacs_settings_init, gsettings_obj): Remove. | ||
| 9 | (something_changedCB): New function for HAVE_GSETTINGS. | ||
| 10 | (something_changedCB): HAVE_GCONF: Call store_monospaced_changed | ||
| 11 | with value as argument. | ||
| 12 | (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling | ||
| 13 | g_settings_new (Bug#8967). Do not create gsettings_obj. | ||
| 14 | Remove calls to g_settings_bind. Connect something_changedCB to | ||
| 15 | "changed". | ||
| 16 | |||
| 17 | * xgselect.c: Add defined (HAVE_GSETTINGS). | ||
| 18 | (xgselect_initialize): Ditto. | ||
| 19 | |||
| 20 | * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h | ||
| 21 | (wait_reading_process_output): Add defined (HAVE_GSETTINGS) for | ||
| 22 | xg_select. | ||
| 23 | |||
| 1 | 2011-07-01 Paul Eggert <eggert@cs.ucla.edu> | 24 | 2011-07-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 25 | ||
| 3 | * eval.c (struct backtrace): Simplify and port the data structure. | 26 | * eval.c (struct backtrace): Simplify and port the data structure. |