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