diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bb90a4835b7..894d80c877f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-02-24 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_display_and_set_cursor): Display cursor of | ||
| 4 | non-selected windows depending on the setting of | ||
| 5 | cursor_in_non_selected_windows. | ||
| 6 | |||
| 7 | * xdisp.c (cursor_in_non_selected_windows): New variable. | ||
| 8 | (syms_of_xdisp): DEFVAR_BOOL it. | ||
| 9 | |||
| 1 | 2000-02-23 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-02-23 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * data.c (Fstring_to_number): If number is greater than what | 12 | * data.c (Fstring_to_number): If number is greater than what |
| @@ -19,7 +28,7 @@ | |||
| 19 | (SYNTAX_WITH_MULTIBYTE_CHECK): New macro. | 28 | (SYNTAX_WITH_MULTIBYTE_CHECK): New macro. |
| 20 | (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are | 29 | (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are |
| 21 | nonzero, treat all multibyte characters as symbol. | 30 | nonzero, treat all multibyte characters as symbol. |
| 22 | (init_syntax_once): Give syntax `word' to all mutlbiyte | 31 | (init_syntax_once): Give syntax `word' to all multibyte |
| 23 | characters. | 32 | characters. |
| 24 | 33 | ||
| 25 | 2000-02-22 Eli Zaretskii <eliz@is.elta.co.il> | 34 | 2000-02-22 Eli Zaretskii <eliz@is.elta.co.il> |