diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c9dd5c1535e..a69a051462d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,11 @@ | |||
| 6 | 6 | ||
| 7 | 2008-03-14 Jason Rumney <jasonr@gnu.org> | 7 | 2008-03-14 Jason Rumney <jasonr@gnu.org> |
| 8 | 8 | ||
| 9 | * editfns.c (initial_tz): New variable. | ||
| 10 | (syms_of_editfns): Initialize it. | ||
| 11 | (Fset_time_zone_rule): Set it when first called. | ||
| 12 | Use it when TZSTRING is nil. | ||
| 13 | |||
| 9 | * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO) | 14 | * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO) |
| 10 | (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions. | 15 | (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions. |
| 11 | (monitor_from_point_fn, get_monitor_info_fn): New globals. | 16 | (monitor_from_point_fn, get_monitor_info_fn): New globals. |