diff options
| author | Martin Rudalics | 2011-06-10 15:18:13 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-06-10 15:18:13 +0200 |
| commit | 2c8e37d4977b0474872c51ea2700bf73c7436d3c (patch) | |
| tree | bd4e21689a28e310ac983b098a8a63fd6236dbc9 /src/ChangeLog | |
| parent | 440a42e34c0e31a793cf9b667bc95023e8f987ef (diff) | |
| download | emacs-2c8e37d4977b0474872c51ea2700bf73c7436d3c.tar.gz emacs-2c8e37d4977b0474872c51ea2700bf73c7436d3c.zip | |
Some more window.h fixes missing in 2011-06-10T06:55:18Z!rudalics@gmx.at.
* window.h (resize_proportionally, orig_total_lines)
(orig_top_line): Remove from window structure.
(set_window_height, set_window_width, change_window_heights)
(Fdelete_window): Remove prototypes.
(resize_frame_windows): Remove duplicate declaration.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 93e64744d58..93aaef013fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-06-10 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.h (resize_proportionally, orig_total_lines) | ||
| 4 | (orig_top_line): Remove from window structure. | ||
| 5 | (set_window_height, set_window_width, change_window_heights) | ||
| 6 | (Fdelete_window): Remove prototypes. | ||
| 7 | (resize_frame_windows): Remove duplicate declaration. | ||
| 8 | |||
| 1 | 2011-06-10 Eli Zaretskii <eliz@gnu.org> | 9 | 2011-06-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * window.h (resize_frame_windows, resize_window_check) | 11 | * window.h (resize_frame_windows, resize_window_check) |