diff options
| author | Stefan Monnier | 2003-05-14 18:52:13 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-14 18:52:13 +0000 |
| commit | 9a274fbd38630b262b3226c4bb1d353c722e6ed9 (patch) | |
| tree | 72d788a2fa4d40ce3c096cfc3cdc1590b300d4e5 /src/ChangeLog | |
| parent | 3f6abfd7b3a150b8761b4e637fe76926d100f7c8 (diff) | |
| download | emacs-9a274fbd38630b262b3226c4bb1d353c722e6ed9.tar.gz emacs-9a274fbd38630b262b3226c4bb1d353c722e6ed9.zip | |
(Qwindowp, Qwindow_live_p, Vwindow_list)
(Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
(Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
(Fset_window_configuration, Fcurrent_window_configuration)
(compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
(Fpos_visible_in_window_p, mark_window_cursors_off)
(window_internal_height, window_internal_width, Frecenter)
(Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
(replace_buffer_in_all_windows, init_window_once, init_window)
(syms_of_window, keys_of_window): Move from lisp.h to window.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 197631eef52..a392195fde6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2003-05-14 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * window.h (Qwindowp, Qwindow_live_p, Vwindow_list) | ||
| 4 | (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer) | ||
| 5 | (Fget_buffer_window, Fsave_window_excursion, Fsplit_window) | ||
| 6 | (Fset_window_configuration, Fcurrent_window_configuration) | ||
| 7 | (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at) | ||
| 8 | (Fpos_visible_in_window_p, mark_window_cursors_off) | ||
| 9 | (window_internal_height, window_internal_width, Frecenter) | ||
| 10 | (Fscroll_other_window, Fset_window_start, temp_output_buffer_show) | ||
| 11 | (replace_buffer_in_all_windows, init_window_once, init_window) | ||
| 12 | (syms_of_window, keys_of_window): Move from lisp.h. | ||
| 13 | * lisp.h: Move window.c declarations to window.h. | ||
| 14 | |||
| 15 | * bytecode.c: Include window.h. | ||
| 16 | * emacs.c: Include window.h. | ||
| 17 | |||
| 18 | * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char keys. | ||
| 19 | (keyremap): Add `parent' field. | ||
| 20 | (keyremap_step): Use it. Remove `parent' argument. | ||
| 21 | (read_key_sequence): Setup and use the new `parent' field. | ||
| 22 | |||
| 1 | 2003-05-11 Stefan Monnier <monnier@cs.yale.edu> | 23 | 2003-05-11 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 24 | ||
| 3 | * keyboard.c (adjust_point_for_property): Ensure termination. | 25 | * keyboard.c (adjust_point_for_property): Ensure termination. |