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