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