Mercurial > emacs
comparison src/ChangeLog @ 92955:35b7a4096c03
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 14 Mar 2008 23:43:02 +0000 |
parents | 04e711bb2db2 |
children | 166265ab1522 |
comparison
equal
deleted
inserted
replaced
92954:f0f1c359cd43 | 92955:35b7a4096c03 |
---|---|
3 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive. | 3 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive. |
4 | 4 |
5 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change. | 5 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change. |
6 | 6 |
7 2008-03-14 Jason Rumney <jasonr@gnu.org> | 7 2008-03-14 Jason Rumney <jasonr@gnu.org> |
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. | |
8 | 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. |
12 (globals_of_w32fns): Initialize them. | 17 (globals_of_w32fns): Initialize them. |