diff options
| author | Jason Rumney | 2008-03-14 23:43:02 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-03-14 23:43:02 +0000 |
| commit | 956ae531fc19e110213721a32ea4e9cbf51777b2 (patch) | |
| tree | a8b17a9cdd57b0421878bc6b1095a06a34eba45c /src | |
| parent | a03fc5a6e0b1ec5b2d63b9ba6973889322e63029 (diff) | |
| download | emacs-956ae531fc19e110213721a32ea4e9cbf51777b2.tar.gz emacs-956ae531fc19e110213721a32ea4e9cbf51777b2.zip | |
*** empty log message ***
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. |