diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 732e8e2a542..9e061ce4fb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * msdos.c (x_autoselect_window_p): New variable. | ||
| 4 | (syms_of_msdos): Defvar it. | ||
| 5 | (dos_rawgetc): If x_autoselect_window_p is set, select the window | ||
| 6 | in which the last mouse movement occured, unless it is already | ||
| 7 | selected. | ||
| 8 | |||
| 3 | * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step): New | 9 | * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step): New |
| 4 | variables. | 10 | variables. |
| 5 | (syms_of_xdisp): DEVFAR them. | 11 | (syms_of_xdisp): DEVFAR them. |