Mercurial > emacs
comparison src/ChangeLog @ 94589:d97320b13374
(Fset_char_table_range): If range is t, really set all chars to that value.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 03 May 2008 14:31:55 +0000 |
parents | 7bfee6b6aa8d |
children | b6ddb40f7dbd |
comparison
equal
deleted
inserted
replaced
94588:5511b69db00e | 94589:d97320b13374 |
---|---|
1 2008-05-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * chartab.c (Fset_char_table_range): If range is t, really set all | |
4 chars to that value. | |
5 | |
1 2008-05-03 Eli Zaretskii <eliz@gnu.org> | 6 2008-05-03 Eli Zaretskii <eliz@gnu.org> |
2 | 7 |
3 * dired.c (Ffile_attributes): Don't allow the device number become | 8 * dired.c (Ffile_attributes): Don't allow the device number become |
4 negative. | 9 negative. |
5 | 10 |
33 to shrink it proportionally by stealing from other windows. | 38 to shrink it proportionally by stealing from other windows. |
34 (struct saved_window, Fset_window_configuration) | 39 (struct saved_window, Fset_window_configuration) |
35 (compare_window_configurations): Handle resize_proportionally. | 40 (compare_window_configurations): Handle resize_proportionally. |
36 (WINDOW_TOTAL_SIZE): New macro. | 41 (WINDOW_TOTAL_SIZE): New macro. |
37 (window_min_size, shrink_windows, size_window): Use it. | 42 (window_min_size, shrink_windows, size_window): Use it. |
38 (check_min_window_sizes): Removed. Invalid values of | 43 (check_min_window_sizes): Remove. Invalid values of |
39 window-min-height|width are handled by window_min_size_2 now. | 44 window-min-height|width are handled by window_min_size_2 now. |
40 (size_window, Fsplit_window, enlarge_window) | 45 (size_window, Fsplit_window, enlarge_window) |
41 (adjust_window_trailing_edge, grow_mini_window): Don't call | 46 (adjust_window_trailing_edge, grow_mini_window): Don't call |
42 check_min_window_sizes. | 47 check_min_window_sizes. |
43 (window_min_size_2, window_min_size_1, window_min_size): New | 48 (window_min_size_2, window_min_size_1, window_min_size): |
44 argument safe_p for retrieving "safe" minimum sizes. | 49 New argument safe_p for retrieving "safe" minimum sizes. |
45 (Fdisplay_buffer, Fsplit_window, enlarge_window): | 50 (Fdisplay_buffer, Fsplit_window, enlarge_window): |
46 (adjust_window_trailing_edge, grow_mini_window): Adjust | 51 (adjust_window_trailing_edge, grow_mini_window): |
47 arguments of window_min_size... functions. | 52 Adjust arguments of window_min_size... functions. |
48 (shrink_windows): Argument min_size removed. New argument | 53 (shrink_windows): Argument min_size removed. New argument |
49 safe_p allows shrinking windows to their safe minimum sizes. | 54 safe_p allows shrinking windows to their safe minimum sizes. |
50 Calculate minimum size and decide whether a window shall be | 55 Calculate minimum size and decide whether a window shall be |
51 deleted for each window individually. | 56 deleted for each window individually. |
52 (size_window): When nodelete_p equals 2, tell shrink_windows to | 57 (size_window): When nodelete_p equals 2, tell shrink_windows to |