diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f67058c9f9e..787ed51658f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2008-11-02 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * frame.c (do_switch_frame): New argument NORECORD passed to | ||
| 4 | Fselect_window. | ||
| 5 | (Fselect_frame): New argument NORECORD passed to | ||
| 6 | do_switch_frame. | ||
| 7 | (Fset_frame_selected_window): New argument NORECORD passed to | ||
| 8 | Fselect_frame. | ||
| 9 | (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument | ||
| 10 | in call of do_switch_frame. | ||
| 11 | (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame): | ||
| 12 | Handle NORECORD argument in call of Fselect_frame. | ||
| 13 | * lisp.h (do_switch_frame, Fselect_frame) | ||
| 14 | (Fset_frame_selected_window): Adjust declarations. | ||
| 15 | * window.c (select_frame_norecord): New function. | ||
| 16 | (run_window_configuration_change_hook): Use it and call | ||
| 17 | Fselect_frame with NORECORD set. | ||
| 18 | (Fselect_window): Pass NORECORD to Fselect_frame. | ||
| 19 | (Fset_window_configuration): Handle NORECORD argument in call of | ||
| 20 | do_switch_frame. | ||
| 21 | * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of | ||
| 22 | Fset_frame_selected_window. | ||
| 23 | * keyboard.c (command_loop_1): Handle NORECORD in call of | ||
| 24 | Fselect_frame (currently ifdefd). | ||
| 25 | |||
| 1 | 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de> | 26 | 2008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de> |
| 2 | 27 | ||
| 3 | * emacs.c (USAGE2): Untabify. | 28 | * emacs.c (USAGE2): Untabify. |