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