231
|
1 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
|
2
|
|
3 * Conditionals to enable XEmacs to compile (not run!) under
|
|
4 CygWin32. Files touched:
|
|
5 events.c
|
|
6 getloadavg.c
|
|
7 mem-limits.h
|
|
8 objects-msw.c
|
|
9 select-msw.c
|
|
10 sysdep.c
|
|
11 * s/cygwin.h: New file.
|
|
12
|
|
13 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
14
|
|
15 * menubar-msw.c, menubar-msw.h: New files. Menus support.
|
|
16
|
|
17 * console-msw.h: Added frame menu hashtable variable.
|
|
18
|
|
19 * gui.c: popup_up_p variable and Fpopup_up_p and
|
|
20 separator_string_p functions are moved from gui-x.c
|
|
21
|
|
22 * gui.h: New file declaring the above. It is #included into the
|
|
23 following files:
|
|
24 dialog-x.c
|
|
25 gui-x.c
|
|
26 menubar-x.c
|
|
27
|
|
28 * emacs.c: Added calls to *_of_menubar_mswindows()
|
|
29
|
|
30 * event-msw.c: Generalization of modal pump interface so it may be
|
|
31 used bu menubars also. Some functions and vars renamed, to
|
|
32 reflect more general approach (event_pump -> modal_loop)
|
|
33
|
|
34 * frame-msw.c: Initialization and marking of menu hashtable.
|
|
35
|
|
36 * msw-proc.c: Added handling for menu window messages.
|
|
37
|
|
38 * opaque.c: opaque objects given hash and equal methods, so they
|
|
39 can be compared with 'equal. Menubar uses opaque pointers as
|
|
40 hash keys in an 'equal style hastable.
|
|
41
|
|
42 * Most of the above touched files: Eliminated compiler warnings.
|
|
43
|
|
44 1997-12-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
45
|
|
46 * elhash.c (print_hashtable): Use `%u' for fullness.
|
|
47 (hashtable_equal): New function.
|
|
48 (hashtable_equal_mapper): Ditto.
|
|
49
|
|
50 * lread.c (vars_of_lread): Initialize Vread_buffer_stream here
|
|
51 instead of in init_lread.
|
|
52
|
|
53 1997-12-26 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
54
|
|
55 * glyphs-x.c (imagick_instantiate): Add in error and
|
|
56 warning handling for ImageMagick files
|
|
57
|
|
58 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
59
|
|
60 * Makefile.in.in (distclean): Remove `xemacs.*'.
|
|
61
|
229
|
62 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
63
|
|
64 * device.c (vars_of_device): Provide `devices' feature so W3's
|
|
65 devices.el emulation won't bloat XEmacs.
|
|
66
|
|
67 * lread.c (Fload_internal): Strip path and extension when
|
|
68 considering a file as a candidate for running after-load functions.
|
|
69
|
227
|
70 1997-12-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
71
|
|
72 * s/windowsnt.h: SIZEOF_SHORT set to 16 bits instead of 32, to get
|
|
73 real.
|
|
74
|
|
75 * redisplay-msw.c: (many functions): FillRect replaced with
|
|
76 ExtTextOut where possible, which is much faster.
|
|
77 (mswindows_redisplay_deadbox_maybe): New function which fixes
|
|
78 deadbox, a square bounded by scrollbar ends and window corner
|
|
79 (usually the lower right corner).
|
|
80
|
|
81 * emacs.c (assert_failed): On Win32 platforms, when assertion
|
|
82 fails, debugger break occurs if DEBUG_XEMACS is defined.
|
|
83
|
|
84 * event-msw.c (mswindows_pump_outstanding_events): Fixed so two
|
|
85 consequtive Fsignals are not lost.
|
|
86
|
|
87 * scrollbar-msw.c (mswindows_update_scrollbar_instance_values):
|
|
88 Added SBF_DISABLENOSCROLL flag so the bar is greyed out when
|
|
89 all lines are visible.
|
|
90 (mswindows_update_scrollbar_instance_status): Ditto for freshly
|
|
91 assigned scrollbar.
|
|
92
|
|
93 * scrollbar.c (Fscrollbar_set_hscroll): Fixed fitting scroll
|
|
94 limits into range.
|
|
95
|
|
96 1997-12-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
97
|
|
98 * events-msw.c: Added support for modal event dispatch pump.
|
|
99 This mechanism is for scrollbars and menus.
|
|
100
|
|
101 * events-msw.h: Public declaration for the pump function.
|
|
102
|
|
103 * msw-proc.c: Pump scrollbar misc user events through the
|
|
104 brand new pump. Pumps!
|
|
105
|
|
106 * scrollbar-msw.c: Minor range fixes. Added misc events for
|
|
107 horizontal bar, which did not fix it...
|
|
108
|
|
109 Thu Dec 18 09:53:12 1997 <jsparkes@internetivity.com (Jeff Sparkes)>
|
|
110
|
|
111 * objects-msw.c (mswindows_print_color_instance): Scale 8 bit RGB
|
|
112 components up to 16 bit X sizes.
|
|
113 (mswindows_string_to_color): numeric colors are #RRGGBB not #BBGGRR.
|
|
114
|
|
115 * objects-msw.c (mswindows_color_instance_rgb_components): ditto
|
|
116
|
|
117 * objects.c (Fcolor_instance_rgb_components): Document range of
|
|
118 components as 0-65535.
|
|
119
|
|
120 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
121
|
|
122 * doc.c (verify_doc_mapper): Fix return value and argument list
|
|
123 for map_obarray.
|
|
124
|
|
125 * device-x.c: New variable -- Vx_app_defaults_directory.
|
|
126 (x_init_device): Use locale directory searched from package-path.
|
|
127
|
|
128 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
129
|
|
130 * EmacsFrame.c: Added foregroundToolBarColor and
|
|
131 foreground resources to the resources[] definition.
|
|
132 Moved default gray8o color value from the
|
|
133 bcakgroundToolBarCOlor resource to th background
|
|
134 resource since the override order is now reversed in
|
|
135 toolbar-x.c. Don't provide a default value for the
|
|
136 foreground resource that the toolbar code looks at.
|
|
137
|
|
138 * EmacsFrame.h: Define foregroundToolBarColor string
|
|
139 for use in the resoruces code.
|
|
140
|
|
141 * EmacsFrameP.h: Added foreground_toolbar_pixel slot
|
|
142 to EmacsFramePart struct.
|
|
143
|
|
144 * toolbar-x.c: Let the toolbar specific background
|
|
145 resource override the global background resource. Added
|
|
146 support for a toolbar specific foreground resource,
|
|
147 which is not currently used for anything internally.
|
|
148
|
|
149 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
150
|
|
151 * redisplay.c (decode_mode_spec): Comment fixup.
|
|
152
|
|
153 * tooltalk.c (Freceive_tooltalk_message): Ditto.
|
|
154
|
|
155 * search.c (Freplace_match): Ditto.
|
|
156
|
|
157 * frame-x.c (x_frame_property): Ditto.
|
|
158
|
|
159 * console.c (Fcurrent_input_mode): Ditto.
|
|
160
|
|
161 * callint.c (Fcall_interactively): Ditto.
|
|
162
|
|
163 * abbrev.c (Fexpand_abbrev): Ditto.
|
|
164
|
|
165 * dired.c (file_name_completion): Use Qzero instead of
|
|
166 make_int(0).
|
|
167
|
|
168 * fileio.c (Finsert_file_contents_internal): Use
|
|
169 report_file_error() to report reading error.
|
|
170
|
|
171 * cmds.c (internal_self_insert): Don't self-insert if the expanded
|
|
172 symbol's hook has a non-nil `no-self-insert' property; synch with
|
|
173 FSF 20.2.
|
|
174
|
|
175 * abbrev.c (Fexpand_abbrev): Return Vlast_abbrev, like in FSF
|
|
176 20.2.
|
|
177
|
|
178 1997-12-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
179
|
|
180 * abbrev.c (abbrev_match): User map_obarray() instead of
|
|
181 crockishly copying it.
|
|
182 (abbrev_match_mapper): New function.
|
|
183 (Fexpand_abbrev): Check whether `pre-abbrev-expand-hook' has
|
|
184 killed the buffer.
|
|
185
|
|
186 * symbols.c (map_obarray): Accept a void * argument.
|
|
187 (mapatoms_1): Adapt.
|
|
188 (apropos_accum): Use fast_lisp_string_match().
|
|
189 (Fapropos_internal): Don't cons.
|
|
190 (map_obarray): Stop mapping if FN returns non-zero.
|
|
191
|
|
192 * marker.c (unchain_marker): Guard assert() with ERROR_CHECK_GC.
|
|
193 (bi_marker_position): Guard assert() with ERROR_CHECK_BUFPOS.
|
|
194 (set_bi_marker_position): Ditto.
|
|
195
|
|
196 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
197
|
|
198 * fileio.c (Finsert_file_contents_internal): Use make_int when
|
|
199 checking for overflow.
|
|
200 (Finsert_file_contents_internal): Use EXTERNAL_LIST_LOOP.
|
|
201 (Ffind_file_name_handler): Ditto.
|
|
202
|
|
203 * dired.c (file_name_completion): Use noseeum_cons.
|
|
204 (file_name_completion_unwind): Free the cons.
|
|
205
|
225
|
206 1997-12-16 <jsparkes@internetivity.com (Jeff Sparkes)>
|
|
207
|
|
208 * scrollbar.c: Add HAVE_MS_WINDOWS to scrollbar-page functions.
|
|
209
|
|
210 * msw-proc.c: Handle scrolling events.
|
|
211
|
|
212 * frame-msw.c: Initialize scrollbar width and height. This should
|
|
213 not be necessary, since the window shouldn't be created until
|
|
214 init_frame_2
|
|
215
|
|
216 * emacs.c: Call mswindows scrolbar setup when appropriate.
|
|
217
|
|
218 * scrollbar-msw.c: Created for mswindows-scrollbar support.
|
|
219
|
|
220 * scrollbar-msw.h: Ditto.
|
|
221
|
|
222 1997-12-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
223
|
|
224 * msw-proc.c: Minor bug in the middle button emulation code
|
|
225 exterminated.
|
|
226
|
|
227 * msw-proc.c: Character translation procedure reworked, so C-M-char
|
|
228 keys now work properly. Keyboard layouts that use AltGr for
|
|
229 third register characters are detected and handled. The code
|
|
230 has been tested on French and UK keyboard layouts.
|
|
231
|
|
232 * msw-proc.c: #if 0'ed remains of threaded code are removed.
|
|
233
|
|
234 * event-msw.c: Mouse motion was incorrectly counted for a user event.
|
|
235
|
|
236 * event-msw.c: lisp variables beginnig with w32- are renamed to
|
|
237 begin with mswindows-.
|
|
238
|
|
239 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
240
|
|
241 * fileio.c (Finsert_file_contents_internal): Use it.
|
|
242 (Fcopy_file): Ditto.
|
|
243
|
|
244 * sysdep.c (interruptible_open): New function.
|
|
245
|
|
246 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
247
|
|
248 * frame-x.c (x_init_frame_2): Don't call
|
|
249 update_frame_title. Some modeline specs depend on
|
|
250 f->device->selected_frame being non-nil and that will
|
|
251 not be true during initialization of the first frame on
|
|
252 a device.
|
|
253
|
|
254 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
255
|
|
256 * fileio.c: clean up paren levels between ifdefs.
|
|
257 From Hrvoje Niksic <hniksic@srce.hr>
|
|
258
|
|
259 1997-12-15 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
260
|
|
261 * glyphs-x.c (imagick_instantiate): Remove an assumption that
|
|
262 all machines have LSB XImage support.
|
|
263
|
|
264 1997-12-14 Kyle Jones <kyle_jones@wonderworks.com>
|
|
265
|
|
266 * Makefile.in.in: Moved $(OFFIX_O) from x_objs to
|
|
267 X11_objs to avoid having its initialized global
|
|
268 variables be dumped read-only.
|
|
269
|
|
270 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
271
|
|
272 * offix.c (DndSetData): Use standard INT_MAX instead of MAXINT.
|
|
273 Replace <values.h> with <limits.h>
|
|
274
|
223
|
275 1997-12-13 Kirill M. Katsnelson <kkm@kis.ru>
|
|
276
|
|
277 * msw-proc.c: added emulation for middle mouse button by chording
|
|
278 left and right buttons
|
|
279 * event-msw.c: added lisp variables for resize behavior and middle
|
|
280 button emulation thresholds
|
|
281 * msw-proc.c: {un}map-frame-hook now are not called directly from
|
|
282 the window procedure, rather from magic event handler.
|
|
283 * Formulated golden rule for calling lisp from window procedure:
|
|
284 "NOOOOOO!". May be violated under circumstances although.
|
|
285 * frame-msw.c: corrected problem with setting frame width and height
|
|
286 properties, introduced by 95-style look.
|
|
287
|
|
288 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
289
|
|
290 * input-method-xlib.c (describe_XIC): Add casts, use unsigned long
|
|
291 int.
|
|
292
|
|
293 * eval.c (funcall_subr): Ifdef out as it is now unused.
|
|
294
|
|
295 * emacsfns.h: Declare Fdisplay_error.
|
|
296
|
|
297 * callint.c (Fquote_maybe): Don't use `==' on Lisp_Objects.
|
|
298
|
|
299 1997-12-12 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
300
|
|
301 * fileio.c: Removed stillborn set-buffer-modtime.
|
|
302
|
|
303 1997-12-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
304
|
|
305 * elhash.c (hashtable_instantiate): If SIZE is nil, set it to
|
|
306 length of DATA.
|
|
307 (print_hashtable): Would bogusly print #(hashtable).
|
|
308 (verify_function): Use XCAR.
|
|
309
|
|
310 1997-12-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
311
|
|
312 * elhash.c (print_hashtable_data_mapper): Use a C structure
|
|
313 instead of consing.
|
|
314
|
|
315 1997-12-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
316
|
|
317 * callint.c (quotify_arg): Don't quotify vectors, keywords,
|
|
318 bit-vectors and lambdas.
|
|
319 (Fquote_maybe): New subr, from quotify_arg.
|
|
320 (quotify_args): Use it.
|
|
321 (Fcall_interactively): Ditto.
|
|
322
|
|
323 1997-12-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
324
|
|
325 * window.c (Fset_window_point): Ditto for Fgoto_char.
|
|
326 (Fset_window_configuration): Ditto.
|
|
327
|
|
328 * undo.c (Fprimitive_undo): Ditto for Fset_buffer_modified_p,
|
|
329 Fgoto_char and Fdelete_region.
|
|
330
|
|
331 * print.c (temp_output_buffer_setup): Ditto.
|
|
332
|
|
333 * glyphs.c (make_string_from_file): Ditto.
|
|
334
|
|
335 * glyphs-x.c (pixmap_to_lisp_data): Ditto for Ferase_buffer.
|
|
336 (pixmap_to_lisp_data): Ditto for Fbuffer_substring.
|
|
337
|
|
338 * bytecode.c (Fbyte_code): Use Qnil instead of Fcurrent_buffer()
|
|
339 when calling functions that use decode_buffer() internally -- it
|
|
340 is faster.
|
|
341
|
|
342 Change done for Fgoto_char, Fchar_after, Ffollowing_char,
|
|
343 Fpreceding_char, Findent_to, Feolp, Feobp, Fbolp, Fbobp,
|
|
344 Fforward_char, Fforward_word, Fskip_chars_forward,
|
|
345 Fskip_chars_backward, Fforward_line, Fbuffer_substring,
|
|
346 Fdelete_region, Fnarrow_to_region, Fwiden, Fend_of_line, Fupcase
|
|
347 and Fdowncase.
|
|
348
|
|
349 1997-12-11 Jonathan Harris <jhar@tardis.ed.ac.uk>, Kirill M. Katsnelson <kkm@kis.ru>
|
|
350
|
|
351 * The first collegial patch in the xemacs-nt history. Well...
|
|
352 * device-msw.c, event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
353 xemacs is now single-threaded application. Due to this, the
|
|
354 problem with crash during input events in GC got resolved.
|
|
355 * xemacs frames are given "95ish" look with raised border.
|
|
356 * stop character (ctrl+g) now works. SIGINT (ctrl+c or ctrl+break
|
|
357 at the console) is still broken although.
|
|
358 * frame "as lisp object" is now stored in window-associated space
|
|
359 provided by the system. This enables obtaining frame object given
|
|
360 window handle in constant time.
|
|
361 * mswindows_cancel_dispatch_event() now has limited handling
|
|
362 for key_press_event's in addition to timeout_event's.
|
|
363
|
|
364 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
365
|
|
366 * intl.c (init_intl_very_early): Force LC_NUMERIC to "C".
|
|
367 * input-method-xfs.c (Initialize_Locale): Ditto.
|
|
368 * input-method-motif.c (Initialize_Locale): Ditto.
|
|
369 * input-method-xlib.c (Initialize_Locale): Ditto.
|
|
370 Suggested by Didier Verna <verna@inf.enst.fr> and
|
|
371 Martin Buchholz <martin@xemacs.org>
|
|
372
|
|
373 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
374
|
|
375 * config.h.in: #undef MAGICK_HEADERS_ARE_UNDER_X11
|
|
376
|
|
377 * glyphs-x.c: #ifdef MAGICK_HEADERS_ARE_UNDER_X11 added.
|
|
378
|
|
379 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
380
|
|
381 * glyphs-x.c (_XOS_H_): Try to avoid including Xos.h on Solaris.
|
|
382 Suggested by Samuel Tardieu <sam@inf.enst.fr>
|
|
383
|
|
384 1997-12-11 David Hobley <davidh@wr.com.au>
|
|
385
|
|
386 * pure.c: Removed WINDOWSNT conditional.
|
|
387
|
|
388 1997-12-10 SL Baur <steve@altair.xemacs.org>
|
|
389
|
|
390 * Makefile.in.in: Doc changes, update dependencies.
|
|
391
|
|
392 * frame-x.c (x_init_frame_1): Remove unused variable.
|
|
393
|
|
394 * fns.c (internal_equal): Guard label with ifdef.
|
|
395 (internal_old_equal): Ditto.
|
|
396
|
|
397 * symsinit.h: Declare structure_type_create_hashtable.
|
|
398
|
|
399 * elhash.c (finish_marking_weak_hashtables): Move unused variable
|
|
400 so gcc doesn't complain about it.
|
|
401
|
|
402 * elhash.h: Declare new weak hashtables.
|
|
403
|
|
404 * elhash.c (print_hashtable): Fix format.
|
|
405
|
|
406 1997-12-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
407
|
|
408 * frame-tty.c (tty_raise_frame_no_select): Use LIST_LOOP.
|
|
409 (tty_lower_frame): Ditto.
|
|
410
|
|
411 * faces.c (face_validate): Don't check for doubly defined
|
|
412 keywords; the reader does that.
|
|
413
|
|
414 * emacs.c (main_1): Call structure_type_create_hashtable().
|
|
415
|
|
416 * general.c (syms_of_general): Added Qtest and Qsize.
|
|
417
|
|
418 * elhash.c (structure_type_create_hashtable): New function.
|
|
419 (hashtable_type_validate): Ditto.
|
|
420 (hashtable_test_validate): Ditto.
|
|
421 (hashtable_size_validate): Ditto.
|
|
422 (hashtable_data_validate): Ditto.
|
|
423 (hashtable_instantiate): Ditto.
|
|
424
|
|
425 * extents.c (extent_putprop): Made it work.
|
|
426 (extent_remprop): Ditto.
|
|
427
|
221
|
428 1997-12-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
429
|
|
430 * device.h: device::fdin and device::fdout are now defined for
|
|
431 systems which do not HAVE_UNIXOID_EVENT_LOOP.
|
|
432 * device-tty.c, process.c, signal.c: call to signal_fake_event()
|
|
433 bracketed out by #ifdef HAVE_UNIXOID_EVENT_LOOP / #endif
|
|
434 directives.
|
|
435 * signal.c: For Win32 systems, longjmp in signal handler excluded
|
|
436 * nt.c, syssignal.h, systime.h: emulation for SIGALRM and SIGPROF
|
|
437 and setitimer for Win32 platforms. Profiling now works.
|
|
438 * emacs.c: calls to syms_of_profile and vars_of_profile enabled
|
|
439 on Win32 platforms.
|
|
440 * ntproc.c: handling of SIGCHLD now done by the common signal
|
|
441 faking mechanism. (To no avail - subprocesses still broken)
|
|
442 * s/windowsnt.h: Signal constants added
|
|
443 * redisplay-msw.c: "Sticky" beep which blocked XEmacs until the
|
|
444 sound finishes is now repaired
|
|
445
|
|
446 1997-12-06 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
447
|
|
448 * frame-msw.c, msw-proc.c
|
|
449 Further changes to resizing code so that changing default
|
|
450 font, either in .emacs or later, works properly.
|
|
451
|
|
452 * msw-proc.c
|
|
453 Minor optimization: Mouse movement events aren't generated
|
|
454 while the user is resizing the frame.
|
|
455 Function keys are returned lower-case.
|
|
456
|
|
457 1997-12-09 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
458
|
|
459 * glyphs-x.c (imagick_instantiate): fix it so that it works
|
|
460 properly for PseudoClass files. Still needs some thinking for
|
|
461 full color... Also added support for old image instantiators
|
|
462 in various places using the OLDCOMPAT define
|
|
463
|
|
464 1997-12-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
465
|
|
466 * event-stream.c (Faccelerate_menu): Check for the
|
|
467 existence of a menubar associated with the selected frame
|
|
468 before trying to use it. Signal an error if there is
|
|
469 no menubar.
|
|
470
|
219
|
471 1997-12-06 P E Jareth Hein <jareth@camelot-soft.com>
|
|
472
|
|
473 * device-x.c: Change -privcmap to -privatecolormap.
|
|
474 * events.c: corret minor think-o.
|
|
475
|
|
476 1997-12-04 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
477
|
|
478 * event-msw.c, faces.c, msw-proc.c:
|
|
479 Frame resizing happens in multiples of the default character size.
|
|
480 * frame-msw.c:
|
|
481 mswindows_set_frame_size() and
|
|
482 mswindows_set_frame_properties() now call AdjustWindowRect to
|
|
483 set the correct window size.
|
|
484
|
|
485 1997-12-04 Jeff Sparkes <jsparkes@internetivity.com>
|
|
486
|
|
487 * frame-msw.c: added frame functions for move, resize,
|
|
488 iconify, raise, lower, visible_p, iconified_p, focus,
|
|
489 make visible, make invisible, set title.
|
|
490
|
|
491 1997-12-01 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
492
|
|
493 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
494 - Implemeted simple emacs_mswindows_event_pending_p().
|
|
495 - Fixed deleting frames.
|
|
496 - Rewrote timeout code, eliminating "!NILP(rest)" bug.
|
|
497 - Special processing for 'Ctrl-@' keystroke.
|
|
498 - Support for some new keysyms.
|
|
499
|
|
500 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
501
|
|
502 * lstream.c (make_stdio_stream_1): Set it.
|
|
503 (make_filedesc_stream_1): Ditto.
|
|
504 (finalize_lstream): Use it.
|
|
505
|
|
506 * lstream.h: New flag LSTREAM_FL_CLOSE_AT_DISKSAVE.
|
|
507
|
|
508 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
509
|
|
510 * menubar-x.c: define restore_in_menu_callback() when motif
|
|
511 menubars are used.
|
|
512
|
|
513 * menubar-x.c: change #ifdef LWLIB_MENUBARS_MOTIF to
|
|
514 #if defined LWLIB_MENUBARS_LUCID || defined LWLIB_MENUBARS_MOTIF
|
|
515 around code for incremental menu build.
|
|
516
|
|
517 * event-stream.c: Changed HAVE_MENUBARS to HAVE_MENUBARS_LUCID in
|
|
518 the #ifdef wrappers around menubar accelerator stuff.
|
|
519
|
|
520 1997-12-05 SL Baur <steve@altair.xemacs.org>
|
|
521
|
|
522 * keymap.h: update describe_map_tree prototype
|
|
523
|
|
524 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
525
|
|
526 * lstream.c (make_stdio_stream_1): Set it.
|
|
527 (make_filedesc_stream_1): Ditto.
|
|
528 (finalize_lstream): Use it.
|
|
529
|
|
530 * lstream.h: New flag LSTREAM_FL_CLOSE_AT_DISKSAVE.
|
|
531
|
|
532 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
533
|
|
534 * editfns.c (save_excursion_restore): Fix comment.
|
|
535
|
|
536 * fns.c (Fmapvector): GCPRO the vector.
|
|
537
|
|
538 1997-12-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
539
|
|
540 * cmdloop.c (default_error_handler): Respect
|
|
541 errors-deactivate-region; use display-error.
|
|
542
|
|
543 * editfns.c (vars_of_editfns): New variable user-full-name.
|
|
544 (init_editfns): Initialize it.
|
|
545 (Fuser_full_name): Use it.
|
|
546 (vars_of_editfns): Docfixes.
|
|
547
|
|
548 * dired.c (Fdirectory_files): Use FORMAT_FILENAME instead of
|
|
549 FORMAT_BINARY.
|
|
550 (make_directory_hash_table): Ditto.
|
|
551 (file_name_completion): Bind `completion-ignore-case' to t under
|
|
552 MS Windows.
|
|
553 (file_name_completion): Signal an error if a member of
|
|
554 `completion-ignored-extensions' is not a string.
|
|
555
|
|
556 1997-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
557
|
|
558 * doc.c (Fsubstitute_command_keys): Don't use
|
|
559 Vprin1_to_string_buffer.
|
|
560
|
|
561 * keymap.c (describe_map_tree): Accept a BUFFER argument.
|
|
562 (describe_map): Ditto.
|
|
563 (describe_command): Ditto.
|
|
564
|
|
565 1997-11-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
566
|
|
567 * insdel.c (signal_before_change): Don't treat
|
|
568 Vprin1_to_string_buffer specially.
|
|
569 (signal_after_change): Ditto.
|
|
570
|
|
571 * buffer.c (Fkill_buffer): Don't treat Vprin1_to_string_buffer
|
|
572 specially.
|
|
573 (complex_vars_of_buffer): Ditto.
|
|
574
|
|
575 * print.c (Ferror_message_string): Use Vprin1_to_string_stream.
|
|
576
|
|
577 * events.c (Fmake_event): Changed error message.
|
|
578
|
|
579 * print.c (Fprin1_to_string): Use a resizing-buffer stream.
|
|
580
|
|
581 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
582
|
|
583 * buffer.c (Fkill_buffer): Use EXTERNAL_LIST_LOOP.
|
|
584 (Fget_file_buffer): Use LIST_LOOP.
|
|
585
|
|
586 1997-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
587
|
|
588 * editfns.c (save_excursion_save): Don't save VISIBLE-P.
|
|
589 (save_excursion_restore): Changed accordingly.
|
|
590 (save_excursion_restore): Free the markers and conses even if the
|
|
591 buffer is dead.
|
|
592 (save_restriction_restore): Use XCAR/XCDR.
|
|
593 (Fencode_time): Use XCAR/XCDR, when safe.
|
|
594
|
|
595 * menubar.c (Fnormalize_menu_item_name): Use INC_CHARPTR; allow
|
|
596 `%%' to mean `%'.
|
|
597
|
|
598 * minibuf.c (regexp_ignore_completion_p): Use EXTERNAL_LIST_LOOP;
|
|
599 check type of list elements.
|
|
600
|
|
601 * dired.c (file_name_completion): Set up a proper unwind form.
|
|
602 (file_name_completion_unwind): New function.
|
|
603 (file_name_completion): Allow errors.
|
|
604
|
|
605 * line-number.c (invalidate_line_number_cache): Would lose in
|
|
606 precence of Finsert_before_markers.
|
|
607 (narrow_line_number_cache): Only mark LINE_NUMBER_BEGV as dirty.
|
|
608 (buffer_line_number): Recalculate LINE_NUMBER_BEGV on demand.
|
|
609 (buffer_line_number): Would ignore LINE_NUMBER_FAR.
|
|
610
|
|
611 1997-12-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
612
|
|
613 * fns.c (Fmapvector): Don't stack-allocate args; allocate the
|
|
614 vector and call mapcar1 with its data.
|
|
615
|
|
616 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
617
|
|
618 * objects-x.c: Added colormap/visual support, rewrote
|
|
619 allocate_nearest_color, and changed the x-color-instance to deal
|
|
620 with possibly not freeing a color.
|
|
621
|
|
622 * objects-x.h: Added dealloc_on_gc flag for x-color-instances.
|
|
623
|
|
624 * redisplay-x.c: Added colormap/visual support.
|
|
625
|
|
626 * balloon-x.c: Added colormap/visual support.
|
|
627
|
|
628 * console-x.h: Added colormap/visual support by adding visual,
|
|
629 depth and colormap slots to a device.
|
|
630
|
|
631 * device-x.c: Added colormap/visual support with the command line
|
|
632 options "-privcmap" and "-visual" and Xresources
|
|
633 ".privateColormap" and ".EmacsVisual". Also changed the
|
|
634 device-init so that the app-shell is always realized to properly
|
|
635 deal with GCs (previously only realized when OFFIX was
|
|
636 supported), and added the x-display-visual-depth lisp function to
|
|
637 complement x-display-visual-class.
|
|
638
|
|
639 * event-Xt.c: Added colormap/visual support, and stuck in a
|
|
640 patch/hack to change the way Xt inherits visuals to match the way
|
|
641 it inherits colormaps.
|
|
642
|
|
643 * frame-x.c: Added colormap/visual support.
|
|
644
|
|
645 * glyphs-x.c: Added colormap/visual support. Will probably need a
|
|
646 lot more work.
|
|
647
|
217
|
648 1997-11-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
649
|
|
650 * src/keymap.c (munging_key_map_event_binding): Don't do
|
|
651 the meta char hack when processing key-translation-map.
|
|
652 Return nil if the map to be processed (function-key-map
|
|
653 or key-translation-map) is not a keymap.
|
|
654
|
|
655 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
656
|
|
657 * device-msw.c: Turn on italic flag if appropriate
|
|
658 * objects-msw.c: Set device-class to color.
|
|
659 From Jeff Sparkes <jsparkes@internetivity.com>
|
|
660
|
|
661 * glyphs-x.c: Should include <magick/magick.h> since that is what
|
|
662 is autodetected by configure.
|
|
663
|
|
664 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
665
|
|
666 * events.c (Fmake_event): correct type bug.
|
|
667 From Colin Rafferty <craffert@ml.com>
|
|
668
|
|
669 1997-11-26 Kyle Jones <kyle_jones@wonderworks.com>
|
|
670
|
|
671 * lisp-disunion.h (VALMASK): Use 1UL instead of 1L to
|
|
672 shut up Sun's niggling compiler warnings about integer
|
|
673 overflow.
|
|
674
|
|
675 * print.c (Fprin1_to_string): Don't change and
|
|
676 restore the current buffer; no buffer change is needed
|
|
677 to accomplish the task.
|
|
678
|
|
679 1997-11-23 Jeff Miller <jmiller@smart.net>
|
|
680
|
|
681 * Makefile.in.in removed energize support
|
|
682 * buffer.c removed energize support
|
|
683 * config.h.in removed energize support
|
|
684 * console-x.h removed energize support
|
|
685 * doc.c removed energize support
|
|
686 * emacs.c removed energize support
|
|
687 * extents.c removed energize support
|
|
688 * extents.h removed energize support
|
|
689 * frame-x.c removed energize support
|
|
690 * gui-x.c removed energize support
|
|
691 * menubar-x.c removed energize support
|
|
692 * process.c removed energize support
|
|
693 * puresize.h removed energize support
|
|
694 * symsinit.h removed energize support
|
|
695 * sysproc.h removed energize support
|
|
696 * syssignal.h removed energize support
|
|
697 * undo.c removed energize support
|
|
698 * window.c removed energize support
|
|
699
|
|
700 * energize.c removed
|
|
701 * energize.h removed
|
|
702
|
|
703 1997-11-23 Kyle Jones <kyle_jones@wonderworks.com>
|
|
704
|
|
705 * faces.c (face_property_was_changed): Don't call
|
|
706 update_faces_inheritance, it isn't needed.
|
|
707
|
|
708 1997-11-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
709
|
|
710 * redisplay-x.c (x_flash): Flash the root window
|
|
711 area instead of the entire frame area.
|
|
712
|
|
713 * frame.h: Added echo_area_garbaged field to frame
|
|
714 struct.
|
|
715
|
|
716 * frame.c (change_frame_size_1): Set the
|
|
717 echo_area_garbaged flag in a frame that has been
|
|
718 resized.
|
|
719
|
|
720 * redisplay.c (redisplay_frame): Clear echo_area_garbaged
|
|
721 flag on frame after displaying the frame.
|
|
722
|
|
723 (Fredisplay_echo_area): Clear echo_area_garbaged
|
|
724 flag on frame after displaying in echo area.
|
|
725
|
|
726 * redisplay.c: Added hscroll_glyph_width_adjust field
|
|
727 to position_redisplay_data_type struct.
|
|
728
|
|
729 (add_hscroll_rune): Compute the difference in width
|
|
730 between the hscroll glyph and a canonical space; store
|
|
731 it in data->hscroll_glyph_width_adjust.
|
|
732
|
|
733 (create_text_block): In tab field computation, adjust
|
|
734 left margin to account for the difference between the
|
|
735 width of the hscroll glyph and the width of a canonical
|
|
736 space.
|
|
737
|
215
|
738 1997-11-19 Kyle Jones <kyle_jones@wonderworks.com>
|
|
739
|
|
740 * Emacs.ad: Change uses of Gray75 to Gray80.
|
|
741 Don't set modeline colors here.
|
|
742
|
|
743 * EmacsFrame.c: Fetch "background" resource for use by
|
|
744 the toolbar initialization code; default this fetched
|
|
745 value to -1 if it is unspecified, which is different
|
|
746 from what is found in ef->core.background_pixel in that
|
|
747 case.
|
|
748
|
|
749 * EmacsFrame.h: Define macros for "Background" and
|
|
750 "background" resource strings.
|
|
751
|
|
752 * EmacsFrameP.h: Added background_pixel field to
|
|
753 EmascFrmaePart struct.
|
|
754
|
|
755 * toolbar-x.c (x_initialize_frame_toolbar_gcs): Added
|
|
756 code to use the global background resource as the
|
|
757 toolbar background color if it is sepcified. Otherwise
|
|
758 fall back to the backgroundToolBarColor resource.
|
|
759
|
|
760 1997-11-17 Marc Paquette <marcpa@cam.org>
|
|
761
|
|
762 * callproc.c (Fcall_process_internal): Fix for bug in
|
|
763 CRLF -> LF conversion.
|
|
764
|
|
765 1997-11-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
766
|
|
767 * redisplay-msw.c: Calls GdiFlush() in _ouput_end, _clear_frame and
|
|
768 _redraw_exposed_area
|
|
769
|
|
770 * frame-msw.c: mswindows_init_frame_2
|
|
771 Sets frame's pixel width and height
|
|
772
|
|
773 1997-11-19 Kyle Jones <kyle_jones@wonderworks.com>
|
|
774
|
|
775 * callproc.c (call_process_cleanup): Actaully wait
|
|
776 for the process, rather than not doing it and saying we
|
|
777 did.
|
|
778
|
|
779 1997-11-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
780
|
|
781 * callproc.c (Fcall_process_internal): Close fd_error.
|
|
782
|
|
783 1997-11-19 Didier Verna <verna@inf.enst.fr>
|
|
784
|
|
785 * emacs.c (main_1): Added the missing argmatch call to check
|
|
786 for the '-h' option.
|
|
787
|
|
788 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
789
|
|
790 * mule-coding.h: Replace freshly broken ENCODE_SJIS and
|
|
791 DECODE_SJIS macros with working versions from beta4.
|
|
792
|
|
793 1997-11-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
794
|
|
795 * frame-x.c (x_init_frame_1): Set frame visibility
|
|
796 flag to 1 immediately so that echo area message are
|
|
797 displayed in it promptly.
|
|
798
|
|
799 * redisplay.c (Fredisplay_echo_area): If frame has
|
|
800 changed, clear it to avoid garbled messages.
|
|
801
|
|
802 * window.c (set_window_pixsize): Restore the bail out
|
|
803 if no size change, but do it after the loop that recomputers
|
|
804 major child corner coordinates.
|
|
805
|
|
806 * keymap.c (describe_map_mapper): Recognize the
|
|
807 buttonXup keysyms as mouse bindings.
|
|
808
|
|
809 1997-11-17 Tor Arntsen <tor@spacetec.no>
|
|
810
|
|
811 * Makefile.in.in (update-elc.stamp): Add temacs to dependency.
|
|
812
|
|
813 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
814
|
|
815 * Added suport for toolbar borders.
|
|
816
|
|
817 * EmacsFrame.c: Added X resources for new toolbar
|
|
818 borders.
|
|
819
|
|
820 (EmacsFrameSetValues): Added Fadd_spec_to_specifier
|
|
821 calls to move resourced toolbar border width data
|
|
822 into the speciifers.
|
|
823
|
|
824 * EmacsFrame.h: Defined X resource strings for
|
|
825 toolbar border width resources.
|
|
826
|
|
827 * EmacsFrameP.h: Added toolbar border width fields
|
|
828 to the EmacsFramePart struct.
|
|
829
|
|
830 * console.h: Added toolbar_border_width_changed_in_frame_method
|
|
831 field to struct console.
|
|
832
|
|
833 * events.c (event_x_y_pixel_internal): Factor the
|
|
834 toolbar border into pixel offset.
|
|
835
|
|
836 * frame.c: Document new toolbar border width
|
|
837 speciifer as being usable as frame properties.
|
|
838
|
|
839 (frame_conversion_internal): Factor the toolbar border
|
|
840 widths into the geometry calculations.
|
|
841
|
|
842 (change_frame_size_1): Ditto.
|
|
843
|
|
844 * frame.h: Added field to struct frame for toolbar
|
|
845 border widths. Modified geomtry macros and created
|
|
846 others in support of the new toolbar border widths.
|
|
847
|
|
848 * frameslot.h: Added a default_toolbar_border_width
|
|
849 slot.
|
|
850
|
|
851 * redisplay-x.c (x_clear_frame): Factor the toolbar
|
|
852 border widths into the geometry calculations.
|
|
853
|
|
854 * toolbar-x.c (x_draw_blank_toolbar_button): Add
|
|
855 support for drawing a border along with the blank
|
|
856 button. Accept border_width and vertical args.
|
|
857
|
|
858 (x_output_toolbar_button): Added support for drawing a
|
|
859 border along with the button.
|
|
860
|
|
861 (X_OUTPUT_BUTTONS_LOOP): Pass border_width and vert
|
|
862 args to x_draw_blank_toolbar_button. Set vertical and
|
|
863 border_width fields in toolbar button.
|
|
864
|
|
865 (x_output_toolbar): Support toolbar border widths.
|
|
866
|
|
867 (x_toolbar_size_changed_in_frame_1): Mark all toolbar
|
|
868 buttons in the change toolbar as dirty so that they
|
|
869 are refreshed if had been painted over.
|
|
870
|
|
871 New function: x_toolbar_border_width_changed_in_frame.
|
|
872 Used it as a console method.
|
|
873
|
|
874 * toolbar.c: New function: mark_frame_toolbar_buttons_dirty.
|
|
875
|
|
876 New function: toolbar_border_width_changed_in_frame.
|
|
877 Used it as a specifier frame slot change method.
|
|
878
|
|
879 (get_toolbar_coords): Factor the toolbar border
|
|
880 widths into the geometry calculations.
|
|
881
|
|
882 (Fset_default_toolbar_position): Update the fallback
|
|
883 border width specifiers for the affected toolbar
|
|
884 positions.
|
|
885
|
|
886 (specifier_vars_of_toolbar): Added specifiers for the
|
|
887 toolbar border widths.
|
|
888
|
|
889 * toolbar.h: Added vertical and border_width field
|
|
890 to the toolbar button struct.
|
|
891
|
|
892 * window.h: Added default_toolbar_border_width slot
|
|
893 to window struct, along with four slots for the four
|
|
894 window local toolbar border width values.
|
|
895
|
|
896 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
897
|
|
898 * frame-x.c: Fixed typo in the documentation of the
|
|
899 top-toolbar-shadow-color frame property.
|
|
900
|
|
901 1997-11-16 Skip Montanaro <skip@calendar.com>
|
|
902
|
|
903 * redisplay.c: suppress buffer computation in several places if
|
|
904 MULE is not defined.
|
|
905
|
|
906 1997-11-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
907
|
|
908 * events.c (print_event): Use `event-x-pixel' and `event-y-pixel',
|
|
909 to be consistent with `make-event' and `event-properties'.
|
|
910 (Fmake_event): Allow nil dnd-data.
|
|
911
|
213
|
912 1997-11-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
913
|
|
914 * console.h
|
|
915 mswindows is now a window-system according to
|
|
916 CONSOLE_TYPESYM_WIN_P
|
|
917
|
|
918 * device.msw.c
|
|
919 Now calls init_baud_rate & init_one_device
|
|
920
|
|
921 * msw-proc.c
|
|
922 Fixed C-key so key is returned unshifted
|
|
923
|
|
924 * redisplay-msw.c
|
|
925 Modeline and vertical divider appearance tweaks
|
|
926
|
|
927
|
|
928 1997-11-14 SL Baur <steve@altair.xemacs.org>
|
|
929
|
|
930 * console.c (Fsuspend_emacs): Fix docstring. Evaluating
|
|
931 `suspend-hook' cannot stop suspension.
|
|
932
|
|
933 1997-11-14 Marc Paquette <marcpa@cam.org>
|
|
934
|
|
935 * callproc.c (Fcall_process_internal): Do CRLF -> LF
|
|
936 conversion when reading process output.
|
|
937
|
|
938 1997-11-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
939
|
|
940 * redisplay.c (init_redisplay): Handle not having DISPLAY and not
|
|
941 having TTY support.
|
|
942
|
|
943 1997-11-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
944
|
|
945 * events.c (Fmake_event): Support DND events.
|
|
946
|
|
947 1997-11-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
948
|
|
949 * events.c (Fmake_event): Reenable the event creation code.
|
|
950 (Fmake_event): Canonicalize the plist.
|
|
951
|
|
952 1997-11-13 SL Baur <steve@altair.xemacs.org>
|
|
953
|
|
954 * mule-charset.c (Fcharset_id): Typecast result to Lisp_Object.
|
|
955
|
|
956 * mule-ccl.c (CCL_WRITE_STRING): Reorder parens to avoid compiler
|
|
957 barf on Lisp_Object.
|
|
958 (Fregister_ccl_program): Remove unused variable idx.
|
|
959
|
|
960 * mule-canna.c: Fix declaration of mule_strlen().
|
|
961
|
|
962 * mule-coding.h (ENCODE_SJIS): Parenthesize first two params to
|
|
963 avoid compilation problems.
|
|
964
|
|
965 1997-11-13 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
966
|
|
967 * mule-charset.h: Added preliminary support for charset Ids.
|
|
968
|
|
969 * mule-charset.c: Added preliminary support for charset Ids.
|
|
970
|
|
971 * redisplay-msw.c (separate_textual_runs): Synched with FSF 20.2
|
|
972 ccl API.
|
|
973
|
|
974 * redisplay-x.c (separate_textual_runs): Synched with FSF 20.2 ccl
|
|
975 API.
|
|
976
|
|
977 * mule-coding.c: Synched with FSF 20.2 ccl API.
|
|
978
|
|
979 * mule-coding.h: Moved ccl part to mule-ccl.h.
|
|
980
|
|
981 * mule-ccl.c: Synched with FSF 20.2.
|
|
982
|
|
983 * mule-ccl.h: New file.
|
|
984
|
|
985 Thu Nov 13 21:34:13 1997 Marc Paquette <marcpa@cam.org>
|
|
986
|
|
987 * nt.c (REG_ROOT): Use a registry key different that the one for
|
|
988 NTEmacs.
|
|
989
|
|
990 1997-11-12 SL Baur <steve@altair.xemacs.org>
|
|
991
|
|
992 * lrecord.h: Fix typo in set_lheader_implementation.
|
|
993 From: Robert Pluim <Robert_Pluim@BayNetworks.COM>
|
|
994
|
|
995 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr>
|
|
996
|
|
997 * configure.in: Remove HAVE_TIMEZONE_DECL test.
|
|
998
|
|
999 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr>
|
|
1000
|
|
1001 * s/freebsd.h: Remove HAVE_TIMEZONE_DECL forced value.
|
|
1002
|
|
1003 * config.h.in: Remove HAVE_TIMEZONE_DECL reference.
|
|
1004
|
|
1005 * systime.h: Remove timezone conditional declaration.
|
|
1006
|
|
1007 1997-11-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1008
|
|
1009 * console.c: Use symbol_value_forward_lheader_initializer
|
|
1010 in various DEFVAR* macros. Forgot this in previous
|
|
1011 related patch.
|
|
1012
|
|
1013 * lisp-disunion.h: Provide a no-op XUNMARK macro for
|
|
1014 the GC error checking code even if GCMARKBITS is not
|
|
1015 greater than 0.
|
|
1016
|
|
1017 * lisp-union.h: Ditto.
|
|
1018
|
211
|
1019 1997-11-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1020
|
|
1021 * event-stream.c: Make echo_keystrokes a Lisp_Object.
|
|
1022 (maybe_echo_keys): Adapt to that.
|
|
1023
|
|
1024 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
1025
|
|
1026 * eval.c (throw_or_bomb_out): Remove abort.
|
|
1027 Suggested by: Kyle Jones <kyle_jones@wonderworks.com>
|
|
1028
|
|
1029 1997-11-11 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1030
|
|
1031 * Added support for referencing lrecord_implementations
|
|
1032 via an index in an lrecord_header rather than a raw
|
|
1033 pointer. Also added a mark bit and a pure bit.
|
|
1034
|
|
1035 * alloc.c: Made lrecord_type_index() and
|
|
1036 lrecord_implementations_table[] global, previously they
|
|
1037 were static. Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
1038 and LHEADER_IMPLEMENTATION macros to access
|
|
1039 lrecord_implementations found in Lisp_Objects and
|
|
1040 lrecord_headers instead of referencing ->implementation.
|
|
1041
|
|
1042 (gc_record_type_p): For USE_INDEXED_LRECORD_IMPLEMENTATION,
|
|
1043 there's no need to check for equality to type or type + 1.
|
|
1044 lrecords are no longer marked by incrementing the
|
|
1045 implementation pointer.
|
|
1046
|
|
1047 (init_alloc_once_early): Initialized subr and
|
|
1048 symbol_value_forward lrecord indexes early so that the
|
|
1049 staticly defined subrs and symbol_value_forward object
|
|
1050 indexes match the lrecord_implementations_table.
|
|
1051
|
|
1052 * buffer.c: Used symbol_value_forward_lheader_initializer in
|
|
1053 various DEFVAR* macros. Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
1054 macro.
|
|
1055
|
|
1056 * elhash.c: Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
1057 macro.
|
|
1058
|
|
1059 * fns.c: Used new XRECORD_LHEADER_IMPLEMENTATION macro.
|
|
1060
|
|
1061 * lisp.h: Defined subr_lheader_initializer macro, used it in
|
|
1062 DEFUN macro.
|
|
1063
|
|
1064 * lrecord.h: For USE_INDEXED_LRECORD_IMPLEMENTATION,
|
|
1065 changed lrecord_header to contain an index into
|
|
1066 lrecord_implementations_table[], plus a mark bit and a pure
|
|
1067 bit. Added support code for this. Defined new
|
|
1068 XRECORD_LHEADER_IMPLEMENTATION and LHEADER_IMPLEMENTATION
|
|
1069 macros to be used to find the lrecord_implementation
|
|
1070 of a Lisp_Object.
|
|
1071
|
|
1072 * print.c: Used new XRECORD_LHEADER_IMPLEMENTATION and
|
|
1073 LHEADER_IMPLEMENTATION macros.
|
|
1074
|
|
1075 * symbols.c: Used symbol_value_forward_lheader_initializer in
|
|
1076 definition of guts_of_unbound_marker.
|
|
1077
|
|
1078 * symeval.h: Defined symbol_value_forward_lheader_initializer
|
|
1079 macro. Used symbol_value_forward_lheader_initializer in various
|
|
1080 macros. Used new XRECORD_LHEADER_IMPLEMENTATION macro.
|
|
1081
|
|
1082
|
|
1083 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
1084
|
|
1085 * window.c (set_window_pixsize): Remove unused variable.
|
|
1086
|
|
1087 * extents.c (print_extent_1): Fix type check error in sprintf.
|
|
1088
|
|
1089 * doc.c (Fsnarf_documentation): Remove unused label weird_function.
|
|
1090
|
|
1091 * symsinit.h: Restore declaration of vars_of_dialog_x.
|
|
1092
|
|
1093 * database.c (Fopen_database): Fix unused variable message.
|
|
1094
|
|
1095 * sysdep.c (sys_subshell): vfork() is a demented, obsolete hack.
|
|
1096
|
|
1097 * offix.c (struct): Make ImageData, MaskData be unsigned char *.
|
|
1098
|
|
1099 * event-Xt.c (x_event_to_emacs_event): Clean up typecasting.
|
|
1100 * frame-x.c (Foffix_start_drag_internal): Ditto.
|
|
1101
|
|
1102 1997-11-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1103
|
|
1104 * extents.c (print_extent_1): Use %lx instead of %p
|
|
1105 to get the same output on all compilers.
|
|
1106
|
|
1107 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
1108
|
|
1109 * line-number.c: Use markers.
|
|
1110
|
|
1111 * redisplay.c (window_line_number): Restored.
|
|
1112
|
|
1113 * line-number.c (allocate_line_number_cache): Account for
|
|
1114 narrowing.
|
|
1115 (buffer_line_number): New function.
|
|
1116
|
|
1117 * line-number.c (get_nearest_line_number): New function.
|
|
1118 (window_line_number): Use it.
|
|
1119 (narrow_line_number_cache): New function.
|
|
1120 (invalidate_line_number_cache): Ditto.
|
|
1121 (insert_invalidate_line_number_cache): Ditto.
|
|
1122 (delete_invalidate_line_number_cache): Ditto.
|
|
1123 (add_line_number): Ditto.
|
|
1124
|
|
1125 * editfns.c (widen_buffer): Update line number cache.
|
|
1126 (Fnarrow_to_region): Ditto.
|
|
1127 (save_restriction_restore): Ditto.
|
|
1128
|
|
1129 * insdel.c (buffer_insert_string_1): Invalidate cache for
|
|
1130 insertion.
|
|
1131 (buffer_delete_range): Invalidate cache for deletion.
|
|
1132
|
|
1133 * line-number.c: New file.
|
|
1134 (window_line_number): Moved from redisplay.c.
|
|
1135
|
|
1136 * print.c (debug_print): Print a carriage return, too.
|
|
1137
|
|
1138 * bufslots.h: New slot `line_number_cache'.
|
|
1139
|
|
1140 1997-11-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1141
|
|
1142 * event-stream.c: New Lisp variable: last-command-event-time.
|
|
1143
|
209
|
1144 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
1145
|
|
1146 * lread.c (init_lread): start from lisp, not lisp/prim.
|
|
1147
|
|
1148 * Makefile.in.in: lisp/prim does exist any more.
|
|
1149
|
|
1150 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1151
|
|
1152 * abbrev.c (abbrev_lookup): Don't delete dash at the
|
|
1153 abbrev start location; abbrev-prefix-mark no longer
|
|
1154 inserts one.
|
|
1155
|
|
1156 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
1157
|
|
1158 * fileio.c: insert-file-contents-internal
|
|
1159 Added a bodge to do CRLF->LF conversion of text files,
|
|
1160 conditioned on DOS_NT. This is currently only one-way, so all
|
|
1161 text files written by XEmacs will be UNIXified. CRLF conversion
|
|
1162 is required to make bytecompile work.
|
|
1163
|
|
1164 * Added file headers to:
|
|
1165 console-w32.c, console-w32.h,
|
|
1166 device-w32.c, event-w32.c, event-w32.h, frame-w32.c,
|
|
1167 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c
|
|
1168
|
|
1169 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
1170
|
|
1171 * redisplay-x.c: x_output_vertical_divider:
|
|
1172 If HAVE_SCROLLBARS was not defined, coordinate of the right of
|
|
1173 the divider was being used unitialised.
|
|
1174
|
|
1175 * console.h: Added Qw32 and CONSOLE_W32* macros, conditioned on
|
|
1176 HAVE_W32GUI.
|
|
1177
|
|
1178 * emacs.c: Added calls to the following, conditioned on HAVE_W32GUI:
|
|
1179 syms_of_*_w32, vars_of_*_w32, console_type_create_*w32.
|
|
1180
|
|
1181 * event-stream.c: Conditioned on HAVE_W32GUI:
|
|
1182 - vars_of_event_stream calls vars_of_event_w32.
|
|
1183 - init_event_stream calls init_event_w32_late.
|
|
1184
|
|
1185 * events-mod.h: Removed comment about having alternative making
|
|
1186 MOD_* constants for different windowing systems.
|
|
1187
|
|
1188 * events.c: Conditioned on HAVE_W32GUI:
|
|
1189 - event-equal: Added case for w32 magic events.
|
|
1190 - event-hash: Added case for w32 magic events.
|
|
1191
|
|
1192 * events.h: Conditioned on HAVE_W32GUI:
|
|
1193 Added struct underlying_w32_event to magic_data.
|
|
1194
|
|
1195 * faces.c: complex_vars_of_faces
|
|
1196 Added fallbacks for w32 faces, conditioned on HAVE_W32GUI.
|
|
1197
|
|
1198 * frame.c: set-frame-properties
|
|
1199 Added reference to default-w32-frame-plist to docstring.
|
|
1200
|
|
1201 * general.c: Added new Lisp_Object Qw32 and defsymbol.
|
|
1202
|
|
1203 * redisplay-output.c: redisplay_update_line
|
|
1204 Conditioned reference to stupid_vertical_scrollbar_drag_hack on
|
|
1205 HAVE_X_WINDOWS. This will need a proper fix when w32 gets
|
|
1206 scrollbars.
|
|
1207
|
|
1208 * redisplay-tty.c: init_tty_for_redisplay
|
|
1209 Conditioned blocking and unblocking of SIGTTOU on !WIN32 because
|
|
1210 these signals don't exist under win32.
|
|
1211
|
|
1212 * redisplay.c: init_redisplay
|
|
1213 Initialise window system to w32, conditioned on HAVE_W32GUI.
|
|
1214
|
|
1215 * symsinit.h: Added syms_of_*_w32, vars_of_*_w32 and
|
|
1216 init_event_w32_late.
|
|
1217
|
|
1218 * sysdep.c: Conditioned various things on WIN32 in addition to
|
|
1219 MSDOS.
|
|
1220
|
|
1221 * New files:
|
|
1222 console-w32.c, console-w32.h,
|
|
1223 device-w32.c, event-w32.c, event-w32.h, frame-w32.c,
|
|
1224 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c
|
|
1225
|
|
1226 1997-11-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
1227
|
|
1228 * doc.c (Fdocumentation_property): GCPRO doc.
|
|
1229 (Fsubstitute_command_keys): Disallow zero bsize.
|
|
1230
|
|
1231 1997-11-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
1232
|
|
1233 * events.c (Fevent_modeline_position): Return nil if event is not
|
|
1234 over modeline, as the docstring says.
|
|
1235
|
|
1236 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
1237
|
|
1238 * s/aix3-1.h: Remove ^L character wich confuses AIX make.
|
|
1239
|
|
1240 1997-11-06 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
1241
|
|
1242 * event-stream.c (Fnext_command_event): Document keystroke echoing.
|
|
1243
|
|
1244 1997-11-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
1245
|
|
1246 * fns.c (Ffeaturep): Use call1, to prevent stack thrashing with
|
|
1247 circular lists.
|
|
1248 - Update docstring.
|
|
1249
|
|
1250 1997-11-06 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1251
|
|
1252 * frame-x.c (x_delete_frame): Removed code that
|
|
1253 blocked the deletion of popup frames. No need for it.
|
|
1254
|
|
1255 1997-11-05 SL Baur <steve@altair.xemacs.org>
|
|
1256
|
|
1257 * balloon_help.h: Replace <X11/Intrinsic.h> with "xintrinsic.h"
|
|
1258 * balloon_help.c: Ditto.
|
|
1259 * offix.h: Ditto.
|
|
1260
|
|
1261 * mule-coding.c (coding_system_charset): Add prototype.
|
|
1262
|
|
1263 1997-11-04 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1264
|
|
1265 * s/freebsd.h: Add HAVE_TIMEZONE_DECL. Configure will fail at
|
|
1266 checking for the existence of `extern long timezone'.
|
|
1267 FreeBSD actualy has the `timezone', but due to its <time.h> and
|
|
1268 <sys/time.h>, it cannot be recognized by configure.
|
|
1269
|
|
1270 1997-11-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
1271
|
|
1272 * data.c (Fsubr_interactive): New function.
|
|
1273
|
|
1274 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1275
|
|
1276 * frame.c (change_frame_size_1): Added explanatory
|
|
1277 comment.
|
|
1278
|
|
1279 * window.c (set_window_pixsize): Don't bail out
|
|
1280 before looping over the major children if there is no
|
|
1281 size change indicated. The top and left coordinates
|
|
1282 may need to be recomputed, e.g. in toolbar visibility
|
|
1283 updates.
|
|
1284
|
|
1285 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1286
|
|
1287 * fileio.c (Ffile_truename): Make the errno == EACCES case
|
|
1288 behave the same as errno == ENOENT.
|
|
1289
|
|
1290 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1291
|
|
1292 * frame.c (Fframe_property, Fframe_properties): Check
|
|
1293 for minibuffer-onlyness of frame before checking whether
|
|
1294 it has a minibuffer. This makes the minibuffer property
|
|
1295 value be reported as 'only when that is appropriate. The
|
|
1296 check order was reversed which resulted in minibuffer-only
|
|
1297 frames having the minibuffer property reported as t.
|
|
1298
|
|
1299 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1300
|
|
1301 * m/vax.h:
|
|
1302 * s/cxux.h:
|
|
1303 * s/xenix.h:
|
|
1304 * s/umax.h:
|
|
1305 * s/msdos.h:
|
|
1306 * s/template.h:
|
|
1307 * termcap.c:
|
|
1308 * signal.c:
|
|
1309 * lread.c:
|
|
1310 * callproc.c
|
|
1311 * buffer.c: Remove VMS dependent code.
|
|
1312
|
|
1313 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1314
|
|
1315 * syspwd.h:
|
|
1316 * systty.h:
|
|
1317 * systime.h:
|
|
1318 * syssignal.h:
|
|
1319 * sysproc.h:
|
|
1320 * sysfloat.h:
|
|
1321 * sysfile.h:
|
|
1322 * regex.h:
|
|
1323 * process.h:
|
|
1324 * ndir.h:
|
|
1325 * mule-mcpath.h:
|
|
1326 * getpagesize.h:
|
|
1327 * sysdep.h:
|
|
1328 * fileio.c:
|
|
1329 * process.c: Remove old VMS code.
|
|
1330
|
|
1331 1997-11-02 SL Baur <steve@altair.xemacs.org>
|
|
1332
|
|
1333 * glyphs-x.c: Use <magick/magick.h> instead of <magick.h>
|
|
1334
|
|
1335 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1336
|
|
1337 * sysdep.c:
|
|
1338 * getloadavg.c:
|
|
1339 * malloc.c: Remove old VMS code.
|
|
1340
|
|
1341 1997-11-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1342
|
|
1343 * database.c (print_database): Don't use a static buffer to store
|
|
1344 file name.
|
|
1345
|
|
1346 * dired.c (make_directory_hash_table): Ditto.
|
|
1347
|
|
1348 * fileio.c (Ffile_truename): Use `make_ext_string' instead of
|
|
1349 `make_string'.
|
|
1350
|
|
1351 1997-11-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
1352
|
|
1353 * database.c (CONCHECK_DATABASE): Define.
|
|
1354
|
|
1355 * dired.c (Fdirectory_files): Use `make_ext_string' instead of
|
|
1356 `make_string', to avoid crashes under Mule.
|
|
1357 (file_name_completion): Use `make_ext_string'.
|
|
1358
|
|
1359 * database.c (new_database): Renamed to `allocate_database', as
|
|
1360 per coding conventions.
|
|
1361
|
|
1362 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1363
|
|
1364 * dired.c: Remove VMS dependent code.
|
|
1365
|
|
1366 1997-11-01 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1367
|
|
1368 * buffer.h: Change XCHAR_OR_CHAR_INT to use XCHAR or
|
|
1369 XINT as appropriate instead of using XREALINT.
|
|
1370
|
|
1371 * regex.c (re_search_2): cast translate[*d] to
|
|
1372 unsigned char when indexing fastmap to avoid sign
|
|
1373 change when value has the 0x80 bit set.
|
|
1374
|
|
1375 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
1376
|
|
1377 * linuxplay.c (audio_init): Update for newer Linux kernels.
|
|
1378 From Robert Bihlmeyer <robbe@orcus.priv.at>
|
|
1379
|
|
1380 1997-11-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
1381
|
|
1382 * fileio.c (Finsert_file_contents_internal): Fix misleading
|
|
1383 comment.
|
|
1384
|
|
1385 1997-10-31 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1386
|
|
1387 * callproc.c: GC protect current_dir while infile and
|
|
1388 error_file are being initialized.
|
|
1389
|
207
|
1390 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
1391
|
|
1392 * config.h.in: Remove HAVE_GIF, HAVE_JPEG, HAVE_PNG, HAVE_TIFF and
|
|
1393 replace with HAVE_IMAGEMAGICK.
|
|
1394
|
|
1395 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1396
|
|
1397 * process.c (Fprocess_send_string): Protect against
|
|
1398 SIGPIPE when flushing outstream.
|
|
1399
|
|
1400 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
1401
|
|
1402 * input-method-xfs.c: Xlocale.h must be included after config.h.
|
|
1403 * input-method-motif.c: ditto.
|
|
1404 * input-method-xlib.c: ditto.
|
|
1405
|
|
1406 1997-10-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1407
|
|
1408 * Under LRECORD_VECTOR, moved vectors from being an basic
|
|
1409 lrecord tpye to an lcrecord.
|
|
1410 Added support for 31 bits Lisp integers.
|
|
1411 Added support for maskless pointers to Lisp objects.
|
|
1412
|
|
1413 * alloc.c
|
|
1414
|
|
1415 (allocate_lisp_storage): Use XSETOBJ instead of
|
|
1416 XSETCONS to avoid tripping the ERROR_CHECK_TYPECHECK
|
|
1417 code with uninitialized data. XSETCONS used to work
|
|
1418 until it became an lrecord type.
|
|
1419
|
|
1420 Removed sweep_vectors_1, all_vectors and other vector
|
|
1421 specific GC related objects in the LRECORD_VECTOR
|
|
1422 case, as they are unneeded now that lrecord-based
|
|
1423 vectors are lcrecords.
|
|
1424
|
|
1425 Added `equal' methods for lrecord-based conses, vectors
|
|
1426 and strings. I was mistaken before; they are needed.
|
|
1427
|
|
1428 (pure_cons): moved XSETCONS call to after the
|
|
1429 set_lheader_implementation call, to avoid tripping the
|
|
1430 type checking code on an uninitialized implementation
|
|
1431 pointer.
|
|
1432
|
|
1433 (make_pure_vector): moved XSETVECTOR call to after the
|
|
1434 set_lheader_implementation call, to avoid tripping the
|
|
1435 type checking code on an uninitialized implementation
|
|
1436 pointer.
|
|
1437
|
|
1438 (Fpurecopy): return if given a null pointer. THis can
|
|
1439 happen when initializing Qnil.
|
|
1440
|
|
1441 (mark_object): return if passed a null pointer. I
|
|
1442 think this can happen when marking through some kind of
|
|
1443 objects that contain Lisp_Objects and null pointers.
|
|
1444
|
|
1445 (marked_p): Ditto
|
|
1446
|
|
1447 * buffer.c
|
|
1448
|
|
1449 (mark_buffer): Don't mark conses in the indirect children
|
|
1450 list is said list is in fact a null pointer. The
|
|
1451 indirect children list gets reset to a null pointer
|
|
1452 when a bfufer is killed.
|
|
1453
|
|
1454 (complex_vars_of_buffer): initialize indirect_children
|
|
1455 slow of Vbuffer_local_symbols and Vbuffer_defaults to
|
|
1456 nil.
|
|
1457
|
|
1458 * chartab.c
|
|
1459
|
|
1460 (Fcheck_category_at): Don't use XREALINT to extract a
|
|
1461 char from a Lisp_Object, use XCHAR instead.
|
|
1462
|
|
1463 (Fchar_in_category): Ditto.
|
|
1464
|
|
1465 * data.c
|
|
1466
|
|
1467 (eq_with_ebola_notice): Use XCHAR_OR_INT instead of
|
|
1468 XREALINT to extract data from a Lisp_Object that could
|
|
1469 contain a charater or an integer.
|
|
1470
|
|
1471 (make_int): use XSETINT in the USE_MINIMAL_TAGBITS
|
|
1472 case.
|
|
1473
|
|
1474 (make_char): use XSETINT in the USE_MINIMAL_TAGBITS
|
|
1475 case.
|
|
1476
|
|
1477 (Flsh): XUINT is gone; use XINT instead.
|
|
1478
|
|
1479 * elhash.c
|
|
1480
|
|
1481 (elisp_hvector_malloc): Use Qnull_pointer instead of
|
|
1482 Qzero, as Qzero is no longer guaranteed to contain an
|
|
1483 all-zero bit pattern.
|
|
1484
|
|
1485 (make_lisp_hashtable): Ditto.
|
|
1486
|
|
1487 (Fcopy_hashtable): Ditto.
|
|
1488
|
|
1489 * emacsfns.h
|
|
1490
|
|
1491 Conditionalize the declaration of make_char() on
|
|
1492 whether a make_char macro exists or not.
|
|
1493
|
|
1494 * fns.c
|
|
1495
|
|
1496 (internal_equal): Conditionalize existence of cons,
|
|
1497 string and vector comparison code on whether they are
|
|
1498 lrecord-based.
|
|
1499
|
|
1500 (internal_old_equal): Ditto.
|
|
1501
|
|
1502 * lisp-disunion.h
|
|
1503
|
|
1504 USE_MINIMAL_TAGBITS support.
|
|
1505
|
|
1506 31 bit Lisp integer support.
|
|
1507
|
|
1508 Conditionalized existence of markbit related macros on
|
|
1509 the existence of a markbit in a Lisp_Object. There are
|
|
1510 no markbits in the USE_MINIMAL_TAGBITS implementation
|
|
1511 of a Lisp_Object.
|
|
1512
|
|
1513 Replaced XUINT with XPNTRVAL.
|
|
1514
|
|
1515 Added declaration for Qnull_pointer.
|
|
1516
|
|
1517 * lisp-union.h
|
|
1518
|
|
1519 USE_MINIMAL_TAGBITS support.
|
|
1520
|
|
1521 31 bit Lisp integer support.
|
|
1522
|
|
1523 Conditionalized existence of markbit related macros on
|
|
1524 the existence of a markbit in a Lisp_Object. There are
|
|
1525 no markbits in the USE_MINIMAL_TAGBITS implementation
|
|
1526 of a Lisp_Object.
|
|
1527
|
|
1528 Replaced XUINT with XPNTRVAL.
|
|
1529
|
|
1530 Added a make_char macro, similar to the make_int
|
|
1531 macro, for use with the GCC-specific XMAKE_LISP hack.
|
|
1532
|
|
1533 * lisp.h
|
|
1534
|
|
1535 USE_MINIMAL_TAGBITS support.
|
|
1536
|
|
1537 31 bit Lisp integer support.
|
|
1538
|
|
1539 Added GCMARKBITS macro to specify how many markbits a
|
|
1540 Lisp_Object contains.
|
|
1541
|
|
1542 Support for lcrecord-based vectors.
|
|
1543
|
|
1544 Added XCHAR_OR_INT for accessing data in an object
|
|
1545 that might contain either a character or an integer.
|
|
1546
|
|
1547 Made HACKEQ_UNSAFE use XCHAR_OR_INT instead of
|
|
1548 XREALINT during its Ebola check.
|
|
1549
|
|
1550 * print.c
|
|
1551
|
|
1552 Made the printing code undestand the split Lisp integer type.
|
|
1553
|
|
1554 * symbols.c
|
|
1555
|
|
1556 Added declaration for Qnull_pointer.
|
|
1557
|
|
1558 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
1559
|
215
|
1560 * m/ibmrs6000.h:
|
|
1561 * s/aix3-2.h: C_SWITCH_SYSTEM ==> configure.in
|
|
1562 * s/aix4-1.h: -li18n ==> configure.in
|
|
1563 * s/aix4.h: Always include strings.h
|
|
1564 * config.h.in: Add AIXV3 define, suggested by xmkmf. Remove
|
207
|
1565 AIX_SMT_EXP.
|
215
|
1566 * unexaix.c: Fix nested comments compiler warning
|
207
|
1567
|
|
1568 1997-10-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1569
|
215
|
1570 * profile.c (sigprof_handler): Don't call XUNMARK on
|
207
|
1571 fun, it isn't needed.
|
|
1572
|
215
|
1573 * faces.c (face_property_matching_instance): Check
|
207
|
1574 for charset == Qunbound, which it can be if the
|
|
1575 character set is unspecified.
|
|
1576
|
|
1577 1997-10-27 SL Baur <steve@altair.xemacs.org>
|
|
1578
|
|
1579 * mule-wnnfns.c (vars_of_mule_wnn): Provide 'wnn feature.
|
|
1580
|
|
1581 * mule-canna.c (vars_of_mule_canna): Provide 'CANNA feature.
|
|
1582
|
|
1583 1997-10-27 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1584
|
|
1585 * device-x.c (x_init_device): To avoid crazy menubars due to
|
|
1586 lack of suitable font loading. Disabled locale based app-defaults
|
|
1587 loading when menubars=motif or menubars=lucid + xfs feature is not
|
|
1588 used. Currently, the menubar resource has no effect for tty use.
|
|
1589
|
|
1590 1997-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1591
|
|
1592 * README: Remove references to VMS.
|
|
1593
|
|
1594 * vlimit.h:
|
|
1595 * s/vms5-5.h:
|
|
1596 * s/vms4-4.h:
|
|
1597 * s/vms4-2.h:
|
|
1598 * s/vms4-0.h:
|
|
1599 * s/vms.h: Remove files since VMS isn't supported any more.
|
|
1600
|
|
1601 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1602
|
|
1603 * toolbar.h: Reduce MINIMUM_SHADOW_THICKNESS to 1.
|
|
1604
|
|
1605 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1606
|
|
1607 * database.c: Added support for Berkeley DB 2.x.
|
|
1608
|
|
1609 1997-10-23 SL Baur <steve@altair.xemacs.org>
|
|
1610
|
|
1611 * alloc.c: Disable purespace statistics unless --debug is in
|
|
1612 effect.
|
|
1613
|
|
1614 * console-stream.c (init_console_stream): At the price of a tiny
|
|
1615 memory leak, reinitialize FILE fields of the console.
|
|
1616 From Tonny Madsen <tma@nettest.dk>
|
|
1617
|
|
1618 * emacs.c: New variable `inhibit_package_init'.
|
|
1619 (vars_of_emacs): Use it.
|
|
1620 (main_1): Initialize from command line.
|
|
1621
|
|
1622 * Makefile.in.in (xemacs): Specify -vanilla when searching for
|
|
1623 shadows.
|
|
1624
|
|
1625 * emacs.c: Remove VMS ifdefs.
|
|
1626 (standard_args): Added -no-packages, --no-packages.
|
|
1627 Added -vanilla, --vanilla.
|
|
1628 (Frun_emacs_from_temacs): Guard pure usage report with DEBUG_XEMACS
|
|
1629 (Fdump_emacs): Ditto.
|
|
1630
|
|
1631 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
1632
|
|
1633 * fns.c (Ffeaturep): Use `Fcar' with `or'.
|
|
1634
|
|
1635 1997-10-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1636
|
|
1637 * alloc.c: drop the Lisp_Type_Record case clause
|
|
1638 that I added to the switch statement in a previous
|
|
1639 patch. The string, vector and cons cases belong in
|
|
1640 the `default' clause with the other lrecord types.
|
|
1641
|
|
1642 1997-10-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1643
|
|
1644 * Added support for strings as lrecords.
|
|
1645
|
|
1646 * lisp.h: #ifdef'd out Lisp_Type_String enum value
|
|
1647 if LRECORD_STRING is defined.
|
|
1648
|
|
1649 * alloc.c: Added allocation and garbage collection
|
|
1650 code for lrecord-based strings.
|
|
1651
|
|
1652 * print.c: move Lisp_String printing code to a
|
|
1653 separate function so that it could be used as a
|
|
1654 `print' method for lrecord-based strings.
|
|
1655
|
|
1656 1997-10-20 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1657
|
|
1658 * extents.c: Renamed shot property to initial-redisplay-function
|
|
1659 (extent_fragment_update): Changed the bookkeeping whether an event
|
|
1660 has been spawned. The initial-redisplay-function property is no
|
|
1661 longer set to nil.
|
|
1662
|
|
1663 * extents.h: ditto
|
|
1664
|
|
1665 1997-10-20 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1666
|
|
1667 * Added support for conses and vectors to be lrecords.
|
|
1668
|
|
1669 * alloc.c: Modified allocation and GC code for
|
|
1670 LRECORD_CONS and LRECORD_VECTOR support. Moved some
|
|
1671 macros to lrecord.h.
|
|
1672
|
|
1673 * bytecode.c: Warning comment about LRECORD_CONS.
|
|
1674
|
|
1675 * elhash.c: Let internal_hash handle vector hashing
|
|
1676 if LRECORD_VECTOR is defined, just as it does when
|
|
1677 LRECORD_VECTOR is not defined. The code could have
|
|
1678 been copied into an `hash' method function but I don't
|
|
1679 see any point to it. Added lrecord style marking code
|
|
1680 to finish_marking_weak_hashtables. Bracketed code
|
|
1681 that groks the non-lrecord method of marking vectors
|
|
1682 with #ifdefs.
|
|
1683
|
|
1684 * fns.c: Let internal_equal and internal_old_equal
|
|
1685 handle vector comparisons when LRECORD_VECTOR is
|
|
1686 defined, just as it does when LRECORD_VECTOR is not
|
|
1687 defined. The code could have been copied into an
|
|
1688 `equal' method function but I don't see any point to
|
|
1689 it.
|
|
1690
|
|
1691 * lisp.h: Added typecheck macros for LRECORD_CONS
|
|
1692 support. LRECORD_VECTOR macros were already present.
|
|
1693
|
|
1694 * print.c: New functions print_cons and print_vector
|
|
1695 for LRECORD_CONS and LRECORD_VECTOR support.
|
|
1696 Some GC protection also added.
|
|
1697
|
|
1698 * lrecord.h: Received some macros from alloc.c, so
|
|
1699 that they could be used in lisp.h.
|
|
1700
|
|
1701 1997-10-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
1702
|
|
1703 * fns.c (Ffeaturep): Handle `not' correctly.
|
|
1704
|
|
1705 * lread.c (vars_of_lread): Use defsymbol for featurep.
|
|
1706
|
|
1707 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1708
|
|
1709 * s/irix5-0.h: Removed -G 0 from LD_SWITCH_SYSTEM. .sbss sections
|
|
1710 are supported since unexelfsgi.c upgrade.
|
|
1711
|
|
1712 1997-10-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1713
|
|
1714 * lstream.c (Lstream_close): Don't return early if the
|
|
1715 closer method reports failure. Doing so caused GC and
|
|
1716 memory corruption crashes.
|
|
1717
|
|
1718 1997-10-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1719
|
|
1720 * extents.c (Fset_extent_property): Allow `keymap' property to be
|
|
1721 set to nil.
|
|
1722
|
|
1723 1997-10-15 SL Baur <steve@altair.xemacs.org>
|
|
1724
|
|
1725 * mule-coding.c (acceptable_control_char_p): Add C-_ for info.
|
|
1726 (detect_coding_iso2022): Ditto.
|
|
1727 From SENDA Shigeya <senda@ic.rdc.ricoh.co.jp>
|
|
1728
|
|
1729 1997-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1730
|
|
1731 * mule-coding.c (make-coding-system, detect-coding-region): Modify
|
|
1732 DOC-string because of renaming `automatic-conversion' ->
|
|
1733 `undecided' to sync with Emacs 20.2.
|
|
1734
|
|
1735 (make-coding-system, coding-system-type, detect-coding-region):
|
|
1736 Rename `Qautomatic_conversion' -> `Qundecided'.
|
|
1737
|
|
1738 * general.c (syms_of_general): Rename `automatic-conversion' ->
|
|
1739 `undecided' to sync with Emacs 20.2.
|
|
1740
|
|
1741 * emacsfns.h, event-Xt.c (x_to_emacs_keysym): Rename
|
|
1742 `Qautomatic_conversion' -> `Qundecided'.
|
|
1743
|
|
1744 * buffer.c (buffer-file-coding-system): Modify DOC-string because
|
|
1745 of renaming `automatic-conversion' -> `undecided' to sync with
|
|
1746 Emacs 20.2.
|
|
1747
|
|
1748 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1749
|
|
1750 * lisp.h (MANY): Bump SUBR_MAX_ARGS to 12 and add corresponding
|
|
1751 DEFUN_n macros.
|
|
1752
|
|
1753 1997-10-13 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1754
|
|
1755 * console-tty.c: Include gpmevent.h
|
|
1756 * gpmevent.c (connect_to_gpm): change to void
|
|
1757 * gpmevent.h: Ditto.
|
|
1758
|
|
1759 1997-10-13 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1760
|
|
1761 * lisp-disunion.h (XSETOBJ): cast Lisp type enum to
|
|
1762 an EMACS_UINT quantity to avoid a compiler warning about
|
|
1763 integer overflow when the most significat bit of the
|
|
1764 type tag is shifted into the sign bit position of an
|
|
1765 EMACS_INT.
|
|
1766
|
205
|
1767 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
1768
|
207
|
1769 * s/freebsd.h: Add X11 guard for building without X11.
|
205
|
1770 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1771
|
|
1772 1997-10-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1773
|
207
|
1774 * doprnt.c (emacs_doprnt_1): if forwarded field width
|
205
|
1775 is negative, set minus_flag and make the field width
|
|
1776 positive. Makes (format "%*s" -10 "abc") work like
|
|
1777 (format "%-*s" 10 "abc").
|
|
1778
|
|
1779 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
1780
|
|
1781 * unexsol2.c (unexec): CONST isn't defined here.
|
|
1782 From Adrian Aichner <aichner@ecf.teradyne.com>
|
207
|
1783
|
203
|
1784 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
1785
|
205
|
1786 * realpath.c (realpath): CONST IS LOSING but removing it conflicts
|
|
1787 with system headers.
|
|
1788
|
203
|
1789 * callproc.c: New variable infopath-internal.
|
|
1790 (complex_vars_of_callproc): Declare and initialized it.
|
|
1791
|
|
1792 * paths.h.in: New variable PATH_INFOPATH.
|
|
1793
|
|
1794 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
1795
|
|
1796 * systty.h:
|
|
1797 - change Xemacs --> XEmacs
|
|
1798
|
|
1799 * buffer.c:
|
|
1800 * editfns.c:
|
|
1801 * msdos.c:
|
|
1802 - Remove bogus FSF-origin \n\ sequences.
|
|
1803
|
|
1804 1997-10-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1805
|
|
1806 * doprnt.c (parse_doprnt_spec): parse `*' field width
|
|
1807 and precision specs and set up spec forwarding.
|
|
1808
|
|
1809 * doprnt.c (emacs_doprnt_1): implement `*' by
|
|
1810 forwarding flags, precision and field width data from a
|
|
1811 spec to a subsequent spec.
|
|
1812
|
|
1813 * editfns.c: document new `*' field width and
|
|
1814 precision spec.
|
|
1815
|
|
1816 1997-10-09 SL Baur <steve@altair.xemacs.org>
|
|
1817
|
|
1818 * database.c (Fclose_database): Rename C function.
|
|
1819 (Fdatabase_last_error): Ditto.
|
|
1820 (Fopen_database): Ditto.
|
|
1821 (Fput_database): Ditto.
|
|
1822 (Fremove_database): Ditto.
|
|
1823 (Fget_database): Ditto.
|
|
1824 (syms_of_dbm): Reflect above changes.
|
|
1825 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1826
|
|
1827 1997-10-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
1828
|
|
1829 * events.c (Fmake_event): Allow only frames as channel.
|
|
1830
|
|
1831 1997-10-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
1832
|
|
1833 * extents.c (print_extent_1): Fixed typo.
|
|
1834
|
|
1835 1997-10-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1836
|
|
1837 * insdel.c (buffer_replace_char): if doing delete/insert
|
|
1838 because of characters with deiffering byte lengths,move
|
|
1839 point forward with the insertion if it was moved backwrad
|
|
1840 to equal the insertion point by the earlier deletion.
|
|
1841
|
|
1842 1997-10-06 SL Baur <steve@altair.xemacs.org>
|
|
1843
|
|
1844 * window.c (Fset_window_dedicated_p): register -> REGISTER.
|
|
1845
|
|
1846 * unexalpha.c (update_dynamic_symbols): register-> REGISTER.
|
|
1847
|
|
1848 * sysdep.c: Global change: register -> REGISTER.
|
|
1849
|
|
1850 * strcat.c (strcat): register -> REGISTER.
|
|
1851
|
|
1852 * search.c: Global change: register -> REGISTER.
|
|
1853
|
|
1854 * regex.c: Global change: register -> REGISTER.
|
|
1855 - Ensure REGISTER is always defined.
|
|
1856
|
|
1857 * nt.c: Global change: register -> REGISTER.
|
|
1858
|
|
1859 * linuxplay.c: Global change: register -> REGISTER.
|
|
1860
|
|
1861 * input-method-xlib.c (best_style): register -> REGISTER.
|
|
1862
|
|
1863 * gifalloc.c: Global change: register -> REGISTER.
|
|
1864 - Ensure REGISTER is always defined.
|
|
1865
|
|
1866 * getloadavg.c (getloadavg): register -> REGISTER.
|
|
1867
|
|
1868 * eval.c (unwind_to_catch): [Unused variable] register -> REGISTER.
|
|
1869
|
|
1870 * cmds.c (Fpoint_at_bol): register -> REGISTER.
|
|
1871
|
|
1872 * chartab.c (check_category_char): register -> REGISTER.
|
|
1873
|
|
1874 * buffer.c (assoc_ignore_text_properties): [Unused function]
|
|
1875 register -> REGISTER.
|
|
1876
|
|
1877 * alloca.c: Global change: register -> REGISTER.
|
|
1878
|
|
1879 * xmu.h (XmuCopyISOLatin1Lowered): Global change: const -> CONST.
|
|
1880
|
|
1881 * gif_lib.h: Global change: const -> CONST.
|
|
1882
|
|
1883 * balloon_help.h (balloon_help_move_to_pointer): const -> CONST.
|
|
1884
|
|
1885 * xmu.c: Global change: const -> CONST.
|
|
1886
|
|
1887 * unexsol2.c (unexec): const -> CONST.
|
|
1888
|
|
1889 * unexhp9k3.c (unexec_error): const -> CONST.
|
|
1890
|
|
1891 * unexfreebsd.c (unexec_error): const -> CONST.
|
|
1892
|
|
1893 * sunOS-fix.c (mbstowcs): const-> CONST.
|
|
1894 (wcstombs): Ditto.
|
|
1895
|
|
1896 * strcpy.c (strcpy): const -> CONST.
|
|
1897
|
|
1898 * strcmp.c: Global change: const -> CONST.
|
|
1899
|
|
1900 * strcat.c (strcat): const -> CONST.
|
|
1901
|
|
1902 * realpath.c (realpath): const -> CONST.
|
|
1903
|
|
1904 * keymap.c (where_is_recursive_mapper): const -> CONST.
|
|
1905
|
|
1906 * extents.c (extent_priority_sort_function): const -> CONST.
|
|
1907
|
|
1908 * dgif_lib.c (DGifOpenFileName): const -> CONST.
|
|
1909
|
|
1910 * balloon_help.c: Global change: const -> CONST.
|
|
1911
|
201
|
1912 1997-10-03 SL Baur <steve@altair.xemacs.org>
|
|
1913
|
|
1914 * lisp.h: Nuke register declarations.
|
|
1915
|
|
1916 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1917
|
|
1918 * window.c (Frecenter): Correct variable names in docstring.
|
|
1919
|
|
1920 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1921
|
|
1922 * fns.c: Add some cross references between destructive and
|
|
1923 non-destructive versions of similar functions.
|
|
1924
|
|
1925 Fri Oct 3 12:28:08 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1926
|
|
1927 * lisp-disunion.h: Move markbit to be between the
|
|
1928 type bits and the value bits. Previously it was always
|
|
1929 the sign bit of a EMACS_INT, unless modified by a
|
|
1930 #define in a machine dependent .h file.
|
199
|
1931
|
|
1932 1997-10-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1933
|
|
1934 * profile.c (Fclear_profiling_info): Made interactive.
|
|
1935
|
|
1936 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
1937
|
|
1938 * glyphs-x.c (USE_TEMP_FILES_FOR_PNG_IMAGES): Move outside of
|
|
1939 HAVE_JPEG ifdef.
|
|
1940
|
|
1941 1997-10-01 SL Baur <steve@altair.xemacs.org>
|
|
1942
|
|
1943 * lisp.h (min): Fully parenthize.
|
|
1944 (max): Ditto.
|
|
1945
|
|
1946 * Makefile.in.in (widget.o): Insert dependencies.
|
|
1947 - Insert HAVE_OFFIX_DND dependencies.
|
|
1948
|
|
1949 * casefiddle.c (casify_object): Back out bogus undocumented patch
|
|
1950 from 20.3-beta18.
|
|
1951
|
|
1952 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
1953
|
|
1954 * events.c (Fevent_type): Add OffiX guard.
|
|
1955 (command_event_p): Ditto.
|
|
1956 (mark_event): Ditto.
|
|
1957 (print_event): Ditto.
|
|
1958
|
197
|
1959 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
1960
|
|
1961 * mule-canna.c (Fcanna_set_bunsetsu): Return a value.
|
|
1962 (Fcanna_parse): Remove unused variables `ks' and `ksv'.
|
|
1963 (Fcanna_henkan_begin): Remove unused variable `res'.
|
|
1964 (Fcanna_henkan_next): Remove unused variable `nbun'.
|
|
1965 (count_char): Change return type to void.
|
|
1966
|
|
1967 * event-Xt.c (x_event_to_emacs_event): Remove unused variable
|
|
1968 `event-size'.
|
|
1969
|
|
1970 * menubar.c (Fnormalize_menu_item_name): Remove unused variable
|
|
1971 `res'.
|
|
1972
|
|
1973 * redisplay-x.c (x_flash): Reorganize test to prefer select over
|
|
1974 poll.
|
|
1975
|
|
1976 * xselect.c (Fx_store_cutbuffer_internal): Remove unused variable
|
|
1977 `encoding'.
|
|
1978
|
|
1979 1997-09-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
1980
|
|
1981 * frame.c (Fmake_frame): Call `custom-initialize-frame'.
|
|
1982
|
|
1983 1997-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1984
|
|
1985 * mule-coding.c: Rename `pathname-coding-system' to
|
|
1986 `file-name-coding-system' to sync with Emacs 20.2.
|
|
1987
|
195
|
1988 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
1989
|
|
1990 * window.c (saved_window_equal): Ditto.
|
|
1991
|
|
1992 * process.c (Fget_process): Use internal_equal.
|
|
1993
|
|
1994 * lread.c (build_load_history): Use internal_equal.
|
|
1995 (build_load_history): Use XCAR/XCDR where safe.
|
|
1996
|
|
1997 * events.c (event_equal): Ditto.
|
|
1998
|
|
1999 * event-stream.c (Fdispatch_event): Ditto.
|
|
2000
|
|
2001 * elhash.c (lisp_object_eql_equal): Ditto.
|
|
2002 (lisp_object_equal_equal): Ditto.
|
|
2003
|
|
2004 * device.c (find_device_of_type): Ditto.
|
|
2005
|
|
2006 * console.c (find_console_of_type): Ditto.
|
|
2007
|
|
2008 * console-tty.c (tty_init_console): Ditto.
|
|
2009
|
|
2010 * console-stream.c (stream_init_console): Use internal_equal.
|
|
2011 (stream_canonicalize_console_connection): Ditto.
|
|
2012
|
|
2013 * fns.c (Fmember): Use internal_equal, to avoid a necessary
|
|
2014 funcall and NILP check.
|
|
2015 (Fold_member): Ditto for internal_old_equal.
|
|
2016 (Fassoc): Use XCAR when we know we deal with a cons. Use
|
|
2017 internal_equal. Removed tem.
|
|
2018 (Fold_assoc): Ditto.
|
|
2019 (Fassq): Use XCAR.
|
|
2020 (Frassoc): Use internal_equal; remove tem.
|
|
2021 (Fold_rassoc): Ditto for internal_old_equal.
|
|
2022 (Frassq): Use XCDR with what we know is a cons.
|
|
2023 (Fold_rassq): Ditto.
|
|
2024 (Fdelete): Use internal_equal.
|
|
2025 (Fold_delete): Ditto for internal_old_equal.
|
|
2026 (Fremassoc): Use internal_equal; use XCAR/XCDR with what we know
|
|
2027 is a cons.
|
|
2028 (Fremrassoc): Ditto.
|
|
2029
|
|
2030 * dired.c (Fdirectory_files): Nreverse the list only if it will be
|
|
2031 sorted.
|
|
2032
|
|
2033 Fri Sep 26 13:55:28 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2034
|
|
2035 * faces.c (update_face_cachel_data): Don't allow the
|
|
2036 background pixmap of the default face to override the
|
|
2037 background of a face if that color has been specified.
|
|
2038
|
|
2039 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
2040
|
|
2041 * dired.c (close_directory_fd): New function.
|
|
2042 (Fdirectory_files): Use it to set up an unwind-protection to close
|
|
2043 the descriptor.
|
|
2044 (Fdirectory_files): Allow QUIT in re_search.
|
|
2045 (Fdirectory_files): If the file is too big, allocate necessary
|
|
2046 data with malloc.
|
|
2047 (Fdirectory_files): Use simple Fcons to build the list.
|
|
2048 (close_directory_fd): Free the opaque pointer.
|
|
2049
|
|
2050 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
2051
|
|
2052 * extents.c (Fset_extent_properties): New function.
|
|
2053
|
|
2054 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
2055
|
|
2056 * dired.c (Fdirectory_files): Remove broken VMS stuff.
|
|
2057 (file_name_completion_stat): Ditto.
|
|
2058 (file_name_completion): Ditto.
|
|
2059 (Top Level): Ditto.
|
|
2060 (syms_of_dired): Ditto.
|
|
2061
|
|
2062 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
2063
|
|
2064 * widget.c (Fwidget_apply): Don't GCPRO result of Fwidget_get.
|
|
2065
|
|
2066 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
2067
|
|
2068 * symsinit.h: Declare syms_of_widget.
|
|
2069
|
|
2070 * emacsfns.h: Declare Fchar_syntax.
|
|
2071
|
|
2072 * bytecode.c (Fbyte_code): Call Fchar_syntax for the Bchar_syntax
|
|
2073 bytecode.
|
|
2074
|
|
2075 * syntax.c (Fchar_syntax): convert nil input to \000 for
|
|
2076 compatibility.
|
|
2077
|
|
2078 * alloc.c (report_pure_usage): Increase slop to 512 bytes in betas
|
|
2079 and reduce it to 4 bytes in releases.
|
|
2080
|
|
2081 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
2082
|
|
2083 * Makefile.in.in (objs): Add new C file widget.o.
|
|
2084
|
|
2085 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
2086
|
|
2087 * editfns.c (vars_of_editfns): New feature 'ampersand-full-name
|
|
2088 declared if AMPERSAND_FULL_NAME configuration option is enabled.
|
|
2089
|
|
2090 * callproc.c (vars_of_callproc): Update docstring of `data-directory'.
|
|
2091
|
|
2092 Sun Sep 21 14:14:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2093
|
|
2094 * lisp.h: underspecify lisp_fn_t function prototype
|
|
2095 to avoid compiler errors in inline_funcall_subr().
|
|
2096
|
|
2097 * eval.c (Fprogn): Walk forms list with XCDR, access
|
|
2098 with XCAR. Check forms list CONSP, so that XCDR and XCAR are
|
|
2099 safe.
|
|
2100
|
|
2101 * eval.c (Fsetq): replace Flength call with for-loop
|
|
2102 to compute list length. Walk arg list with XCDR,
|
|
2103 access with XCAR. Check arg list with CONSP, so that
|
|
2104 XCDR and XCAR are safe.
|
|
2105
|
|
2106 * eval.c: New macro inline_funcall_subr, an inline
|
|
2107 version of funcall_subr + primitive_funcall.
|
|
2108
|
|
2109 * eval.c (Feval): replace Flength call with for-loop
|
|
2110 to compute list length. Use XCAR and XCDR in some
|
|
2111 places where it is safe to do so. Use
|
|
2112 inline_funcall_subr() in place of funcall_subr().
|
|
2113
|
|
2114 * eval.c (funcall_recording_as): Use XCAR instead of
|
|
2115 Fcar where it was safe.
|
|
2116
|
|
2117 * eval.c (Fapply): replace Flength call with for-loop
|
|
2118 to compute list length.
|
|
2119
|
|
2120 * eval.c (apply_lambda):Use XCAR and XCDR in some
|
|
2121 places where it is safe to do so.
|
|
2122
|
|
2123 * eval.c (funcall_lambda): Walk param list with XCDR, access
|
|
2124 with XCAR. Check param list CONSP, so that XCDR and XCAR are
|
|
2125 safe.
|
|
2126
|
|
2127 * symbols.c (find_symbol_value): return quickly if no
|
|
2128 symbol magic is involved, to avoid the expensive call
|
|
2129 to find_symbol_value_1.
|
|
2130
|
|
2131 * symbols.c (store_symval_forwarding): don't call
|
|
2132 reject_constant_symbols unless there is a chance a
|
|
2133 constant symbol is involved. This break the
|
|
2134 encapsulation of the constants check, but symbol stores
|
|
2135 are used heavily and speed is most important than
|
|
2136 cleanliness in this case.
|
|
2137
|
|
2138 1997-09-21 Joel Peterson <tarzan@aosi.com>
|
|
2139
|
|
2140 * menubar.c (normalize-menu-item-name): New function.
|
|
2141
|
|
2142 1997-09-21 SL Baur <steve@altair.xemacs.org>
|
|
2143
|
|
2144 * keymap.c (get_relevant_extent_keymaps): Previous patch reversed.
|
|
2145
|
193
|
2146 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
2147
|
|
2148 * Makefile.in.in (xemacs): Adoption of shadow.el to print
|
|
2149 load-path shadowings after successful dump.
|
|
2150
|
|
2151 1997-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
2152
|
|
2153 * redisplay.c (scroll_conservatively): New variable.
|
|
2154 (redisplay_window): Use it.
|
|
2155
|
189
|
2156 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
2157
|
|
2158 * events.c (Fmake_event): Add default case, remove unused variables.
|
|
2159
|
|
2160 1997-08-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2161
|
|
2162 * extents.c (extent_fragment_update): Trigger one_shot_function
|
|
2163
|
|
2164 * extents.c (set-extent-one-shot-function): New function
|
|
2165
|
|
2166 * extents.h (struct extent_auxiliary): Added one_shot_function
|
|
2167
|
|
2168 * extens.c: Added one_shot_function to assesor functions.
|
|
2169
|
|
2170 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2171
|
|
2172 * fileio.c (Fexpand_file_name): Don't treat "//" and "~/" in the
|
|
2173 middle of path specially.
|
|
2174
|
187
|
2175 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2176
|
|
2177 * event-stream.c (inhibit_input_event_recording): New boolean
|
|
2178 variable.
|
|
2179 (Fnext_event): Use it.
|
|
2180
|
|
2181 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
2182
|
|
2183 * fns.c (Fmapc): Renamed from Fmapc_internal.
|
|
2184
|
|
2185 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2186
|
|
2187 * database.c (Fmake_database): Expand FILE.
|
|
2188
|
|
2189 * redisplay.c (window-system): Warn against using it.
|
|
2190
|
|
2191 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
2192
|
|
2193 * emacs.c (PACKAGE_PATH): Reverse PACKAGE_PATH.
|
|
2194 Suggested by Colin Rafferty <craffert@ml.com>
|
|
2195
|
|
2196 1997-09-03 SL Baur <steve@altair.xemacs.org>
|
|
2197
|
|
2198 * print.c (print_internal): Special treatment for C-\.
|
|
2199
|
183
|
2200 1997-08-13 P E Jareth Hein <jareth@camelot-soft.com>
|
|
2201
|
|
2202 * insdel.c (buffer_delete_range): Changed the location where point
|
|
2203 was actually moved to after all other movement handling. This
|
|
2204 prevents a MULE related crash in VALID_BYTIND.
|
|
2205
|
|
2206 1997-08-11 SL Baur <steve@altair.xemacs.org>
|
|
2207
|
|
2208 * doc.c (Fsnarf_documentation): Semi-clarify types of weird
|
|
2209 functions.
|
|
2210
|
181
|
2211 1997-08-05 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2212
|
|
2213 * eval.c (vars_of_eval): Updated docstring for `debug_on_error' to
|
|
2214 mention `debug-ignored-errors'.
|
|
2215
|
|
2216 1997-08-01 SL Baur <steve@altair.xemacs.org>
|
|
2217
|
|
2218 * emacsfns.h: Fix declaration.
|
|
2219
|
|
2220 * event-stream.c (syms_of_event_stream): HAVE_MENUBARS not
|
|
2221 HAVE_MENUBAR.
|
|
2222
|
179
|
2223 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
2224
|
|
2225 * frame-x.c (x_offix_drop_event_handler): Use stderr_out instead
|
|
2226 of fprintf.
|
|
2227
|
|
2228 * mule-coding.c (parse_iso2022_esc): Add abort() trap on unhandled
|
|
2229 condition.
|
|
2230
|
|
2231 * mule-wnnfns.c (Fwnn_dict_search): Remove unused variable.
|
|
2232 (Fwnn_hindo_update): Ditto.
|
|
2233 (Fwnn_inspect): Ditto.
|
|
2234 (Fwnn_bunsetu_henkou): Ditto.
|
|
2235
|
|
2236 * eval.c (call_with_suspended_errors): Fix Gcc warning:
|
|
2237 argument `retval' might be clobbered by `longjmp' or `vfork'
|
|
2238
|
|
2239 1997-07-30 SL Baur <steve@altair.xemacs.org>
|
|
2240
|
|
2241 * redisplay.c: `window-system' isn't going away any time soon.
|
|
2242
|
|
2243 1997-07-29 SL Baur <steve@altair.xemacs.org>
|
|
2244
|
|
2245 * callint.c (Fcall_interactively): Allow floating point numbers
|
|
2246 for `n' and `N' interactive specs.
|
|
2247
|
|
2248 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
2249
|
|
2250 * event-stream.c (command_builder_find_leaf): Fix typo in
|
|
2251 HAVE_MENUBARS.
|
|
2252
|
|
2253 * gui-x.c (popup_selection_callback): Fix typo in HAVE_MENUBARS.
|
|
2254
|
|
2255 * event-stream.c (syms_of_event_stream): accelerate_menu needed
|
|
2256 guards.
|
|
2257
|
|
2258 * emacs.c (vars_of_emacs): Main default package directory is now
|
|
2259 ${prefix}/lib/xemacs/packages.
|
|
2260
|
177
|
2261 1997-07-25 David Moore <dmoore@ucsd.edu>
|
|
2262
|
|
2263 * alloc.c (Fmake_byte_code): GC protect newly allocated function
|
|
2264 when looking up filename.
|
|
2265
|
|
2266 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
2267
|
|
2268 * Makefile.in.in: Added support for linking with dmalloc.
|
|
2269
|
|
2270 1997-07-25 P E Jareth Hein <jareth@camelot-soft.com>
|
|
2271
|
|
2272 * xselect.c (x_atom_to_symbol): Fixed a memory corruption bug
|
|
2273 where a possibly MULEified string was getting freed before use.
|
|
2274
|
|
2275 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
2276
|
|
2277 * callproc.c: New variable Vdata_directory_list.
|
|
2278 * emacsfns.h: Declare it.
|
|
2279
|
|
2280 * fns.c (Frequire): Undo previous change.
|
|
2281
|
|
2282 * print.c (print_internal): Handle circular objects like Emacs
|
|
2283 handles them (and as documented in the Lispref).
|
|
2284
|
|
2285 * database.c (Fputdatabase): Complain when `val' is not a string.
|
|
2286
|
|
2287 * event-stream.c (command_builder_find_leaf): Guard menubar
|
|
2288 accelerator stuffs with HAVE_MENUBAR.
|
|
2289 * gui-x.c (popup_selection_callback): Ditto.
|
|
2290
|
|
2291 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
2292
|
|
2293 * event-stream.c (menu_move_up): Guard menubar accelerator code
|
|
2294 with HAVE_MENUBARS.
|
|
2295
|
|
2296 * emacs.c (decode_path): New function, derived from latter portion
|
|
2297 of decode_env_path.
|
|
2298 (decode_env_path): Break out the naughty bits -- shouldn't do
|
|
2299 getenv and separator parsing in one function.
|
|
2300 New variable Vpackage_path.
|
|
2301 (vars_of_emacs): Use it.
|
|
2302
|
|
2303 * editfns.c (Fstring_to_char): Return nil instead of `0' for empty
|
|
2304 string.
|
|
2305
|
173
|
2306 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2307
|
|
2308 * fileio.c (Finsert_file_contents_internal): Handle non-regular
|
|
2309 files.
|
|
2310
|
|
2311 1997-07-12 Steven L Baur <steve@altair.xemacs.org>
|
|
2312
|
|
2313 * Makefile.in.in (LOCK_OBJ): Only include filelock.[co] when
|
|
2314 CLASH_DETECTION is defined.
|
|
2315
|
|
2316 1997-07-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2317
|
|
2318 * emacs.c (main_1): Spelling fix.
|
|
2319
|
|
2320 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
2321
|
|
2322 * Makefile.in.in (dump-elcs): Shouldn't use SATISFIED hack.
|
|
2323 (xemacs-no-site-file): Not supported any more.
|
|
2324 (binary): New dependency for dumping XEmacs.
|
|
2325 (xemacs): Attempt to be a little smarter about not dumping a new
|
|
2326 XEmacs if it is not needed.
|
|
2327 (temacs): Remove `xemacs' after success.
|
|
2328
|
171
|
2329 1997-07-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
2330
|
|
2331 * extents.c: Allow non-symbol properties of extents.
|
|
2332
|
|
2333 1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
2334
|
|
2335 * data.c (Fstring_to_number): Use `check_int_range'.
|
|
2336 (Fstring_to_number): Would bug out on wrong type check.
|
|
2337
|
|
2338 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
2339
|
|
2340 * data.c (Fcompiled_function_doc_string): Implement correctly.
|
|
2341 Was forgotten cut & paste identical clone to
|
|
2342 Fcompiled_function_interactive?
|
|
2343
|
|
2344 * Makefile.in.in (alloc.o): Remove dependency on puresize_adjust.h
|
|
2345 so alloc.c need not be recompiled when puresize changes.
|
|
2346
|
|
2347 * alloc.c (PURIFIED): Use get_PURESIZE() instead of constant.
|
|
2348 (check_purespace): Ditto.
|
|
2349 (alloc_pure_lrecord): Ditto.
|
|
2350 (report_pure_usage): Ditto.
|
|
2351 (disksave_object_finalization): Ditto.
|
|
2352 (report_pure_usage): Modify message reported when Build is
|
|
2353 restarted due to change in PURESIZE_ADJUSTMENT.
|
|
2354
|
|
2355 * puresize.h: Remove dependency on puresize_adjust.h.
|
|
2356 (get_PURESIZE): New function -- declare it.
|
|
2357
|
|
2358 * pure.c: Move final PURESIZE computation and include of
|
|
2359 puresize_adjust.h into here so alloc.c need not be recompiled each
|
|
2360 time the puresize is adjusted.
|
|
2361 (get_PURESIZE): New function.
|
|
2362
|
169
|
2363 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
2364
|
171
|
2365 * data.c (Fstring_to_number): Wrong parameter was being checked.
|
|
2366
|
169
|
2367 * emacs.c (vars_of_emacs): Fprovide the system type as a feature.
|
|
2368
|
|
2369 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
2370
|
|
2371 * data.c (Fstring_to_number): Fix typo. base isn't an integer.
|
|
2372
|
|
2373 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
|
|
2374
|
|
2375 * data.c, emacsfns.h: This is the port of GNU Emacs capability.
|
|
2376 I am still not sure what this buys us, but I guess it doesn't hurt
|
|
2377 to have it.
|
|
2378 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2379
|
|
2380 * glyphs.c (make_string_from_file): Use
|
|
2381 insert-file-contents-literally instead of
|
|
2382 insert-file-contents-internal.
|
|
2383
|
|
2384 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
2385
|
|
2386 * fns.c (check_losing_bytecode): Correct reported version.
|
|
2387
|
|
2388 * Makefile.in.in (${libsrc}DOC): Break up line length for stupid
|
|
2389 make programs.
|
|
2390
|
|
2391 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2392
|
|
2393 * emacsfns.h: Put void in prototype.
|
|
2394 Suggested by Ben Wing.
|
|
2395
|
|
2396 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2397
|
|
2398 * glyphs.c (make_string_from_file): must protect from
|
|
2399 `format-alist'.
|
|
2400
|
167
|
2401 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
2402
|
|
2403 * config.h.in: Back out previous change to LOSING_BYTECODE. It's
|
|
2404 just not worth it.
|
|
2405
|
|
2406 1997-06-27 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
2407
|
|
2408 * s/sol2.h: Undefined _XOPEN_SOURCE for Solaris 2.4.
|
|
2409
|
|
2410 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
2411
|
|
2412 * abbrev.c (abbrev_match): New function.
|
|
2413 (abbrev_oblookup): New function.
|
|
2414 (obarray_has_blank_p): New function.
|
|
2415 (abbrev_count_case): New function.
|
|
2416 (Fexpand_abbrev): Use them. Allow abbreviations to contain
|
|
2417 arbitrary characters.
|
|
2418
|
|
2419 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
2420
|
|
2421 * config.h.in: LOSING_BYTECODE will not be compiled into XEmacs.
|
|
2422
|
|
2423 * doc.c (Fsnarf_documentation): Remove VMS dependent stuff for
|
|
2424 cleanliness.
|
|
2425
|
|
2426 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
2427
|
|
2428 * print.c (Ferror_message_string): Simplify.
|
|
2429
|
|
2430 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
2431
|
|
2432 * symbols.c (Fdefine_function): Correct docstring.
|
|
2433 (Fsetplist): Ditto.
|
|
2434 (Ffset): Ditto.
|
|
2435 (Fsetq_default): Ditto.
|
|
2436
|
|
2437 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
2438
|
|
2439 * eval.c (skip_debugger): Removed comment and #ifdef-ed code.
|
|
2440 (signal_call_debugger): Call skip_debugger after wants_debugger.
|
|
2441 (signal_call_debugger): Gcpro cons sent to skip_debugger.
|
|
2442
|
|
2443 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
|
|
2444
|
|
2445 * process.c (create_process): Default to fork instead of vfork.
|
|
2446
|
|
2447 * callproc.c (Fcall_process_internal): Default to fork instead of
|
|
2448 vfork.
|
|
2449
|
|
2450 * emacsfns.h: Add declarations of Ferror_message_string(),
|
|
2451 Frunning_temacs_p().
|
|
2452
|
|
2453 * eval.c: Remove declarations of Ferror_message_string(),
|
|
2454 Frunning_temacs_p().
|
|
2455
|
|
2456 * Makefile.in.in (${libsrc}DOC): Correct dependency for the docfile.
|
|
2457 (${mo_dir}emacs.po): Remove obsolete references to lisp source.
|
|
2458
|
|
2459 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2460
|
|
2461 * mule-charset.c: Modify charset DOC-strings to be more detailed.
|
|
2462
|
165
|
2463 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
2464
|
|
2465 * alloc.c (Flist): Optimize.
|
|
2466 From Hrvoje Niksic.
|
|
2467
|
|
2468 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
2469
|
|
2470 * lisp.h: Get uintptr_t stuffs because it is needed for including
|
|
2471 emacsfns.h.
|
|
2472
|
|
2473 * sysdep.h: Removed uintptr_t stuffs.
|
|
2474
|
|
2475 1997-06-22 Steven L Baur <steve@altair.xemacs.org>
|
|
2476
|
|
2477 * fns.c (concat): Replace Fcar/Fcdr with XCAR/XCDR.
|
|
2478 (Fnreverse): Ditto.
|
|
2479 (internal_equal): Ditto.
|
|
2480 (internal_old_equal): Ditto.
|
|
2481 (Fnconc): Ditto.
|
|
2482 (Freverse): Saner implementation.
|
|
2483 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2484
|
|
2485 * s/linux.h: getpgrp with glibc is now properly detected by
|
|
2486 configure.
|
|
2487 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
2488
|
163
|
2489 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
2490
|
|
2491 * events.c: Remove declaration of Qempty.
|
|
2492
|
|
2493 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
2494
|
|
2495 * frame-x.c, EmacsFrame.c, menubar-x.c, redisplay-x.c, scrollbar-x.c:
|
|
2496 Make 64 bit clean.
|
|
2497
|
|
2498 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
2499
|
|
2500 * config.h.in:
|
|
2501 - Autodetect X defines using xmkmf.
|
|
2502 - Compute rpath on *bsd* systems as well.
|
|
2503 - rewrite PRINT_VAR m4 macro.
|
|
2504 - detect sizes of void* and long long for future use by unex*.c
|
|
2505 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
2506
|
|
2507 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
2508
|
|
2509 * Makefile.in:
|
|
2510 * s/*.h:
|
|
2511 * m/*.h:
|
203
|
2512 * config.h.in:
|
215
|
2513 * emacs.c:
|
163
|
2514 * version.sh:
|
|
2515 * configure.in: Another rewrite.
|
|
2516 - support powerpcle (Solaris on ppc)
|
|
2517 - Now just have one s/sol2.h for all Solaris versions
|
|
2518 - Specifying colon-separated directories actually works now.
|
|
2519 - OS_RELEASE is a new define to avoid proliferation of s&m files.
|
|
2520 - extract more stuff from s&m files.
|
|
2521 - more debugging info
|
|
2522 - More changes to avoid the `echo -e' problem
|
|
2523 - Add more tests: fcntl.h AC_TYPE_*, AC_FUNC_GETPGRP
|
|
2524 - Back out -lPW test.
|
|
2525 - More paranoid xpm test
|
|
2526 - Put version information in version.sh instead of version.el
|
|
2527 - Make quoted pre-processor string tokens out of all macro values
|
|
2528 to be used only by configure.
|
|
2529 * xmu.c: DON'T use Xos.h
|
|
2530 * sysdep.c (wait_for_termination):
|
|
2531 * search.c:
|
|
2532 * editfns.c:
|
|
2533 * console-*:
|
|
2534
|
|
2535 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
2536
|
|
2537 * unexelfsgi.c: Some things that Needed To Be Done(tm) into
|
|
2538 unexelfsgi:
|
|
2539 - support for .sbss section (no more -G 0 needed, 0.00001% speed
|
|
2540 increase)
|
|
2541 - support for Elf64 (64bits executables)
|
|
2542 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
2543
|
|
2544 * fns.c (Fmapvector): New function converted from Lisp.
|
|
2545 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2546
|
|
2547 Wed Jun 18 16:42:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2548
|
|
2549 * Makefile.in.in: Convert two missed C style comments.
|
|
2550 (LIBES): Remove LIBS_DEBUG which is no longer defined.
|
|
2551 (LIBES): lwlibs_libs was misspelled.
|
|
2552
|
|
2553 1997-06-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2554
|
|
2555 * eval.c (vars_of_eval): New variable Vdebug_ignored_errors.
|
|
2556 (skip_debugger): New function; use Vdebug_ignored_errors.
|
|
2557 (signal_call_debugger): Use it.
|
|
2558
|
|
2559 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
2560
|
|
2561 * emacs.c (vars_of_emacs): Moved symbols emacs-version,
|
|
2562 emacs-major-version, and emacs-minor-version from version.el to
|
|
2563 here.
|
|
2564
|
|
2565 * general.c (syms_of_general): New symbols and, not, and or.
|
|
2566
|
|
2567 * emacsfns.h: New symbols Qand, Qnot, Qor.
|
|
2568
|
|
2569 * Makefile.in.in: Call temacs to compute lisp libraries to
|
|
2570 include in the DOC file.
|
|
2571
|
|
2572 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
2573
|
|
2574 * Makefile.in.in (lisp): Remove explicit mention of auto-autoloads.el.
|
|
2575
|
|
2576 Sat Jun 14 21:55:27 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2577
|
|
2578 * console.c (Fselect_console):
|
|
2579 Check DEVICE_SELECTED_FRAME of console's selected
|
|
2580 device for non-nil value before using it as a frame.
|
|
2581
|
161
|
2582 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
2583
|
|
2584 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid
|
|
2585 unavoidable Ebola notices in the bytecompiler.
|
|
2586
|
|
2587 * emacsfns.h: Fextent_in_region_p: Move.
|
|
2588
|
|
2589 * keymap.c Fextent_in_region_p: Move.
|
|
2590
|
|
2591 Fri Jun 13 00:38:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2592
|
215
|
2593 * console.c (Fsuspend_console):
|
161
|
2594 Disable input on ttys. Hide unhidden frames.
|
|
2595
|
215
|
2596 * console.c (Fresume_console):
|
161
|
2597 Enable input on ttys. Raise the device selected frame.
|
|
2598
|
|
2599 Fri Jun 13 00:25:46 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2600
|
|
2601 * process.c (status_notify):
|
|
2602 Revert back to the code that does not use
|
|
2603 save_excursion_restore. Just bounds check opoint
|
|
2604 instead.
|
|
2605
|
|
2606 * process.c (read_process_output):
|
|
2607 Bounds check saved clip region and point values for
|
|
2608 validity before using them. Call Fwiden before calling
|
|
2609 Fnarrow_to_region to insure values will not be out of
|
|
2610 range.
|
|
2611
|
|
2612 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
2613
|
|
2614 * alloc.c: Make the GC cursor appear on all frames.
|
|
2615 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2616
|
|
2617 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2618
|
|
2619 * data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and
|
|
2620 byte-compile-push-constant to list of ignored functions.
|
|
2621
|
|
2622 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
2623
|
|
2624 * bytecode.c (Bsave_current_buffer): Register.
|
|
2625 (Fbyte_code): Do action.
|
|
2626
|
|
2627 * editfns.c (Fsave_current_buffer): New SUBR.
|
|
2628
|
159
|
2629 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2630
|
|
2631 * syntax.c (Fchar_syntax): Handle case of being passed nil.
|
|
2632
|
|
2633 * data.c (eq_with_ebola_notice): Add more legitimate places in the
|
|
2634 bytecompiler that should not get Ebola notices.
|
|
2635
|
|
2636 Tue Jun 10 00:34:40 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2637
|
|
2638 * process.c (status_notify):
|
|
2639 Use record_unwind_protect and save_excursion_restore to
|
|
2640 handle the point and buffer restoration. Cleaner. Doesn't
|
|
2641 crash the editor if before/after-change-functions change
|
|
2642 things behind our back.
|
|
2643
|
|
2644 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
2645
|
|
2646 * data.c (vars_of_data): Set Ebola warning backtrace limit to 16.
|
|
2647 (eq_with_ebola_notice): Bypass Ebola warnings for special
|
|
2648 bytecompiler functions where they are 100% spurioius.
|
|
2649
|
|
2650 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2651
|
|
2652 * Makefile.in.in: Use lisp/mule/language/misc-lang.el instead of
|
|
2653 lisp/mule/ipa-hooks.el.
|
|
2654
|
|
2655 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2656
|
|
2657 * Makefile.in.in: Use lisp/mule/language/thai.elc instead of
|
|
2658 lisp/mule/thai-hooks.elc.
|
|
2659
|
|
2660 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2661
|
|
2662 * Makefile.in.in: Use lisp/mule/language/chinese.el,
|
|
2663 lisp/mule/language/cyrillic.el, lisp/mule/language/european.el,
|
|
2664 lisp/mule/language/greek.el, lisp/mule/language/japanese.el and
|
|
2665 lisp/mule/language/korean.el instead of
|
|
2666 lisp/mule/chinese-hooks.el, lisp/mule/cyrillic-hooks.el,
|
|
2667 lisp/mule/european-hooks.el, lisp/mule/greek-hooks.el,
|
|
2668 lisp/mule/japanese-hooks.el and lisp/mule/korean-hooks.el.
|
|
2669
|
157
|
2670 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
2671
|
|
2672 * keymap.c: Declare Fextent_in_region_p.
|
|
2673
|
|
2674 * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW
|
|
2675 is determined more sensibly.
|
|
2676
|
|
2677 1997-06-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
2678
|
|
2679 * keydefs.c (get_relevant_extent_keymaps): Choose correct keymap
|
|
2680 at extent boundaries.
|
|
2681
|
|
2682 Mon Jun 9 19:35:19 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2683
|
|
2684 * redisplay.c (pixel_to_glyph_translation):
|
|
2685 Fixed off by one error in computation of closest
|
|
2686 position when mouse is in the frame's right-side
|
|
2687 border area.
|
|
2688
|
|
2689 Sat Jun 7 22:07:41 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2690
|
|
2691 * frame.c (delete_frame_internal):
|
|
2692 Calling Fselect_frame isn't sufficient to set the
|
|
2693 frame device's selected frame if the frame we're
|
|
2694 selecting is on a different device. Call
|
|
2695 set_device_selected_frame apprpriately in that case.
|
|
2696 Also don't set the frame device's selected frame to a
|
|
2697 frame that's on another device.
|
|
2698
|
|
2699 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
2700
|
|
2701 * sysdep.c: MS Windows NT doesn't (yet) do child TTY processes.
|
|
2702 From David Hobley <davidh@wr.com.au>
|
|
2703
|
|
2704 Sat Jun 7 22:00:54 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2705
|
215
|
2706 * device-x.c (x_delete_device):
|
157
|
2707 Add an EQ check so that we don't set Vdefault_x_device
|
|
2708 back to the device we're deleting.
|
|
2709
|
155
|
2710 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
2711
|
|
2712 * frame.c (Fmake_frame): Correct checking of first_frame_on_device.
|
|
2713 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2714
|
|
2715 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
2716
|
|
2717 * device.c (delete_deviceless_console): New function.
|
|
2718 (Fmake_device): Use it. Fix problem of creation of a frame on a
|
|
2719 tty where something fails during initialization.
|
|
2720 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
2721
|
|
2722 * specifier.c (Fboolean_specifier_p): Correct spelling in
|
|
2723 Docstring (synch from Infodock 3.5).
|
|
2724
|
|
2725 * frame.c: Update docstring.
|
|
2726
|
|
2727 1997-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
2728
|
|
2729 * sysdep.c (tty_init_sys_modes_on_device): Initialize it.
|
|
2730
|
|
2731 * console.c (complex_vars_of_console): New variable
|
|
2732 `tty-erase-char'.
|
|
2733
|
|
2734 * conslots.h (MARKED_SLOT): New slot.
|
|
2735
|
|
2736 Mon Jun 2 02:49:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2737
|
|
2738 * frame.c, frame-tty.c
|
|
2739 Treat tty frames like a cross between stacked window
|
|
2740 system frames and frames on virtual displays. All
|
|
2741 frames but the top frame are visible but hidden by
|
|
2742 default. next-frame and previous-frame now skip
|
|
2743 invisible tty frames by default. raise-frame and
|
|
2744 lower-frame now control whether a frame is hidden
|
|
2745 instead of whether it is visible. Frames are no
|
|
2746 longer automatically raised when they are selected.
|
|
2747 After a raise/lower operation selection of the new
|
|
2748 topmost frame is deferred until a selection magic
|
|
2749 event is read.
|
|
2750
|
|
2751 Sat May 31 19:59:49 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2752
|
|
2753 * frame-tty.c (tty_init_frame_3:
|
|
2754 Defer selection of the newly created frame until
|
|
2755 an event is read.
|
|
2756
|
|
2757 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
2758
|
|
2759 * search.c (REGEXP_CACHE_SIZE): Bump to 20.
|
|
2760 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2761
|
|
2762 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
2763
|
|
2764 * device-tty.c (tty_asynch_device_change):
|
|
2765 * gpmevent.c (connect_to_gpm): Makes it so it doesn't **ck up the
|
|
2766 mouse stuff on an XTerm, and resets the internal GPM variables for
|
|
2767 the width and height of the screen when we get a sigwinch.
|
|
2768 From William M. Perry <wmperry@aventail.com>
|
|
2769
|
153
|
2770 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2771
|
|
2772 * eval.c (Fprogn): Delete mocklisp support.
|
|
2773 (Fwhile): Ditto.
|
|
2774 (Fcommandp): Ditto.
|
|
2775 (Feval): Ditto.
|
|
2776 (funcall_recording_as): Ditto.
|
|
2777 (funcall_lambda): Ditto.
|
|
2778
|
|
2779 * elhash.c (verify_function): Delete mocklisp support.
|
|
2780
|
|
2781 * doc.c (Fdocumentation): Delete mocklisp support.
|
|
2782
|
|
2783 * data.c (wrong_type_argument): Delete mocklisp support.
|
|
2784
|
|
2785 * config.h.in: Delete mocklisp support.
|
|
2786
|
|
2787 * callint.c (Fcall_interactively): Delete mocklisp support.
|
|
2788
|
|
2789 * emacs.c (main_1): Delete mocklisp initialization.
|
|
2790
|
|
2791 * symsinit.h: Delete mocklisp.c decls.
|
|
2792
|
|
2793 * Makefile.in.in: Delete mocklisp stuffs.
|
|
2794
|
|
2795 Thu May 29 03:00:16 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
2796
|
|
2797 * frame.c (change_frame_size_1):
|
|
2798 Drop code that returns immediately if the old frame
|
|
2799 size is equal to the new.
|
|
2800 Leave the minibuffer height the same if the frame has
|
|
2801 been initialized, and the minibuffer height is tall
|
|
2802 enough to display at least one line of text in the default
|
|
2803 font, and the old minibuffer height is a multiple of the
|
|
2804 default font height. This should cause the minibuffer
|
|
2805 height to be recomputed on font changes but not for
|
|
2806 other frame size changes, which seems reasonable.
|
|
2807
|
|
2808 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
2809
|
|
2810 * event-stream.c (Frecent_keys): Take optional parameter to
|
|
2811 indicate how many keystrokes to return.
|
|
2812 (Frecent_keys_ring_size): New function returns the maximum number
|
|
2813 of events `recent-keys' can return.
|
|
2814 (Fset_recent_keys_ring_size): New function. Modifies the above.
|
|
2815
|
|
2816 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2817
|
|
2818 * event-stream.c: New variable recent_keys_ring_size replacing a
|
|
2819 hard-coded macro.
|
|
2820
|
|
2821 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
2822 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2823
|
|
2824 * sysdep.c: Correction of subprocess support when compiling
|
|
2825 without ttys.
|
|
2826
|
151
|
2827 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
2828
|
|
2829 * editfns.c (format-time-string): Update DOCstring. Make time
|
|
2830 parameter optional.
|
|
2831
|
|
2832 Wed May 21 11:58:17 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
2833
|
215
|
2834 * insdel.c (signal_first_change):
|
151
|
2835 record the current buffer for the unwind instead of the
|
|
2836 buffer that's about to become the current buffer.
|
|
2837
|
|
2838 Tue May 20 23:23:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2839
|
|
2840 * frame.c: Correct spelling typo in docstring.
|
|
2841
|
|
2842 Mon May 19 03:40:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
2843
|
215
|
2844 * redisplay.c: (window_line_number)
|
151
|
2845 don't prefer buffer point value over window point
|
|
2846 value unless window, frame, device and console are
|
|
2847 all selected.
|
|
2848
|
215
|
2849 * redisplay.c: (redisplay_window)
|
151
|
2850 don't prefer buffer point value over window point
|
|
2851 value unless window, frame, device and console are
|
|
2852 all selected.
|
|
2853
|
215
|
2854 * redisplay.c: (create_text_block)
|
151
|
2855 don't prefer buffer point value over window point
|
|
2856 value unless window, frame, device and console are
|
|
2857 all selected.
|
|
2858
|
|
2859 Sun May 18 13:03:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2860
|
|
2861 * Makefile.in.in (distclean): remove xemacs-version.h.
|
|
2862
|
149
|
2863 Sun May 11 13:38:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
2864
|
215
|
2865 * frame.c (change_frame_size_1):
|
149
|
2866 return without doing anything if the frame has benn
|
|
2867 initialized and the new frame size is same as the
|
|
2868 current frame size.
|
|
2869
|
|
2870 Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2871
|
|
2872 * device-tty.c (tty_asynch_device_change): Make
|
|
2873 `no-redraw-on-reenter' work. Patch from Hrvoje Niksic.
|
|
2874
|
|
2875 Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2876
|
|
2877 * frame-tty.c: Support multiple frames.
|
|
2878
|
|
2879 * redisplay.c (decode_mode_spec): New coding `%N'.
|
|
2880
|
146
|
2881 Sun May 11 23:36:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2882
|
|
2883 * buffer.c: Rename Vdelete_auto_save_files to coding standards.
|
|
2884
|
|
2885 * frame.c: Rename Vallow_deletion_of_last_visible_frame to coding
|
|
2886 standards.
|
|
2887
|
142
|
2888 Thu May 8 19:10:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2889
|
|
2890 * frame.c: Change internal type of
|
|
2891 `allow-deletion-of-last-visible-frame' to boolean.
|
|
2892
|
|
2893 * buffer.c: Change internal type of `delete-auto-save-files' to
|
|
2894 boolean.
|
|
2895
|
|
2896 Sat May 3 15:28:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2897
|
|
2898 * redisplay.c: `column-number-start-at-one' is a user customizable
|
|
2899 variable.
|
|
2900
|
|
2901 * event-stream.c (vars_of_event_stream): `focus-follows-mouse' is
|
|
2902 a user customizable variable.
|
|
2903
|
|
2904 * cmds.c (vars_of_cmds): `signal-error-on-buffer-boundary' is a
|
|
2905 user customizable variable.
|
|
2906
|
|
2907 * lread.c (parse_integer): Fix incorrect upper bounds on loop.
|
|
2908
|
140
|
2909 Thu May 1 18:59:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2910
|
|
2911 * glyphs-x.c (Fmake_subwindow): Update error message.
|
|
2912
|
|
2913 Wed Apr 30 18:07:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2914
|
|
2915 * lread.c: New variable featurep.
|
|
2916 (read1): Add processing for #- and #+.
|
|
2917 (read_list_conser): Handle case where a feature test has removed a
|
|
2918 portion of the input stream.
|
|
2919 (vars_of_lread): New feature `xemacs'.
|
|
2920
|
|
2921 * fns.c (Ffeaturep): Remove function when using #-, #+ feature
|
|
2922 reader syntax.
|
|
2923
|
|
2924 * Makefile.in.in (lisp): Put features.elc in the dump list.
|
|
2925
|
|
2926 Thu May 1 05:24:25 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2927
|
|
2928 * buffer.c (Fmake_indirect_buffer): Don't pretend it's there.
|
|
2929
|
138
|
2930 Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2931
|
|
2932 * glyphs-x.c: libpng already includes setjmp.h, so don't attempt
|
|
2933 to include it twice.
|
|
2934
|
|
2935 Thu Apr 24 09:14:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2936
|
|
2937 * balloon-x.c (vars_of_balloon_x): Don't override advertised and
|
|
2938 supported balloon-help.
|
|
2939
|
136
|
2940 Tue Apr 22 11:54:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2941
|
|
2942 * emacs.c (main_1): Add syms_of_balloon_x and guard with
|
|
2943 HAVE_X_WINDOWS.
|
|
2944 (main_1): Add vars_of_balloon_x and guard with HAVE_X_WINDOWS.
|
|
2945
|
|
2946 * process.c (get_process): This function can be passed a BUFFER as
|
|
2947 a parameter.
|
|
2948
|
|
2949 Tue Apr 22 01:32:00 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
2950
|
215
|
2951 * menubar-x.c (pre_activate_hook):
|
136
|
2952 set in_menu_callback around call to call to
|
|
2953 menu_item_descriptor_to_widget_value.
|
|
2954
|
215
|
2955 * event-stream.c (Fnext_event):
|
136
|
2956 signal error if in_menu_callback non-nil to avoid
|
|
2957 reentering the menubar code and causing a crash later.
|
|
2958
|
215
|
2959 * cmdloop.c (command_loop_3):
|
136
|
2960 signal error if in_menu_callback non-nil to avoid
|
|
2961 inflooping calling Fnext_event, which will signal an
|
|
2962 error if the situation is not caught earlier.
|
|
2963
|
|
2964 Tue Apr 22 08:22:22 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2965
|
|
2966 * balloon-x.c, balloon_help.c, balloon_help.h: Modified to conform
|
|
2967 to XEmacs coding standards.
|
|
2968
|
134
|
2969 Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2970
|
|
2971 * balloon-x.c: New file from Douglas Keller.
|
|
2972
|
|
2973 * balloon_help.c: New file from Douglas Keller.
|
|
2974
|
|
2975 * balloon_help.h: New file from Douglas Keller.
|
|
2976
|
126
|
2977 Sun Apr 13 09:56:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2978
|
|
2979 * emacs.c (shut_down_emacs): Advertise using send-pr as the
|
|
2980 mechanism for submitting a bug report.
|
|
2981
|
|
2982 * Makefile.in.in: Handle pathological case of mis-autodetected
|
|
2983 TOOLTALK.
|
|
2984
|
|
2985 Sun Apr 13 11:33:34 1997 David Moore <dmoore@ucsd.edu>
|
|
2986
|
|
2987 * regex.c (re_search_2): Prevent incorrect matching and infinite
|
|
2988 loop with \\` and MULE.
|
|
2989
|
124
|
2990 Sat Apr 12 05:57:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2991
|
|
2992 * Makefile.in.in (lisp): Dump cus-start.elc with XEmacs.
|
|
2993
|
|
2994 * event-Xt.c (x_to_emacs_keysym): Allow for dead keys. (Patch
|
|
2995 from Joachim Schnitter).
|
|
2996
|
|
2997 * Makefile.in.in: Allow native sound for BSD/I.
|
|
2998
|
|
2999 * linuxplay.c: Rename global sndbuf to linuxplay_sndbuf.
|
|
3000 Make sndbuf, mix_fd, audio_vol, audio_fd, audio_dev non-static to
|
|
3001 avoid dump time lossage.
|
|
3002 (sndcnv8U_2mono): Rename global sndbuf to linuxplay_sndbuf.
|
|
3003 (sndcnv8S_2mono): Ditto.
|
|
3004 (sndcnv2monounsigned): Ditto.
|
|
3005 (sndcnv2unsigned): Ditto.
|
|
3006 (sndcnvULaw_2mono): Ditto.
|
|
3007 (sndcnv16_2monoLE): Ditto.
|
|
3008 (sndcnv16_2monoBE): Ditto.
|
|
3009 (sndcnv2byteLE): Ditto.
|
|
3010 (sndcnv2byteBE): Ditto.
|
|
3011 (sndcnv2monobyteLE): Ditto.
|
|
3012 (sndcnv2monobyteBE): Ditto.
|
|
3013 (linux_play_data_or_file): Ditto.
|
|
3014 (linux_play_data_or_file): Ditto.
|
|
3015 (linux_play_data_or_file): Ditto.
|
|
3016
|
|
3017 Sat Apr 12 01:59:14 1997 Kyle Jones <kyle_jones@WonderWorks.COM>
|
|
3018
|
|
3019 * glyphs-x.c, glyphs.c, glyphs.h: Added domain parameter to all
|
|
3020 image *_instantiate functions so that the domsin is available to
|
|
3021 specifier lookups in the various instantiator functions. Passed
|
|
3022 domain argument to extract_xpm_color_names for the
|
|
3023 Fspecifier_instance call.
|
|
3024
|
|
3025 Fri Apr 11 20:02:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3026
|
|
3027 * glyphs-x.c (extract_xpm_color_names): Add checking to handle
|
|
3028 case for when XEmacs is in initialization.
|
|
3029
|
|
3030 * events.c (Fevent_type): Remove handling for dead_event.
|
|
3031 (Fevent_properties): Remove handling for dead_event.
|
|
3032
|
|
3033 Thu Apr 10 20:41:53 1997 David Moore <dmoore@ucsd.edu>
|
|
3034
|
|
3035 * ntproc.c (sys_spawnve): Clean up GC protection.
|
|
3036
|
|
3037 * fileio.c (Ffile_executable_p): Clean up GC protection.
|
|
3038
|
122
|
3039 Thu Apr 10 12:48:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3040
|
|
3041 * glyphs.c: Undo duplicate declaration of display_table.
|
|
3042
|
|
3043 * glyphs.h: Back out name change of autodetect to
|
|
3044 automatic_conversion.
|
|
3045
|
|
3046 * glyphs.c: Back out name change of autodetect to
|
|
3047 automatic_conversion.
|
|
3048
|
|
3049 * glyphs-x.c (image_instantiator_format_create_glyphs_x): Back out
|
|
3050 name change of autodetect to automatic_conversion.
|
|
3051
|
|
3052 * events.c (Fevent_properties): Do something sensible for
|
|
3053 dead_event and empty_event.
|
|
3054
|
|
3055 * general.c: Restore autodetect symbol.
|
|
3056
|
|
3057 * emacsfns.h: Declare new symbol Qempty.
|
|
3058
|
|
3059 * general.c: Add symbol to identify empty events.
|
|
3060
|
|
3061 * events.c (Fevent_type): Don't abort() when presented with an
|
|
3062 empty_event or a dead_event.
|
|
3063
|
120
|
3064 Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu>
|
|
3065
|
|
3066 * xmu.c: Renamed local `initialized' variable to `hex_initialized'
|
|
3067 and don't assign to static, as some compilers crash.
|
|
3068 (initHexTable): Use it.
|
|
3069 (XmuReadBitmapData): Use it.
|
|
3070
|
|
3071 Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu>
|
|
3072
|
|
3073 * fileio.c (Fexpand_file_name): Clean up GC protection.
|
|
3074
|
|
3075 * dired.c (Fdirectory_files): Clean up GC protection.
|
|
3076
|
|
3077 * insdel.c (signal_after_change): Don't run after_change_functions
|
|
3078 on special Vprin1_to_string_buffer.
|
|
3079 (signal_before_change): Ditto for before_change_functions.
|
|
3080
|
|
3081 Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu>
|
|
3082
|
|
3083 * buffer.c (Fkill_buffer): Don't kill special
|
|
3084 Vprin1_to_string_buffer.
|
|
3085
|
|
3086 Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3087
|
|
3088 * Makefile.in.in (xemacs-version.h): Added to rename main_1 to
|
|
3089 something reflecting the XEmacs version in use (for lusers
|
|
3090 reporting crashes who forget to include the version number).
|
|
3091
|
|
3092 * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP.
|
|
3093
|
|
3094 * sound.c: Strip HAVE_NEXTSTEP.
|
|
3095
|
|
3096 * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP.
|
|
3097
|
|
3098 * faces.c: Strip HAVE_NEXTSTEP.
|
|
3099 (update_EmacsFrame): Ditto.
|
|
3100
|
|
3101 * events.c (event_equal): Strip HAVE_NEXTSTEP.
|
|
3102 (event_hash): Ditto.
|
|
3103 (format_event_object): Ditto.
|
|
3104
|
|
3105 * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP.
|
|
3106
|
|
3107 * emacs.c (main_1): Strip HAVE_NEXTSTEP.
|
|
3108 Attempt hack to change name of main_1 to something reflecting the
|
|
3109 current version for lusers who don't include version numbers with
|
|
3110 stack backtraces.
|
|
3111
|
|
3112 * device.c: Strip HAVE_NEXTSTEP.
|
|
3113
|
|
3114 * console.c (Fconsole_type): Remove reference to unimplemented ns
|
|
3115 windows type.
|
|
3116
|
|
3117 Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3118
|
|
3119 * frame.h: Strip NeXTStep stuff.
|
|
3120
|
|
3121 * device.h: Strip NeXTStep stuff.
|
|
3122
|
|
3123 * console.h: More NeXTStep trimming.
|
|
3124
|
|
3125 * console-x.h: Strip Epoch stuff.
|
|
3126
|
|
3127 * symsinit.h (init_sunpro): Strip vms/Epoch stuff.
|
|
3128
|
|
3129 * events.h (union magic_data): Strip NeXTStep stuff.
|
|
3130
|
|
3131 * console.h: Strip NeXTStep stuff.
|
|
3132
|
|
3133 * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out.
|
|
3134
|
|
3135 * Makefile.in.in: Remove unused NeXTStep support. It's all in the
|
|
3136 cvs attic if someone wishes to revive it.
|
|
3137 (epoch.o): Remove last vestiges of non-existent epoch support.
|
|
3138
|
|
3139 Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3140
|
|
3141 * fns.c: Correct DOC string to not equate integers and
|
|
3142 characters.
|
|
3143
|
118
|
3144 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com>
|
|
3145
|
|
3146 * s/decosf4.0-static.h: New file.
|
|
3147
|
|
3148 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3149
|
|
3150 * config.h.in: MAIL_USE_POP, KERBEROS, HESIOD -- new parameters to
|
|
3151 deal with upgraded movemail.c.
|
|
3152
|
|
3153 Fri Mar 28 19:25:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3154
|
|
3155 * inline.c: Restore this blasphemous file.
|
|
3156
|
|
3157 * Makefile.in.in (inline.o): Restore the bletcherous
|
|
3158 inline.c.
|
|
3159
|
116
|
3160 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
3161
|
|
3162 * fileio.c (barf_or_query_if_file_exists): GC fixes.
|
|
3163 (Ffile_readable_p): ditto.
|
|
3164 (Ffile_writable_p): ditto.
|
|
3165 (Ffile_symlink_p): ditto.
|
|
3166 (Ffile_accessible_directory_p): ditto.
|
|
3167
|
|
3168 * sound.c (Fplay_sound_file): Fix up gc problems with file
|
|
3169 handlers.
|
|
3170
|
|
3171 * buffer.c (Fkill_buffer): Fix up buffer killing problems with
|
|
3172 file handlers.
|
|
3173
|
|
3174 * sysdep.c (sys_subshell): Fix up gc problems with file handlers.
|
|
3175
|
|
3176 * callproc.c (Fcall_process_internal): Fix up gc problems with
|
|
3177 file handlers.
|
|
3178 Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3179
|
|
3180 * ralloc.c (MHASH): Make 64bit Alpha happier.
|
|
3181
|
|
3182 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
3183
|
|
3184 * fileio.c (auto_save_expand_name_error): New function.
|
|
3185 (auto_save_expand_name): Ditto.
|
|
3186 (Fdo_auto_save): Protect against an error in Fexpand_file_name
|
|
3187 from kicking us inappropriately out of auto-save.
|
|
3188
|
|
3189 Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3190
|
|
3191 * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc
|
|
3192 2.1 (suggested by Andreas Jaeger).
|
|
3193
|
|
3194 Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu>
|
|
3195
|
|
3196 * profile.c: Fixed some comments about GC status of functions.
|
|
3197
|
|
3198 * profile.c (inside_profiling): New variable to lock the
|
|
3199 profiling table.
|
|
3200 (sigprof_handler): Check it.
|
|
3201 (Fget_profiling_info): Set it.
|
|
3202 (mark_profiling_info): Set it.
|
|
3203 (Fclear_profiling_info): Set it.
|
|
3204
|
|
3205 * eval.c (PUSH_BACKTRACE): New macro.
|
|
3206 (POP_BACKTRACE): Ditto.
|
|
3207
|
|
3208 * eval.c (Fcommand_execute): Use them and fix problem with
|
|
3209 backtrace_list build ordering requirements for profiling code.
|
|
3210 (Feval): Ditto.
|
|
3211 (funcall_recording_as): Ditto.
|
|
3212
|
114
|
3213 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3214
|
|
3215 * Makefile.in.in: strip inline.o.
|
|
3216
|
|
3217 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu>
|
|
3218
|
|
3219 * fileio.c (call2_check_string_or_nil): New function.
|
|
3220 (Ffile_name_directory): Use it.
|
|
3221 (Fsubstitute_in_file_name): Use it.
|
|
3222
|
|
3223 * fileio.c (Fexpand_file_name): GC protect against file handlers.
|
|
3224 (Fdelete_file): ditto
|
|
3225 (Ffile_writable_p): ditto
|
|
3226 (Ffile_directory_p): ditto
|
|
3227 (Ffile_regular_p): ditto
|
|
3228 (Fset_file_modes): ditto
|
|
3229 (Ffile_newer_than_file_p): ditto
|
|
3230 (Fset_visited_file_modtime): ditto
|
|
3231
|
|
3232 *fileio.c (Ffile_truename): Unneccessary GC protection.
|
|
3233 (Fdelete_directory): Fix broken caller-must-GC-protect call.
|
|
3234
|
|
3235 * filelock.c (lock_file): New comments warning that this function
|
|
3236 may kill the current buffer.
|
|
3237 (unlock_file): ditto
|
|
3238 (Flock_buffer): ditto
|
|
3239 (Funlock_buffer): ditto
|
|
3240 (unlock_buffer): ditto
|
|
3241
|
|
3242 * filelock.c (unlock_all_files): GC protect against unlock_file
|
|
3243 killing random buffers.
|
|
3244
|
|
3245 * buffer.c (Fkill_buffer): GC protect against unlock_file killing
|
|
3246 the buffer.
|
|
3247
|
|
3248 * insdel.c (prepare_to_modify_buffer): GC protect against
|
|
3249 lock_file() killing the buffer.
|
|
3250
|
|
3251 Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3252
|
|
3253 * mule-coding.c (vars_of_mule_coding): Add
|
|
3254 enable-multibyte-characters for MULE compatibility.
|
|
3255
|
|
3256 Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3257
|
|
3258 * glyphs-x.c: Implement a dummy function to insert a fake EOI
|
|
3259 marker if called. Based on code from William Perry.
|
|
3260
|
|
3261 Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3262
|
|
3263 * menubar-x.c (pre_activate_callback): Attempt to avoid recursive
|
|
3264 expansion of submenus via :filter expansion.
|
|
3265
|
|
3266 * glyphs-x.c (x_print_image_instance): Move define of
|
|
3267 HAVE_SUBWINDOWS to glyphs-x.h.
|
|
3268 (our_skip_input_data): Implement with some error checking based on
|
|
3269 patch by Dominic Froud.
|
|
3270
|
|
3271 * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from
|
|
3272 barfing.
|
|
3273
|
|
3274 Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3275
|
|
3276 * glyphs-x.c: Strip unimplemented subwindows code.
|
|
3277
|
112
|
3278 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu>
|
|
3279
|
|
3280 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the
|
|
3281 first image out of a multi-image or animated gif.
|
|
3282
|
|
3283 Mon Mar 17 15:27:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3284
|
|
3285 * Makefile.in.in (xemacs): Invert sense of test for successful
|
|
3286 completion of XEmacs dump.
|
|
3287
|
110
|
3288 Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu>
|
|
3289
|
|
3290 * fileio.c (Fdo_auto_save): Protect against file handlers which
|
|
3291 may kill the buffer being saved or otherwise modify Vbuffer_alist.
|
|
3292
|
|
3293 Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3294
|
|
3295 * Makefile.in.in (lisp): Add auto-customize.elc.
|
|
3296
|
|
3297 Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu>
|
|
3298
|
|
3299 * extents.c (extent_changed_for_redisplay): New parameter.
|
|
3300 (extent_changed_for_redisplay): Notify redisplay if invisible text
|
|
3301 has become visible.
|
|
3302 (extent_maybe_changed_for_redisplay): New parameter.
|
|
3303 (extent_attach): Use it.
|
|
3304 (extent_detach): Use it.
|
|
3305 (Fset_extent_parent): Use it.
|
|
3306 (set_extent_invisible): Use visibility change parameter.
|
|
3307 (Fset_extent_face): Ditto.
|
|
3308 (Fset_extent_mouse_face): Ditto.
|
|
3309 (set_extent_glyph): Ditto.
|
|
3310 (do_highlight): Ditto.
|
|
3311
|
|
3312 Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3313
|
|
3314 * s/sunos4-1-4-shr.h: New file.
|
|
3315
|
|
3316 * s/sunos4-1-4.h: New file.
|
|
3317
|
|
3318 * s/sunos4-1.h (BROKEN_SIGIO): Define.
|
|
3319
|
|
3320 Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3321
|
|
3322 * emacs.c (fatal_error_signal): (mostly) useless check on
|
|
3323 /usr/proc/bin/pstack removed.
|
|
3324
|
|
3325 * s/bsdos3.h: New file for BSDI 3.0.
|
|
3326
|
|
3327 * editfns.c (Fchar_equal): Correct DOC string.
|
|
3328 (Fchar_Equal): (char=) CL Case sensitve comparison added.
|
|
3329
|
|
3330 * data.c (Fcharacterp): Make DOC string less confrontational.
|
|
3331
|
|
3332 Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3333
|
|
3334 * input-method-motif.c (XIM_init_frame): Fix XIM crash on some
|
|
3335 versions of X11R6 XIM.
|
|
3336
|
|
3337 Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
3338
|
|
3339 * minibuf.c (regexp_ignore_completion_p): Reverse meaning of
|
|
3340 completion-regexp-list.
|
|
3341
|
108
|
3342 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3343
|
|
3344 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!!
|
|
3345 message.
|
|
3346
|
|
3347 Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3348
|
|
3349 * process.c (get_internet_address): Put upper bounds on attempting
|
|
3350 to get system name (similar to nearly identical processing in
|
|
3351 sysdep.c.
|
|
3352
|
|
3353 Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3354
|
|
3355 * puresize.h (PURESIZE): *Must* use angle brackets for
|
|
3356 puresize_adjust.h or build will lose with --srcdir.
|
|
3357
|
|
3358 * alloc.c (report_pure_usage): Adjust error message printed when
|
|
3359 too low on PURESIZE.
|
|
3360
|
|
3361 * Makefile.in.in: Move site-packages.
|
|
3362 Add vpath correction for puresize_adjust.h.
|
|
3363
|
106
|
3364 Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3365
|
|
3366 * Makefile.in.in (lisp): Remove custom-xmas.elc.
|
|
3367
|
104
|
3368 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3369
|
|
3370 * doc.c (weird_doc): Don't print `duplicate' messages as they are
|
|
3371 almost always due to symbols that are both autoloaded and dumped.
|
|
3372
|
|
3373 * data.c (syms_of_data): char-int and int-char -> char-to-int and
|
|
3374 int-to-char.
|
|
3375
|
|
3376 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3377
|
|
3378 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
|
|
3379
|
|
3380 * lstream.c (signal_simple_internal_error): Remove the abort().
|
|
3381
|
|
3382 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
|
|
3383 (Fgarbage_collect): Disable garbage collection if we're dumping
|
|
3384 XEmacs and we've overflowed purespace.
|
|
3385
|
|
3386 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
3387
|
|
3388 * event-Xt.c (change_frame_visibility): New function.
|
|
3389 (handle_map_event): Use it.
|
|
3390 (emacs_Xt_handle_magic_event): Correction of handling of
|
|
3391 VisibilityNotify.
|
|
3392
|
|
3393 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3394
|
|
3395 * frame-x.c (x_frame_visible_p): Reverse previous change.
|
|
3396
|
|
3397 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
|
|
3398
|
|
3399 * regex.c (re_search_2): Properly handle crossing the buffer gap
|
|
3400 when doing a backwards search under MULE.
|
|
3401
|
102
|
3402 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3403
|
|
3404 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
|
|
3405 site-loaded lisp files.
|
|
3406
|
|
3407 * alloc.c (report_pure_usage): Adjust restart message.
|
|
3408
|
|
3409 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3410
|
|
3411 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
|
|
3412
|
|
3413 * alloc.c (PURESIZE_h): New function.
|
|
3414 (report_pure_usage): Use it. If PURESIZE is not the right amount,
|
|
3415 use the correct value.
|
|
3416
|
|
3417 * puresize.h: Use dynamic computation of PURESIZE.
|
|
3418
|
|
3419 * PURESIZE.h: New file.
|
|
3420
|
|
3421 * fns.c (Frandom): Fix docstring.
|
|
3422
|
|
3423 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
|
|
3424
|
|
3425 * process.c (record_exited_processes): Fix obvious typo in
|
|
3426 checking for SIGCLD.
|
|
3427
|
|
3428 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3429
|
|
3430 * scrollbar.c (update_scrollbar_instance): Fix for
|
|
3431 all-hail-xemacs scrollbar drag bug.
|
|
3432
|
|
3433 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
|
|
3434 as end-of-buffer does, instead of hostile Frecenter(0). Makes
|
|
3435 C-button-1 on down-arrow friendlier.
|
|
3436
|
100
|
3437 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
|
|
3438 Initial MS Windows NT support.
|
|
3439 * unexnt.c: New file.
|
|
3440
|
|
3441 * ntproc.c: New file.
|
|
3442
|
|
3443 * ntheap.h: New file.
|
|
3444
|
|
3445 * ntheap.c: New file.
|
|
3446
|
|
3447 * nt.h: New file.
|
|
3448
|
|
3449 * nt.c: New file.
|
|
3450
|
|
3451 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3452
|
|
3453 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
|
|
3454
|
|
3455 * gmalloc.c: Guard __getpagesize definition against glibc 2.
|
|
3456
|
|
3457 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3458
|
|
3459 * Makefile.in.in (lisp): Snarf docstrings from new file
|
|
3460 itimer-autosave.elc.
|
|
3461
|
|
3462 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3463
|
|
3464 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
|
|
3465 freezing bug.
|
|
3466
|
|
3467 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3468
|
|
3469 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
|
|
3470
|
|
3471 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3472
|
|
3473 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
|
|
3474
|
|
3475 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3476
|
|
3477 * print.c (Ferror_message_string): New function, ported from Emacs
|
|
3478 19.34.
|
|
3479 (print_error_message): Ditto.
|
|
3480
|
|
3481 * extents.c (verify_extent_mapper): Experimental deletion of code
|
|
3482 to allow deletion of read-only extents.
|
|
3483
|
|
3484 * symbols.c (hash_string): Replace algorithm with one given in
|
|
3485 Aho, Sethi & Ullman.
|
|
3486
|
|
3487 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3488
|
|
3489 * keymap.c (lookup_keys): Wrong sense in test.
|
|
3490
|
|
3491 * Makefile.in.in: Dont dump font.elc.
|
|
3492
|
98
|
3493 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3494
|
|
3495 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
|
|
3496 (Fforward_char): Use it.
|
|
3497 (Fbackward_char): Use it.
|
|
3498
|
|
3499 * window.c (Fscroll_up): Use it.
|
|
3500 (Fscroll_down): Use it.
|
|
3501
|
|
3502 * keymap.c (syms_of_keymap): define mouse-[123] and
|
|
3503 down-mouse-[123] pseudo-keysym aliases for Emacs compatibility.
|
|
3504
|
|
3505 Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3506
|
|
3507 * Makefile.in.in: Don't dump tm with XEmacs under any
|
|
3508 circumstances.
|
|
3509
|
|
3510 * puresize.h: Remove extra SunPro puresize for MULE+tm.
|
|
3511
|
|
3512 Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
3513
|
|
3514 * emacs.c (main_1): Fix NeXT malloc initialization.
|
|
3515
|
96
|
3516 Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3517
|
|
3518 * mule-coding.c (Fdecode_coding_region): Make explicit call to
|
|
3519 `barf_if_buffer_read_only'.
|
|
3520 (Fencode_coding_region): Ditto.
|
|
3521
|
|
3522 Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3523
|
|
3524 * extents.c (syms_of_extents): Remove references to replicating
|
|
3525 extents.
|
|
3526
|
|
3527 * extents.h (struct extent): Remove references to replicating
|
|
3528 extents.
|
|
3529
|
|
3530 Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp>
|
|
3531
|
|
3532 * mule-coding.c (ENCODE_SJIS): Correct typo.
|
|
3533
|
|
3534 Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3535
|
|
3536 * frame.c (delete_frame_internal): Protect against deletion of
|
|
3537 frames with living popup children.
|
|
3538
|
94
|
3539 Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU>
|
|
3540
|
|
3541 * emacs.c (main_1): Try to avoid collisions against potentially
|
|
3542 incompatible system mallocs.
|
|
3543
|
|
3544 Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com>
|
|
3545
|
|
3546 * redisplay.c: Activate face/charset redisplay caching.
|
|
3547
|
|
3548 Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3549
|
|
3550 * eval.c (do_debug_on_exit): Don't restore old value of
|
|
3551 debug_on_next_call improperly.
|
|
3552
|
88
|
3553 Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se>
|
|
3554
|
|
3555 * frame.c (frame_matches_frametype): Fix next-window when the next
|
|
3556 window is on another frame.
|
|
3557
|
|
3558 Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3559
|
|
3560 * syntax.c (scan_sexps_forward): Change test on targetdepth to
|
|
3561 match Emacs 19.34.
|
|
3562
|
|
3563 Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net>
|
|
3564
|
|
3565 * gmalloc.c: Corrections for namespace collision with Linux libc
|
|
3566 malloc.
|
|
3567
|
86
|
3568 Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
3569
|
|
3570 * fileio.c (Fwrite_region_internal): pack lockname to write-region
|
|
3571 handler.
|
|
3572
|
|
3573 Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU>
|
|
3574
|
|
3575 * gmalloc.c (malloc): Guard against incompatible system mallocs
|
|
3576 with conflicting symbols.
|
|
3577
|
|
3578 Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3579
|
|
3580 * redisplay.c (add_emchar_rune): Back out optimization change of
|
|
3581 caching last_charset.
|
|
3582
|
|
3583 Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3584
|
|
3585 * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy.
|
|
3586 And I *do* mean buggy.
|
|
3587
|
84
|
3588 Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
3589
|
|
3590 * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode.
|
|
3591 Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA.
|
|
3592
|
82
|
3593 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3594 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
3595
|
|
3596 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
3597 code.
|
|
3598 (scrollbar-page-down): Ditto.
|
|
3599
|
|
3600 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
3601 Lucid/Motif code.
|
|
3602 (x_update_vertical_scrollbar_callback): Ditto.
|
|
3603 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
3604 special case code.
|
|
3605
|
|
3606 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
3607 for Athena3d.
|
|
3608
|
|
3609 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
3610 get the Athena vertical thumb adjusted after drag.
|
|
3611
|
|
3612 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
3613
|
|
3614 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
3615
|
|
3616 * m/aviion.h: Remove definition of m88k.
|
|
3617
|
|
3618 * s/dgux5-4r4.h: New file.
|
|
3619
|
|
3620 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3621
|
|
3622 * buffer.h: Put proper typecasts on calls to alloca().
|
|
3623
|
|
3624 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
3625
|
|
3626 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
3627
|
|
3628 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
3629 Athena and Motif in the same link.
|
|
3630
|
|
3631 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3632
|
|
3633 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
3634 volume is set to 0.
|
|
3635
|
|
3636 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
3637
|
|
3638 * s/nextstep.h (signal_handler_t): define as int.
|
|
3639
|
|
3640 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3641
|
215
|
3642 * event-Xt.c (emacs_Xt_handle_magic_event):
|
82
|
3643 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
3644
|
|
3645 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
3646
|
|
3647 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
3648 local variables in :included clauses.
|
|
3649 (compute_menubar_data): Ditto.
|
|
3650
|
|
3651 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
3652
|
|
3653 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
3654 optimization.
|
|
3655
|
|
3656 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
3657
|
|
3658 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
3659 uninitialized variable.
|
|
3660
|
|
3661 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3662
|
|
3663 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
3664 to match Emacs 19.34.
|
|
3665
|
|
3666 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3667
|
|
3668 * sysdep.c (sys_execvp): Fix when compiled with
|
|
3669 --const-is-losing=no. Old code could crash if argv contained
|
|
3670 non-ascii characters and the execvp failed and then caller
|
|
3671 examined argv (for error message, for example).
|
|
3672
|
|
3673 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3674
|
|
3675 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
3676
|
80
|
3677 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
3678
|
|
3679 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
3680 obarray.
|
|
3681
|
|
3682 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
3683
|
|
3684 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
3685 default font width.
|
|
3686
|
|
3687 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
3688
|
|
3689 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
3690
|
|
3691 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
3692
|
|
3693 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
3694
|
|
3695 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
3696
|
|
3697 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
3698
|
78
|
3699 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3700
|
|
3701 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
3702 specifiers so XEmacs can be built without tty support.
|
|
3703
|
|
3704 * console-stream.c: Moved function bodies of
|
|
3705 semi_canonicalize_console_connection,
|
|
3706 canonicalize_console_connection,
|
|
3707 semi_canonicalize_device_connection, and
|
|
3708 canonicalize_device_connection into this file from console-tty.c.
|
|
3709 Moved variable Vstdio_str into this file.
|
|
3710
|
|
3711 * console-tty.c: See above.
|
|
3712
|
|
3713 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
3714
|
|
3715 * m/next.h: Cleanup accumulated cruft.
|
|
3716
|
|
3717 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
3718
|
|
3719 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
3720
|
|
3721 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
3722
|
|
3723 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
3724
|
|
3725 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3726
|
|
3727 * m/next.h: Remove signal_handler_t #define.
|
|
3728
|
|
3729 * s/nextstep.h: Remove signal_handler_t #define.
|
|
3730
|
76
|
3731 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3732
|
|
3733 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
3734
|
|
3735 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3736
|
|
3737 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
3738
|
|
3739 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3740
|
|
3741 * bitmaps.h: Change to unsigned char.
|
|
3742
|
|
3743 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
3744
|
|
3745 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
3746
|
74
|
3747 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3748
|
|
3749 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
3750
|
|
3751 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
3752 binding of kp_.* not lose.
|
|
3753
|
|
3754 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
3755
|
|
3756 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
3757
|
|
3758 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
3759 (Faccept_process_output): Fix timeout handling race conditions.
|
|
3760 (Fsleep_for): Ditto.
|
|
3761 (Fsit_for): Ditto.
|
|
3762
|
|
3763 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
3764
|
|
3765 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
3766
|
|
3767 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
3768
|
|
3769 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
3770 by HAVE_SIGPROCMASK.
|
|
3771
|
|
3772 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
3773
|
|
3774 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
3775 bitfields.
|
|
3776
|
|
3777 * mule-charset.h: Change charset names.
|
|
3778
|
|
3779 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
3780 Change charset names.
|
|
3781
|
|
3782 * mule-charset.c: Change charset names.
|
|
3783
|
|
3784 * mule-canna.c: Change charset names.
|
|
3785
|
|
3786 * EmacsShell-sub.c: Ansify and reformat.
|
|
3787
|
|
3788 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
3789
|
|
3790 * glyphs-x.c: Ansify.
|
|
3791
|
|
3792 * specifier.c: Use lisp_fn_t.
|
|
3793
|
|
3794 * EmacsShell.c: Ansify.
|
|
3795
|
|
3796 * vm-limit.c: Ansify.
|
|
3797
|
|
3798 * emacsfns.h: Use lisp_fn_t.
|
|
3799
|
|
3800 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
3801
|
|
3802 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
3803 (Fx_store_cutbuffer_internal): Change charset name.
|
|
3804
|
|
3805 * ralloc.c: Ansify and clean up.
|
|
3806
|
|
3807 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
3808
|
|
3809 * event-Xt.c: Documentation change.
|
|
3810
|
|
3811 * lisp.h: Introduce lisp_fn_t.
|
|
3812 Remove SunPro C compiler warning message workaround.
|
|
3813
|
|
3814 * xmu.c: Ansify.
|
|
3815
|
|
3816 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
3817
|
|
3818 * fileio.c: various code formatting changes.
|
|
3819
|
|
3820 * eval.c: reorganize primitive funcalls.
|
|
3821
|
|
3822 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
3823 checking in X header files.
|
|
3824
|
|
3825 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
3826
|
|
3827 * s/sunos4-0-shr.h: Documentation change.
|
|
3828
|
|
3829 * s/sol2.h (__EXTENSIONS__): Add.
|
|
3830 Include <setjmp.h> under certain conditions.
|
|
3831
|
|
3832 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3833
|
|
3834 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
3835 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
3836
|
|
3837 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3838
|
|
3839 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
3840 because the in-core code is broken.
|
|
3841
|
|
3842 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3843
|
|
3844 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
3845 default when running on a tty.
|
|
3846
|
|
3847 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
3848
|
|
3849 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
3850
|
|
3851 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
3852
|
|
3853 * lread.c (Fload_internal): Change arity of call to
|
|
3854 file-name-handlers.
|
|
3855
|
|
3856 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
3857
|
|
3858 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
3859
|
|
3860 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
3861 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
3862
|
72
|
3863 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
3864
|
|
3865 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
3866
|
|
3867 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
3868
|
|
3869 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3870
|
|
3871 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
3872
|
|
3873 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3874
|
|
3875 * config.h.in: configure for POSIX getcwd if available.
|
|
3876
|
|
3877 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3878
|
|
3879 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
3880
|
|
3881 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
3882
|
|
3883 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
3884
|
|
3885 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
3886
|
|
3887 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
3888
|
|
3889 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
3890
|
|
3891 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
3892
|
|
3893 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3894
|
|
3895 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
3896
|