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