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