annotate src/ChangeLog @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents c42ec1d1cded
children 57709be46d1b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
1 1998-05-15 SL Baur <steve@altair.xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
2
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
3 * window.c (have_undivided_common_edge): Guard scrollbar specific
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
4 stuff.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5 (window_needs_vertical_divider_1): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
6
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
7 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
8
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
9 * emacs.c (decode_path): Eliminate compiler warning.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
10 (Fdecode_path): Renamed to Fsplit_path.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
11 (Fsplit_string_by_char): New function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
12
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
13 1998-05-14 Damon Lipparelli <lipp@primus.com>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
14
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
15 * winslots.h: close comment
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
16
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
17 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
18
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
19 * callproc.c: Removed declared and unused variable Qbuffer_file_type.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
20
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
21 * bufslots.h: Removed buffer_file_type slot.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
22
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
23 * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
24 buffer local flags.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
25 (complex_vars_of_buffer): Removed buffer-file-type variable and
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
26 its default reference.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
27
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
28 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
29
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
30 * faces.c (complex_vars_of_faces): Defined
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
31 Vvertical_divider_face.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
32 (vars_of_faces): Staticpro it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
33
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
34 * faces.h: Externed Vvertical_divider_face.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
35
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
36 * redisplay-x.c (x_output_vertical_divider): Use
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
37 Vvertical_divider_face to draw the divider instead of modeline
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
38 face.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
39
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
40 * redisplay-msw.c (mswindows_output_vertical_divider): Draw
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
41 divider face using Vvertical_divider_face background.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
42 Fix drawing spacing gaps around the divider.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
43
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
44 1998-05-14 Didier Verna <verna@inf.enst.fr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
45
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
46 * redisplay-x.c (x_output_vertical_divider): removed hard-wired
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
47 values for the vertical divider line width and spacing. Use the
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
48 cached values from the window structure instead.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
49 (x_divider_width): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
50
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
51 * window.c (specifier_vars_of_window): new specifiers:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
52 vertical-divier -line-width and -spacing.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
53 (vertical_divider_global_width_changed): formerly known as
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
54 vertical_divider_shadow_thickness_changed.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
55
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
56 * winslots.h: new slots: vertical_specifier _line_width and
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
57 _spacing. Plus corrected a comment typo.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
58
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
59 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
60
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
61 * window.h: Declared window_divider_width().
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
62
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
63 * console-stream.c (stream_divider_width): Removed method.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
64 (console_type_create_stream): And declaration for it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
65
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
66 * redisplay.c (pixel_to_glyph_translation): Use
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
67 window_divider_width() instead of divider_width redisplay method.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
68 (pixel_to_glyph_translation): Fix top divider edge calculation
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
69 when scrollbar is on top.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
70
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
71 * window.c (window_divider_width): New function, an outphaser for
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
72 divider_width redisplay method.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
73 (window_right_gutter_width): Use it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
74 (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
75 specifiers, set fallback values differently on TTYs, and document
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
76 the behavior of these on TTYs in the docstrings.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
77
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
78 * scrollbar.c (update_scrollbar_instance): Use
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
79 window_divider_width() instead of divider_width redisplay method.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
80
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
81 * console.h (struct console_methods): Removed divider_width_method.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
82
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
83 * redisplay-tty.c (tty_divider_width): Removed device method.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
84 (console_type_create_redisplay_tty): Removed definition for it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
85 (tty_output_vertical_divider): Respect the value returned by
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
86 window_divider_width thus divider line width specification.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
87
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
88 * redisplay-msw.c (mswindows_divider_width): Removed device method.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
89 (console_type_create_redisplay_mswindows): Removed definition for it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
90 (mswinodws_output_vertical_divider): Respect the value returned by
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
91 window_divider_width thus divider line width specification.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
92
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
93 1998-05-15 Andy Piper <andyp@parallax.co.uk>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
94
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
95 * toolbar-msw.c: guess toolbar frame size a bit more accurately.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
96
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
97 1998-05-15 Andy Piper <andyp@parallax.co.uk>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
98
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
99 * glyphs-msw.c: resource loading implementation.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
100 (cursor_normalize): new function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
101 (cursor_validate): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
102 (cursor_instantiate): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
103 (cursor_name_to_resource): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
104 (cursor_possible_dest_types): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
105 (check_valid_symbol): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
106 (check_valid_string_or_int): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
107
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
108 1998-05-14 Martin Buchholz <martin@xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
109
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
110 * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
111 VINTR and VQUIT.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
112
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
113 * process-unix.c (process_signal_char): Use VSUSP instead of
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
114 non-standard VSWTCH. Always prefer VSUSP to VSWTCH.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
115
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
116 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
117
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
118 * specifier.c (specifier_instance): Change locale precedence of
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
119 instantiation so window locale has higher priority than buffer
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
120 locale.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
121 (Fspecifier_instance): Reflect this in docstring.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
122 (Fadd_spec_list_to_specifier): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
123 (Fadd_spec_to_specifier): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
124 (Fremove_specifier): Ditto.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
125
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
126 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
127
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
128 ** Dialog separation into a device method from Andy Piper
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
129
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
130 * emacs.c (main_1): Call console_type_create_dialog_x().
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
131
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
132 * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
133 into this device method.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
134 (console_type_create_dialog_x): New function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
135
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
136 * dialog.c (Fpopup_dialog_box): New function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
137 (syms_of_dialog): Defsubr it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
138
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
139 * console.h (struct console_methods): Declared
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
140 popup_dialog_box_method().
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
141
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
142 * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
143
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
144 1998-05-14 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
145
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
146 * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
147 * frame-x.c (x_cde_transfer_callback): checked for merge errors
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
148
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
149 1998-05-13 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
150
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
151 * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
152
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
153 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
154
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
155 * console.h (device_metrics): Removed dbcs, input-method-editor
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
156 and right-to-left metrics.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
157
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
158 * device.c (Fdevice_system_metric): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
159 (Fdevice_system_metrics): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
160 (syms_of_device): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
161 (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
162 again.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
163
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
164 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
165
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
166 * line-number.h (mark_line_number_cache): Remove unused
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
167 declaration.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
168
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
169 * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
170 (get_nearest_line_number): Simplify.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
171 (add_position_to_cache): Make the old marker point nowhere.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
172
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
173 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
174
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
175 ** Renamed window-divider-map => vertical-divider-map
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
176 and event-over-divider-p => event-over-vertical-divider-p,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
177 in the following files/functions:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
178 * events.h:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
179 * events.c (Fevent_over_divider_p):
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
180 * keymap.c (get_relevant_keymaps):
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
181 (vars_of_keymap):
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
182
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
183 * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
184
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
185 * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
186
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
187 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
188
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
189 * window.c (vertical_divider_changed_in_window): Renamed so.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
190 (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
191 (window_needs_vertical_divider_1): Decide whether we need it based
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
192 on the value of the above specifier. If separators are unwanted,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
193 put them only if there's no scrollbar between this window and its
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
194 right neighbor.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
195 (have_undivided_common_edge): New function, helper for the above.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
196 (window_needs_vertical_divider): Return either a cached value,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
197 or clauclate and cache one.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
198 (invalidate_vertical_divider_cache_in_window): Implemented.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
199 (map_windows): Changed return type to int, return the value from
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
200 MAPFUN.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
201
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
202 * window.h: Prototype invalidate_vertical_divider_cache_in_window.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
203 (struct window): Added need_vertical_divider_p and
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
204 need_vertical_divider_valid_p.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
205
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
206 * winslots.h: Added vertical_divider_draggable_p slot.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
207
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
208 * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
209 (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
210
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
211 * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
212
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
213 * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
214 invalidate_vertical_divider_cache_in_frame().
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
215 Prototype it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
216
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
217 1998-05-14 Andy Piper <andyp@parallax.co.uk>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
218
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
219 * toolbar-msw.c: provide correct parameters to TB_SETROWS.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
220
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
221 * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
222 masks correctly and don't select 0.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
223
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
224 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
225
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
226 * winslots.h: New file, declaration of some struct window and
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
227 struct saved_window members.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
228
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
229 * window.h (struct window): Include it, with required preprocessor
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
230 magic.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
231
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
232 * window.c (mark_window): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
233 (allocate_window): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
234 (struct saved_window): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
235 (mark_window_config): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
236 (saved_window_equal): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
237 (Fset_window_configuration): Ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
238
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
239 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
240
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
241 * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
242
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
243 1998-05-12 Didier Verna <verna@inf.enst.fr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
244
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
245 * redisplay-x.c (x_output_vertical_divider): draw shadows around
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
246 the divider line. The shadow thickness is currently
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
247 hard-wired. This will probably be turned into a specifier soon.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
248
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
249 1998-05-12 Didier Verna <verna@inf.enst.fr>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
250
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
251 * console.h (struct console_methods): the divider_width console
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
252 method now requires a struct window * argument.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
253
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
254 * redisplay-x.c (x_divider_width): ditto. Plus remove
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
255 X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
256 (x_output_vertical_divider): give a depressed look when the shadow
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
257 thickness is negative.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
258
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
259 * console-stream.c (stream_divider_width): pass a struct window *
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
260 argument.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
261
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
262 * redisplay-tty.c (tty_divider_width): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
263
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
264 * window.c (window_right_gutter_width): totdi.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
265
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
266 * redisplay.c (generate_modeline): ittod.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
267
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
268 * scrollbar.c (update_scrollbar_instance): ttido.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
269
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
270 * redisplay-msw.c (mswindows_divider_width): ottid.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
271 WARNING: this enables to compile, but the feature is not functional.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
272
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
273 * window.h (struct window): new field
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
274 vertical_divider_shadow_thickness.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
275
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
276 * window.c (specifier_vars_of_window): new specifier
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
277 vertical-divider-shadow-thickness.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
278 (vertical_divider_shadow_thickness_changed): new function to
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
279 inform redisplay that the window has changed.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
280 (mark_window): handle new field vertical_divider_shadow_thickness
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
281 from struct window.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
282 (allocate_window): ditto.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
283 (saved_window_equal): toddi.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
284 (Fset_window_configuration): totid.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
285 (save_window_save): ttdio.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
286 (struct saved_window): new field vertical_divider_shadow_thickness.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
287
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
288 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
289
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
290 * device-msw.c (mswindows_device_system_metrics): Support a deluge
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
291 of metrics.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
292
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
293 1998-05-12 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
294
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
295 * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
296 * event-Xt.c (x_event_to_emacs_event): C++ compability
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
297
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
298 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
299
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
300 * emacs.c (Fdecode_path): Default SEPCHAR to value of
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
301 path-separator.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
302
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
303 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
304
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
305 * emacs.c (vars_of_emacs): Do it here; change the meaning of
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
306 Vpath_separator.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
307
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
308 * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
309
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
310 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
311
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
312 * emacs.c (decode_path_1): New function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
313 (decode_path): Use it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
314 (Fdecode_path): Renamed from Fdecode_path_internal; use
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
315 decode_path_1.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
316
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
317 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
318
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
319 * macros.c (Fzap_last_kbd_macro_event): New function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
320 (Fend_kbd_macro): Remove REMOVE_LAST kludge.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
321
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
322 1998-05-10 Andy Piper <andyp@parallax.co.uk>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
323
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
324 * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
325 multiple bitmaps are output vertically as well as horizontally.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
326 * (mswindows_output_dibitmap): don't cope with bitmap boundaries
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
327 crossing lines this is handled by
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
328 mswindows_output_dibitmap_region.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
329
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
330 1998-05-12 Martin Buchholz <martin@xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
331
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
332 * inline.c: Include eldap.h
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
333
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
334 * menubar-x.c (x_update_frame_menubar_internal):
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
335 Remove: unused variable `container'
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
336
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
337 1998-05-11 Martin Buchholz <martin@xemacs.org>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
338
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
339 * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
340 Unfortunately, the resulting temacs still cannot dump.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
341
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
342 * symbols.c (symbol_is_constant):
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
343 (verify_ok_for_buffer_local):
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
344 -Wswitch Warning suppression - add default case to switches.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
345
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
346 * redisplay.c (decode_mode_spec): Remove unused variables,
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
347 Replace Fcoding_system_property (codesys, Qmnemonic) with
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
348 XCODING_SYSTEM_MNEMONIC (codesys);
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
349 Fcoding_system_property is for users.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
350
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
351 * buffer.c:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
352 * fileio.c:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
353 * lread.c:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
354 * xselect.c:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
355 Change empty docstrings into no doc strings at all.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
356 Fix bogus FSF-format docstrings.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
357
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
358 * extents.c:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
359 Standardize docstrings.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
360
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
361 * floatfns.c:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
362 Explain problems with matherr.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
363
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
364 * glyphs.c: make DEFUNs etags-readable, i.e. single-line
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
365
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
366 * syssignal.h:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
367 if BROKEN_SIGIO, then SIGIO wants to be undefined.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
368 if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
369 Fix the weird resultant interaction (causes windows problems)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
370
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
371 * gdbinit:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
372 * dbxrc:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
373 Take new EMACSBOOTSTRAPLOADPATH into account.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
374 Update documentation strings
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
375
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
376 * Makefile.in.in:
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
377 - Adjust for luser's CDPATH being set to something weird.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
378 - Take into account bash 2.02's tendency to print the cwd when
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
379 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
380 - fix the run-temacs target to use $(DUMPENV)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
381 - fix the run-puremacs target to use $(DUMPENV)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
382 - fix the `depend' target to properly $(RM) the right files
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
383 - Generate a better TAGS file for XEmacs' lisp code using
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
384 hand-crafted regexps.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
385 - Use standard coding conventions for modules/Makefile.in
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
386
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
387 1998-05-12 Didier Verna <verna@inf.enst.fr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
388
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
389 * redisplay.c: removed the scrolling modeline code that didn't
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
390 make it for 21.0. To be continued ...
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
391
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
392 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
393
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
394 * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
395 and empty string inputs.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
396
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
397 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
398
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
399 * redisplay-x.c (x_output_vertical_divider): Fixed typo.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
400
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
401 1998-05-10 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
402
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
403 * event-stream.c (enqueue_misc_user_event_pos): created
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
404 * lisp.h (enqueue_misc_user_event_pos): prototype added
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
405 * frame-x.c (x_cde_transfer_callback): debug code plus API changes
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
406 * emacs.c: call vars_of_dragdrop
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
407 * dragdrop.c (vars_of_dragdrop): provide dragdrop
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
408
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
409 1998-05-11 Oliver Graf <ograf@fga.de>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
410
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
411 * frame-x.c (x_cde_transfer_callback): return at correct pos
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
412 * event-Xt.c (x_event_to_emacs_event): changed format of drop
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
413 object for MIME (see comment in dragdrop.c)
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
414 * dragdrop.c: API change documented in comment
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
415 removed provide of dragdrop [is provided by dragdrop.el]
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
416
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
417 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
418
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
419 * window.c (window_needs_vertical_divider): Enable vertical
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
420 dividers for every non-rightmost window.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
421 (window_left_gutter_width): Left gutter consists of mythical
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
422 toolbar and a virtual scrollbar.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
423 (window_right_gutter_width): The right one may have a divider
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
424 also.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
425
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
426 * scrollbar.c (update_scrollbar_instance): Position vertical
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
427 scrollbar left to divider if the latter present.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
428
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
429 * redisplay.h: Declared OVER_DIVIER constant.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
430
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
431 * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
432 case.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
433
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
434 * redisplay-x.c (x_output_vertical_divider): Output divider along
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
435 the right side of the window, down to window bottom. Swapped
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
436 foreground and background colors so it is visible by default.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
437
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
438 * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
439 stick the divider to the right window side.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
440
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
441 * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
442 deadbox painting.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
443 (mswindows_divider_width): Ask system for user preferred value.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
444 (mswindows_output_vertical_divider): Always output the divider on
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
445 the right side of a window, down to bottom.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
446
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
447 * keymap.c (get_relevant_keymaps): Route mouse button events which
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
448 happened over a window divider through window-divider-map.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
449 (Fkey_binding): Documented that in the docstring.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
450 Defined the variable Vwindow_divider_map.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
451
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
452 * events.c (Fevent_over_divider_p): Added this function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
453
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
454 * events.h: EXFUNed it.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
455
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
456 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
457
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
458 * toolbar.c (update_frame_toolbars): Re-layout frame windows if
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
459 toolbar geometry is suspected to change.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
460
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
461 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
462
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
463 * src/device-msw.c
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
464 * src/event-msw.c
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
465 Condition dnd and dde code on HAVE_DRAGNDROP.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
466
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
467 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
468
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
469 * events.c (format_event_object): Print space as SPC etc.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
470
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
471 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
472
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
473 * print.c (print_internal): In the default case, abort() if
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
474 ERROR_CHECK_TYPECHECK.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
475
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
476 * fileio.c (Fmake_temp_name): Doc fix.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
477
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
478 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
479
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
480 * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
481
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
482 * undo.c (Fprimitive_undo): Fixed typo.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
483
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
484 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
485
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
486 * fns.c (concat): Signal error on integer argument.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
487
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
488 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
489
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
490 * console.h (device_metrics): Prefixed each constatnt with DM_
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
491
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
492 * device.c: (Fdevice_system_metric): Renamed so from plural form
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
493 (metrics); Changed parameters order and added DEFAULT parameter;
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
494 Unabbreviated some metric constants; Fixed and untabified doc string.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
495 (Fdevice_system_metrics): Added. Returns a plist of all provided
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
496 metrics.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
497
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
498 * device-msw.c (mswindows_device_system_metrics): Renamed
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
499 device_metrics enum constants.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
500 Return Qunbound instead of Qnil.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
501
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
502 * device-tty.c (tty_device_system_metrics): Ditto.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
503
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
504 * device-x.c (x_device_system_metrics): Ditto.
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
505
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
506 1998-05-10 Andy Piper <andyp@parallax.co.uk>
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
507
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
508 * redisplay-msw.c: implement background pixmaps (really!). Make
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
509 sure bg color is transparent if we have bg pmaps.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
510 * (mswindows_output_string) (mswindows_clear_region): output bg
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
511 pmap if required.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
512 * (mswindows_output_dibitmap_region): new function.
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
513 * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
514 the bg color rather than transparently.
263
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 261
diff changeset
515
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
516 * toolbar-msw.c: use masks if they exist.
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
517
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
518 * glyphs-msw.c: set up masks correctly.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 213
diff changeset
519
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
520 * event-msw.c: typedef SOCKET if cygwin and not msg select().
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents: 207
diff changeset
521
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
522 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
203
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
523
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
524 * regex.c (re_match_2_internal): Check for quit.
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 146
diff changeset
525
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
526 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
104
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 102
diff changeset
527
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
528 * frame.c (Ffocus_frame): New function.
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
529