Mercurial > emacs
comparison src/ChangeLog @ 43576:ee6bbabd723e
*** empty log message ***
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Tue, 26 Feb 2002 23:02:14 +0000 |
| parents | a1e814fb811e |
| children | 078c962a35f1 6416d2c35321 |
comparison
equal
deleted
inserted
replaced
| 43575:250eb7f4849d | 43576:ee6bbabd723e |
|---|---|
| 1 2002-02-26 Kim F. Storm <storm@cua.dk> | |
| 2 | |
| 3 The following changes add a new Vminibuf_selected_window variable | |
| 4 which is similar to Vminibuf_scroll_window, but which is only set | |
| 5 on entry to the minibuffer (from a non-minibuffer window): | |
| 6 | |
| 7 * window.c: (Vminibuf_selected_window): New variable. | |
| 8 (struct save_window_data): New member minibuf_selected_window. | |
| 9 (Fset_window_configuration): Restore Vminibuf_selected_window. | |
| 10 (Fcurrent_window_configuration): Save Vminibuf_selected_window. | |
| 11 Set minibuf_scroll_window member to nil if minibuf_level is 0. | |
| 12 (compare_window_configurations): Compare minibuf_selected_window. | |
| 13 | |
| 14 * window.h: (Vminibuf_selected_window): Declare extern. | |
| 15 | |
| 16 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first | |
| 17 entry to minibuffer or on entry from a non-minibuffer window. | |
| 18 | |
| 19 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with | |
| 20 Vminibuf_selected_window instead of Vminibuf_scroll_window. | |
| 21 | |
| 22 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window | |
| 23 instead of Vminibuf_scroll_window when deciding in which window | |
| 24 the region should be highlighted. Consequently, the region remains | |
| 25 highlighteded even when a completion buffer is also displayed. | |
| 26 | |
| 1 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il> | 27 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 28 |
| 3 * fileio.c (Fsubstitute_in_file_name): Fix the change from | 29 * fileio.c (Fsubstitute_in_file_name): Fix the change from |
| 4 2002-02-08. | 30 2002-02-08. |
| 5 | 31 |
