286
|
1 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * getloadavg.c (getloadavg): Fix typo.
|
|
4
|
|
5 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
6
|
|
7 * objects-msw.c (mswindows_initialize_font_instance): Added support
|
|
8 for font character sets.
|
|
9 Replaced 'XXX' with '####' in comments throughout the file.
|
|
10
|
|
11 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
12
|
|
13 * emacs.c (main_1): Added calls to vars_of_dialog_mswindows() and
|
|
14 console_type_create_dialog_mswindows(), to initialize Windows dialog
|
|
15 support.
|
|
16
|
|
17 * symsinit.h: Prototyped the above functions.
|
|
18
|
|
19 * dialog-x.c (x_popup_dialog_box): Moved dialog descriptor consistency
|
|
20 checks to dialog.c...
|
|
21
|
|
22 * dialog.c (Fpopup_dialog_box): ...right here. Added more checks: a
|
|
23 device must support dialog boxes, and the descriptor must supply at
|
|
24 least one button.
|
|
25
|
|
26 * dialog-msw.c: New file, dialogs for Windows.
|
|
27
|
|
28 1998-05-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
29
|
|
30 * eldap.c (ldap_search_unwind): Return Qnil instead of nothing
|
|
31 (Fldap_search_internal): Removed unused variable `err'
|
|
32
|
|
33 * eldap.h: Moved Lisp_LDAP declaration here instead of using a
|
|
34 forward declaration
|
|
35
|
|
36 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
37
|
|
38 * eldap.h: eldap.[ch] should never be used unless HAVE_LDAP is
|
|
39 defined. Therefore there is no need to handle the case when
|
|
40 HAVE_LDAP is undefined. Similarily, there is no reason to have
|
|
41 any code wrapped within `#ifdef emacs', since this code is only
|
|
42 useful within an emacs. This simplifies the code significantly.
|
|
43
|
|
44 * inline.c: Include eldap.h only if HAVE_LDAP.
|
|
45 * inline.c: Don't bother including TT_C_H_PATH, since tooltalk.h
|
|
46 already does that.
|
|
47
|
|
48 1998-05-21 Kirill M. Katsnelson <kkm@kis.ru>
|
|
49
|
|
50 * unexnt.c (copy_executable_and_dump_data_section): Suppress
|
|
51 printing dump stats when building without DEBUG_XEMACS.
|
|
52 (dump_bss_and_heap): Ditto.
|
|
53
|
|
54 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
55
|
|
56 * gnuclient.c: don't suppress window system if there is no display
|
|
57 and we are running under mswindows. send 'mswindows device type if
|
|
58 we are in this situation.
|
|
59
|
|
60 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
61
|
|
62 * general.c:
|
|
63 * lisp.h: Qbitmap, Qcursor, Qicon moved here from glyphs-msw.c.
|
|
64
|
|
65 * glyphs-msw.c: change cursor imgae type name to resource. Fix
|
|
66 some nits.
|
|
67
|
|
68 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
69
|
|
70 * EmacsFrame.c (Xt_StringToScrollBarPlacement): Added support for
|
|
71 {top,bottom}-{left,right} values in addition to
|
|
72 {top,bottom}_{left,right}.
|
|
73
|
|
74 1998-05-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
75
|
|
76 * fileio.c (Fmake_temp_name): Remove unreached code.
|
|
77
|
|
78 * process-nt.c (validate_signal_number): Use
|
|
79 signal_simple_error().
|
|
80
|
|
81 1998-05-19 Martin Buchholz <martin@xemacs.org>
|
|
82
|
|
83 * unexhp9k800.c:
|
|
84 * sound.c (vars_of_sound):
|
|
85 * sysdep.c (reset_sigio_on_device):
|
|
86 * window.c (window_bottom_gutter_height):
|
|
87 unexhp9k800.c:258: warning: implicit declaration of function
|
|
88 `calculate_checksum'
|
|
89 sound.c:604: warning: implicit declaration of function `vars_of_hpplay'
|
|
90 sysdep.c:1012: warning: unused variable `owner'
|
|
91 window.c:993: warning: `window_right_toolbar_width' defined but not used
|
|
92
|
|
93 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
94
|
|
95 * glyphs-msw.c (mswindows_create_resized_mask)
|
|
96 (mswindows_create_resized_bitmap): new funnctions split out from
|
|
97 mswindows_resize_dibitmap_instance.
|
|
98
|
|
99 * glyphs-msw.h: declare new resize functions.
|
|
100
|
|
101 * toolbar-msw.c (mswindows_output_toolbar): use new bitmap resize
|
|
102 functions so that the original bitmaps are preserved.
|
|
103
|
|
104 * sheap.c: fixup static heap exhausted error to avoid FAQs.
|
|
105
|
|
106 * redisplay-msw.c (mswindows_output_blank): fixup brush from bg
|
|
107 color if we are trying to output 0 depth bg pixmap.
|
|
108
|
|
109 * scrollbar-msw.c: warning elimination.
|
|
110
|
|
111 1998-05-18 Martin Buchholz <martin@xemacs.org>
|
|
112
|
|
113 * frame-x.c (x_update_frame_external_traits): Start preprocessor
|
|
114 directives in column 1.
|
|
115
|
|
116 * search.c (skip_chars): Avoid using xzero with arrays, since some
|
|
117 compilers get confused by the construct &array.
|
|
118
|
|
119 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
120
|
|
121 * objects-msw.h:
|
|
122 * objects-msw.c: Changed the charset value for a new font from
|
|
123 "don't care" to "ansi".
|
|
124
|
|
125 * glyphs-msw.c (convert_EImage_to_DIBitmap): Warnings fix.
|
|
126
|
|
127 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
128
|
|
129 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Do not clear shift
|
|
130 modifier on control chars.
|
|
131 Use IsCharAlpha() instead of isaplha().
|
|
132
|
|
133 1998-05-19 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
134
|
|
135 * s/freebsd.h: FreeBSD 2.2.6 now supports setlocale(LC_ALL, "").
|
|
136
|
|
137 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
138
|
|
139 * toolbar.c: Removed toolbar_data lrecord implementation.
|
|
140 (mark_frame_toolbar_buttons_dirty): Replase usage of toolbar_data
|
|
141 with toolbar_buttons (via FRAME_TOOLBAR_BUTTONS).
|
|
142 (compute_frame_toolbar_buttons): Ditto.
|
|
143 (CHECK_TOOLBAR): Ditto.
|
|
144 (set_frame_toolbar): Removed allocation of toolbar_data lrecord.
|
|
145 (update_frame_toolbars): Do not check for changed buffer
|
|
146 here. Toolbar information is provided by cached specs in
|
|
147 windows. The check for buffer is eliminated becuase toolbars are
|
|
148 marked changed in set_frame_selected_window() in frame.c
|
|
149 Added check for changed toolbars geometry.
|
|
150 (compute_frame_toolbars_data): Removed unused second parameter;
|
|
151 Adjusted callers of this static function throughout the file.
|
|
152 (init_frame_toolbars): Initialize current_toolbar_size.
|
|
153 (update_frame_toolbars): Use DEVICE_SUPPORTS_TOOLBARS_P instead of
|
|
154 what is its current expansion, for clarity.
|
|
155 (init_frame_toolbars): Ditto.
|
|
156 (init_device_toolbars): Ditto.
|
|
157 (init_global_toolbars): Ditto.
|
|
158
|
|
159 * toolbar.h: Removed definition of toolbar_data lrecord.
|
|
160 Added accessor macros FRAME_TOOLBAR_BUTTONS and
|
|
161 FRAME_CURRENT_TOOLBAR_SIZE.
|
|
162 Added macro DEVICE_SUPPORTS_TOOLBARS_P.
|
|
163
|
|
164 * toolbar-x.c (x_output_toolbar): The same change as in
|
|
165 toolbar-msw.c
|
|
166 (x_output_toolbar): Ditto.
|
|
167 (x_redraw_exposed_toolbar): Ditto.
|
|
168
|
|
169 * toolbar-msw.c (mswindows_output_toolbar): Retrieve current
|
|
170 buttons from toolbar_buttons using FRAME_TOOLBAR_BUTTONS macro.
|
|
171 (mswindows_output_toolbar): Ditto.
|
|
172 (mswindows_output_toolbar): Ditto.
|
|
173
|
|
174 * frame.c (mark_frame): Removed marking of arrays, according to
|
|
175 frameslots.h change.
|
|
176 (nuke_all_frame_slots): Ditto.
|
|
177 (set_frame_selected_window): Mark toolbars changed when
|
|
178 last_nonminibuf_window changes.
|
|
179
|
|
180 * frame.h (struct frame): Moved some slots to frameslots.h.
|
|
181 Added current_toolbar_size array.
|
|
182 Changed references from toolbar_data to toolbar_buttons in macros
|
|
183 FRAME_RAW_THEORETICAL_TOOLBAR_VISIBLE,
|
|
184 FRAME_RAW_THEORETICAL_TOOLBAR_SIZE and
|
|
185 FRAME_RAW_THEORETICAL_TOOLBAR_BORDER_WIDTH.
|
|
186
|
|
187 * frameslots.h: Added macro MARKED_SLOT_ARRAY a la winslots.h
|
|
188 Moved arrays of lisp objects here from frame.h: toolbar_size,
|
|
189 toolbar_visible_p, toolbar_border_width.
|
|
190 Removed toolbar_data slot and added toolbar_buttons.
|
|
191
|
|
192 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
193
|
|
194 * symsinit.h: Externed syms_of_process_nt()
|
|
195
|
|
196 * emacs.c (main_1): Call syms_of_process_nt()
|
|
197
|
|
198 * process-nt.c: Quote process arguments by a call to Lisp function
|
|
199 `nt-quote-process-args'.
|
|
200 (syms_of_process_nt): New function.
|
|
201 (nt_send_process): Flush data stream after each write, to avoid
|
|
202 leaving buffered data.
|
|
203 (nt_send_process): When blocked on process output, wait for
|
|
204 process to slurp more for progressively increasing time intervals.
|
|
205
|
|
206 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
207
|
|
208 * window.c (have_undivided_common_edge): Make file-local function
|
|
209 static.
|
|
210 (map_windows): Return 0 if all map functions successful.
|
|
211 Fix typos.
|
|
212
|
|
213 * winslots.h: Use unlikely names for local variables in macros to
|
|
214 avoid shadowing warnings.
|
|
215
|
|
216 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
217
|
|
218 * toolbar-msw.c (mswindows_output_toolbar): hash on toolbar width
|
|
219 so that we re-output if the toolbar size has changed.
|
|
220
|
|
221 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
222
|
|
223 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
|
|
224
|
|
225 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
|
|
226
|
|
227 * unexaix.c: Massive cleanup and support of AIX 4.2 (and hopefully
|
|
228 greater).
|
|
229
|
|
230 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
231
|
|
232 * glyphs-msw.c: Defined OEMRESOURCE before including windows.h to
|
|
233 get bitmap manifest constants defined.
|
|
234
|
|
235 * console-msw.h: Include system files in angle brackets, not in
|
|
236 quotes.
|
|
237
|
|
238 * window.c (specifier_vars_of_window): Fixed a typo in
|
|
239 `vertical-divider-line-width' docstirng.
|
|
240
|
|
241 1998-05-16 Olivier Galibert <galibert@pobox.com>
|
|
242
|
|
243 * line-number.c (delete_invalidate_line_number_cache): Use an
|
|
244 EMACS_INT.
|
|
245 (buffer_line_number): Remove dangerous, plain wrong when using
|
|
246 64bits emacs ints, cast.
|
|
247
|
|
248 * insdel.c (buffer_delete_range): Use an EMACS_INT.
|
|
249
|
|
250 * cmds.c (Fforward_line): Use EMACS_INTs.
|
|
251
|
|
252 * search.c (bi_scan_buffer): Change to use EMACS_INTs.
|
|
253 (scan_buffer): Ditto.
|
|
254 (bi_find_next_newline_no_quit): Remove useless cast.
|
|
255 (find_next_newline_no_quit): Ditto.
|
|
256 (find_next_newline): Ditto.
|
|
257 (find_before_next_newline): Use an EMACS_INT.
|
|
258
|
|
259 * lisp.h: Change scan_buffer to pass EMACS_INTs.
|
|
260
|
|
261 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
262
|
|
263 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
264
|
|
265 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
266
|
|
267 * gui-x.c (popup_selection_callback): Use it.
|
|
268
|
|
269 * gui.h (get_callback): Declare it.
|
|
270
|
|
271 * gui.c (get_callback): New function.
|
|
272
|
284
|
273 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
274
|
|
275 * window.c (have_undivided_common_edge): Guard scrollbar specific
|
|
276 stuff.
|
|
277 (window_needs_vertical_divider_1): Ditto.
|
|
278
|
|
279 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
280
|
|
281 * emacs.c (decode_path): Eliminate compiler warning.
|
|
282 (Fdecode_path): Renamed to Fsplit_path.
|
|
283 (Fsplit_string_by_char): New function.
|
|
284
|
|
285 1998-05-14 Damon Lipparelli <lipp@primus.com>
|
|
286
|
|
287 * winslots.h: close comment
|
|
288
|
|
289 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
290
|
|
291 * callproc.c: Removed declared and unused variable Qbuffer_file_type.
|
|
292
|
|
293 * bufslots.h: Removed buffer_file_type slot.
|
|
294
|
|
295 * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
|
|
296 buffer local flags.
|
|
297 (complex_vars_of_buffer): Removed buffer-file-type variable and
|
|
298 its default reference.
|
|
299
|
|
300 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
301
|
284
|
302 * faces.c (complex_vars_of_faces): Defined
|
|
303 Vvertical_divider_face.
|
|
304 (vars_of_faces): Staticpro it.
|
|
305
|
|
306 * faces.h: Externed Vvertical_divider_face.
|
|
307
|
|
308 * redisplay-x.c (x_output_vertical_divider): Use
|
|
309 Vvertical_divider_face to draw the divider instead of modeline
|
|
310 face.
|
|
311
|
|
312 * redisplay-msw.c (mswindows_output_vertical_divider): Draw
|
|
313 divider face using Vvertical_divider_face background.
|
|
314 Fix drawing spacing gaps around the divider.
|
|
315
|
|
316 1998-05-14 Didier Verna <verna@inf.enst.fr>
|
|
317
|
|
318 * redisplay-x.c (x_output_vertical_divider): removed hard-wired
|
|
319 values for the vertical divider line width and spacing. Use the
|
|
320 cached values from the window structure instead.
|
|
321 (x_divider_width): ditto.
|
|
322
|
|
323 * window.c (specifier_vars_of_window): new specifiers:
|
|
324 vertical-divier -line-width and -spacing.
|
|
325 (vertical_divider_global_width_changed): formerly known as
|
|
326 vertical_divider_shadow_thickness_changed.
|
|
327
|
|
328 * winslots.h: new slots: vertical_specifier _line_width and
|
|
329 _spacing. Plus corrected a comment typo.
|
|
330
|
|
331 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
332
|
|
333 * window.h: Declared window_divider_width().
|
282
|
334
|
284
|
335 * console-stream.c (stream_divider_width): Removed method.
|
|
336 (console_type_create_stream): And declaration for it.
|
|
337
|
|
338 * redisplay.c (pixel_to_glyph_translation): Use
|
|
339 window_divider_width() instead of divider_width redisplay method.
|
|
340 (pixel_to_glyph_translation): Fix top divider edge calculation
|
|
341 when scrollbar is on top.
|
282
|
342
|
284
|
343 * window.c (window_divider_width): New function, an outphaser for
|
|
344 divider_width redisplay method.
|
|
345 (window_right_gutter_width): Use it.
|
|
346 (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
|
|
347 specifiers, set fallback values differently on TTYs, and document
|
|
348 the behavior of these on TTYs in the docstrings.
|
|
349
|
|
350 * scrollbar.c (update_scrollbar_instance): Use
|
|
351 window_divider_width() instead of divider_width redisplay method.
|
282
|
352
|
284
|
353 * console.h (struct console_methods): Removed divider_width_method.
|
|
354
|
|
355 * redisplay-tty.c (tty_divider_width): Removed device method.
|
|
356 (console_type_create_redisplay_tty): Removed definition for it.
|
|
357 (tty_output_vertical_divider): Respect the value returned by
|
|
358 window_divider_width thus divider line width specification.
|
|
359
|
|
360 * redisplay-msw.c (mswindows_divider_width): Removed device method.
|
|
361 (console_type_create_redisplay_mswindows): Removed definition for it.
|
|
362 (mswinodws_output_vertical_divider): Respect the value returned by
|
|
363 window_divider_width thus divider line width specification.
|
282
|
364
|
284
|
365 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
366
|
|
367 * toolbar-msw.c: guess toolbar frame size a bit more accurately.
|
|
368
|
|
369 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
370
|
|
371 * glyphs-msw.c: resource loading implementation.
|
|
372 (cursor_normalize): new function.
|
|
373 (cursor_validate): ditto.
|
|
374 (cursor_instantiate): ditto.
|
|
375 (cursor_name_to_resource): ditto.
|
|
376 (cursor_possible_dest_types): ditto.
|
|
377 (check_valid_symbol): ditto.
|
|
378 (check_valid_string_or_int): ditto.
|
|
379
|
|
380 1998-05-14 Martin Buchholz <martin@xemacs.org>
|
|
381
|
|
382 * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
|
|
383 VINTR and VQUIT.
|
|
384
|
|
385 * process-unix.c (process_signal_char): Use VSUSP instead of
|
|
386 non-standard VSWTCH. Always prefer VSUSP to VSWTCH.
|
|
387
|
|
388 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
389
|
|
390 * specifier.c (specifier_instance): Change locale precedence of
|
|
391 instantiation so window locale has higher priority than buffer
|
|
392 locale.
|
|
393 (Fspecifier_instance): Reflect this in docstring.
|
|
394 (Fadd_spec_list_to_specifier): Ditto.
|
|
395 (Fadd_spec_to_specifier): Ditto.
|
|
396 (Fremove_specifier): Ditto.
|
282
|
397
|
284
|
398 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
399
|
|
400 ** Dialog separation into a device method from Andy Piper
|
|
401
|
|
402 * emacs.c (main_1): Call console_type_create_dialog_x().
|
|
403
|
|
404 * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
|
|
405 into this device method.
|
|
406 (console_type_create_dialog_x): New function.
|
|
407
|
|
408 * dialog.c (Fpopup_dialog_box): New function.
|
|
409 (syms_of_dialog): Defsubr it.
|
|
410
|
|
411 * console.h (struct console_methods): Declared
|
|
412 popup_dialog_box_method().
|
|
413
|
|
414 * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
|
|
415
|
|
416 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
417
|
|
418 * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
|
|
419 * frame-x.c (x_cde_transfer_callback): checked for merge errors
|
|
420
|
|
421 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
422
|
|
423 * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
|
|
424
|
|
425 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
426
|
284
|
427 * console.h (device_metrics): Removed dbcs, input-method-editor
|
|
428 and right-to-left metrics.
|
|
429
|
|
430 * device.c (Fdevice_system_metric): Ditto.
|
|
431 (Fdevice_system_metrics): Ditto.
|
|
432 (syms_of_device): Ditto.
|
|
433 (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
|
|
434 again.
|
|
435
|
|
436 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
437
|
|
438 * line-number.h (mark_line_number_cache): Remove unused
|
|
439 declaration.
|
|
440
|
|
441 * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
|
|
442 (get_nearest_line_number): Simplify.
|
|
443 (add_position_to_cache): Make the old marker point nowhere.
|
|
444
|
|
445 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
446
|
|
447 ** Renamed window-divider-map => vertical-divider-map
|
|
448 and event-over-divider-p => event-over-vertical-divider-p,
|
|
449 in the following files/functions:
|
|
450 * events.h:
|
|
451 * events.c (Fevent_over_divider_p):
|
|
452 * keymap.c (get_relevant_keymaps):
|
|
453 (vars_of_keymap):
|
|
454
|
|
455 * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
|
|
456
|
|
457 * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
|
282
|
458
|
284
|
459 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
460
|
|
461 * window.c (vertical_divider_changed_in_window): Renamed so.
|
|
462 (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
|
|
463 (window_needs_vertical_divider_1): Decide whether we need it based
|
|
464 on the value of the above specifier. If separators are unwanted,
|
|
465 put them only if there's no scrollbar between this window and its
|
|
466 right neighbor.
|
|
467 (have_undivided_common_edge): New function, helper for the above.
|
|
468 (window_needs_vertical_divider): Return either a cached value,
|
|
469 or clauclate and cache one.
|
|
470 (invalidate_vertical_divider_cache_in_window): Implemented.
|
|
471 (map_windows): Changed return type to int, return the value from
|
|
472 MAPFUN.
|
282
|
473
|
284
|
474 * window.h: Prototype invalidate_vertical_divider_cache_in_window.
|
|
475 (struct window): Added need_vertical_divider_p and
|
|
476 need_vertical_divider_valid_p.
|
|
477
|
|
478 * winslots.h: Added vertical_divider_draggable_p slot.
|
282
|
479
|
284
|
480 * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
|
|
481 (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
|
|
482
|
|
483 * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
|
|
484
|
|
485 * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
|
|
486 invalidate_vertical_divider_cache_in_frame().
|
|
487 Prototype it.
|
|
488
|
|
489 1998-05-14 Andy Piper <andyp@parallax.co.uk>
|
282
|
490
|
284
|
491 * toolbar-msw.c: provide correct parameters to TB_SETROWS.
|
|
492
|
|
493 * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
|
|
494 masks correctly and don't select 0.
|
|
495
|
|
496 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
497
|
|
498 * winslots.h: New file, declaration of some struct window and
|
|
499 struct saved_window members.
|
|
500
|
|
501 * window.h (struct window): Include it, with required preprocessor
|
|
502 magic.
|
282
|
503
|
284
|
504 * window.c (mark_window): Ditto.
|
|
505 (allocate_window): Ditto.
|
|
506 (struct saved_window): Ditto.
|
|
507 (mark_window_config): Ditto.
|
|
508 (saved_window_equal): Ditto.
|
|
509 (Fset_window_configuration): Ditto.
|
|
510
|
|
511 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
512
|
|
513 * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
|
|
514
|
|
515 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
516
|
|
517 * redisplay-x.c (x_output_vertical_divider): draw shadows around
|
|
518 the divider line. The shadow thickness is currently
|
|
519 hard-wired. This will probably be turned into a specifier soon.
|
|
520
|
|
521 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
282
|
522
|
284
|
523 * console.h (struct console_methods): the divider_width console
|
|
524 method now requires a struct window * argument.
|
|
525
|
|
526 * redisplay-x.c (x_divider_width): ditto. Plus remove
|
|
527 X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
|
|
528 (x_output_vertical_divider): give a depressed look when the shadow
|
|
529 thickness is negative.
|
|
530
|
|
531 * console-stream.c (stream_divider_width): pass a struct window *
|
|
532 argument.
|
|
533
|
|
534 * redisplay-tty.c (tty_divider_width): ditto.
|
|
535
|
|
536 * window.c (window_right_gutter_width): totdi.
|
|
537
|
|
538 * redisplay.c (generate_modeline): ittod.
|
|
539
|
|
540 * scrollbar.c (update_scrollbar_instance): ttido.
|
|
541
|
|
542 * redisplay-msw.c (mswindows_divider_width): ottid.
|
|
543 WARNING: this enables to compile, but the feature is not functional.
|
|
544
|
|
545 * window.h (struct window): new field
|
|
546 vertical_divider_shadow_thickness.
|
282
|
547
|
284
|
548 * window.c (specifier_vars_of_window): new specifier
|
|
549 vertical-divider-shadow-thickness.
|
|
550 (vertical_divider_shadow_thickness_changed): new function to
|
|
551 inform redisplay that the window has changed.
|
|
552 (mark_window): handle new field vertical_divider_shadow_thickness
|
|
553 from struct window.
|
|
554 (allocate_window): ditto.
|
|
555 (saved_window_equal): toddi.
|
|
556 (Fset_window_configuration): totid.
|
|
557 (save_window_save): ttdio.
|
|
558 (struct saved_window): new field vertical_divider_shadow_thickness.
|
|
559
|
|
560 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
561
|
|
562 * device-msw.c (mswindows_device_system_metrics): Support a deluge
|
|
563 of metrics.
|
282
|
564
|
284
|
565 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
566
|
|
567 * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
|
|
568 * event-Xt.c (x_event_to_emacs_event): C++ compability
|
|
569
|
|
570 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
571
|
284
|
572 * emacs.c (Fdecode_path): Default SEPCHAR to value of
|
|
573 path-separator.
|
|
574
|
|
575 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
576
|
|
577 * emacs.c (vars_of_emacs): Do it here; change the meaning of
|
|
578 Vpath_separator.
|
|
579
|
|
580 * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
|
|
581
|
|
582 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
583
|
284
|
584 * emacs.c (decode_path_1): New function.
|
|
585 (decode_path): Use it.
|
|
586 (Fdecode_path): Renamed from Fdecode_path_internal; use
|
|
587 decode_path_1.
|
|
588
|
|
589 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
590
|
|
591 * macros.c (Fzap_last_kbd_macro_event): New function.
|
|
592 (Fend_kbd_macro): Remove REMOVE_LAST kludge.
|
|
593
|
|
594 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
282
|
595
|
284
|
596 * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
|
|
597 multiple bitmaps are output vertically as well as horizontally.
|
|
598 * (mswindows_output_dibitmap): don't cope with bitmap boundaries
|
|
599 crossing lines this is handled by
|
|
600 mswindows_output_dibitmap_region.
|
|
601
|
|
602 1998-05-12 Martin Buchholz <martin@xemacs.org>
|
|
603
|
|
604 * inline.c: Include eldap.h
|
|
605
|
|
606 * menubar-x.c (x_update_frame_menubar_internal):
|
|
607 Remove: unused variable `container'
|
|
608
|
|
609 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
610
|
|
611 * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
|
|
612 Unfortunately, the resulting temacs still cannot dump.
|
282
|
613
|
284
|
614 * symbols.c (symbol_is_constant):
|
|
615 (verify_ok_for_buffer_local):
|
|
616 -Wswitch Warning suppression - add default case to switches.
|
|
617
|
|
618 * redisplay.c (decode_mode_spec): Remove unused variables,
|
|
619 Replace Fcoding_system_property (codesys, Qmnemonic) with
|
|
620 XCODING_SYSTEM_MNEMONIC (codesys);
|
|
621 Fcoding_system_property is for users.
|
|
622
|
|
623 * buffer.c:
|
|
624 * fileio.c:
|
|
625 * lread.c:
|
|
626 * xselect.c:
|
|
627 Change empty docstrings into no doc strings at all.
|
|
628 Fix bogus FSF-format docstrings.
|
282
|
629
|
284
|
630 * extents.c:
|
|
631 Standardize docstrings.
|
|
632
|
|
633 * floatfns.c:
|
|
634 Explain problems with matherr.
|
|
635
|
|
636 * glyphs.c: make DEFUNs etags-readable, i.e. single-line
|
282
|
637
|
284
|
638 * syssignal.h:
|
|
639 if BROKEN_SIGIO, then SIGIO wants to be undefined.
|
|
640 if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
|
|
641 Fix the weird resultant interaction (causes windows problems)
|
|
642
|
|
643 * gdbinit:
|
|
644 * dbxrc:
|
|
645 Take new EMACSBOOTSTRAPLOADPATH into account.
|
|
646 Update documentation strings
|
282
|
647
|
284
|
648 * Makefile.in.in:
|
|
649 - Adjust for luser's CDPATH being set to something weird.
|
|
650 - Take into account bash 2.02's tendency to print the cwd when
|
|
651 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
652 - fix the run-temacs target to use $(DUMPENV)
|
|
653 - fix the run-puremacs target to use $(DUMPENV)
|
|
654 - fix the `depend' target to properly $(RM) the right files
|
|
655 - Generate a better TAGS file for XEmacs' lisp code using
|
|
656 hand-crafted regexps.
|
|
657 - Use standard coding conventions for modules/Makefile.in
|
|
658
|
|
659 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
660
|
|
661 * redisplay.c: removed the scrolling modeline code that didn't
|
|
662 make it for 21.0. To be continued ...
|
|
663
|
|
664 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
665
|
|
666 * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
|
|
667 and empty string inputs.
|
|
668
|
|
669 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
670
|
|
671 * redisplay-x.c (x_output_vertical_divider): Fixed typo.
|
|
672
|
|
673 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
674
|
|
675 * event-stream.c (enqueue_misc_user_event_pos): created
|
|
676 * lisp.h (enqueue_misc_user_event_pos): prototype added
|
|
677 * frame-x.c (x_cde_transfer_callback): debug code plus API changes
|
|
678 * emacs.c: call vars_of_dragdrop
|
|
679 * dragdrop.c (vars_of_dragdrop): provide dragdrop
|
|
680
|
|
681 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
682
|
|
683 * frame-x.c (x_cde_transfer_callback): return at correct pos
|
|
684 * event-Xt.c (x_event_to_emacs_event): changed format of drop
|
|
685 object for MIME (see comment in dragdrop.c)
|
|
686 * dragdrop.c: API change documented in comment
|
|
687 removed provide of dragdrop [is provided by dragdrop.el]
|
|
688
|
|
689 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
690
|
|
691 * window.c (window_needs_vertical_divider): Enable vertical
|
|
692 dividers for every non-rightmost window.
|
|
693 (window_left_gutter_width): Left gutter consists of mythical
|
|
694 toolbar and a virtual scrollbar.
|
|
695 (window_right_gutter_width): The right one may have a divider
|
|
696 also.
|
|
697
|
|
698 * scrollbar.c (update_scrollbar_instance): Position vertical
|
|
699 scrollbar left to divider if the latter present.
|
|
700
|
|
701 * redisplay.h: Declared OVER_DIVIER constant.
|
|
702
|
|
703 * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
|
|
704 case.
|
|
705
|
|
706 * redisplay-x.c (x_output_vertical_divider): Output divider along
|
|
707 the right side of the window, down to window bottom. Swapped
|
|
708 foreground and background colors so it is visible by default.
|
282
|
709
|
284
|
710 * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
|
|
711 stick the divider to the right window side.
|
|
712
|
|
713 * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
|
|
714 deadbox painting.
|
|
715 (mswindows_divider_width): Ask system for user preferred value.
|
|
716 (mswindows_output_vertical_divider): Always output the divider on
|
|
717 the right side of a window, down to bottom.
|
|
718
|
|
719 * keymap.c (get_relevant_keymaps): Route mouse button events which
|
|
720 happened over a window divider through window-divider-map.
|
|
721 (Fkey_binding): Documented that in the docstring.
|
|
722 Defined the variable Vwindow_divider_map.
|
282
|
723
|
284
|
724 * events.c (Fevent_over_divider_p): Added this function.
|
|
725
|
|
726 * events.h: EXFUNed it.
|
|
727
|
|
728 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
729
|
|
730 * toolbar.c (update_frame_toolbars): Re-layout frame windows if
|
|
731 toolbar geometry is suspected to change.
|
|
732
|
|
733 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
734
|
|
735 * src/device-msw.c
|
|
736 * src/event-msw.c
|
|
737 Condition dnd and dde code on HAVE_DRAGNDROP.
|
|
738
|
|
739 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
740
|
284
|
741 * events.c (format_event_object): Print space as SPC etc.
|
|
742
|
|
743 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
744
|
|
745 * print.c (print_internal): In the default case, abort() if
|
|
746 ERROR_CHECK_TYPECHECK.
|
|
747
|
|
748 * fileio.c (Fmake_temp_name): Doc fix.
|
|
749
|
|
750 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
751
|
|
752 * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
|
|
753
|
|
754 * undo.c (Fprimitive_undo): Fixed typo.
|
282
|
755
|
284
|
756 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
757
|
|
758 * fns.c (concat): Signal error on integer argument.
|
|
759
|
|
760 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
761
|
|
762 * console.h (device_metrics): Prefixed each constatnt with DM_
|
|
763
|
|
764 * device.c: (Fdevice_system_metric): Renamed so from plural form
|
|
765 (metrics); Changed parameters order and added DEFAULT parameter;
|
|
766 Unabbreviated some metric constants; Fixed and untabified doc string.
|
|
767 (Fdevice_system_metrics): Added. Returns a plist of all provided
|
|
768 metrics.
|
|
769
|
|
770 * device-msw.c (mswindows_device_system_metrics): Renamed
|
|
771 device_metrics enum constants.
|
|
772 Return Qunbound instead of Qnil.
|
282
|
773
|
|
774 * device-tty.c (tty_device_system_metrics): Ditto.
|
|
775
|
|
776 * device-x.c (x_device_system_metrics): Ditto.
|
|
777
|
284
|
778 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
272
|
779
|
284
|
780 * redisplay-msw.c: implement background pixmaps (really!). Make
|
|
781 sure bg color is transparent if we have bg pmaps.
|
|
782 * (mswindows_output_string) (mswindows_clear_region): output bg
|
|
783 pmap if required.
|
|
784 * (mswindows_output_dibitmap_region): new function.
|
|
785 * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
|
|
786 the bg color rather than transparently.
|
263
|
787
|
284
|
788 * toolbar-msw.c: use masks if they exist.
|
241
|
789
|
284
|
790 * glyphs-msw.c: set up masks correctly.
|
215
|
791
|
284
|
792 * event-msw.c: typedef SOCKET if cygwin and not msg select().
|
209
|
793
|
284
|
794 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
203
|
795
|
284
|
796 * regex.c (re_match_2_internal): Check for quit.
|
149
|
797
|
284
|
798 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
104
|
799
|
284
|
800 * frame.c (Ffocus_frame): New function.
|
82
|
801
|