201
|
1 1997-10-03 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * lisp.h: Nuke register declarations.
|
|
4
|
|
5 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
6
|
|
7 * window.c (Frecenter): Correct variable names in docstring.
|
|
8
|
|
9 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
10
|
|
11 * fns.c: Add some cross references between destructive and
|
|
12 non-destructive versions of similar functions.
|
|
13
|
|
14 Fri Oct 3 12:28:08 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
15
|
|
16 * lisp-disunion.h: Move markbit to be between the
|
|
17 type bits and the value bits. Previously it was always
|
|
18 the sign bit of a EMACS_INT, unless modified by a
|
|
19 #define in a machine dependent .h file.
|
199
|
20
|
|
21 1997-10-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
22
|
|
23 * profile.c (Fclear_profiling_info): Made interactive.
|
|
24
|
|
25 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
26
|
|
27 * glyphs-x.c (USE_TEMP_FILES_FOR_PNG_IMAGES): Move outside of
|
|
28 HAVE_JPEG ifdef.
|
|
29
|
|
30 1997-10-01 SL Baur <steve@altair.xemacs.org>
|
|
31
|
|
32 * lisp.h (min): Fully parenthize.
|
|
33 (max): Ditto.
|
|
34
|
|
35 * Makefile.in.in (widget.o): Insert dependencies.
|
|
36 - Insert HAVE_OFFIX_DND dependencies.
|
|
37
|
|
38 * casefiddle.c (casify_object): Back out bogus undocumented patch
|
|
39 from 20.3-beta18.
|
|
40
|
|
41 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
42
|
|
43 * events.c (Fevent_type): Add OffiX guard.
|
|
44 (command_event_p): Ditto.
|
|
45 (mark_event): Ditto.
|
|
46 (print_event): Ditto.
|
|
47
|
197
|
48 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
49
|
|
50 * mule-canna.c (Fcanna_set_bunsetsu): Return a value.
|
|
51 (Fcanna_parse): Remove unused variables `ks' and `ksv'.
|
|
52 (Fcanna_henkan_begin): Remove unused variable `res'.
|
|
53 (Fcanna_henkan_next): Remove unused variable `nbun'.
|
|
54 (count_char): Change return type to void.
|
|
55
|
|
56 * event-Xt.c (x_event_to_emacs_event): Remove unused variable
|
|
57 `event-size'.
|
|
58
|
|
59 * menubar.c (Fnormalize_menu_item_name): Remove unused variable
|
|
60 `res'.
|
|
61
|
|
62 * redisplay-x.c (x_flash): Reorganize test to prefer select over
|
|
63 poll.
|
|
64
|
|
65 * xselect.c (Fx_store_cutbuffer_internal): Remove unused variable
|
|
66 `encoding'.
|
|
67
|
|
68 1997-09-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
69
|
|
70 * frame.c (Fmake_frame): Call `custom-initialize-frame'.
|
|
71
|
|
72 1997-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
73
|
|
74 * mule-coding.c: Rename `pathname-coding-system' to
|
|
75 `file-name-coding-system' to sync with Emacs 20.2.
|
|
76
|
195
|
77 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
78
|
|
79 * window.c (saved_window_equal): Ditto.
|
|
80
|
|
81 * process.c (Fget_process): Use internal_equal.
|
|
82
|
|
83 * lread.c (build_load_history): Use internal_equal.
|
|
84 (build_load_history): Use XCAR/XCDR where safe.
|
|
85
|
|
86 * events.c (event_equal): Ditto.
|
|
87
|
|
88 * event-stream.c (Fdispatch_event): Ditto.
|
|
89
|
|
90 * elhash.c (lisp_object_eql_equal): Ditto.
|
|
91 (lisp_object_equal_equal): Ditto.
|
|
92
|
|
93 * device.c (find_device_of_type): Ditto.
|
|
94
|
|
95 * console.c (find_console_of_type): Ditto.
|
|
96
|
|
97 * console-tty.c (tty_init_console): Ditto.
|
|
98
|
|
99 * console-stream.c (stream_init_console): Use internal_equal.
|
|
100 (stream_canonicalize_console_connection): Ditto.
|
|
101
|
|
102 * fns.c (Fmember): Use internal_equal, to avoid a necessary
|
|
103 funcall and NILP check.
|
|
104 (Fold_member): Ditto for internal_old_equal.
|
|
105 (Fassoc): Use XCAR when we know we deal with a cons. Use
|
|
106 internal_equal. Removed tem.
|
|
107 (Fold_assoc): Ditto.
|
|
108 (Fassq): Use XCAR.
|
|
109 (Frassoc): Use internal_equal; remove tem.
|
|
110 (Fold_rassoc): Ditto for internal_old_equal.
|
|
111 (Frassq): Use XCDR with what we know is a cons.
|
|
112 (Fold_rassq): Ditto.
|
|
113 (Fdelete): Use internal_equal.
|
|
114 (Fold_delete): Ditto for internal_old_equal.
|
|
115 (Fremassoc): Use internal_equal; use XCAR/XCDR with what we know
|
|
116 is a cons.
|
|
117 (Fremrassoc): Ditto.
|
|
118
|
|
119 * dired.c (Fdirectory_files): Nreverse the list only if it will be
|
|
120 sorted.
|
|
121
|
|
122 Fri Sep 26 13:55:28 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
123
|
|
124 * faces.c (update_face_cachel_data): Don't allow the
|
|
125 background pixmap of the default face to override the
|
|
126 background of a face if that color has been specified.
|
|
127
|
|
128 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
129
|
|
130 * dired.c (close_directory_fd): New function.
|
|
131 (Fdirectory_files): Use it to set up an unwind-protection to close
|
|
132 the descriptor.
|
|
133 (Fdirectory_files): Allow QUIT in re_search.
|
|
134 (Fdirectory_files): If the file is too big, allocate necessary
|
|
135 data with malloc.
|
|
136 (Fdirectory_files): Use simple Fcons to build the list.
|
|
137 (close_directory_fd): Free the opaque pointer.
|
|
138
|
|
139 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
140
|
|
141 * extents.c (Fset_extent_properties): New function.
|
|
142
|
|
143 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
144
|
|
145 * dired.c (Fdirectory_files): Remove broken VMS stuff.
|
|
146 (file_name_completion_stat): Ditto.
|
|
147 (file_name_completion): Ditto.
|
|
148 (Top Level): Ditto.
|
|
149 (syms_of_dired): Ditto.
|
|
150
|
|
151 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
152
|
|
153 * widget.c (Fwidget_apply): Don't GCPRO result of Fwidget_get.
|
|
154
|
|
155 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
156
|
|
157 * symsinit.h: Declare syms_of_widget.
|
|
158
|
|
159 * emacsfns.h: Declare Fchar_syntax.
|
|
160
|
|
161 * bytecode.c (Fbyte_code): Call Fchar_syntax for the Bchar_syntax
|
|
162 bytecode.
|
|
163
|
|
164 * syntax.c (Fchar_syntax): convert nil input to \000 for
|
|
165 compatibility.
|
|
166
|
|
167 * alloc.c (report_pure_usage): Increase slop to 512 bytes in betas
|
|
168 and reduce it to 4 bytes in releases.
|
|
169
|
|
170 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
171
|
|
172 * Makefile.in.in (objs): Add new C file widget.o.
|
|
173
|
|
174 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
175
|
|
176 * editfns.c (vars_of_editfns): New feature 'ampersand-full-name
|
|
177 declared if AMPERSAND_FULL_NAME configuration option is enabled.
|
|
178
|
|
179 * callproc.c (vars_of_callproc): Update docstring of `data-directory'.
|
|
180
|
|
181 Sun Sep 21 14:14:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
182
|
|
183 * lisp.h: underspecify lisp_fn_t function prototype
|
|
184 to avoid compiler errors in inline_funcall_subr().
|
|
185
|
|
186 * eval.c (Fprogn): Walk forms list with XCDR, access
|
|
187 with XCAR. Check forms list CONSP, so that XCDR and XCAR are
|
|
188 safe.
|
|
189
|
|
190 * eval.c (Fsetq): replace Flength call with for-loop
|
|
191 to compute list length. Walk arg list with XCDR,
|
|
192 access with XCAR. Check arg list with CONSP, so that
|
|
193 XCDR and XCAR are safe.
|
|
194
|
|
195 * eval.c: New macro inline_funcall_subr, an inline
|
|
196 version of funcall_subr + primitive_funcall.
|
|
197
|
|
198 * eval.c (Feval): replace Flength call with for-loop
|
|
199 to compute list length. Use XCAR and XCDR in some
|
|
200 places where it is safe to do so. Use
|
|
201 inline_funcall_subr() in place of funcall_subr().
|
|
202
|
|
203 * eval.c (funcall_recording_as): Use XCAR instead of
|
|
204 Fcar where it was safe.
|
|
205
|
|
206 * eval.c (Fapply): replace Flength call with for-loop
|
|
207 to compute list length.
|
|
208
|
|
209 * eval.c (apply_lambda):Use XCAR and XCDR in some
|
|
210 places where it is safe to do so.
|
|
211
|
|
212 * eval.c (funcall_lambda): Walk param list with XCDR, access
|
|
213 with XCAR. Check param list CONSP, so that XCDR and XCAR are
|
|
214 safe.
|
|
215
|
|
216 * symbols.c (find_symbol_value): return quickly if no
|
|
217 symbol magic is involved, to avoid the expensive call
|
|
218 to find_symbol_value_1.
|
|
219
|
|
220 * symbols.c (store_symval_forwarding): don't call
|
|
221 reject_constant_symbols unless there is a chance a
|
|
222 constant symbol is involved. This break the
|
|
223 encapsulation of the constants check, but symbol stores
|
|
224 are used heavily and speed is most important than
|
|
225 cleanliness in this case.
|
|
226
|
|
227 1997-09-21 Joel Peterson <tarzan@aosi.com>
|
|
228
|
|
229 * menubar.c (normalize-menu-item-name): New function.
|
|
230
|
|
231 1997-09-21 SL Baur <steve@altair.xemacs.org>
|
|
232
|
|
233 * keymap.c (get_relevant_extent_keymaps): Previous patch reversed.
|
|
234
|
193
|
235 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
236
|
|
237 * Makefile.in.in (xemacs): Adoption of shadow.el to print
|
|
238 load-path shadowings after successful dump.
|
|
239
|
|
240 1997-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
241
|
|
242 * redisplay.c (scroll_conservatively): New variable.
|
|
243 (redisplay_window): Use it.
|
|
244
|
189
|
245 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
246
|
|
247 * events.c (Fmake_event): Add default case, remove unused variables.
|
|
248
|
|
249 1997-08-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
250
|
|
251 * extents.c (extent_fragment_update): Trigger one_shot_function
|
|
252
|
|
253 * extents.c (set-extent-one-shot-function): New function
|
|
254
|
|
255 * extents.h (struct extent_auxiliary): Added one_shot_function
|
|
256
|
|
257 * extens.c: Added one_shot_function to assesor functions.
|
|
258
|
|
259 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
260
|
|
261 * fileio.c (Fexpand_file_name): Don't treat "//" and "~/" in the
|
|
262 middle of path specially.
|
|
263
|
187
|
264 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
265
|
|
266 * event-stream.c (inhibit_input_event_recording): New boolean
|
|
267 variable.
|
|
268 (Fnext_event): Use it.
|
|
269
|
|
270 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
271
|
|
272 * fns.c (Fmapc): Renamed from Fmapc_internal.
|
|
273
|
|
274 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
275
|
|
276 * database.c (Fmake_database): Expand FILE.
|
|
277
|
|
278 * redisplay.c (window-system): Warn against using it.
|
|
279
|
|
280 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
281
|
|
282 * emacs.c (PACKAGE_PATH): Reverse PACKAGE_PATH.
|
|
283 Suggested by Colin Rafferty <craffert@ml.com>
|
|
284
|
|
285 1997-09-03 SL Baur <steve@altair.xemacs.org>
|
|
286
|
|
287 * print.c (print_internal): Special treatment for C-\.
|
|
288
|
183
|
289 1997-08-13 P E Jareth Hein <jareth@camelot-soft.com>
|
|
290
|
|
291 * insdel.c (buffer_delete_range): Changed the location where point
|
|
292 was actually moved to after all other movement handling. This
|
|
293 prevents a MULE related crash in VALID_BYTIND.
|
|
294
|
|
295 1997-08-11 SL Baur <steve@altair.xemacs.org>
|
|
296
|
|
297 * doc.c (Fsnarf_documentation): Semi-clarify types of weird
|
|
298 functions.
|
|
299
|
181
|
300 1997-08-05 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
301
|
|
302 * eval.c (vars_of_eval): Updated docstring for `debug_on_error' to
|
|
303 mention `debug-ignored-errors'.
|
|
304
|
|
305 1997-08-01 SL Baur <steve@altair.xemacs.org>
|
|
306
|
|
307 * emacsfns.h: Fix declaration.
|
|
308
|
|
309 * event-stream.c (syms_of_event_stream): HAVE_MENUBARS not
|
|
310 HAVE_MENUBAR.
|
|
311
|
179
|
312 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
313
|
|
314 * frame-x.c (x_offix_drop_event_handler): Use stderr_out instead
|
|
315 of fprintf.
|
|
316
|
|
317 * mule-coding.c (parse_iso2022_esc): Add abort() trap on unhandled
|
|
318 condition.
|
|
319
|
|
320 * mule-wnnfns.c (Fwnn_dict_search): Remove unused variable.
|
|
321 (Fwnn_hindo_update): Ditto.
|
|
322 (Fwnn_inspect): Ditto.
|
|
323 (Fwnn_bunsetu_henkou): Ditto.
|
|
324
|
|
325 * eval.c (call_with_suspended_errors): Fix Gcc warning:
|
|
326 argument `retval' might be clobbered by `longjmp' or `vfork'
|
|
327
|
|
328 1997-07-30 SL Baur <steve@altair.xemacs.org>
|
|
329
|
|
330 * redisplay.c: `window-system' isn't going away any time soon.
|
|
331
|
|
332 1997-07-29 SL Baur <steve@altair.xemacs.org>
|
|
333
|
|
334 * callint.c (Fcall_interactively): Allow floating point numbers
|
|
335 for `n' and `N' interactive specs.
|
|
336
|
|
337 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
338
|
|
339 * event-stream.c (command_builder_find_leaf): Fix typo in
|
|
340 HAVE_MENUBARS.
|
|
341
|
|
342 * gui-x.c (popup_selection_callback): Fix typo in HAVE_MENUBARS.
|
|
343
|
|
344 * event-stream.c (syms_of_event_stream): accelerate_menu needed
|
|
345 guards.
|
|
346
|
|
347 * emacs.c (vars_of_emacs): Main default package directory is now
|
|
348 ${prefix}/lib/xemacs/packages.
|
|
349
|
177
|
350 1997-07-25 David Moore <dmoore@ucsd.edu>
|
|
351
|
|
352 * alloc.c (Fmake_byte_code): GC protect newly allocated function
|
|
353 when looking up filename.
|
|
354
|
|
355 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
356
|
|
357 * Makefile.in.in: Added support for linking with dmalloc.
|
|
358
|
|
359 1997-07-25 P E Jareth Hein <jareth@camelot-soft.com>
|
|
360
|
|
361 * xselect.c (x_atom_to_symbol): Fixed a memory corruption bug
|
|
362 where a possibly MULEified string was getting freed before use.
|
|
363
|
|
364 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
365
|
|
366 * callproc.c: New variable Vdata_directory_list.
|
|
367 * emacsfns.h: Declare it.
|
|
368
|
|
369 * fns.c (Frequire): Undo previous change.
|
|
370
|
|
371 * print.c (print_internal): Handle circular objects like Emacs
|
|
372 handles them (and as documented in the Lispref).
|
|
373
|
|
374 * database.c (Fputdatabase): Complain when `val' is not a string.
|
|
375
|
|
376 * event-stream.c (command_builder_find_leaf): Guard menubar
|
|
377 accelerator stuffs with HAVE_MENUBAR.
|
|
378 * gui-x.c (popup_selection_callback): Ditto.
|
|
379
|
|
380 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
381
|
|
382 * event-stream.c (menu_move_up): Guard menubar accelerator code
|
|
383 with HAVE_MENUBARS.
|
|
384
|
|
385 * emacs.c (decode_path): New function, derived from latter portion
|
|
386 of decode_env_path.
|
|
387 (decode_env_path): Break out the naughty bits -- shouldn't do
|
|
388 getenv and separator parsing in one function.
|
|
389 New variable Vpackage_path.
|
|
390 (vars_of_emacs): Use it.
|
|
391
|
|
392 * editfns.c (Fstring_to_char): Return nil instead of `0' for empty
|
|
393 string.
|
|
394
|
173
|
395 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
396
|
|
397 * fileio.c (Finsert_file_contents_internal): Handle non-regular
|
|
398 files.
|
|
399
|
|
400 1997-07-12 Steven L Baur <steve@altair.xemacs.org>
|
|
401
|
|
402 * Makefile.in.in (LOCK_OBJ): Only include filelock.[co] when
|
|
403 CLASH_DETECTION is defined.
|
|
404
|
|
405 1997-07-11 Steven L Baur <steve@altair.xemacs.org>
|
|
406
|
|
407 * emacs.c (main_1): Spelling fix.
|
|
408
|
|
409 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
410
|
|
411 * Makefile.in.in (dump-elcs): Shouldn't use SATISFIED hack.
|
|
412 (xemacs-no-site-file): Not supported any more.
|
|
413 (binary): New dependency for dumping XEmacs.
|
|
414 (xemacs): Attempt to be a little smarter about not dumping a new
|
|
415 XEmacs if it is not needed.
|
|
416 (temacs): Remove `xemacs' after success.
|
|
417
|
171
|
418 1997-07-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
419
|
|
420 * extents.c: Allow non-symbol properties of extents.
|
|
421
|
|
422 1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
423
|
|
424 * data.c (Fstring_to_number): Use `check_int_range'.
|
|
425 (Fstring_to_number): Would bug out on wrong type check.
|
|
426
|
|
427 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
428
|
|
429 * data.c (Fcompiled_function_doc_string): Implement correctly.
|
|
430 Was forgotten cut & paste identical clone to
|
|
431 Fcompiled_function_interactive?
|
|
432
|
|
433 * Makefile.in.in (alloc.o): Remove dependency on puresize_adjust.h
|
|
434 so alloc.c need not be recompiled when puresize changes.
|
|
435
|
|
436 * alloc.c (PURIFIED): Use get_PURESIZE() instead of constant.
|
|
437 (check_purespace): Ditto.
|
|
438 (alloc_pure_lrecord): Ditto.
|
|
439 (report_pure_usage): Ditto.
|
|
440 (disksave_object_finalization): Ditto.
|
|
441 (report_pure_usage): Modify message reported when Build is
|
|
442 restarted due to change in PURESIZE_ADJUSTMENT.
|
|
443
|
|
444 * puresize.h: Remove dependency on puresize_adjust.h.
|
|
445 (get_PURESIZE): New function -- declare it.
|
|
446
|
|
447 * pure.c: Move final PURESIZE computation and include of
|
|
448 puresize_adjust.h into here so alloc.c need not be recompiled each
|
|
449 time the puresize is adjusted.
|
|
450 (get_PURESIZE): New function.
|
|
451
|
169
|
452 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
453
|
171
|
454 * data.c (Fstring_to_number): Wrong parameter was being checked.
|
|
455
|
169
|
456 * emacs.c (vars_of_emacs): Fprovide the system type as a feature.
|
|
457
|
|
458 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
459
|
|
460 * data.c (Fstring_to_number): Fix typo. base isn't an integer.
|
|
461
|
|
462 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
|
|
463
|
|
464 * data.c, emacsfns.h: This is the port of GNU Emacs capability.
|
|
465 I am still not sure what this buys us, but I guess it doesn't hurt
|
|
466 to have it.
|
|
467 From Hrvoje Niksic <hniksic@srce.hr>
|
|
468
|
|
469 * glyphs.c (make_string_from_file): Use
|
|
470 insert-file-contents-literally instead of
|
|
471 insert-file-contents-internal.
|
|
472
|
|
473 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
474
|
|
475 * fns.c (check_losing_bytecode): Correct reported version.
|
|
476
|
|
477 * Makefile.in.in (${libsrc}DOC): Break up line length for stupid
|
|
478 make programs.
|
|
479
|
|
480 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
481
|
|
482 * emacsfns.h: Put void in prototype.
|
|
483 Suggested by Ben Wing.
|
|
484
|
|
485 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
486
|
|
487 * glyphs.c (make_string_from_file): must protect from
|
|
488 `format-alist'.
|
|
489
|
167
|
490 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
491
|
|
492 * config.h.in: Back out previous change to LOSING_BYTECODE. It's
|
|
493 just not worth it.
|
|
494
|
|
495 1997-06-27 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
496
|
|
497 * s/sol2.h: Undefined _XOPEN_SOURCE for Solaris 2.4.
|
|
498
|
|
499 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
500
|
|
501 * abbrev.c (abbrev_match): New function.
|
|
502 (abbrev_oblookup): New function.
|
|
503 (obarray_has_blank_p): New function.
|
|
504 (abbrev_count_case): New function.
|
|
505 (Fexpand_abbrev): Use them. Allow abbreviations to contain
|
|
506 arbitrary characters.
|
|
507
|
|
508 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
509
|
|
510 * config.h.in: LOSING_BYTECODE will not be compiled into XEmacs.
|
|
511
|
|
512 * doc.c (Fsnarf_documentation): Remove VMS dependent stuff for
|
|
513 cleanliness.
|
|
514
|
|
515 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
516
|
|
517 * print.c (Ferror_message_string): Simplify.
|
|
518
|
|
519 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
520
|
|
521 * symbols.c (Fdefine_function): Correct docstring.
|
|
522 (Fsetplist): Ditto.
|
|
523 (Ffset): Ditto.
|
|
524 (Fsetq_default): Ditto.
|
|
525
|
|
526 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
527
|
|
528 * eval.c (skip_debugger): Removed comment and #ifdef-ed code.
|
|
529 (signal_call_debugger): Call skip_debugger after wants_debugger.
|
|
530 (signal_call_debugger): Gcpro cons sent to skip_debugger.
|
|
531
|
|
532 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
|
|
533
|
|
534 * process.c (create_process): Default to fork instead of vfork.
|
|
535
|
|
536 * callproc.c (Fcall_process_internal): Default to fork instead of
|
|
537 vfork.
|
|
538
|
|
539 * emacsfns.h: Add declarations of Ferror_message_string(),
|
|
540 Frunning_temacs_p().
|
|
541
|
|
542 * eval.c: Remove declarations of Ferror_message_string(),
|
|
543 Frunning_temacs_p().
|
|
544
|
|
545 * Makefile.in.in (${libsrc}DOC): Correct dependency for the docfile.
|
|
546 (${mo_dir}emacs.po): Remove obsolete references to lisp source.
|
|
547
|
|
548 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
549
|
|
550 * mule-charset.c: Modify charset DOC-strings to be more detailed.
|
|
551
|
165
|
552 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
553
|
|
554 * alloc.c (Flist): Optimize.
|
|
555 From Hrvoje Niksic.
|
|
556
|
|
557 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
558
|
|
559 * lisp.h: Get uintptr_t stuffs because it is needed for including
|
|
560 emacsfns.h.
|
|
561
|
|
562 * sysdep.h: Removed uintptr_t stuffs.
|
|
563
|
|
564 1997-06-22 Steven L Baur <steve@altair.xemacs.org>
|
|
565
|
|
566 * fns.c (concat): Replace Fcar/Fcdr with XCAR/XCDR.
|
|
567 (Fnreverse): Ditto.
|
|
568 (internal_equal): Ditto.
|
|
569 (internal_old_equal): Ditto.
|
|
570 (Fnconc): Ditto.
|
|
571 (Freverse): Saner implementation.
|
|
572 From Hrvoje Niksic <hniksic@srce.hr>
|
|
573
|
|
574 * s/linux.h: getpgrp with glibc is now properly detected by
|
|
575 configure.
|
|
576 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
577
|
163
|
578 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
579
|
|
580 * events.c: Remove declaration of Qempty.
|
|
581
|
|
582 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
583
|
|
584 * frame-x.c, EmacsFrame.c, menubar-x.c, redisplay-x.c, scrollbar-x.c:
|
|
585 Make 64 bit clean.
|
|
586
|
|
587 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
588
|
|
589 * config.h.in:
|
|
590 - Autodetect X defines using xmkmf.
|
|
591 - Compute rpath on *bsd* systems as well.
|
|
592 - rewrite PRINT_VAR m4 macro.
|
|
593 - detect sizes of void* and long long for future use by unex*.c
|
|
594 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
595
|
|
596 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
597
|
|
598 * Makefile.in:
|
|
599 * s/*.h:
|
|
600 * m/*.h:
|
|
601 * src/config.h.in:
|
|
602 * src/emacs.c:
|
|
603 * version.sh:
|
|
604 * configure.in: Another rewrite.
|
|
605 - support powerpcle (Solaris on ppc)
|
|
606 - Now just have one s/sol2.h for all Solaris versions
|
|
607 - Specifying colon-separated directories actually works now.
|
|
608 - OS_RELEASE is a new define to avoid proliferation of s&m files.
|
|
609 - extract more stuff from s&m files.
|
|
610 - more debugging info
|
|
611 - More changes to avoid the `echo -e' problem
|
|
612 - Add more tests: fcntl.h AC_TYPE_*, AC_FUNC_GETPGRP
|
|
613 - Back out -lPW test.
|
|
614 - More paranoid xpm test
|
|
615 - Put version information in version.sh instead of version.el
|
|
616 - Make quoted pre-processor string tokens out of all macro values
|
|
617 to be used only by configure.
|
|
618 * xmu.c: DON'T use Xos.h
|
|
619 * sysdep.c (wait_for_termination):
|
|
620 * search.c:
|
|
621 * editfns.c:
|
|
622 * console-*:
|
|
623
|
|
624 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
625
|
|
626 * unexelfsgi.c: Some things that Needed To Be Done(tm) into
|
|
627 unexelfsgi:
|
|
628 - support for .sbss section (no more -G 0 needed, 0.00001% speed
|
|
629 increase)
|
|
630 - support for Elf64 (64bits executables)
|
|
631 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
632
|
|
633 * fns.c (Fmapvector): New function converted from Lisp.
|
|
634 From Hrvoje Niksic <hniksic@srce.hr>
|
|
635
|
|
636 Wed Jun 18 16:42:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
637
|
|
638 * Makefile.in.in: Convert two missed C style comments.
|
|
639 (LIBES): Remove LIBS_DEBUG which is no longer defined.
|
|
640 (LIBES): lwlibs_libs was misspelled.
|
|
641
|
|
642 1997-06-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
643
|
|
644 * eval.c (vars_of_eval): New variable Vdebug_ignored_errors.
|
|
645 (skip_debugger): New function; use Vdebug_ignored_errors.
|
|
646 (signal_call_debugger): Use it.
|
|
647
|
|
648 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
649
|
|
650 * emacs.c (vars_of_emacs): Moved symbols emacs-version,
|
|
651 emacs-major-version, and emacs-minor-version from version.el to
|
|
652 here.
|
|
653
|
|
654 * general.c (syms_of_general): New symbols and, not, and or.
|
|
655
|
|
656 * emacsfns.h: New symbols Qand, Qnot, Qor.
|
|
657
|
|
658 * Makefile.in.in: Call temacs to compute lisp libraries to
|
|
659 include in the DOC file.
|
|
660
|
|
661 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
662
|
|
663 * Makefile.in.in (lisp): Remove explicit mention of auto-autoloads.el.
|
|
664
|
|
665 Sat Jun 14 21:55:27 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
666
|
|
667 * console.c (Fselect_console):
|
|
668 Check DEVICE_SELECTED_FRAME of console's selected
|
|
669 device for non-nil value before using it as a frame.
|
|
670
|
161
|
671 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
672
|
|
673 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid
|
|
674 unavoidable Ebola notices in the bytecompiler.
|
|
675
|
|
676 * emacsfns.h: Fextent_in_region_p: Move.
|
|
677
|
|
678 * keymap.c Fextent_in_region_p: Move.
|
|
679
|
|
680 Fri Jun 13 00:38:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
681
|
|
682 * src/console.c (Fsuspend_console):
|
|
683 Disable input on ttys. Hide unhidden frames.
|
|
684
|
|
685 * src/console.c (Fresume_console):
|
|
686 Enable input on ttys. Raise the device selected frame.
|
|
687
|
|
688 Fri Jun 13 00:25:46 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
689
|
|
690 * process.c (status_notify):
|
|
691 Revert back to the code that does not use
|
|
692 save_excursion_restore. Just bounds check opoint
|
|
693 instead.
|
|
694
|
|
695 * process.c (read_process_output):
|
|
696 Bounds check saved clip region and point values for
|
|
697 validity before using them. Call Fwiden before calling
|
|
698 Fnarrow_to_region to insure values will not be out of
|
|
699 range.
|
|
700
|
|
701 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
702
|
|
703 * alloc.c: Make the GC cursor appear on all frames.
|
|
704 From Hrvoje Niksic <hniksic@srce.hr>
|
|
705
|
|
706 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
707
|
|
708 * data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and
|
|
709 byte-compile-push-constant to list of ignored functions.
|
|
710
|
|
711 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
712
|
|
713 * bytecode.c (Bsave_current_buffer): Register.
|
|
714 (Fbyte_code): Do action.
|
|
715
|
|
716 * editfns.c (Fsave_current_buffer): New SUBR.
|
|
717
|
159
|
718 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
719
|
|
720 * syntax.c (Fchar_syntax): Handle case of being passed nil.
|
|
721
|
|
722 * data.c (eq_with_ebola_notice): Add more legitimate places in the
|
|
723 bytecompiler that should not get Ebola notices.
|
|
724
|
|
725 Tue Jun 10 00:34:40 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
726
|
|
727 * process.c (status_notify):
|
|
728 Use record_unwind_protect and save_excursion_restore to
|
|
729 handle the point and buffer restoration. Cleaner. Doesn't
|
|
730 crash the editor if before/after-change-functions change
|
|
731 things behind our back.
|
|
732
|
|
733 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
734
|
|
735 * data.c (vars_of_data): Set Ebola warning backtrace limit to 16.
|
|
736 (eq_with_ebola_notice): Bypass Ebola warnings for special
|
|
737 bytecompiler functions where they are 100% spurioius.
|
|
738
|
|
739 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
740
|
|
741 * Makefile.in.in: Use lisp/mule/language/misc-lang.el instead of
|
|
742 lisp/mule/ipa-hooks.el.
|
|
743
|
|
744 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
745
|
|
746 * Makefile.in.in: Use lisp/mule/language/thai.elc instead of
|
|
747 lisp/mule/thai-hooks.elc.
|
|
748
|
|
749 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
750
|
|
751 * Makefile.in.in: Use lisp/mule/language/chinese.el,
|
|
752 lisp/mule/language/cyrillic.el, lisp/mule/language/european.el,
|
|
753 lisp/mule/language/greek.el, lisp/mule/language/japanese.el and
|
|
754 lisp/mule/language/korean.el instead of
|
|
755 lisp/mule/chinese-hooks.el, lisp/mule/cyrillic-hooks.el,
|
|
756 lisp/mule/european-hooks.el, lisp/mule/greek-hooks.el,
|
|
757 lisp/mule/japanese-hooks.el and lisp/mule/korean-hooks.el.
|
|
758
|
157
|
759 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
760
|
|
761 * keymap.c: Declare Fextent_in_region_p.
|
|
762
|
|
763 * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW
|
|
764 is determined more sensibly.
|
|
765
|
|
766 1997-06-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
767
|
|
768 * keydefs.c (get_relevant_extent_keymaps): Choose correct keymap
|
|
769 at extent boundaries.
|
|
770
|
|
771 Mon Jun 9 19:35:19 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
772
|
|
773 * redisplay.c (pixel_to_glyph_translation):
|
|
774 Fixed off by one error in computation of closest
|
|
775 position when mouse is in the frame's right-side
|
|
776 border area.
|
|
777
|
|
778 Sat Jun 7 22:07:41 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
779
|
|
780 * frame.c (delete_frame_internal):
|
|
781 Calling Fselect_frame isn't sufficient to set the
|
|
782 frame device's selected frame if the frame we're
|
|
783 selecting is on a different device. Call
|
|
784 set_device_selected_frame apprpriately in that case.
|
|
785 Also don't set the frame device's selected frame to a
|
|
786 frame that's on another device.
|
|
787
|
|
788 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
789
|
|
790 * sysdep.c: MS Windows NT doesn't (yet) do child TTY processes.
|
|
791 From David Hobley <davidh@wr.com.au>
|
|
792
|
|
793 Sat Jun 7 22:00:54 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
794
|
|
795 * src/device-x.c (x_delete_device):
|
|
796 Add an EQ check so that we don't set Vdefault_x_device
|
|
797 back to the device we're deleting.
|
|
798
|
155
|
799 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
800
|
|
801 * frame.c (Fmake_frame): Correct checking of first_frame_on_device.
|
|
802 From Hrvoje Niksic <hniksic@srce.hr>
|
|
803
|
|
804 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
805
|
|
806 * device.c (delete_deviceless_console): New function.
|
|
807 (Fmake_device): Use it. Fix problem of creation of a frame on a
|
|
808 tty where something fails during initialization.
|
|
809 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
810
|
|
811 * specifier.c (Fboolean_specifier_p): Correct spelling in
|
|
812 Docstring (synch from Infodock 3.5).
|
|
813
|
|
814 * frame.c: Update docstring.
|
|
815
|
|
816 1997-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
817
|
|
818 * sysdep.c (tty_init_sys_modes_on_device): Initialize it.
|
|
819
|
|
820 * console.c (complex_vars_of_console): New variable
|
|
821 `tty-erase-char'.
|
|
822
|
|
823 * conslots.h (MARKED_SLOT): New slot.
|
|
824
|
|
825 Mon Jun 2 02:49:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
826
|
|
827 * frame.c, frame-tty.c
|
|
828 Treat tty frames like a cross between stacked window
|
|
829 system frames and frames on virtual displays. All
|
|
830 frames but the top frame are visible but hidden by
|
|
831 default. next-frame and previous-frame now skip
|
|
832 invisible tty frames by default. raise-frame and
|
|
833 lower-frame now control whether a frame is hidden
|
|
834 instead of whether it is visible. Frames are no
|
|
835 longer automatically raised when they are selected.
|
|
836 After a raise/lower operation selection of the new
|
|
837 topmost frame is deferred until a selection magic
|
|
838 event is read.
|
|
839
|
|
840 Sat May 31 19:59:49 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
841
|
|
842 * frame-tty.c (tty_init_frame_3:
|
|
843 Defer selection of the newly created frame until
|
|
844 an event is read.
|
|
845
|
|
846 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
847
|
|
848 * search.c (REGEXP_CACHE_SIZE): Bump to 20.
|
|
849 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>
|
|
850
|
|
851 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
852
|
|
853 * device-tty.c (tty_asynch_device_change):
|
|
854 * gpmevent.c (connect_to_gpm): Makes it so it doesn't **ck up the
|
|
855 mouse stuff on an XTerm, and resets the internal GPM variables for
|
|
856 the width and height of the screen when we get a sigwinch.
|
|
857 From William M. Perry <wmperry@aventail.com>
|
|
858
|
153
|
859 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
860
|
|
861 * eval.c (Fprogn): Delete mocklisp support.
|
|
862 (Fwhile): Ditto.
|
|
863 (Fcommandp): Ditto.
|
|
864 (Feval): Ditto.
|
|
865 (funcall_recording_as): Ditto.
|
|
866 (funcall_lambda): Ditto.
|
|
867
|
|
868 * elhash.c (verify_function): Delete mocklisp support.
|
|
869
|
|
870 * doc.c (Fdocumentation): Delete mocklisp support.
|
|
871
|
|
872 * data.c (wrong_type_argument): Delete mocklisp support.
|
|
873
|
|
874 * config.h.in: Delete mocklisp support.
|
|
875
|
|
876 * callint.c (Fcall_interactively): Delete mocklisp support.
|
|
877
|
|
878 * emacs.c (main_1): Delete mocklisp initialization.
|
|
879
|
|
880 * symsinit.h: Delete mocklisp.c decls.
|
|
881
|
|
882 * Makefile.in.in: Delete mocklisp stuffs.
|
|
883
|
|
884 Thu May 29 03:00:16 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
885
|
|
886 * frame.c (change_frame_size_1):
|
|
887 Drop code that returns immediately if the old frame
|
|
888 size is equal to the new.
|
|
889 Leave the minibuffer height the same if the frame has
|
|
890 been initialized, and the minibuffer height is tall
|
|
891 enough to display at least one line of text in the default
|
|
892 font, and the old minibuffer height is a multiple of the
|
|
893 default font height. This should cause the minibuffer
|
|
894 height to be recomputed on font changes but not for
|
|
895 other frame size changes, which seems reasonable.
|
|
896
|
|
897 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
898
|
|
899 * event-stream.c (Frecent_keys): Take optional parameter to
|
|
900 indicate how many keystrokes to return.
|
|
901 (Frecent_keys_ring_size): New function returns the maximum number
|
|
902 of events `recent-keys' can return.
|
|
903 (Fset_recent_keys_ring_size): New function. Modifies the above.
|
|
904
|
|
905 From Hrvoje Niksic <hniksic@srce.hr>
|
|
906
|
|
907 * event-stream.c: New variable recent_keys_ring_size replacing a
|
|
908 hard-coded macro.
|
|
909
|
|
910 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
911 From Hrvoje Niksic <hniksic@srce.hr>
|
|
912
|
|
913 * sysdep.c: Correction of subprocess support when compiling
|
|
914 without ttys.
|
|
915
|
151
|
916 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
917
|
|
918 * editfns.c (format-time-string): Update DOCstring. Make time
|
|
919 parameter optional.
|
|
920
|
|
921 Wed May 21 11:58:17 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
922
|
|
923 * src/insdel.c (signal_first_change):
|
|
924 record the current buffer for the unwind instead of the
|
|
925 buffer that's about to become the current buffer.
|
|
926
|
|
927 Tue May 20 23:23:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
928
|
|
929 * frame.c: Correct spelling typo in docstring.
|
|
930
|
|
931 Mon May 19 03:40:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
932
|
|
933 * src/redisplay.c: (window_line_number)
|
|
934 don't prefer buffer point value over window point
|
|
935 value unless window, frame, device and console are
|
|
936 all selected.
|
|
937
|
|
938 * src/redisplay.c: (redisplay_window)
|
|
939 don't prefer buffer point value over window point
|
|
940 value unless window, frame, device and console are
|
|
941 all selected.
|
|
942
|
|
943 * src/redisplay.c: (create_text_block)
|
|
944 don't prefer buffer point value over window point
|
|
945 value unless window, frame, device and console are
|
|
946 all selected.
|
|
947
|
|
948 Sun May 18 13:03:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
949
|
|
950 * Makefile.in.in (distclean): remove xemacs-version.h.
|
|
951
|
149
|
952 Sun May 11 13:38:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
953
|
|
954 * src/frame.c (change_frame_size_1):
|
|
955 return without doing anything if the frame has benn
|
|
956 initialized and the new frame size is same as the
|
|
957 current frame size.
|
|
958
|
|
959 Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
960
|
|
961 * device-tty.c (tty_asynch_device_change): Make
|
|
962 `no-redraw-on-reenter' work. Patch from Hrvoje Niksic.
|
|
963
|
|
964 Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
965
|
|
966 * frame-tty.c: Support multiple frames.
|
|
967
|
|
968 * redisplay.c (decode_mode_spec): New coding `%N'.
|
|
969
|
146
|
970 Sun May 11 23:36:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
971
|
|
972 * buffer.c: Rename Vdelete_auto_save_files to coding standards.
|
|
973
|
|
974 * frame.c: Rename Vallow_deletion_of_last_visible_frame to coding
|
|
975 standards.
|
|
976
|
142
|
977 Thu May 8 19:10:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
978
|
|
979 * frame.c: Change internal type of
|
|
980 `allow-deletion-of-last-visible-frame' to boolean.
|
|
981
|
|
982 * buffer.c: Change internal type of `delete-auto-save-files' to
|
|
983 boolean.
|
|
984
|
|
985 Sat May 3 15:28:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
986
|
|
987 * redisplay.c: `column-number-start-at-one' is a user customizable
|
|
988 variable.
|
|
989
|
|
990 * event-stream.c (vars_of_event_stream): `focus-follows-mouse' is
|
|
991 a user customizable variable.
|
|
992
|
|
993 * cmds.c (vars_of_cmds): `signal-error-on-buffer-boundary' is a
|
|
994 user customizable variable.
|
|
995
|
|
996 * lread.c (parse_integer): Fix incorrect upper bounds on loop.
|
|
997
|
140
|
998 Thu May 1 18:59:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
999
|
|
1000 * glyphs-x.c (Fmake_subwindow): Update error message.
|
|
1001
|
|
1002 Wed Apr 30 18:07:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1003
|
|
1004 * lread.c: New variable featurep.
|
|
1005 (read1): Add processing for #- and #+.
|
|
1006 (read_list_conser): Handle case where a feature test has removed a
|
|
1007 portion of the input stream.
|
|
1008 (vars_of_lread): New feature `xemacs'.
|
|
1009
|
|
1010 * fns.c (Ffeaturep): Remove function when using #-, #+ feature
|
|
1011 reader syntax.
|
|
1012
|
|
1013 * Makefile.in.in (lisp): Put features.elc in the dump list.
|
|
1014
|
|
1015 Thu May 1 05:24:25 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1016
|
|
1017 * buffer.c (Fmake_indirect_buffer): Don't pretend it's there.
|
|
1018
|
138
|
1019 Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1020
|
|
1021 * glyphs-x.c: libpng already includes setjmp.h, so don't attempt
|
|
1022 to include it twice.
|
|
1023
|
|
1024 Thu Apr 24 09:14:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1025
|
|
1026 * balloon-x.c (vars_of_balloon_x): Don't override advertised and
|
|
1027 supported balloon-help.
|
|
1028
|
136
|
1029 Tue Apr 22 11:54:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1030
|
|
1031 * emacs.c (main_1): Add syms_of_balloon_x and guard with
|
|
1032 HAVE_X_WINDOWS.
|
|
1033 (main_1): Add vars_of_balloon_x and guard with HAVE_X_WINDOWS.
|
|
1034
|
|
1035 * process.c (get_process): This function can be passed a BUFFER as
|
|
1036 a parameter.
|
|
1037
|
|
1038 Tue Apr 22 01:32:00 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
1039
|
|
1040 * src/menubar-x.c (pre_activate_hook):
|
|
1041 set in_menu_callback around call to call to
|
|
1042 menu_item_descriptor_to_widget_value.
|
|
1043
|
|
1044 * src/event-stream.c (Fnext_event):
|
|
1045 signal error if in_menu_callback non-nil to avoid
|
|
1046 reentering the menubar code and causing a crash later.
|
|
1047
|
|
1048 * src/cmdloop.c (command_loop_3):
|
|
1049 signal error if in_menu_callback non-nil to avoid
|
|
1050 inflooping calling Fnext_event, which will signal an
|
|
1051 error if the situation is not caught earlier.
|
|
1052
|
|
1053 Tue Apr 22 08:22:22 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1054
|
|
1055 * balloon-x.c, balloon_help.c, balloon_help.h: Modified to conform
|
|
1056 to XEmacs coding standards.
|
|
1057
|
134
|
1058 Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1059
|
|
1060 * balloon-x.c: New file from Douglas Keller.
|
|
1061
|
|
1062 * balloon_help.c: New file from Douglas Keller.
|
|
1063
|
|
1064 * balloon_help.h: New file from Douglas Keller.
|
|
1065
|
126
|
1066 Sun Apr 13 09:56:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1067
|
|
1068 * emacs.c (shut_down_emacs): Advertise using send-pr as the
|
|
1069 mechanism for submitting a bug report.
|
|
1070
|
|
1071 * Makefile.in.in: Handle pathological case of mis-autodetected
|
|
1072 TOOLTALK.
|
|
1073
|
|
1074 Sun Apr 13 11:33:34 1997 David Moore <dmoore@ucsd.edu>
|
|
1075
|
|
1076 * regex.c (re_search_2): Prevent incorrect matching and infinite
|
|
1077 loop with \\` and MULE.
|
|
1078
|
124
|
1079 Sat Apr 12 05:57:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1080
|
|
1081 * Makefile.in.in (lisp): Dump cus-start.elc with XEmacs.
|
|
1082
|
|
1083 * event-Xt.c (x_to_emacs_keysym): Allow for dead keys. (Patch
|
|
1084 from Joachim Schnitter).
|
|
1085
|
|
1086 * Makefile.in.in: Allow native sound for BSD/I.
|
|
1087
|
|
1088 * linuxplay.c: Rename global sndbuf to linuxplay_sndbuf.
|
|
1089 Make sndbuf, mix_fd, audio_vol, audio_fd, audio_dev non-static to
|
|
1090 avoid dump time lossage.
|
|
1091 (sndcnv8U_2mono): Rename global sndbuf to linuxplay_sndbuf.
|
|
1092 (sndcnv8S_2mono): Ditto.
|
|
1093 (sndcnv2monounsigned): Ditto.
|
|
1094 (sndcnv2unsigned): Ditto.
|
|
1095 (sndcnvULaw_2mono): Ditto.
|
|
1096 (sndcnv16_2monoLE): Ditto.
|
|
1097 (sndcnv16_2monoBE): Ditto.
|
|
1098 (sndcnv2byteLE): Ditto.
|
|
1099 (sndcnv2byteBE): Ditto.
|
|
1100 (sndcnv2monobyteLE): Ditto.
|
|
1101 (sndcnv2monobyteBE): Ditto.
|
|
1102 (linux_play_data_or_file): Ditto.
|
|
1103 (linux_play_data_or_file): Ditto.
|
|
1104 (linux_play_data_or_file): Ditto.
|
|
1105
|
|
1106 Sat Apr 12 01:59:14 1997 Kyle Jones <kyle_jones@WonderWorks.COM>
|
|
1107
|
|
1108 * glyphs-x.c, glyphs.c, glyphs.h: Added domain parameter to all
|
|
1109 image *_instantiate functions so that the domsin is available to
|
|
1110 specifier lookups in the various instantiator functions. Passed
|
|
1111 domain argument to extract_xpm_color_names for the
|
|
1112 Fspecifier_instance call.
|
|
1113
|
|
1114 Fri Apr 11 20:02:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1115
|
|
1116 * glyphs-x.c (extract_xpm_color_names): Add checking to handle
|
|
1117 case for when XEmacs is in initialization.
|
|
1118
|
|
1119 * events.c (Fevent_type): Remove handling for dead_event.
|
|
1120 (Fevent_properties): Remove handling for dead_event.
|
|
1121
|
|
1122 Thu Apr 10 20:41:53 1997 David Moore <dmoore@ucsd.edu>
|
|
1123
|
|
1124 * ntproc.c (sys_spawnve): Clean up GC protection.
|
|
1125
|
|
1126 * fileio.c (Ffile_executable_p): Clean up GC protection.
|
|
1127
|
122
|
1128 Thu Apr 10 12:48:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1129
|
|
1130 * glyphs.c: Undo duplicate declaration of display_table.
|
|
1131
|
|
1132 * glyphs.h: Back out name change of autodetect to
|
|
1133 automatic_conversion.
|
|
1134
|
|
1135 * glyphs.c: Back out name change of autodetect to
|
|
1136 automatic_conversion.
|
|
1137
|
|
1138 * glyphs-x.c (image_instantiator_format_create_glyphs_x): Back out
|
|
1139 name change of autodetect to automatic_conversion.
|
|
1140
|
|
1141 * events.c (Fevent_properties): Do something sensible for
|
|
1142 dead_event and empty_event.
|
|
1143
|
|
1144 * general.c: Restore autodetect symbol.
|
|
1145
|
|
1146 * emacsfns.h: Declare new symbol Qempty.
|
|
1147
|
|
1148 * general.c: Add symbol to identify empty events.
|
|
1149
|
|
1150 * events.c (Fevent_type): Don't abort() when presented with an
|
|
1151 empty_event or a dead_event.
|
|
1152
|
120
|
1153 Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu>
|
|
1154
|
|
1155 * xmu.c: Renamed local `initialized' variable to `hex_initialized'
|
|
1156 and don't assign to static, as some compilers crash.
|
|
1157 (initHexTable): Use it.
|
|
1158 (XmuReadBitmapData): Use it.
|
|
1159
|
|
1160 Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu>
|
|
1161
|
|
1162 * fileio.c (Fexpand_file_name): Clean up GC protection.
|
|
1163
|
|
1164 * dired.c (Fdirectory_files): Clean up GC protection.
|
|
1165
|
|
1166 * insdel.c (signal_after_change): Don't run after_change_functions
|
|
1167 on special Vprin1_to_string_buffer.
|
|
1168 (signal_before_change): Ditto for before_change_functions.
|
|
1169
|
|
1170 Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu>
|
|
1171
|
|
1172 * buffer.c (Fkill_buffer): Don't kill special
|
|
1173 Vprin1_to_string_buffer.
|
|
1174
|
|
1175 Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1176
|
|
1177 * Makefile.in.in (xemacs-version.h): Added to rename main_1 to
|
|
1178 something reflecting the XEmacs version in use (for lusers
|
|
1179 reporting crashes who forget to include the version number).
|
|
1180
|
|
1181 * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP.
|
|
1182
|
|
1183 * sound.c: Strip HAVE_NEXTSTEP.
|
|
1184
|
|
1185 * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP.
|
|
1186
|
|
1187 * faces.c: Strip HAVE_NEXTSTEP.
|
|
1188 (update_EmacsFrame): Ditto.
|
|
1189
|
|
1190 * events.c (event_equal): Strip HAVE_NEXTSTEP.
|
|
1191 (event_hash): Ditto.
|
|
1192 (format_event_object): Ditto.
|
|
1193
|
|
1194 * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP.
|
|
1195
|
|
1196 * emacs.c (main_1): Strip HAVE_NEXTSTEP.
|
|
1197 Attempt hack to change name of main_1 to something reflecting the
|
|
1198 current version for lusers who don't include version numbers with
|
|
1199 stack backtraces.
|
|
1200
|
|
1201 * device.c: Strip HAVE_NEXTSTEP.
|
|
1202
|
|
1203 * console.c (Fconsole_type): Remove reference to unimplemented ns
|
|
1204 windows type.
|
|
1205
|
|
1206 Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1207
|
|
1208 * frame.h: Strip NeXTStep stuff.
|
|
1209
|
|
1210 * device.h: Strip NeXTStep stuff.
|
|
1211
|
|
1212 * console.h: More NeXTStep trimming.
|
|
1213
|
|
1214 * console-x.h: Strip Epoch stuff.
|
|
1215
|
|
1216 * symsinit.h (init_sunpro): Strip vms/Epoch stuff.
|
|
1217
|
|
1218 * events.h (union magic_data): Strip NeXTStep stuff.
|
|
1219
|
|
1220 * console.h: Strip NeXTStep stuff.
|
|
1221
|
|
1222 * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out.
|
|
1223
|
|
1224 * Makefile.in.in: Remove unused NeXTStep support. It's all in the
|
|
1225 cvs attic if someone wishes to revive it.
|
|
1226 (epoch.o): Remove last vestiges of non-existent epoch support.
|
|
1227
|
|
1228 Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1229
|
|
1230 * fns.c: Correct DOC string to not equate integers and
|
|
1231 characters.
|
|
1232
|
118
|
1233 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com>
|
|
1234
|
|
1235 * s/decosf4.0-static.h: New file.
|
|
1236
|
|
1237 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1238
|
|
1239 * config.h.in: MAIL_USE_POP, KERBEROS, HESIOD -- new parameters to
|
|
1240 deal with upgraded movemail.c.
|
|
1241
|
|
1242 Fri Mar 28 19:25:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1243
|
|
1244 * inline.c: Restore this blasphemous file.
|
|
1245
|
|
1246 * Makefile.in.in (inline.o): Restore the bletcherous
|
|
1247 inline.c.
|
|
1248
|
116
|
1249 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
1250
|
|
1251 * fileio.c (barf_or_query_if_file_exists): GC fixes.
|
|
1252 (Ffile_readable_p): ditto.
|
|
1253 (Ffile_writable_p): ditto.
|
|
1254 (Ffile_symlink_p): ditto.
|
|
1255 (Ffile_accessible_directory_p): ditto.
|
|
1256
|
|
1257 * sound.c (Fplay_sound_file): Fix up gc problems with file
|
|
1258 handlers.
|
|
1259
|
|
1260 * buffer.c (Fkill_buffer): Fix up buffer killing problems with
|
|
1261 file handlers.
|
|
1262
|
|
1263 * sysdep.c (sys_subshell): Fix up gc problems with file handlers.
|
|
1264
|
|
1265 * callproc.c (Fcall_process_internal): Fix up gc problems with
|
|
1266 file handlers.
|
|
1267 Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1268
|
|
1269 * ralloc.c (MHASH): Make 64bit Alpha happier.
|
|
1270
|
|
1271 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
1272
|
|
1273 * fileio.c (auto_save_expand_name_error): New function.
|
|
1274 (auto_save_expand_name): Ditto.
|
|
1275 (Fdo_auto_save): Protect against an error in Fexpand_file_name
|
|
1276 from kicking us inappropriately out of auto-save.
|
|
1277
|
|
1278 Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1279
|
|
1280 * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc
|
|
1281 2.1 (suggested by Andreas Jaeger).
|
|
1282
|
|
1283 Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu>
|
|
1284
|
|
1285 * profile.c: Fixed some comments about GC status of functions.
|
|
1286
|
|
1287 * profile.c (inside_profiling): New variable to lock the
|
|
1288 profiling table.
|
|
1289 (sigprof_handler): Check it.
|
|
1290 (Fget_profiling_info): Set it.
|
|
1291 (mark_profiling_info): Set it.
|
|
1292 (Fclear_profiling_info): Set it.
|
|
1293
|
|
1294 * eval.c (PUSH_BACKTRACE): New macro.
|
|
1295 (POP_BACKTRACE): Ditto.
|
|
1296
|
|
1297 * eval.c (Fcommand_execute): Use them and fix problem with
|
|
1298 backtrace_list build ordering requirements for profiling code.
|
|
1299 (Feval): Ditto.
|
|
1300 (funcall_recording_as): Ditto.
|
|
1301
|
114
|
1302 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1303
|
|
1304 * Makefile.in.in: strip inline.o.
|
|
1305
|
|
1306 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu>
|
|
1307
|
|
1308 * fileio.c (call2_check_string_or_nil): New function.
|
|
1309 (Ffile_name_directory): Use it.
|
|
1310 (Fsubstitute_in_file_name): Use it.
|
|
1311
|
|
1312 * fileio.c (Fexpand_file_name): GC protect against file handlers.
|
|
1313 (Fdelete_file): ditto
|
|
1314 (Ffile_writable_p): ditto
|
|
1315 (Ffile_directory_p): ditto
|
|
1316 (Ffile_regular_p): ditto
|
|
1317 (Fset_file_modes): ditto
|
|
1318 (Ffile_newer_than_file_p): ditto
|
|
1319 (Fset_visited_file_modtime): ditto
|
|
1320
|
|
1321 *fileio.c (Ffile_truename): Unneccessary GC protection.
|
|
1322 (Fdelete_directory): Fix broken caller-must-GC-protect call.
|
|
1323
|
|
1324 * filelock.c (lock_file): New comments warning that this function
|
|
1325 may kill the current buffer.
|
|
1326 (unlock_file): ditto
|
|
1327 (Flock_buffer): ditto
|
|
1328 (Funlock_buffer): ditto
|
|
1329 (unlock_buffer): ditto
|
|
1330
|
|
1331 * filelock.c (unlock_all_files): GC protect against unlock_file
|
|
1332 killing random buffers.
|
|
1333
|
|
1334 * buffer.c (Fkill_buffer): GC protect against unlock_file killing
|
|
1335 the buffer.
|
|
1336
|
|
1337 * insdel.c (prepare_to_modify_buffer): GC protect against
|
|
1338 lock_file() killing the buffer.
|
|
1339
|
|
1340 Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1341
|
|
1342 * mule-coding.c (vars_of_mule_coding): Add
|
|
1343 enable-multibyte-characters for MULE compatibility.
|
|
1344
|
|
1345 Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1346
|
|
1347 * glyphs-x.c: Implement a dummy function to insert a fake EOI
|
|
1348 marker if called. Based on code from William Perry.
|
|
1349
|
|
1350 Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1351
|
|
1352 * menubar-x.c (pre_activate_callback): Attempt to avoid recursive
|
|
1353 expansion of submenus via :filter expansion.
|
|
1354
|
|
1355 * glyphs-x.c (x_print_image_instance): Move define of
|
|
1356 HAVE_SUBWINDOWS to glyphs-x.h.
|
|
1357 (our_skip_input_data): Implement with some error checking based on
|
|
1358 patch by Dominic Froud.
|
|
1359
|
|
1360 * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from
|
|
1361 barfing.
|
|
1362
|
|
1363 Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1364
|
|
1365 * glyphs-x.c: Strip unimplemented subwindows code.
|
|
1366
|
112
|
1367 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu>
|
|
1368
|
|
1369 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the
|
|
1370 first image out of a multi-image or animated gif.
|
|
1371
|
|
1372 Mon Mar 17 15:27:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1373
|
|
1374 * Makefile.in.in (xemacs): Invert sense of test for successful
|
|
1375 completion of XEmacs dump.
|
|
1376
|
110
|
1377 Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu>
|
|
1378
|
|
1379 * fileio.c (Fdo_auto_save): Protect against file handlers which
|
|
1380 may kill the buffer being saved or otherwise modify Vbuffer_alist.
|
|
1381
|
|
1382 Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1383
|
|
1384 * Makefile.in.in (lisp): Add auto-customize.elc.
|
|
1385
|
|
1386 Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu>
|
|
1387
|
|
1388 * extents.c (extent_changed_for_redisplay): New parameter.
|
|
1389 (extent_changed_for_redisplay): Notify redisplay if invisible text
|
|
1390 has become visible.
|
|
1391 (extent_maybe_changed_for_redisplay): New parameter.
|
|
1392 (extent_attach): Use it.
|
|
1393 (extent_detach): Use it.
|
|
1394 (Fset_extent_parent): Use it.
|
|
1395 (set_extent_invisible): Use visibility change parameter.
|
|
1396 (Fset_extent_face): Ditto.
|
|
1397 (Fset_extent_mouse_face): Ditto.
|
|
1398 (set_extent_glyph): Ditto.
|
|
1399 (do_highlight): Ditto.
|
|
1400
|
|
1401 Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1402
|
|
1403 * s/sunos4-1-4-shr.h: New file.
|
|
1404
|
|
1405 * s/sunos4-1-4.h: New file.
|
|
1406
|
|
1407 * s/sunos4-1.h (BROKEN_SIGIO): Define.
|
|
1408
|
|
1409 Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1410
|
|
1411 * emacs.c (fatal_error_signal): (mostly) useless check on
|
|
1412 /usr/proc/bin/pstack removed.
|
|
1413
|
|
1414 * s/bsdos3.h: New file for BSDI 3.0.
|
|
1415
|
|
1416 * editfns.c (Fchar_equal): Correct DOC string.
|
|
1417 (Fchar_Equal): (char=) CL Case sensitve comparison added.
|
|
1418
|
|
1419 * data.c (Fcharacterp): Make DOC string less confrontational.
|
|
1420
|
|
1421 Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1422
|
|
1423 * input-method-motif.c (XIM_init_frame): Fix XIM crash on some
|
|
1424 versions of X11R6 XIM.
|
|
1425
|
|
1426 Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
1427
|
|
1428 * minibuf.c (regexp_ignore_completion_p): Reverse meaning of
|
|
1429 completion-regexp-list.
|
|
1430
|
108
|
1431 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1432
|
|
1433 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!!
|
|
1434 message.
|
|
1435
|
|
1436 Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1437
|
|
1438 * process.c (get_internet_address): Put upper bounds on attempting
|
|
1439 to get system name (similar to nearly identical processing in
|
|
1440 sysdep.c.
|
|
1441
|
|
1442 Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1443
|
|
1444 * puresize.h (PURESIZE): *Must* use angle brackets for
|
|
1445 puresize_adjust.h or build will lose with --srcdir.
|
|
1446
|
|
1447 * alloc.c (report_pure_usage): Adjust error message printed when
|
|
1448 too low on PURESIZE.
|
|
1449
|
|
1450 * Makefile.in.in: Move site-packages.
|
|
1451 Add vpath correction for puresize_adjust.h.
|
|
1452
|
106
|
1453 Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1454
|
|
1455 * Makefile.in.in (lisp): Remove custom-xmas.elc.
|
|
1456
|
104
|
1457 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1458
|
|
1459 * doc.c (weird_doc): Don't print `duplicate' messages as they are
|
|
1460 almost always due to symbols that are both autoloaded and dumped.
|
|
1461
|
|
1462 * data.c (syms_of_data): char-int and int-char -> char-to-int and
|
|
1463 int-to-char.
|
|
1464
|
|
1465 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1466
|
|
1467 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
|
|
1468
|
|
1469 * lstream.c (signal_simple_internal_error): Remove the abort().
|
|
1470
|
|
1471 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
|
|
1472 (Fgarbage_collect): Disable garbage collection if we're dumping
|
|
1473 XEmacs and we've overflowed purespace.
|
|
1474
|
|
1475 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
1476
|
|
1477 * event-Xt.c (change_frame_visibility): New function.
|
|
1478 (handle_map_event): Use it.
|
|
1479 (emacs_Xt_handle_magic_event): Correction of handling of
|
|
1480 VisibilityNotify.
|
|
1481
|
|
1482 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1483
|
|
1484 * frame-x.c (x_frame_visible_p): Reverse previous change.
|
|
1485
|
|
1486 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
|
|
1487
|
|
1488 * regex.c (re_search_2): Properly handle crossing the buffer gap
|
|
1489 when doing a backwards search under MULE.
|
|
1490
|
102
|
1491 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1492
|
|
1493 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
|
|
1494 site-loaded lisp files.
|
|
1495
|
|
1496 * alloc.c (report_pure_usage): Adjust restart message.
|
|
1497
|
|
1498 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1499
|
|
1500 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
|
|
1501
|
|
1502 * alloc.c (PURESIZE_h): New function.
|
|
1503 (report_pure_usage): Use it. If PURESIZE is not the right amount,
|
|
1504 use the correct value.
|
|
1505
|
|
1506 * puresize.h: Use dynamic computation of PURESIZE.
|
|
1507
|
|
1508 * PURESIZE.h: New file.
|
|
1509
|
|
1510 * fns.c (Frandom): Fix docstring.
|
|
1511
|
|
1512 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
|
|
1513
|
|
1514 * process.c (record_exited_processes): Fix obvious typo in
|
|
1515 checking for SIGCLD.
|
|
1516
|
|
1517 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1518
|
|
1519 * scrollbar.c (update_scrollbar_instance): Fix for
|
|
1520 all-hail-xemacs scrollbar drag bug.
|
|
1521
|
|
1522 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
|
|
1523 as end-of-buffer does, instead of hostile Frecenter(0). Makes
|
|
1524 C-button-1 on down-arrow friendlier.
|
|
1525
|
100
|
1526 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
|
|
1527 Initial MS Windows NT support.
|
|
1528 * unexnt.c: New file.
|
|
1529
|
|
1530 * ntproc.c: New file.
|
|
1531
|
|
1532 * ntheap.h: New file.
|
|
1533
|
|
1534 * ntheap.c: New file.
|
|
1535
|
|
1536 * nt.h: New file.
|
|
1537
|
|
1538 * nt.c: New file.
|
|
1539
|
|
1540 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1541
|
|
1542 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
|
|
1543
|
|
1544 * gmalloc.c: Guard __getpagesize definition against glibc 2.
|
|
1545
|
|
1546 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1547
|
|
1548 * Makefile.in.in (lisp): Snarf docstrings from new file
|
|
1549 itimer-autosave.elc.
|
|
1550
|
|
1551 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1552
|
|
1553 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
|
|
1554 freezing bug.
|
|
1555
|
|
1556 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1557
|
|
1558 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
|
|
1559
|
|
1560 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1561
|
|
1562 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
|
|
1563
|
|
1564 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1565
|
|
1566 * print.c (Ferror_message_string): New function, ported from Emacs
|
|
1567 19.34.
|
|
1568 (print_error_message): Ditto.
|
|
1569
|
|
1570 * extents.c (verify_extent_mapper): Experimental deletion of code
|
|
1571 to allow deletion of read-only extents.
|
|
1572
|
|
1573 * symbols.c (hash_string): Replace algorithm with one given in
|
|
1574 Aho, Sethi & Ullman.
|
|
1575
|
|
1576 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1577
|
|
1578 * keymap.c (lookup_keys): Wrong sense in test.
|
|
1579
|
|
1580 * Makefile.in.in: Dont dump font.elc.
|
|
1581
|
98
|
1582 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1583
|
|
1584 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
|
|
1585 (Fforward_char): Use it.
|
|
1586 (Fbackward_char): Use it.
|
|
1587
|
|
1588 * window.c (Fscroll_up): Use it.
|
|
1589 (Fscroll_down): Use it.
|
|
1590
|
|
1591 * keymap.c (syms_of_keymap): define mouse-[123] and
|
|
1592 down-mouse-[123] pseudo-keysym aliases for Emacs compatibility.
|
|
1593
|
|
1594 Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1595
|
|
1596 * Makefile.in.in: Don't dump tm with XEmacs under any
|
|
1597 circumstances.
|
|
1598
|
|
1599 * puresize.h: Remove extra SunPro puresize for MULE+tm.
|
|
1600
|
|
1601 Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1602
|
|
1603 * emacs.c (main_1): Fix NeXT malloc initialization.
|
|
1604
|
96
|
1605 Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1606
|
|
1607 * mule-coding.c (Fdecode_coding_region): Make explicit call to
|
|
1608 `barf_if_buffer_read_only'.
|
|
1609 (Fencode_coding_region): Ditto.
|
|
1610
|
|
1611 Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1612
|
|
1613 * extents.c (syms_of_extents): Remove references to replicating
|
|
1614 extents.
|
|
1615
|
|
1616 * extents.h (struct extent): Remove references to replicating
|
|
1617 extents.
|
|
1618
|
|
1619 Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp>
|
|
1620
|
|
1621 * mule-coding.c (ENCODE_SJIS): Correct typo.
|
|
1622
|
|
1623 Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1624
|
|
1625 * frame.c (delete_frame_internal): Protect against deletion of
|
|
1626 frames with living popup children.
|
|
1627
|
94
|
1628 Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU>
|
|
1629
|
|
1630 * emacs.c (main_1): Try to avoid collisions against potentially
|
|
1631 incompatible system mallocs.
|
|
1632
|
|
1633 Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com>
|
|
1634
|
|
1635 * redisplay.c: Activate face/charset redisplay caching.
|
|
1636
|
|
1637 Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1638
|
|
1639 * eval.c (do_debug_on_exit): Don't restore old value of
|
|
1640 debug_on_next_call improperly.
|
|
1641
|
88
|
1642 Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se>
|
|
1643
|
|
1644 * frame.c (frame_matches_frametype): Fix next-window when the next
|
|
1645 window is on another frame.
|
|
1646
|
|
1647 Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1648
|
|
1649 * syntax.c (scan_sexps_forward): Change test on targetdepth to
|
|
1650 match Emacs 19.34.
|
|
1651
|
|
1652 Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net>
|
|
1653
|
|
1654 * gmalloc.c: Corrections for namespace collision with Linux libc
|
|
1655 malloc.
|
|
1656
|
86
|
1657 Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
1658
|
|
1659 * fileio.c (Fwrite_region_internal): pack lockname to write-region
|
|
1660 handler.
|
|
1661
|
|
1662 Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU>
|
|
1663
|
|
1664 * gmalloc.c (malloc): Guard against incompatible system mallocs
|
|
1665 with conflicting symbols.
|
|
1666
|
|
1667 Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1668
|
|
1669 * redisplay.c (add_emchar_rune): Back out optimization change of
|
|
1670 caching last_charset.
|
|
1671
|
|
1672 Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1673
|
|
1674 * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy.
|
|
1675 And I *do* mean buggy.
|
|
1676
|
84
|
1677 Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
1678
|
|
1679 * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode.
|
|
1680 Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA.
|
|
1681
|
82
|
1682 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1683 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
1684
|
|
1685 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
1686 code.
|
|
1687 (scrollbar-page-down): Ditto.
|
|
1688
|
|
1689 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
1690 Lucid/Motif code.
|
|
1691 (x_update_vertical_scrollbar_callback): Ditto.
|
|
1692 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
1693 special case code.
|
|
1694
|
|
1695 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
1696 for Athena3d.
|
|
1697
|
|
1698 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
1699 get the Athena vertical thumb adjusted after drag.
|
|
1700
|
|
1701 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
1702
|
|
1703 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
1704
|
|
1705 * m/aviion.h: Remove definition of m88k.
|
|
1706
|
|
1707 * s/dgux5-4r4.h: New file.
|
|
1708
|
|
1709 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1710
|
|
1711 * buffer.h: Put proper typecasts on calls to alloca().
|
|
1712
|
|
1713 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
1714
|
|
1715 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
1716
|
|
1717 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
1718 Athena and Motif in the same link.
|
|
1719
|
|
1720 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1721
|
|
1722 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
1723 volume is set to 0.
|
|
1724
|
|
1725 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1726
|
|
1727 * s/nextstep.h (signal_handler_t): define as int.
|
|
1728
|
|
1729 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1730
|
|
1731 * src/event-Xt.c (emacs_Xt_handle_magic_event):
|
|
1732 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
1733
|
|
1734 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
1735
|
|
1736 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
1737 local variables in :included clauses.
|
|
1738 (compute_menubar_data): Ditto.
|
|
1739
|
|
1740 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
1741
|
|
1742 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
1743 optimization.
|
|
1744
|
|
1745 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
1746
|
|
1747 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
1748 uninitialized variable.
|
|
1749
|
|
1750 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1751
|
|
1752 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
1753 to match Emacs 19.34.
|
|
1754
|
|
1755 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1756
|
|
1757 * sysdep.c (sys_execvp): Fix when compiled with
|
|
1758 --const-is-losing=no. Old code could crash if argv contained
|
|
1759 non-ascii characters and the execvp failed and then caller
|
|
1760 examined argv (for error message, for example).
|
|
1761
|
|
1762 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1763
|
|
1764 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
1765
|
80
|
1766 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
1767
|
|
1768 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
1769 obarray.
|
|
1770
|
|
1771 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
1772
|
|
1773 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
1774 default font width.
|
|
1775
|
|
1776 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
1777
|
|
1778 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
1779
|
|
1780 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
1781
|
|
1782 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
1783
|
|
1784 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
1785
|
|
1786 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
1787
|
78
|
1788 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1789
|
|
1790 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
1791 specifiers so XEmacs can be built without tty support.
|
|
1792
|
|
1793 * console-stream.c: Moved function bodies of
|
|
1794 semi_canonicalize_console_connection,
|
|
1795 canonicalize_console_connection,
|
|
1796 semi_canonicalize_device_connection, and
|
|
1797 canonicalize_device_connection into this file from console-tty.c.
|
|
1798 Moved variable Vstdio_str into this file.
|
|
1799
|
|
1800 * console-tty.c: See above.
|
|
1801
|
|
1802 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1803
|
|
1804 * m/next.h: Cleanup accumulated cruft.
|
|
1805
|
|
1806 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
1807
|
|
1808 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
1809
|
|
1810 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
1811
|
|
1812 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
1813
|
|
1814 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1815
|
|
1816 * m/next.h: Remove signal_handler_t #define.
|
|
1817
|
|
1818 * s/nextstep.h: Remove signal_handler_t #define.
|
|
1819
|
76
|
1820 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1821
|
|
1822 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
1823
|
|
1824 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1825
|
|
1826 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
1827
|
|
1828 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1829
|
|
1830 * bitmaps.h: Change to unsigned char.
|
|
1831
|
|
1832 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
1833
|
|
1834 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
1835
|
74
|
1836 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1837
|
|
1838 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
1839
|
|
1840 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
1841 binding of kp_.* not lose.
|
|
1842
|
|
1843 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
1844
|
|
1845 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
1846
|
|
1847 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
1848 (Faccept_process_output): Fix timeout handling race conditions.
|
|
1849 (Fsleep_for): Ditto.
|
|
1850 (Fsit_for): Ditto.
|
|
1851
|
|
1852 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
1853
|
|
1854 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
1855
|
|
1856 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
1857
|
|
1858 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
1859 by HAVE_SIGPROCMASK.
|
|
1860
|
|
1861 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1862
|
|
1863 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
1864 bitfields.
|
|
1865
|
|
1866 * mule-charset.h: Change charset names.
|
|
1867
|
|
1868 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
1869 Change charset names.
|
|
1870
|
|
1871 * mule-charset.c: Change charset names.
|
|
1872
|
|
1873 * mule-canna.c: Change charset names.
|
|
1874
|
|
1875 * EmacsShell-sub.c: Ansify and reformat.
|
|
1876
|
|
1877 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
1878
|
|
1879 * glyphs-x.c: Ansify.
|
|
1880
|
|
1881 * specifier.c: Use lisp_fn_t.
|
|
1882
|
|
1883 * EmacsShell.c: Ansify.
|
|
1884
|
|
1885 * vm-limit.c: Ansify.
|
|
1886
|
|
1887 * emacsfns.h: Use lisp_fn_t.
|
|
1888
|
|
1889 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
1890
|
|
1891 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
1892 (Fx_store_cutbuffer_internal): Change charset name.
|
|
1893
|
|
1894 * ralloc.c: Ansify and clean up.
|
|
1895
|
|
1896 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
1897
|
|
1898 * event-Xt.c: Documentation change.
|
|
1899
|
|
1900 * lisp.h: Introduce lisp_fn_t.
|
|
1901 Remove SunPro C compiler warning message workaround.
|
|
1902
|
|
1903 * xmu.c: Ansify.
|
|
1904
|
|
1905 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
1906
|
|
1907 * fileio.c: various code formatting changes.
|
|
1908
|
|
1909 * eval.c: reorganize primitive funcalls.
|
|
1910
|
|
1911 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
1912 checking in X header files.
|
|
1913
|
|
1914 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
1915
|
|
1916 * s/sunos4-0-shr.h: Documentation change.
|
|
1917
|
|
1918 * s/sol2.h (__EXTENSIONS__): Add.
|
|
1919 Include <setjmp.h> under certain conditions.
|
|
1920
|
|
1921 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1922
|
|
1923 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
1924 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
1925
|
|
1926 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1927
|
|
1928 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
1929 because the in-core code is broken.
|
|
1930
|
|
1931 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1932
|
|
1933 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
1934 default when running on a tty.
|
|
1935
|
|
1936 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
1937
|
|
1938 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
1939
|
|
1940 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
1941
|
|
1942 * lread.c (Fload_internal): Change arity of call to
|
|
1943 file-name-handlers.
|
|
1944
|
|
1945 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
1946
|
|
1947 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1948
|
|
1949 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
1950 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
1951
|
72
|
1952 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
1953
|
|
1954 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
1955
|
|
1956 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
1957
|
|
1958 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1959
|
|
1960 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
1961
|
|
1962 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1963
|
|
1964 * config.h.in: configure for POSIX getcwd if available.
|
|
1965
|
|
1966 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1967
|
|
1968 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
1969
|
|
1970 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
1971
|
|
1972 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
1973
|
|
1974 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
1975
|
|
1976 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
1977
|
|
1978 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
1979
|
|
1980 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
1981
|
|
1982 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1983
|
|
1984 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
1985
|