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