290
|
1 1998-06-10 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
2
|
|
3 * fileio.c (directory-sep-char): Escape backslashes.
|
|
4
|
|
5 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
6
|
|
7 * event-stream.c: Fix docstring reference.
|
|
8
|
|
9 1998-06-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
10
|
|
11 * alloc.c (make_float): Remove useless initialization of `next'
|
|
12 field.
|
|
13 (make_pure_float): Ditto.
|
|
14
|
|
15 * lisp.h (struct Lisp_Float): Rename `next' to `__unused__next'.
|
|
16
|
|
17 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
18
|
|
19 * fileio.c (Fmake_directory_internal): Remove conditionals
|
|
20 on WINDOWSNT when calling mkdir.
|
|
21
|
|
22 * ntproc.c: Deleted the following unused functions:
|
|
23 register_child, reap_subprocess, sys_wait.
|
|
24
|
|
25 * nt.c (sys_rename): Ifzeroed this implementation.
|
|
26 Deleted the following unused functions:
|
|
27 sys_access, sys_chdir, sys_chmod, sys_creat, sys_link, sys_mkdir,
|
|
28 sys_mktemp, sys_rmdir, sys_unlink, sys_close, sys_dup, sys_dup2,
|
|
29 sys_read, sys_write.
|
|
30 Merger sys_fopen and sys_open with sysdep.c implementation.
|
|
31
|
|
32 * sysdep.c: Removed MS-DOS code.
|
|
33 (sys_rename): Deal with Microsoft rename weirdness.
|
|
34 (sys_open): Implemented for Windows.
|
|
35 (sys_fopen): Ditto.
|
|
36 (sys_mkdir): Ditto.
|
|
37
|
|
38 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
39
|
|
40 * buffer.c (complex_vars_of_buffer): Removed %t description from
|
|
41 the docstring.
|
|
42
|
|
43 1998-06-04 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
44
|
|
45 * scrollbar-msw.c: initialize the cbSize element of the
|
|
46 SCROLLINFO struct before calling SetScrollInfo. WinNT seems
|
|
47 to ignore the value of cbSize, but Win95 (and I presume Win98)
|
|
48 appear to want it set to sizeof(SCROLLINFO).
|
|
49
|
|
50 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
51
|
|
52 * event-stream.c: Defined Qcancel_mode_internal.
|
|
53 (syms_of_event_stream): defsymbol'ed it.
|
|
54
|
|
55 * events.h: Externed it.
|
|
56
|
|
57 * event-msw.c (mswindows_wnd_proc, WM_CANCELMODE): Added this handler.
|
|
58
|
|
59 1998-06-04 Oliver Graf <ograf@fga.de>
|
|
60
|
|
61 * frame-x.c (x_cde_destroy_callback): free the data
|
|
62 (cde-start-drag-internal) corrected root position, 21.1 needs this
|
|
63 hardcoded in Button events
|
|
64 (offix-start-drag-internal) corrected root position
|
|
65
|
|
66 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
67
|
|
68 * process-nt.c (signal_cannot_launch): Use signal_simple_error()
|
|
69 instead of error().
|
|
70
|
|
71 1998-06-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
72
|
|
73 * dialog-msw.c (button_width): Removed `inline' from the function
|
|
74 declaration.
|
|
75
|
|
76 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com>
|
|
77
|
|
78 * frame-msw.c: add WS_VISIBLE flag to the first frame created.
|
|
79 Note that adding this flag to subsequent frames causes problems.
|
|
80
|
|
81 1998-06-03 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
82
|
|
83 * glyphs-eimage.c (png_instantiate) move 'struct
|
|
84 png_memory_storage tbr' out of nested block to avoid dangling
|
|
85 reference
|
|
86
|
|
87 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
88
|
|
89 * faces.h:
|
|
90 * faces.c: rename 3d-object -> gui-element. add toolbar face which
|
|
91 inherits from gui-element.
|
|
92
|
|
93 * glyphs-msw.c: use DIBitmaps for xbm bitmaps to be consistent
|
|
94 with existing code, generate masks correctly.
|
|
95
|
|
96 1998-06-03 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
97
|
|
98 * glyphs-eimage.c: Changed included header for gifs to use
|
|
99 Gifreader instead of giflib.
|
|
100
|
|
101 * glyphs-x.c: removed the image-related functions that were
|
|
102 moved into glyphs-eimage.
|
|
103
|
|
104 1998-06-02 David Bush <david.bush@adnb.alcatel.com>
|
|
105
|
|
106 * glyphs.c (bitmap_to_lisp_data) Define XFree to be free
|
|
107 if built without X Windows support.
|
|
108
|
|
109 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
110
|
|
111 * fns.c (Fconcat): Synch docstring with new reality.
|
|
112
|
|
113 1998-06-03 SL Baur <steve@altair.xemacs.org>
|
|
114
|
|
115 * frame.c: Remove reference to msdos.h (which is going away).
|
|
116 Suggested by Hrvoje Niksic and Kirill Katsnelson.
|
|
117
|
|
118 1998-06-02 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
119
|
|
120 * glyphs-eimage.c (jpeg_instantiate): Fix handling of
|
|
121 grayscale images/
|
|
122
|
|
123
|
|
124 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
125
|
|
126 * events.h: Fixed commentary about misc-user scrollbar events.
|
|
127
|
|
128 * scrollbar-x.c (x_update_vertical_scrollbar_callback): Use frame
|
|
129 object as an event channel, instead of window object.
|
|
130 (x_update_horizontal_scrollbar_callback): Ditto.
|
|
131
|
288
|
132 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
133
|
|
134 * ntplay.c (play_sound_data_1) new function. convert alloca data
|
|
135 to malloc if necessary.
|
|
136 (play_sound_file): if the file is not in our path then convert to
|
|
137 data and play.
|
|
138
|
|
139 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
140
|
|
141 * mule-mcpath.c (mc_chdir): Reverse parameters in call to memcpy.
|
|
142 * msdos.c (Frecent_doskeys): Ditto.
|
|
143
|
|
144 * unexalpha.c (unexec): Reverse parameters in call to memcpy.
|
|
145 Suggested by Reggie Perry <perry@zso.dec.com>
|
|
146
|
|
147 * buffer.h: Eliminate size in declaration.
|
|
148
|
|
149 1998-06-01 Olivier Galibert <galibert@pobox.com>
|
|
150
|
|
151 * unexelfsgi.c (unexec): Cleanup n/nn and remove useless kludge.
|
|
152
|
|
153 1998-06-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
154
|
|
155 * gui.c (gui_item_init): Changed the default value for config member
|
|
156 from Qunbound to Qnil.
|
|
157
|
|
158 1998-06-01 Greg Klanderman <greg@alphatech.com>
|
|
159
|
|
160 * indent.c (vmotion_pixels): Don't #define abs().
|
|
161
|
|
162 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
163
|
|
164 * s/windowsnt.h: Defined popen and pclose to be _popen and _pclose
|
|
165 respectively.
|
|
166
|
|
167 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
168
|
|
169 * glyphs.h: add xbm declarations.
|
|
170
|
|
171 * console.h: add xbm_instantiate_method device method.
|
|
172
|
|
173 * glyphs.c (check_valid_xbm_inline) (xbm_validate)
|
|
174 (bitmap_to_lisp_data) (xbm_mask_file_munging) (xbm_normalize)
|
|
175 (xbm_possible_dest_types): moved here from glyphs-x.c. use
|
|
176 locate_pixmap_file device method and read_bitmap_data_from_file
|
|
177 instead of XmuReadBitmapDataFromFile.
|
|
178 (xbm_instatntiate): make a device method.
|
|
179
|
|
180 * glyphs-x.c: see glyphs.c changes. (read_bitmap_data_from_file)
|
|
181 new function that just calls XmuReadBitmapDataFromFile.
|
|
182 (x_xbm_instatntiate): device method from xbm_instantiate.
|
|
183
|
|
184 * glyphs-msw.c (read_bitmap_data) (NextInt)
|
|
185 (read_bitmap_data_from_file): new functions copied from Xmu
|
|
186 sources.
|
|
187 (xbm_create_bitmap_from_data) from Ben <ben@666.com> convert
|
|
188 inline data to an mswindows bitmap.
|
|
189 (init_image_instance_from_xbm_inline) (xbm_instantiate_1)
|
|
190 (mswindows_xbm_instantiate): mswindows-ized versions of the X
|
|
191 functions.
|
|
192
|
|
193 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
194
|
|
195 * window.c (specifier_vars_of_window): Renamed `has_modeline-p' to
|
|
196 `modeline-visible-p'.
|
|
197 Declared specifier lisp variables at the beginning oh the file
|
|
198 as static.
|
|
199
|
|
200 * procimpl.h (struct process_methods): Changed semantics of
|
|
201 create_process method so it accepts lisp strings instead of
|
|
202 char pointers.
|
|
203
|
|
204 * process.c (Fstart_process_internal): Moved building of
|
|
205 unix style argv from here to process-unix.c, ...
|
|
206
|
|
207 * process-unix.c (unix_create_process): ... right here.
|
|
208
|
|
209 * process-nt.c (nt_create_process): Changed this function to
|
|
210 support new semantics, so avoided a GC problem.
|
|
211
|
|
212 * events.c (Fmake_event): Document misc-user events properties.
|
|
213 (Fmake_event): Do not allow arbitrary objects for channel property
|
|
214 of misc-user events.
|
|
215 (Fmake_event): Change misc-user event validation: it is function
|
|
216 which is required, not button.
|
|
217
|
|
218 * event-msw.c (mswindows_user_event_p): Recognize misc user events as
|
|
219 user events.
|
|
220 (mswindows_enqueue_misc_user_event): Added function.
|
|
221 (mswindows_bump_queue): Removed function.
|
|
222 (mswindows_enqueue_magic_event): Support NULL HWND parameter.
|
|
223 (mswindows_wnd_proc, WM_CLOSE): Use mswindows_enqueue_misc_user_event().
|
|
224 (mswindows_wnd_proc, WM_EXITSIZEMOVE): Ditto.
|
|
225 (emacs_mswindows_handle_magic_event): Handle XM_BUMPQUEUE, by doing
|
|
226 really nothing, which is my personal favorite thing.
|
|
227
|
|
228 * console-msw.h: Removed prototype for mswindows_bump_queue().
|
|
229 Added prototype for mswindows_enqueue_misc_user_event().
|
|
230
|
|
231 * menubar-msw.c (mswindows_handle_wm_command): Use
|
|
232 mswindows_enqueue_misc_user_event().
|
|
233
|
|
234 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
235
|
|
236 * dialog-msw.c (dialog_proc): Ditto.
|
|
237
|
|
238 * scrollbar-msw.c (mswindows_handle_scrollbar_event): Ditto.
|
|
239 (mswindows_handle_scrollbar_event): Use frame, not window, for misc
|
|
240 user events channel.
|
|
241
|
|
242 1998-05-29 Greg Klanderman <greg@alphatech.com>
|
|
243
|
|
244 * window.c (Fwindow_displayed_text_pixel_height): was relying on
|
|
245 incorrect semantics of vmotion_pixels which has been fixed. don't
|
|
246 use it anymore as it can't easily be used.
|
|
247
|
|
248 * indent.c (vmotion_pixels): fix off by one bug moving up. also
|
|
249 the motion was reported incorrectly if you tried to go past end of
|
|
250 buffer.
|
|
251
|
|
252 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
253
|
|
254 * toolbar.h: Removed misleading commentary, as Martin suggested.
|
|
255
|
|
256 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
257
|
|
258 * lisp.h: Extern Qactivate_menubar_hook.
|
|
259
|
|
260 * menubar-msw.c (unsafe_handle_wm_initmenu_1): Pass correct value to
|
|
261 run_hook ().
|
|
262
|
|
263 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
264
|
|
265 * glyphs-msw.c: use BPLINE macro.
|
|
266
|
|
267 * select-msw.c (mswindows-selection-exists-p)
|
|
268 (mswindows-delete-selection): doc string fixes.
|
|
269
|
|
270 * toolbar-msw.c (mswindows_output_toolbar): make disabled buttons
|
|
271 unpressable. warning elimination.
|
|
272
|
|
273 1998-05-28 Martin Buchholz <martin@xemacs.org>
|
|
274
|
|
275 * alloc.c (dbg_constants):
|
|
276 * dbxrc:
|
|
277 * gdbinit:
|
|
278 Remove toolbar_data debugging code, since that lrecord has
|
|
279 also been removed.
|
|
280
|
|
281 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
282
|
|
283 * alloc.c: zap cached value of (user-home-directory), so that
|
|
284 it's not undumped.
|
|
285
|
|
286 * buffer.c: From init_buffer(), separated out code that
|
|
287 determined the initial directory for the *scratch* buffer, and
|
|
288 put them into a function called "init_initial_directory()".
|
|
289 The initial directory is now available as a global "char *"
|
|
290 called initial_directory.
|
|
291
|
|
292 * buffer.h: Added extern entries for initial_directory[] and
|
|
293 init_initial_directory().
|
|
294
|
|
295 * editfns.c: added new elisp function "user-home-directory",
|
|
296 which basically returns getenv("HOME"), but attempts to use
|
|
297 other values if $HOME isn't set.This may have to be tweaked in
|
|
298 the future as, under Unix, "/" is used if $HOME isn't set (this
|
|
299 probably should be set to the current directory). To support
|
|
300 this, a new C function, "get_home_directory()", now exists,
|
|
301 which returns the "home directory", as a "char *" string.
|
|
302
|
|
303 * emacs.c: Rearrange NT initialization order so that
|
|
304 environment/registry variables will be properly entered into
|
|
305 Vprocess_enviroment.
|
|
306
|
|
307 * fileio.c: replaced egetenv("HOME") with calls to the new
|
|
308 get_home_directory().
|
|
309
|
|
310 * lisp.h: Added function prototypes for uncache_home_directory()
|
|
311 and get_home_directory(), along with lisp prototypes for
|
|
312 Fuser_home_directory() and friends.
|
|
313
|
|
314 * nt.c: replaced getenv("HOME") with calls to the new
|
|
315 get_home_directory().
|
|
316
|
|
317 * sysfile.h: for WINDOWSNT, #include <direct.h>, to suppress
|
|
318 warnings about getcwd(), etc. not having prototypes.
|
|
319
|
|
320 1998-05-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
321
|
|
322 * process-nt.c (send_signal): Emulate SIGHUP.
|
|
323 (validate_signal_number): Ditto.
|
|
324
|
|
325 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Unconditionally
|
|
326 remove MOD_SHIFT from ASCII characters.
|
|
327 (mswindows_wnd_proc, WM_KEYDOWN): Do not activate the menubar when
|
|
328 F10 is pressed.
|
|
329
|
|
330 1998-05-24 Oliver Graf <ograf@fga.de>
|
|
331
|
|
332 * frame-x.c (cde-start-drag-internal): added filename and multi-
|
|
333 data transfers
|
|
334 (x_cde_convert_callback) dito
|
|
335
|
|
336 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
337
|
|
338 * frame-x.c: include event-mod.h also with CDE
|
|
339 (x_cde_convert_callback) made the thing working
|
|
340 (cde-start-drag-internal) also debugging
|
|
341
|
290
|
342 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
|
|
343
|
|
344 * m/sparc.h:
|
|
345 * getloadavg.c:
|
|
346 * malloc.c:
|
|
347 * unexec.c:
|
|
348 * mem-limits.h:
|
|
349 - add __OpenBSD__ where __NetBSD__ was found.
|
|
350 - TODO: replace platform-specific conditional compilation by
|
|
351 feature tests in configure.in.
|
|
352
|
288
|
353 1998-05-15 Greg Klanderman <greg@alphatech.com>
|
|
354
|
|
355 * window.c (Fwindow_displayed_text_pixel_height): New function.
|
|
356 (syms_of_window): DEFSUBR it.
|
|
357
|
|
358 * indent.c (Fvertical_motion_pixels): New function - request
|
|
359 movement in pixels.
|
|
360 (vmotion_pixels): helper.
|
|
361 (syms_of_indent): DEFSUBR.
|
|
362 * lisp.h: declaration for vmotion_pixels().
|
|
363
|
|
364 * indent.c (Fvertical_motion): Add optional third argument PIXELS,
|
|
365 to request returning motion in pixels.
|
|
366 (Fvertical_motion_pixels): Remove, functionality merged into
|
|
367 Fvertical_motion.
|
|
368 * window.c (window_scroll): call Fvertical_motion with 3 arguments.
|
|
369 (Fmove_to_window_line): ditto.
|
|
370 * lisp.h: Change declaration for Fvertical_motion.
|
|
371
|
|
372 * window.c: rename window-text-pixel-{height,width,edges} to
|
|
373 window-text-area-pixel-*.
|
|
374
|
|
375 1998-05-26 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
376
|
|
377 * tooltalk.c (vars_of_tooltalk) added staticpro for
|
|
378 Tooltalk_Message_plist_str and Tooltalk_Pattern_plist_str
|
|
379
|
|
380 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
381
|
|
382 * faces.c: create a new 3d_object_face, make modeline and
|
|
383 vertical_divider faces fallback to this rather than the default.
|
|
384
|
|
385 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
386
|
|
387 * s/cygwin32.h: define charsets for cygwin.
|
|
388
|
|
389 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
390
|
|
391 * toolbar-msw.c (mswindows_output_toolbar): fix up button sizes
|
|
392 and coordinates. resize bitmaps if we have already settled on a
|
|
393 different size.
|
|
394
|
|
395 * glyphs-msw.c (xpm_to_eimage): add ';' for mswindows compiler.
|
|
396
|
|
397 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
398
|
|
399 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
400
|
|
401 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
402
|
|
403 * gui.h: Ditto.
|
|
404
|
|
405 * gui-x.c (popup_selection_callback): Ditto.
|
|
406
|
|
407 * dialog-msw.c (dialog_proc): get_callback -> get_gui_callback.
|
|
408
|
|
409 * gui.c (get_callback): Renamed to get_gui_callback.
|
|
410
|
|
411 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
412
|
|
413 * glyphs.h: order rearrangement.
|
|
414
|
|
415 * device-tty.c (tty_asynch_device_change): Warning suppression.
|
|
416 * device-x.c (x_device_system_metrics): Warning suppression.
|
|
417 Make Doc strings consistent with coding standards.
|
|
418
|
|
419 1998-05-24 Martin Buchholz <martin@xemacs.org>
|
|
420
|
|
421 * general.c: multiple definition of `Qicon'. general.c seems
|
|
422 like a good home for Qicon.
|
|
423
|
|
424 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
425
|
|
426 * This patch is to fix compilation warnings under Windows.
|
|
427
|
|
428 * s/windowsnt.h: Encapsulate getpid with sys_getpid.
|
|
429 Added prototypes for FSF inherited functions, with which XEmacs is
|
|
430 sprinkled thoroughly.
|
|
431 Removed some #if 0 code. Bracketed some more definitions, probably
|
|
432 related to Visual C versions prior to 4 (we do not support them).
|
|
433
|
|
434 * sysfloat.h (logb): Finally, get logb() prototyped.
|
|
435
|
|
436 * sysfile.h: Added Windows specific includes.
|
|
437 Removed old Windows specific code bracketed with #if 0.
|
|
438
|
|
439 * sysdep.h: Added prototype for xrealpath().
|
|
440
|
|
441 * sysdep.c (sys_getpid): Added function, to support '95 negative pids.
|
|
442
|
|
443 * symsinit.h: Added prototypes for syms_of_dired_mswindows,
|
|
444 vars_of_dired_mswindows and init_ntproc (Grrr).
|
|
445
|
|
446 * realpath.c: Added Windows specific include files.
|
|
447 (xrealpath): Conditionalized declaration of some auto variables on
|
|
448 S_IFLNK, to avoid warnings.
|
|
449
|
|
450 * ntproc.c: Disabled some compiler warnings. This file is going to
|
|
451 die, so I have not cleaned it up much.
|
|
452 (set_process_dir): Const parameter.
|
|
453 (Fwin32_short_file_name): Down CHECK_* macros to one argument.
|
|
454 (Fwin32_long_file_name): Ditto.
|
|
455 (Fwin32_set_process_priority): Ditto. Why didn't I remove these
|
|
456 three functions?
|
|
457
|
|
458 * nt.h: Added prototypes for set_process_dir and convert_time.
|
|
459
|
|
460 * nt.c: More include files.
|
|
461 (getpwnam): Consted char* argument.
|
|
462 (get_emacs_configuration): Const return value.
|
|
463 (opendir): Const argument.
|
|
464 (stat): Casted converstion long->short.
|
|
465 (stat): Removed ad hoc and questionable support for non-MSC compile.
|
|
466 (sys_pipe): Removed unused auto variable.
|
|
467 (_sys_read_ahead): Removed calls to DebPrint.
|
|
468 (sys_read): Ditto, in 2 places.
|
|
469 (term_ntproc): Added unused int parameter to signal handler, to
|
|
470 avoid a warning when compiling a call to signal().
|
|
471 (msw_sigset): Properly return old signandler or NULL instead of void.
|
|
472
|
|
473 * floatfns.c (Flogb): Casted arguments to unary minus to signed.
|
|
474
|
|
475 * gmalloc.c (morecore): Ditto.
|
|
476 (_free_internal): Ditto.
|
|
477
|
|
478 * lread.c (parse_integer): Ditto.
|
|
479
|
|
480 * dired-msw.c: Added several include files.
|
|
481
|
|
482 * cmdloop.c (Fcommand_loop_1): Added Microsoft C to the Big List
|
|
483 of Compilers to Shut Up.
|
|
484
|
|
485 * callproc.c: Added #includes to suppress warnings under Windows.
|
|
486 (init_callproc): Removed #if0'ed code and unused variables.
|
|
487
|
|
488 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
489
|
|
490 * device-msw.c (mswindows_device_system_metrics): do planes in a
|
|
491 way consistent with X.
|
|
492
|
|
493 * glyphs-msw.c (mswindows_initialize_image_instance_mask): don't
|
|
494 use SetPixel, use DIBits functions.
|
|
495 (xpm_to_eimage): frob colors more closely like xpm deos.
|
|
496
|
|
497 * toolbar-msw.c: only resize bitmaps when shrinking. Adjust look
|
|
498 to be closer to X version.
|
|
499
|
|
500 * event-msw.c: use tooltip string directly.
|
|
501
|
|
502 * redisplay-msw.c: reinstate Kirill's bg pixmap change.
|
|
503
|
|
504 * objects-msw.c: frob rgb colors that only Kyle uses.
|
|
505
|
|
506 * dialog-msw.c (button_width): INLINE -> inline.
|
|
507
|
286
|
508 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
509
|
|
510 * getloadavg.c (getloadavg): Fix typo.
|
|
511
|
|
512 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
513
|
|
514 * objects-msw.c (mswindows_initialize_font_instance): Added support
|
|
515 for font character sets.
|
|
516 Replaced 'XXX' with '####' in comments throughout the file.
|
|
517
|
|
518 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
519
|
|
520 * emacs.c (main_1): Added calls to vars_of_dialog_mswindows() and
|
|
521 console_type_create_dialog_mswindows(), to initialize Windows dialog
|
|
522 support.
|
|
523
|
|
524 * symsinit.h: Prototyped the above functions.
|
|
525
|
|
526 * dialog-x.c (x_popup_dialog_box): Moved dialog descriptor consistency
|
|
527 checks to dialog.c...
|
|
528
|
|
529 * dialog.c (Fpopup_dialog_box): ...right here. Added more checks: a
|
|
530 device must support dialog boxes, and the descriptor must supply at
|
|
531 least one button.
|
|
532
|
|
533 * dialog-msw.c: New file, dialogs for Windows.
|
|
534
|
|
535 1998-05-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
536
|
|
537 * eldap.c (ldap_search_unwind): Return Qnil instead of nothing
|
|
538 (Fldap_search_internal): Removed unused variable `err'
|
|
539
|
|
540 * eldap.h: Moved Lisp_LDAP declaration here instead of using a
|
|
541 forward declaration
|
|
542
|
|
543 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
544
|
|
545 * eldap.h: eldap.[ch] should never be used unless HAVE_LDAP is
|
|
546 defined. Therefore there is no need to handle the case when
|
|
547 HAVE_LDAP is undefined. Similarily, there is no reason to have
|
|
548 any code wrapped within `#ifdef emacs', since this code is only
|
|
549 useful within an emacs. This simplifies the code significantly.
|
|
550
|
|
551 * inline.c: Include eldap.h only if HAVE_LDAP.
|
|
552 * inline.c: Don't bother including TT_C_H_PATH, since tooltalk.h
|
|
553 already does that.
|
|
554
|
|
555 1998-05-21 Kirill M. Katsnelson <kkm@kis.ru>
|
|
556
|
|
557 * unexnt.c (copy_executable_and_dump_data_section): Suppress
|
|
558 printing dump stats when building without DEBUG_XEMACS.
|
|
559 (dump_bss_and_heap): Ditto.
|
|
560
|
|
561 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
562
|
|
563 * gnuclient.c: don't suppress window system if there is no display
|
|
564 and we are running under mswindows. send 'mswindows device type if
|
|
565 we are in this situation.
|
|
566
|
|
567 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
568
|
|
569 * general.c:
|
|
570 * lisp.h: Qbitmap, Qcursor, Qicon moved here from glyphs-msw.c.
|
|
571
|
|
572 * glyphs-msw.c: change cursor imgae type name to resource. Fix
|
|
573 some nits.
|
|
574
|
|
575 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
576
|
|
577 * EmacsFrame.c (Xt_StringToScrollBarPlacement): Added support for
|
|
578 {top,bottom}-{left,right} values in addition to
|
|
579 {top,bottom}_{left,right}.
|
|
580
|
|
581 1998-05-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
582
|
|
583 * fileio.c (Fmake_temp_name): Remove unreached code.
|
|
584
|
|
585 * process-nt.c (validate_signal_number): Use
|
|
586 signal_simple_error().
|
|
587
|
|
588 1998-05-19 Martin Buchholz <martin@xemacs.org>
|
|
589
|
|
590 * unexhp9k800.c:
|
|
591 * sound.c (vars_of_sound):
|
|
592 * sysdep.c (reset_sigio_on_device):
|
|
593 * window.c (window_bottom_gutter_height):
|
|
594 unexhp9k800.c:258: warning: implicit declaration of function
|
|
595 `calculate_checksum'
|
|
596 sound.c:604: warning: implicit declaration of function `vars_of_hpplay'
|
|
597 sysdep.c:1012: warning: unused variable `owner'
|
|
598 window.c:993: warning: `window_right_toolbar_width' defined but not used
|
|
599
|
|
600 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
601
|
|
602 * glyphs-msw.c (mswindows_create_resized_mask)
|
|
603 (mswindows_create_resized_bitmap): new funnctions split out from
|
|
604 mswindows_resize_dibitmap_instance.
|
|
605
|
|
606 * glyphs-msw.h: declare new resize functions.
|
|
607
|
|
608 * toolbar-msw.c (mswindows_output_toolbar): use new bitmap resize
|
|
609 functions so that the original bitmaps are preserved.
|
|
610
|
|
611 * sheap.c: fixup static heap exhausted error to avoid FAQs.
|
|
612
|
|
613 * redisplay-msw.c (mswindows_output_blank): fixup brush from bg
|
|
614 color if we are trying to output 0 depth bg pixmap.
|
|
615
|
|
616 * scrollbar-msw.c: warning elimination.
|
|
617
|
|
618 1998-05-18 Martin Buchholz <martin@xemacs.org>
|
|
619
|
|
620 * frame-x.c (x_update_frame_external_traits): Start preprocessor
|
|
621 directives in column 1.
|
|
622
|
|
623 * search.c (skip_chars): Avoid using xzero with arrays, since some
|
|
624 compilers get confused by the construct &array.
|
|
625
|
|
626 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
627
|
|
628 * objects-msw.h:
|
|
629 * objects-msw.c: Changed the charset value for a new font from
|
|
630 "don't care" to "ansi".
|
|
631
|
|
632 * glyphs-msw.c (convert_EImage_to_DIBitmap): Warnings fix.
|
|
633
|
|
634 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
635
|
|
636 * event-msw.c (mswindows_wnd_proc, WM_KEYDOWN): Do not clear shift
|
|
637 modifier on control chars.
|
|
638 Use IsCharAlpha() instead of isaplha().
|
|
639
|
|
640 1998-05-19 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
641
|
|
642 * s/freebsd.h: FreeBSD 2.2.6 now supports setlocale(LC_ALL, "").
|
|
643
|
|
644 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
645
|
288
|
646 * objects-msw.c (mswindows_initialize_font_instance): Use ANSI
|
|
647 charset when creating font.
|
|
648 (mswindows_initialize_color_instance): Do not create brush along
|
|
649 with a color.
|
|
650 (mswindows_finalize_color_instance): Do not delete it then.
|
|
651
|
|
652 * objects-msw.h (struct mswindows_color_instance_data): Removed
|
|
653 brush slot, and corresponding accessor macro.
|
|
654
|
|
655 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
656
|
286
|
657 * toolbar.c: Removed toolbar_data lrecord implementation.
|
|
658 (mark_frame_toolbar_buttons_dirty): Replase usage of toolbar_data
|
|
659 with toolbar_buttons (via FRAME_TOOLBAR_BUTTONS).
|
|
660 (compute_frame_toolbar_buttons): Ditto.
|
|
661 (CHECK_TOOLBAR): Ditto.
|
|
662 (set_frame_toolbar): Removed allocation of toolbar_data lrecord.
|
|
663 (update_frame_toolbars): Do not check for changed buffer
|
|
664 here. Toolbar information is provided by cached specs in
|
|
665 windows. The check for buffer is eliminated becuase toolbars are
|
|
666 marked changed in set_frame_selected_window() in frame.c
|
|
667 Added check for changed toolbars geometry.
|
|
668 (compute_frame_toolbars_data): Removed unused second parameter;
|
|
669 Adjusted callers of this static function throughout the file.
|
|
670 (init_frame_toolbars): Initialize current_toolbar_size.
|
|
671 (update_frame_toolbars): Use DEVICE_SUPPORTS_TOOLBARS_P instead of
|
|
672 what is its current expansion, for clarity.
|
|
673 (init_frame_toolbars): Ditto.
|
|
674 (init_device_toolbars): Ditto.
|
|
675 (init_global_toolbars): Ditto.
|
|
676
|
|
677 * toolbar.h: Removed definition of toolbar_data lrecord.
|
|
678 Added accessor macros FRAME_TOOLBAR_BUTTONS and
|
|
679 FRAME_CURRENT_TOOLBAR_SIZE.
|
|
680 Added macro DEVICE_SUPPORTS_TOOLBARS_P.
|
|
681
|
|
682 * toolbar-x.c (x_output_toolbar): The same change as in
|
|
683 toolbar-msw.c
|
|
684 (x_output_toolbar): Ditto.
|
|
685 (x_redraw_exposed_toolbar): Ditto.
|
|
686
|
|
687 * toolbar-msw.c (mswindows_output_toolbar): Retrieve current
|
|
688 buttons from toolbar_buttons using FRAME_TOOLBAR_BUTTONS macro.
|
|
689 (mswindows_output_toolbar): Ditto.
|
|
690 (mswindows_output_toolbar): Ditto.
|
|
691
|
|
692 * frame.c (mark_frame): Removed marking of arrays, according to
|
|
693 frameslots.h change.
|
|
694 (nuke_all_frame_slots): Ditto.
|
|
695 (set_frame_selected_window): Mark toolbars changed when
|
|
696 last_nonminibuf_window changes.
|
|
697
|
|
698 * frame.h (struct frame): Moved some slots to frameslots.h.
|
|
699 Added current_toolbar_size array.
|
|
700 Changed references from toolbar_data to toolbar_buttons in macros
|
|
701 FRAME_RAW_THEORETICAL_TOOLBAR_VISIBLE,
|
|
702 FRAME_RAW_THEORETICAL_TOOLBAR_SIZE and
|
|
703 FRAME_RAW_THEORETICAL_TOOLBAR_BORDER_WIDTH.
|
|
704
|
|
705 * frameslots.h: Added macro MARKED_SLOT_ARRAY a la winslots.h
|
|
706 Moved arrays of lisp objects here from frame.h: toolbar_size,
|
|
707 toolbar_visible_p, toolbar_border_width.
|
|
708 Removed toolbar_data slot and added toolbar_buttons.
|
|
709
|
|
710 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
711
|
|
712 * symsinit.h: Externed syms_of_process_nt()
|
|
713
|
|
714 * emacs.c (main_1): Call syms_of_process_nt()
|
|
715
|
|
716 * process-nt.c: Quote process arguments by a call to Lisp function
|
|
717 `nt-quote-process-args'.
|
|
718 (syms_of_process_nt): New function.
|
|
719 (nt_send_process): Flush data stream after each write, to avoid
|
|
720 leaving buffered data.
|
|
721 (nt_send_process): When blocked on process output, wait for
|
|
722 process to slurp more for progressively increasing time intervals.
|
|
723
|
|
724 1998-05-17 Martin Buchholz <martin@xemacs.org>
|
|
725
|
|
726 * window.c (have_undivided_common_edge): Make file-local function
|
|
727 static.
|
|
728 (map_windows): Return 0 if all map functions successful.
|
|
729 Fix typos.
|
|
730
|
|
731 * winslots.h: Use unlikely names for local variables in macros to
|
|
732 avoid shadowing warnings.
|
|
733
|
|
734 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
735
|
|
736 * toolbar-msw.c (mswindows_output_toolbar): hash on toolbar width
|
|
737 so that we re-output if the toolbar size has changed.
|
|
738
|
|
739 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
740
|
|
741 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new unexaix.c.
|
|
742
|
|
743 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
|
|
744
|
|
745 * unexaix.c: Massive cleanup and support of AIX 4.2 (and hopefully
|
|
746 greater).
|
|
747
|
|
748 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
749
|
|
750 * glyphs-msw.c: Defined OEMRESOURCE before including windows.h to
|
|
751 get bitmap manifest constants defined.
|
|
752
|
|
753 * console-msw.h: Include system files in angle brackets, not in
|
|
754 quotes.
|
|
755
|
|
756 * window.c (specifier_vars_of_window): Fixed a typo in
|
|
757 `vertical-divider-line-width' docstirng.
|
|
758
|
|
759 1998-05-16 Olivier Galibert <galibert@pobox.com>
|
|
760
|
|
761 * line-number.c (delete_invalidate_line_number_cache): Use an
|
|
762 EMACS_INT.
|
|
763 (buffer_line_number): Remove dangerous, plain wrong when using
|
|
764 64bits emacs ints, cast.
|
|
765
|
|
766 * insdel.c (buffer_delete_range): Use an EMACS_INT.
|
|
767
|
|
768 * cmds.c (Fforward_line): Use EMACS_INTs.
|
|
769
|
|
770 * search.c (bi_scan_buffer): Change to use EMACS_INTs.
|
|
771 (scan_buffer): Ditto.
|
|
772 (bi_find_next_newline_no_quit): Remove useless cast.
|
|
773 (find_next_newline_no_quit): Ditto.
|
|
774 (find_next_newline): Ditto.
|
|
775 (find_before_next_newline): Use an EMACS_INT.
|
|
776
|
|
777 * lisp.h: Change scan_buffer to pass EMACS_INTs.
|
|
778
|
|
779 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
780
|
|
781 * menubar-msw.c (mswindows_handle_wm_command): Ditto.
|
|
782
|
|
783 * toolbar-msw.c (mswindows_handle_toolbar_wm_command): Ditto.
|
|
784
|
|
785 * gui-x.c (popup_selection_callback): Use it.
|
|
786
|
|
787 * gui.h (get_callback): Declare it.
|
|
788
|
|
789 * gui.c (get_callback): New function.
|
|
790
|
284
|
791 1998-05-15 SL Baur <steve@altair.xemacs.org>
|
|
792
|
|
793 * window.c (have_undivided_common_edge): Guard scrollbar specific
|
|
794 stuff.
|
|
795 (window_needs_vertical_divider_1): Ditto.
|
|
796
|
|
797 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
798
|
|
799 * emacs.c (decode_path): Eliminate compiler warning.
|
|
800 (Fdecode_path): Renamed to Fsplit_path.
|
|
801 (Fsplit_string_by_char): New function.
|
|
802
|
|
803 1998-05-14 Damon Lipparelli <lipp@primus.com>
|
|
804
|
|
805 * winslots.h: close comment
|
|
806
|
|
807 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
808
|
|
809 * callproc.c: Removed declared and unused variable Qbuffer_file_type.
|
|
810
|
|
811 * bufslots.h: Removed buffer_file_type slot.
|
|
812
|
|
813 * buffer.c (complex_vars_of_buffer): Removed buffer_file_type from
|
|
814 buffer local flags.
|
|
815 (complex_vars_of_buffer): Removed buffer-file-type variable and
|
|
816 its default reference.
|
|
817
|
|
818 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
819
|
284
|
820 * faces.c (complex_vars_of_faces): Defined
|
|
821 Vvertical_divider_face.
|
|
822 (vars_of_faces): Staticpro it.
|
|
823
|
|
824 * faces.h: Externed Vvertical_divider_face.
|
|
825
|
|
826 * redisplay-x.c (x_output_vertical_divider): Use
|
|
827 Vvertical_divider_face to draw the divider instead of modeline
|
|
828 face.
|
|
829
|
|
830 * redisplay-msw.c (mswindows_output_vertical_divider): Draw
|
|
831 divider face using Vvertical_divider_face background.
|
|
832 Fix drawing spacing gaps around the divider.
|
|
833
|
|
834 1998-05-14 Didier Verna <verna@inf.enst.fr>
|
|
835
|
|
836 * redisplay-x.c (x_output_vertical_divider): removed hard-wired
|
|
837 values for the vertical divider line width and spacing. Use the
|
|
838 cached values from the window structure instead.
|
|
839 (x_divider_width): ditto.
|
|
840
|
|
841 * window.c (specifier_vars_of_window): new specifiers:
|
|
842 vertical-divier -line-width and -spacing.
|
|
843 (vertical_divider_global_width_changed): formerly known as
|
|
844 vertical_divider_shadow_thickness_changed.
|
|
845
|
|
846 * winslots.h: new slots: vertical_specifier _line_width and
|
|
847 _spacing. Plus corrected a comment typo.
|
|
848
|
|
849 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
850
|
|
851 * window.h: Declared window_divider_width().
|
282
|
852
|
284
|
853 * console-stream.c (stream_divider_width): Removed method.
|
|
854 (console_type_create_stream): And declaration for it.
|
|
855
|
|
856 * redisplay.c (pixel_to_glyph_translation): Use
|
|
857 window_divider_width() instead of divider_width redisplay method.
|
|
858 (pixel_to_glyph_translation): Fix top divider edge calculation
|
|
859 when scrollbar is on top.
|
282
|
860
|
284
|
861 * window.c (window_divider_width): New function, an outphaser for
|
|
862 divider_width redisplay method.
|
|
863 (window_right_gutter_width): Use it.
|
|
864 (specifier_vars_of_window): For vertical-divider-{spacing,line-width}
|
|
865 specifiers, set fallback values differently on TTYs, and document
|
|
866 the behavior of these on TTYs in the docstrings.
|
|
867
|
|
868 * scrollbar.c (update_scrollbar_instance): Use
|
|
869 window_divider_width() instead of divider_width redisplay method.
|
282
|
870
|
284
|
871 * console.h (struct console_methods): Removed divider_width_method.
|
|
872
|
|
873 * redisplay-tty.c (tty_divider_width): Removed device method.
|
|
874 (console_type_create_redisplay_tty): Removed definition for it.
|
|
875 (tty_output_vertical_divider): Respect the value returned by
|
|
876 window_divider_width thus divider line width specification.
|
|
877
|
|
878 * redisplay-msw.c (mswindows_divider_width): Removed device method.
|
|
879 (console_type_create_redisplay_mswindows): Removed definition for it.
|
|
880 (mswinodws_output_vertical_divider): Respect the value returned by
|
|
881 window_divider_width thus divider line width specification.
|
282
|
882
|
284
|
883 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
884
|
|
885 * toolbar-msw.c: guess toolbar frame size a bit more accurately.
|
|
886
|
|
887 1998-05-15 Andy Piper <andyp@parallax.co.uk>
|
|
888
|
|
889 * glyphs-msw.c: resource loading implementation.
|
|
890 (cursor_normalize): new function.
|
|
891 (cursor_validate): ditto.
|
|
892 (cursor_instantiate): ditto.
|
|
893 (cursor_name_to_resource): ditto.
|
|
894 (cursor_possible_dest_types): ditto.
|
|
895 (check_valid_symbol): ditto.
|
|
896 (check_valid_string_or_int): ditto.
|
|
897
|
|
898 1998-05-14 Martin Buchholz <martin@xemacs.org>
|
|
899
|
|
900 * sysdep.c (tty_init_sys_modes_on_device): Treat VSUSP just like
|
|
901 VINTR and VQUIT.
|
|
902
|
|
903 * process-unix.c (process_signal_char): Use VSUSP instead of
|
|
904 non-standard VSWTCH. Always prefer VSUSP to VSWTCH.
|
|
905
|
|
906 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
907
|
|
908 * specifier.c (specifier_instance): Change locale precedence of
|
|
909 instantiation so window locale has higher priority than buffer
|
|
910 locale.
|
|
911 (Fspecifier_instance): Reflect this in docstring.
|
|
912 (Fadd_spec_list_to_specifier): Ditto.
|
|
913 (Fadd_spec_to_specifier): Ditto.
|
|
914 (Fremove_specifier): Ditto.
|
282
|
915
|
284
|
916 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
917
|
|
918 ** Dialog separation into a device method from Andy Piper
|
|
919
|
|
920 * emacs.c (main_1): Call console_type_create_dialog_x().
|
|
921
|
|
922 * dialog-x.c (x_popup_dialog_box): Old Fpopup_dialog_box converted
|
|
923 into this device method.
|
|
924 (console_type_create_dialog_x): New function.
|
|
925
|
|
926 * dialog.c (Fpopup_dialog_box): New function.
|
|
927 (syms_of_dialog): Defsubr it.
|
|
928
|
|
929 * console.h (struct console_methods): Declared
|
|
930 popup_dialog_box_method().
|
|
931
|
|
932 * symsinit.h: Defined console_type_create_dialog_{x,mswindows}
|
|
933
|
|
934 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
935
|
|
936 * dragdrop.c (vars_of_dragdrop): dragdrop-protocols created
|
|
937 * frame-x.c (x_cde_transfer_callback): checked for merge errors
|
|
938
|
|
939 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
940
|
|
941 * dragdrop.c (vars_of_dragdrop): provide dragdrop-api
|
|
942
|
|
943 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
282
|
944
|
284
|
945 * console.h (device_metrics): Removed dbcs, input-method-editor
|
|
946 and right-to-left metrics.
|
|
947
|
|
948 * device.c (Fdevice_system_metric): Ditto.
|
|
949 (Fdevice_system_metrics): Ditto.
|
|
950 (syms_of_device): Ditto.
|
|
951 (Fdevice_system_metric): Swapped DEVICE and METRIC parameters back
|
|
952 again.
|
|
953
|
|
954 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
955
|
|
956 * line-number.h (mark_line_number_cache): Remove unused
|
|
957 declaration.
|
|
958
|
|
959 * line-number.c (LINE_NUMBER_FAR): Increase to 32768.
|
|
960 (get_nearest_line_number): Simplify.
|
|
961 (add_position_to_cache): Make the old marker point nowhere.
|
|
962
|
|
963 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
964
|
|
965 ** Renamed window-divider-map => vertical-divider-map
|
|
966 and event-over-divider-p => event-over-vertical-divider-p,
|
|
967 in the following files/functions:
|
|
968 * events.h:
|
|
969 * events.c (Fevent_over_divider_p):
|
|
970 * keymap.c (get_relevant_keymaps):
|
|
971 (vars_of_keymap):
|
|
972
|
|
973 * redisplay.h (OVER_V_DIVIDER): Renamed so from OVER_DIVIDER.
|
|
974
|
|
975 * redisplay.c (pixel_to_glyph_translation): Use OVER_V_DIVIDER.
|
282
|
976
|
284
|
977 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
978
|
|
979 * window.c (vertical_divider_changed_in_window): Renamed so.
|
|
980 (specifier_vars_of_window): Defined Vvertical_divider_draggable_p.
|
|
981 (window_needs_vertical_divider_1): Decide whether we need it based
|
|
982 on the value of the above specifier. If separators are unwanted,
|
|
983 put them only if there's no scrollbar between this window and its
|
|
984 right neighbor.
|
|
985 (have_undivided_common_edge): New function, helper for the above.
|
|
986 (window_needs_vertical_divider): Return either a cached value,
|
|
987 or clauclate and cache one.
|
|
988 (invalidate_vertical_divider_cache_in_window): Implemented.
|
|
989 (map_windows): Changed return type to int, return the value from
|
|
990 MAPFUN.
|
282
|
991
|
284
|
992 * window.h: Prototype invalidate_vertical_divider_cache_in_window.
|
|
993 (struct window): Added need_vertical_divider_p and
|
|
994 need_vertical_divider_valid_p.
|
|
995
|
|
996 * winslots.h: Added vertical_divider_draggable_p slot.
|
282
|
997
|
284
|
998 * scrollbar.c (vertical_scrollbar_changed_in_window): Implemented.
|
|
999 (specifier_vars_of_scrollbar): Used it in all vertical specifiers.
|
|
1000
|
|
1001 * frame.c (invalidate_vertical_divider_cache_in_frame): New function.
|
|
1002
|
|
1003 * frame.h (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED): Call
|
|
1004 invalidate_vertical_divider_cache_in_frame().
|
|
1005 Prototype it.
|
|
1006
|
|
1007 1998-05-14 Andy Piper <andyp@parallax.co.uk>
|
282
|
1008
|
284
|
1009 * toolbar-msw.c: provide correct parameters to TB_SETROWS.
|
|
1010
|
|
1011 * glyphs-msw.c (mswindows_initialize_image_instance_mask): size
|
|
1012 masks correctly and don't select 0.
|
|
1013
|
|
1014 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1015
|
|
1016 * winslots.h: New file, declaration of some struct window and
|
|
1017 struct saved_window members.
|
|
1018
|
|
1019 * window.h (struct window): Include it, with required preprocessor
|
|
1020 magic.
|
282
|
1021
|
284
|
1022 * window.c (mark_window): Ditto.
|
|
1023 (allocate_window): Ditto.
|
|
1024 (struct saved_window): Ditto.
|
|
1025 (mark_window_config): Ditto.
|
|
1026 (saved_window_equal): Ditto.
|
|
1027 (Fset_window_configuration): Ditto.
|
|
1028
|
|
1029 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1030
|
|
1031 * redisplay-msw.c (mswindows_output_vertical_divider): Syntax fix.
|
|
1032
|
|
1033 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
1034
|
|
1035 * redisplay-x.c (x_output_vertical_divider): draw shadows around
|
|
1036 the divider line. The shadow thickness is currently
|
|
1037 hard-wired. This will probably be turned into a specifier soon.
|
|
1038
|
|
1039 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
282
|
1040
|
284
|
1041 * console.h (struct console_methods): the divider_width console
|
|
1042 method now requires a struct window * argument.
|
|
1043
|
|
1044 * redisplay-x.c (x_divider_width): ditto. Plus remove
|
|
1045 X_DIVIDER_WIDTH, X_DIVIDER_SHADOW_THICKNESS.
|
|
1046 (x_output_vertical_divider): give a depressed look when the shadow
|
|
1047 thickness is negative.
|
|
1048
|
|
1049 * console-stream.c (stream_divider_width): pass a struct window *
|
|
1050 argument.
|
|
1051
|
|
1052 * redisplay-tty.c (tty_divider_width): ditto.
|
|
1053
|
|
1054 * window.c (window_right_gutter_width): totdi.
|
|
1055
|
|
1056 * redisplay.c (generate_modeline): ittod.
|
|
1057
|
|
1058 * scrollbar.c (update_scrollbar_instance): ttido.
|
|
1059
|
|
1060 * redisplay-msw.c (mswindows_divider_width): ottid.
|
|
1061 WARNING: this enables to compile, but the feature is not functional.
|
|
1062
|
|
1063 * window.h (struct window): new field
|
|
1064 vertical_divider_shadow_thickness.
|
282
|
1065
|
284
|
1066 * window.c (specifier_vars_of_window): new specifier
|
|
1067 vertical-divider-shadow-thickness.
|
|
1068 (vertical_divider_shadow_thickness_changed): new function to
|
|
1069 inform redisplay that the window has changed.
|
|
1070 (mark_window): handle new field vertical_divider_shadow_thickness
|
|
1071 from struct window.
|
|
1072 (allocate_window): ditto.
|
|
1073 (saved_window_equal): toddi.
|
|
1074 (Fset_window_configuration): totid.
|
|
1075 (save_window_save): ttdio.
|
|
1076 (struct saved_window): new field vertical_divider_shadow_thickness.
|
|
1077
|
|
1078 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1079
|
|
1080 * device-msw.c (mswindows_device_system_metrics): Support a deluge
|
|
1081 of metrics.
|
282
|
1082
|
284
|
1083 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
1084
|
|
1085 * frame-x.c (x_cde_transfer_callback): fixed for the new protocol
|
|
1086 * event-Xt.c (x_event_to_emacs_event): C++ compability
|
|
1087
|
|
1088 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
1089
|
284
|
1090 * emacs.c (Fdecode_path): Default SEPCHAR to value of
|
|
1091 path-separator.
|
|
1092
|
|
1093 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1094
|
|
1095 * emacs.c (vars_of_emacs): Do it here; change the meaning of
|
|
1096 Vpath_separator.
|
|
1097
|
|
1098 * fileio.c (vars_of_fileio): Don't define Vpath_separator here.
|
|
1099
|
|
1100 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
1101
|
284
|
1102 * emacs.c (decode_path_1): New function.
|
|
1103 (decode_path): Use it.
|
|
1104 (Fdecode_path): Renamed from Fdecode_path_internal; use
|
|
1105 decode_path_1.
|
|
1106
|
|
1107 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
1108
|
|
1109 * macros.c (Fzap_last_kbd_macro_event): New function.
|
|
1110 (Fend_kbd_macro): Remove REMOVE_LAST kludge.
|
|
1111
|
|
1112 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
282
|
1113
|
284
|
1114 * redisplay-msw.c (mswindows_output_dibitmap_region): make sure
|
|
1115 multiple bitmaps are output vertically as well as horizontally.
|
|
1116 * (mswindows_output_dibitmap): don't cope with bitmap boundaries
|
|
1117 crossing lines this is handled by
|
|
1118 mswindows_output_dibitmap_region.
|
|
1119
|
|
1120 1998-05-12 Martin Buchholz <martin@xemacs.org>
|
|
1121
|
|
1122 * inline.c: Include eldap.h
|
|
1123
|
|
1124 * menubar-x.c (x_update_frame_menubar_internal):
|
|
1125 Remove: unused variable `container'
|
|
1126
|
|
1127 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
1128
|
|
1129 * s/aix4.h: Allow AIX 4.3 XEmacs to compile cleanly.
|
|
1130 Unfortunately, the resulting temacs still cannot dump.
|
282
|
1131
|
284
|
1132 * symbols.c (symbol_is_constant):
|
|
1133 (verify_ok_for_buffer_local):
|
|
1134 -Wswitch Warning suppression - add default case to switches.
|
|
1135
|
|
1136 * redisplay.c (decode_mode_spec): Remove unused variables,
|
|
1137 Replace Fcoding_system_property (codesys, Qmnemonic) with
|
|
1138 XCODING_SYSTEM_MNEMONIC (codesys);
|
|
1139 Fcoding_system_property is for users.
|
|
1140
|
|
1141 * buffer.c:
|
|
1142 * fileio.c:
|
|
1143 * lread.c:
|
|
1144 * xselect.c:
|
|
1145 Change empty docstrings into no doc strings at all.
|
|
1146 Fix bogus FSF-format docstrings.
|
282
|
1147
|
284
|
1148 * extents.c:
|
|
1149 Standardize docstrings.
|
|
1150
|
|
1151 * floatfns.c:
|
|
1152 Explain problems with matherr.
|
|
1153
|
|
1154 * glyphs.c: make DEFUNs etags-readable, i.e. single-line
|
282
|
1155
|
284
|
1156 * syssignal.h:
|
|
1157 if BROKEN_SIGIO, then SIGIO wants to be undefined.
|
|
1158 if SIGIO and not SIGPOLL, SIGPOLL wants to be SIGIO.\
|
|
1159 Fix the weird resultant interaction (causes windows problems)
|
|
1160
|
|
1161 * gdbinit:
|
|
1162 * dbxrc:
|
|
1163 Take new EMACSBOOTSTRAPLOADPATH into account.
|
|
1164 Update documentation strings
|
282
|
1165
|
284
|
1166 * Makefile.in.in:
|
|
1167 - Adjust for luser's CDPATH being set to something weird.
|
|
1168 - Take into account bash 2.02's tendency to print the cwd when
|
|
1169 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
|
|
1170 - fix the run-temacs target to use $(DUMPENV)
|
|
1171 - fix the run-puremacs target to use $(DUMPENV)
|
|
1172 - fix the `depend' target to properly $(RM) the right files
|
|
1173 - Generate a better TAGS file for XEmacs' lisp code using
|
|
1174 hand-crafted regexps.
|
|
1175 - Use standard coding conventions for modules/Makefile.in
|
|
1176
|
|
1177 1998-05-12 Didier Verna <verna@inf.enst.fr>
|
|
1178
|
|
1179 * redisplay.c: removed the scrolling modeline code that didn't
|
|
1180 make it for 21.0. To be continued ...
|
|
1181
|
|
1182 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1183
|
|
1184 * emacs.c (Fdecode_path_internal): Removed bogus handling of nil
|
|
1185 and empty string inputs.
|
|
1186
|
|
1187 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
1188
|
|
1189 * redisplay-x.c (x_output_vertical_divider): Fixed typo.
|
|
1190
|
|
1191 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
1192
|
|
1193 * event-stream.c (enqueue_misc_user_event_pos): created
|
|
1194 * lisp.h (enqueue_misc_user_event_pos): prototype added
|
|
1195 * frame-x.c (x_cde_transfer_callback): debug code plus API changes
|
|
1196 * emacs.c: call vars_of_dragdrop
|
|
1197 * dragdrop.c (vars_of_dragdrop): provide dragdrop
|
|
1198
|
|
1199 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
1200
|
|
1201 * frame-x.c (x_cde_transfer_callback): return at correct pos
|
|
1202 * event-Xt.c (x_event_to_emacs_event): changed format of drop
|
|
1203 object for MIME (see comment in dragdrop.c)
|
|
1204 * dragdrop.c: API change documented in comment
|
|
1205 removed provide of dragdrop [is provided by dragdrop.el]
|
|
1206
|
|
1207 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1208
|
|
1209 * window.c (window_needs_vertical_divider): Enable vertical
|
|
1210 dividers for every non-rightmost window.
|
|
1211 (window_left_gutter_width): Left gutter consists of mythical
|
|
1212 toolbar and a virtual scrollbar.
|
|
1213 (window_right_gutter_width): The right one may have a divider
|
|
1214 also.
|
|
1215
|
|
1216 * scrollbar.c (update_scrollbar_instance): Position vertical
|
|
1217 scrollbar left to divider if the latter present.
|
|
1218
|
|
1219 * redisplay.h: Declared OVER_DIVIER constant.
|
|
1220
|
|
1221 * redisplay.c (pixel_to_glyph_translation): Handle OVER_DIVIDER
|
|
1222 case.
|
|
1223
|
|
1224 * redisplay-x.c (x_output_vertical_divider): Output divider along
|
|
1225 the right side of the window, down to window bottom. Swapped
|
|
1226 foreground and background colors so it is visible by default.
|
282
|
1227
|
284
|
1228 * redisplay-tty.c (tty_output_vertical_divider): Uncondiionally
|
|
1229 stick the divider to the right window side.
|
|
1230
|
|
1231 * redisplay-msw.c (mswindows_redisplay_deadbox_maybe): Fixed
|
|
1232 deadbox painting.
|
|
1233 (mswindows_divider_width): Ask system for user preferred value.
|
|
1234 (mswindows_output_vertical_divider): Always output the divider on
|
|
1235 the right side of a window, down to bottom.
|
|
1236
|
|
1237 * keymap.c (get_relevant_keymaps): Route mouse button events which
|
|
1238 happened over a window divider through window-divider-map.
|
|
1239 (Fkey_binding): Documented that in the docstring.
|
|
1240 Defined the variable Vwindow_divider_map.
|
282
|
1241
|
284
|
1242 * events.c (Fevent_over_divider_p): Added this function.
|
|
1243
|
|
1244 * events.h: EXFUNed it.
|
|
1245
|
|
1246 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1247
|
|
1248 * toolbar.c (update_frame_toolbars): Re-layout frame windows if
|
|
1249 toolbar geometry is suspected to change.
|
|
1250
|
|
1251 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
1252
|
|
1253 * src/device-msw.c
|
|
1254 * src/event-msw.c
|
|
1255 Condition dnd and dde code on HAVE_DRAGNDROP.
|
|
1256
|
|
1257 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
282
|
1258
|
284
|
1259 * events.c (format_event_object): Print space as SPC etc.
|
|
1260
|
|
1261 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
1262
|
|
1263 * print.c (print_internal): In the default case, abort() if
|
|
1264 ERROR_CHECK_TYPECHECK.
|
|
1265
|
|
1266 * fileio.c (Fmake_temp_name): Doc fix.
|
|
1267
|
|
1268 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1269
|
|
1270 * xgccache.c (describe_gc_cache): Define only if DEBUG_XEMACS.
|
|
1271
|
|
1272 * undo.c (Fprimitive_undo): Fixed typo.
|
282
|
1273
|
284
|
1274 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
1275
|
|
1276 * fns.c (concat): Signal error on integer argument.
|
|
1277
|
|
1278 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1279
|
|
1280 * console.h (device_metrics): Prefixed each constatnt with DM_
|
|
1281
|
|
1282 * device.c: (Fdevice_system_metric): Renamed so from plural form
|
|
1283 (metrics); Changed parameters order and added DEFAULT parameter;
|
|
1284 Unabbreviated some metric constants; Fixed and untabified doc string.
|
|
1285 (Fdevice_system_metrics): Added. Returns a plist of all provided
|
|
1286 metrics.
|
|
1287
|
|
1288 * device-msw.c (mswindows_device_system_metrics): Renamed
|
|
1289 device_metrics enum constants.
|
|
1290 Return Qunbound instead of Qnil.
|
282
|
1291
|
|
1292 * device-tty.c (tty_device_system_metrics): Ditto.
|
|
1293
|
|
1294 * device-x.c (x_device_system_metrics): Ditto.
|
|
1295
|
284
|
1296 1998-05-10 Andy Piper <andyp@parallax.co.uk>
|
272
|
1297
|
284
|
1298 * redisplay-msw.c: implement background pixmaps (really!). Make
|
|
1299 sure bg color is transparent if we have bg pmaps.
|
|
1300 * (mswindows_output_string) (mswindows_clear_region): output bg
|
|
1301 pmap if required.
|
|
1302 * (mswindows_output_dibitmap_region): new function.
|
|
1303 * (mswindows_output_dibitmap): output offset pixmaps, blt masks in
|
|
1304 the bg color rather than transparently.
|
263
|
1305
|
284
|
1306 * toolbar-msw.c: use masks if they exist.
|
241
|
1307
|
284
|
1308 * glyphs-msw.c: set up masks correctly.
|
215
|
1309
|
284
|
1310 * event-msw.c: typedef SOCKET if cygwin and not msg select().
|
209
|
1311
|
284
|
1312 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
203
|
1313
|
284
|
1314 * regex.c (re_match_2_internal): Check for quit.
|
149
|
1315
|
284
|
1316 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
104
|
1317
|
284
|
1318 * frame.c (Ffocus_frame): New function.
|
82
|
1319
|