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