124
|
1 Sat Apr 12 05:57:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * Makefile.in.in (lisp): Dump cus-start.elc with XEmacs.
|
|
4
|
|
5 * event-Xt.c (x_to_emacs_keysym): Allow for dead keys. (Patch
|
|
6 from Joachim Schnitter).
|
|
7
|
|
8 * Makefile.in.in: Allow native sound for BSD/I.
|
|
9
|
|
10 * linuxplay.c: Rename global sndbuf to linuxplay_sndbuf.
|
|
11 Make sndbuf, mix_fd, audio_vol, audio_fd, audio_dev non-static to
|
|
12 avoid dump time lossage.
|
|
13 (sndcnv8U_2mono): Rename global sndbuf to linuxplay_sndbuf.
|
|
14 (sndcnv8S_2mono): Ditto.
|
|
15 (sndcnv2monounsigned): Ditto.
|
|
16 (sndcnv2unsigned): Ditto.
|
|
17 (sndcnvULaw_2mono): Ditto.
|
|
18 (sndcnv16_2monoLE): Ditto.
|
|
19 (sndcnv16_2monoBE): Ditto.
|
|
20 (sndcnv2byteLE): Ditto.
|
|
21 (sndcnv2byteBE): Ditto.
|
|
22 (sndcnv2monobyteLE): Ditto.
|
|
23 (sndcnv2monobyteBE): Ditto.
|
|
24 (linux_play_data_or_file): Ditto.
|
|
25 (linux_play_data_or_file): Ditto.
|
|
26 (linux_play_data_or_file): Ditto.
|
|
27
|
|
28 Sat Apr 12 01:59:14 1997 Kyle Jones <kyle_jones@WonderWorks.COM>
|
|
29
|
|
30 * glyphs-x.c, glyphs.c, glyphs.h: Added domain parameter to all
|
|
31 image *_instantiate functions so that the domsin is available to
|
|
32 specifier lookups in the various instantiator functions. Passed
|
|
33 domain argument to extract_xpm_color_names for the
|
|
34 Fspecifier_instance call.
|
|
35
|
|
36 Fri Apr 11 20:02:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
37
|
|
38 * glyphs-x.c (extract_xpm_color_names): Add checking to handle
|
|
39 case for when XEmacs is in initialization.
|
|
40
|
|
41 * events.c (Fevent_type): Remove handling for dead_event.
|
|
42 (Fevent_properties): Remove handling for dead_event.
|
|
43
|
|
44 Thu Apr 10 20:41:53 1997 David Moore <dmoore@ucsd.edu>
|
|
45
|
|
46 * ntproc.c (sys_spawnve): Clean up GC protection.
|
|
47
|
|
48 * fileio.c (Ffile_executable_p): Clean up GC protection.
|
|
49
|
122
|
50 Thu Apr 10 12:48:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
51
|
|
52 * glyphs.c: Undo duplicate declaration of display_table.
|
|
53
|
|
54 * glyphs.h: Back out name change of autodetect to
|
|
55 automatic_conversion.
|
|
56
|
|
57 * glyphs.c: Back out name change of autodetect to
|
|
58 automatic_conversion.
|
|
59
|
|
60 * glyphs-x.c (image_instantiator_format_create_glyphs_x): Back out
|
|
61 name change of autodetect to automatic_conversion.
|
|
62
|
|
63 * events.c (Fevent_properties): Do something sensible for
|
|
64 dead_event and empty_event.
|
|
65
|
|
66 * general.c: Restore autodetect symbol.
|
|
67
|
|
68 * emacsfns.h: Declare new symbol Qempty.
|
|
69
|
|
70 * general.c: Add symbol to identify empty events.
|
|
71
|
|
72 * events.c (Fevent_type): Don't abort() when presented with an
|
|
73 empty_event or a dead_event.
|
|
74
|
120
|
75 Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu>
|
|
76
|
|
77 * xmu.c: Renamed local `initialized' variable to `hex_initialized'
|
|
78 and don't assign to static, as some compilers crash.
|
|
79 (initHexTable): Use it.
|
|
80 (XmuReadBitmapData): Use it.
|
|
81
|
|
82 Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu>
|
|
83
|
|
84 * fileio.c (Fexpand_file_name): Clean up GC protection.
|
|
85
|
|
86 * dired.c (Fdirectory_files): Clean up GC protection.
|
|
87
|
|
88 * insdel.c (signal_after_change): Don't run after_change_functions
|
|
89 on special Vprin1_to_string_buffer.
|
|
90 (signal_before_change): Ditto for before_change_functions.
|
|
91
|
|
92 Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu>
|
|
93
|
|
94 * buffer.c (Fkill_buffer): Don't kill special
|
|
95 Vprin1_to_string_buffer.
|
|
96
|
|
97 Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
98
|
|
99 * Makefile.in.in (xemacs-version.h): Added to rename main_1 to
|
|
100 something reflecting the XEmacs version in use (for lusers
|
|
101 reporting crashes who forget to include the version number).
|
|
102
|
|
103 * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP.
|
|
104
|
|
105 * sound.c: Strip HAVE_NEXTSTEP.
|
|
106
|
|
107 * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP.
|
|
108
|
|
109 * faces.c: Strip HAVE_NEXTSTEP.
|
|
110 (update_EmacsFrame): Ditto.
|
|
111
|
|
112 * events.c (event_equal): Strip HAVE_NEXTSTEP.
|
|
113 (event_hash): Ditto.
|
|
114 (format_event_object): Ditto.
|
|
115
|
|
116 * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP.
|
|
117
|
|
118 * emacs.c (main_1): Strip HAVE_NEXTSTEP.
|
|
119 Attempt hack to change name of main_1 to something reflecting the
|
|
120 current version for lusers who don't include version numbers with
|
|
121 stack backtraces.
|
|
122
|
|
123 * device.c: Strip HAVE_NEXTSTEP.
|
|
124
|
|
125 * console.c (Fconsole_type): Remove reference to unimplemented ns
|
|
126 windows type.
|
|
127
|
|
128 Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
129
|
|
130 * frame.h: Strip NeXTStep stuff.
|
|
131
|
|
132 * device.h: Strip NeXTStep stuff.
|
|
133
|
|
134 * console.h: More NeXTStep trimming.
|
|
135
|
|
136 * console-x.h: Strip Epoch stuff.
|
|
137
|
|
138 * symsinit.h (init_sunpro): Strip vms/Epoch stuff.
|
|
139
|
|
140 * events.h (union magic_data): Strip NeXTStep stuff.
|
|
141
|
|
142 * console.h: Strip NeXTStep stuff.
|
|
143
|
|
144 * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out.
|
|
145
|
|
146 * Makefile.in.in: Remove unused NeXTStep support. It's all in the
|
|
147 cvs attic if someone wishes to revive it.
|
|
148 (epoch.o): Remove last vestiges of non-existent epoch support.
|
|
149
|
|
150 Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
151
|
|
152 * fns.c: Correct DOC string to not equate integers and
|
|
153 characters.
|
|
154
|
118
|
155 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com>
|
|
156
|
|
157 * s/decosf4.0-static.h: New file.
|
|
158
|
|
159 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
160
|
|
161 * config.h.in: MAIL_USE_POP, KERBEROS, HESIOD -- new parameters to
|
|
162 deal with upgraded movemail.c.
|
|
163
|
|
164 Fri Mar 28 19:25:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
165
|
|
166 * inline.c: Restore this blasphemous file.
|
|
167
|
|
168 * Makefile.in.in (inline.o): Restore the bletcherous
|
|
169 inline.c.
|
|
170
|
116
|
171 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
172
|
|
173 * fileio.c (barf_or_query_if_file_exists): GC fixes.
|
|
174 (Ffile_readable_p): ditto.
|
|
175 (Ffile_writable_p): ditto.
|
|
176 (Ffile_symlink_p): ditto.
|
|
177 (Ffile_accessible_directory_p): ditto.
|
|
178
|
|
179 * sound.c (Fplay_sound_file): Fix up gc problems with file
|
|
180 handlers.
|
|
181
|
|
182 * buffer.c (Fkill_buffer): Fix up buffer killing problems with
|
|
183 file handlers.
|
|
184
|
|
185 * sysdep.c (sys_subshell): Fix up gc problems with file handlers.
|
|
186
|
|
187 * callproc.c (Fcall_process_internal): Fix up gc problems with
|
|
188 file handlers.
|
|
189 Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
190
|
|
191 * ralloc.c (MHASH): Make 64bit Alpha happier.
|
|
192
|
|
193 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
194
|
|
195 * fileio.c (auto_save_expand_name_error): New function.
|
|
196 (auto_save_expand_name): Ditto.
|
|
197 (Fdo_auto_save): Protect against an error in Fexpand_file_name
|
|
198 from kicking us inappropriately out of auto-save.
|
|
199
|
|
200 Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
201
|
|
202 * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc
|
|
203 2.1 (suggested by Andreas Jaeger).
|
|
204
|
|
205 Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu>
|
|
206
|
|
207 * profile.c: Fixed some comments about GC status of functions.
|
|
208
|
|
209 * profile.c (inside_profiling): New variable to lock the
|
|
210 profiling table.
|
|
211 (sigprof_handler): Check it.
|
|
212 (Fget_profiling_info): Set it.
|
|
213 (mark_profiling_info): Set it.
|
|
214 (Fclear_profiling_info): Set it.
|
|
215
|
|
216 * eval.c (PUSH_BACKTRACE): New macro.
|
|
217 (POP_BACKTRACE): Ditto.
|
|
218
|
|
219 * eval.c (Fcommand_execute): Use them and fix problem with
|
|
220 backtrace_list build ordering requirements for profiling code.
|
|
221 (Feval): Ditto.
|
|
222 (funcall_recording_as): Ditto.
|
|
223
|
114
|
224 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
225
|
|
226 * Makefile.in.in: strip inline.o.
|
|
227
|
|
228 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu>
|
|
229
|
|
230 * fileio.c (call2_check_string_or_nil): New function.
|
|
231 (Ffile_name_directory): Use it.
|
|
232 (Fsubstitute_in_file_name): Use it.
|
|
233
|
|
234 * fileio.c (Fexpand_file_name): GC protect against file handlers.
|
|
235 (Fdelete_file): ditto
|
|
236 (Ffile_writable_p): ditto
|
|
237 (Ffile_directory_p): ditto
|
|
238 (Ffile_regular_p): ditto
|
|
239 (Fset_file_modes): ditto
|
|
240 (Ffile_newer_than_file_p): ditto
|
|
241 (Fset_visited_file_modtime): ditto
|
|
242
|
|
243 *fileio.c (Ffile_truename): Unneccessary GC protection.
|
|
244 (Fdelete_directory): Fix broken caller-must-GC-protect call.
|
|
245
|
|
246 * filelock.c (lock_file): New comments warning that this function
|
|
247 may kill the current buffer.
|
|
248 (unlock_file): ditto
|
|
249 (Flock_buffer): ditto
|
|
250 (Funlock_buffer): ditto
|
|
251 (unlock_buffer): ditto
|
|
252
|
|
253 * filelock.c (unlock_all_files): GC protect against unlock_file
|
|
254 killing random buffers.
|
|
255
|
|
256 * buffer.c (Fkill_buffer): GC protect against unlock_file killing
|
|
257 the buffer.
|
|
258
|
|
259 * insdel.c (prepare_to_modify_buffer): GC protect against
|
|
260 lock_file() killing the buffer.
|
|
261
|
|
262 Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
263
|
|
264 * mule-coding.c (vars_of_mule_coding): Add
|
|
265 enable-multibyte-characters for MULE compatibility.
|
|
266
|
|
267 Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
268
|
|
269 * glyphs-x.c: Implement a dummy function to insert a fake EOI
|
|
270 marker if called. Based on code from William Perry.
|
|
271
|
|
272 Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
273
|
|
274 * menubar-x.c (pre_activate_callback): Attempt to avoid recursive
|
|
275 expansion of submenus via :filter expansion.
|
|
276
|
|
277 * glyphs-x.c (x_print_image_instance): Move define of
|
|
278 HAVE_SUBWINDOWS to glyphs-x.h.
|
|
279 (our_skip_input_data): Implement with some error checking based on
|
|
280 patch by Dominic Froud.
|
|
281
|
|
282 * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from
|
|
283 barfing.
|
|
284
|
|
285 Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
286
|
|
287 * glyphs-x.c: Strip unimplemented subwindows code.
|
|
288
|
112
|
289 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu>
|
|
290
|
|
291 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the
|
|
292 first image out of a multi-image or animated gif.
|
|
293
|
|
294 Mon Mar 17 15:27:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
295
|
|
296 * Makefile.in.in (xemacs): Invert sense of test for successful
|
|
297 completion of XEmacs dump.
|
|
298
|
110
|
299 Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu>
|
|
300
|
|
301 * fileio.c (Fdo_auto_save): Protect against file handlers which
|
|
302 may kill the buffer being saved or otherwise modify Vbuffer_alist.
|
|
303
|
|
304 Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
305
|
|
306 * Makefile.in.in (lisp): Add auto-customize.elc.
|
|
307
|
|
308 Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu>
|
|
309
|
|
310 * extents.c (extent_changed_for_redisplay): New parameter.
|
|
311 (extent_changed_for_redisplay): Notify redisplay if invisible text
|
|
312 has become visible.
|
|
313 (extent_maybe_changed_for_redisplay): New parameter.
|
|
314 (extent_attach): Use it.
|
|
315 (extent_detach): Use it.
|
|
316 (Fset_extent_parent): Use it.
|
|
317 (set_extent_invisible): Use visibility change parameter.
|
|
318 (Fset_extent_face): Ditto.
|
|
319 (Fset_extent_mouse_face): Ditto.
|
|
320 (set_extent_glyph): Ditto.
|
|
321 (do_highlight): Ditto.
|
|
322
|
|
323 Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
324
|
|
325 * s/sunos4-1-4-shr.h: New file.
|
|
326
|
|
327 * s/sunos4-1-4.h: New file.
|
|
328
|
|
329 * s/sunos4-1.h (BROKEN_SIGIO): Define.
|
|
330
|
|
331 Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
332
|
|
333 * emacs.c (fatal_error_signal): (mostly) useless check on
|
|
334 /usr/proc/bin/pstack removed.
|
|
335
|
|
336 * s/bsdos3.h: New file for BSDI 3.0.
|
|
337
|
|
338 * editfns.c (Fchar_equal): Correct DOC string.
|
|
339 (Fchar_Equal): (char=) CL Case sensitve comparison added.
|
|
340
|
|
341 * data.c (Fcharacterp): Make DOC string less confrontational.
|
|
342
|
|
343 Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
344
|
|
345 * input-method-motif.c (XIM_init_frame): Fix XIM crash on some
|
|
346 versions of X11R6 XIM.
|
|
347
|
|
348 Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
349
|
|
350 * minibuf.c (regexp_ignore_completion_p): Reverse meaning of
|
|
351 completion-regexp-list.
|
|
352
|
108
|
353 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
354
|
|
355 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!!
|
|
356 message.
|
|
357
|
|
358 Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
359
|
|
360 * process.c (get_internet_address): Put upper bounds on attempting
|
|
361 to get system name (similar to nearly identical processing in
|
|
362 sysdep.c.
|
|
363
|
|
364 Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
365
|
|
366 * puresize.h (PURESIZE): *Must* use angle brackets for
|
|
367 puresize_adjust.h or build will lose with --srcdir.
|
|
368
|
|
369 * alloc.c (report_pure_usage): Adjust error message printed when
|
|
370 too low on PURESIZE.
|
|
371
|
|
372 * Makefile.in.in: Move site-packages.
|
|
373 Add vpath correction for puresize_adjust.h.
|
|
374
|
106
|
375 Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
376
|
|
377 * Makefile.in.in (lisp): Remove custom-xmas.elc.
|
|
378
|
104
|
379 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
380
|
|
381 * doc.c (weird_doc): Don't print `duplicate' messages as they are
|
|
382 almost always due to symbols that are both autoloaded and dumped.
|
|
383
|
|
384 * data.c (syms_of_data): char-int and int-char -> char-to-int and
|
|
385 int-to-char.
|
|
386
|
|
387 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
388
|
|
389 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
|
|
390
|
|
391 * lstream.c (signal_simple_internal_error): Remove the abort().
|
|
392
|
|
393 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
|
|
394 (Fgarbage_collect): Disable garbage collection if we're dumping
|
|
395 XEmacs and we've overflowed purespace.
|
|
396
|
|
397 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
398
|
|
399 * event-Xt.c (change_frame_visibility): New function.
|
|
400 (handle_map_event): Use it.
|
|
401 (emacs_Xt_handle_magic_event): Correction of handling of
|
|
402 VisibilityNotify.
|
|
403
|
|
404 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
405
|
|
406 * frame-x.c (x_frame_visible_p): Reverse previous change.
|
|
407
|
|
408 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
|
|
409
|
|
410 * regex.c (re_search_2): Properly handle crossing the buffer gap
|
|
411 when doing a backwards search under MULE.
|
|
412
|
102
|
413 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
414
|
|
415 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
|
|
416 site-loaded lisp files.
|
|
417
|
|
418 * alloc.c (report_pure_usage): Adjust restart message.
|
|
419
|
|
420 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
421
|
|
422 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
|
|
423
|
|
424 * alloc.c (PURESIZE_h): New function.
|
|
425 (report_pure_usage): Use it. If PURESIZE is not the right amount,
|
|
426 use the correct value.
|
|
427
|
|
428 * puresize.h: Use dynamic computation of PURESIZE.
|
|
429
|
|
430 * PURESIZE.h: New file.
|
|
431
|
|
432 * fns.c (Frandom): Fix docstring.
|
|
433
|
|
434 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
|
|
435
|
|
436 * process.c (record_exited_processes): Fix obvious typo in
|
|
437 checking for SIGCLD.
|
|
438
|
|
439 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
440
|
|
441 * scrollbar.c (update_scrollbar_instance): Fix for
|
|
442 all-hail-xemacs scrollbar drag bug.
|
|
443
|
|
444 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
|
|
445 as end-of-buffer does, instead of hostile Frecenter(0). Makes
|
|
446 C-button-1 on down-arrow friendlier.
|
|
447
|
100
|
448 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
|
|
449 Initial MS Windows NT support.
|
|
450 * unexnt.c: New file.
|
|
451
|
|
452 * ntproc.c: New file.
|
|
453
|
|
454 * ntheap.h: New file.
|
|
455
|
|
456 * ntheap.c: New file.
|
|
457
|
|
458 * nt.h: New file.
|
|
459
|
|
460 * nt.c: New file.
|
|
461
|
|
462 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
463
|
|
464 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
|
|
465
|
|
466 * gmalloc.c: Guard __getpagesize definition against glibc 2.
|
|
467
|
|
468 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
469
|
|
470 * Makefile.in.in (lisp): Snarf docstrings from new file
|
|
471 itimer-autosave.elc.
|
|
472
|
|
473 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
474
|
|
475 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
|
|
476 freezing bug.
|
|
477
|
|
478 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
479
|
|
480 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
|
|
481
|
|
482 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
483
|
|
484 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
|
|
485
|
|
486 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
487
|
|
488 * print.c (Ferror_message_string): New function, ported from Emacs
|
|
489 19.34.
|
|
490 (print_error_message): Ditto.
|
|
491
|
|
492 * extents.c (verify_extent_mapper): Experimental deletion of code
|
|
493 to allow deletion of read-only extents.
|
|
494
|
|
495 * symbols.c (hash_string): Replace algorithm with one given in
|
|
496 Aho, Sethi & Ullman.
|
|
497
|
|
498 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
499
|
|
500 * keymap.c (lookup_keys): Wrong sense in test.
|
|
501
|
|
502 * Makefile.in.in: Dont dump font.elc.
|
|
503
|
98
|
504 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
505
|
|
506 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
|
|
507 (Fforward_char): Use it.
|
|
508 (Fbackward_char): Use it.
|
|
509
|
|
510 * window.c (Fscroll_up): Use it.
|
|
511 (Fscroll_down): Use it.
|
|
512
|
|
513 * keymap.c (syms_of_keymap): define mouse-[123] and
|
|
514 down-mouse-[123] pseudo-keysym aliases for Emacs compatibility.
|
|
515
|
|
516 Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
517
|
|
518 * Makefile.in.in: Don't dump tm with XEmacs under any
|
|
519 circumstances.
|
|
520
|
|
521 * puresize.h: Remove extra SunPro puresize for MULE+tm.
|
|
522
|
|
523 Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
524
|
|
525 * emacs.c (main_1): Fix NeXT malloc initialization.
|
|
526
|
96
|
527 Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
528
|
|
529 * mule-coding.c (Fdecode_coding_region): Make explicit call to
|
|
530 `barf_if_buffer_read_only'.
|
|
531 (Fencode_coding_region): Ditto.
|
|
532
|
|
533 Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
534
|
|
535 * extents.c (syms_of_extents): Remove references to replicating
|
|
536 extents.
|
|
537
|
|
538 * extents.h (struct extent): Remove references to replicating
|
|
539 extents.
|
|
540
|
|
541 Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp>
|
|
542
|
|
543 * mule-coding.c (ENCODE_SJIS): Correct typo.
|
|
544
|
|
545 Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
546
|
|
547 * frame.c (delete_frame_internal): Protect against deletion of
|
|
548 frames with living popup children.
|
|
549
|
94
|
550 Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU>
|
|
551
|
|
552 * emacs.c (main_1): Try to avoid collisions against potentially
|
|
553 incompatible system mallocs.
|
|
554
|
|
555 Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com>
|
|
556
|
|
557 * redisplay.c: Activate face/charset redisplay caching.
|
|
558
|
|
559 Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
560
|
|
561 * eval.c (do_debug_on_exit): Don't restore old value of
|
|
562 debug_on_next_call improperly.
|
|
563
|
88
|
564 Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se>
|
|
565
|
|
566 * frame.c (frame_matches_frametype): Fix next-window when the next
|
|
567 window is on another frame.
|
|
568
|
|
569 Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
570
|
|
571 * syntax.c (scan_sexps_forward): Change test on targetdepth to
|
|
572 match Emacs 19.34.
|
|
573
|
|
574 Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net>
|
|
575
|
|
576 * gmalloc.c: Corrections for namespace collision with Linux libc
|
|
577 malloc.
|
|
578
|
86
|
579 Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
580
|
|
581 * fileio.c (Fwrite_region_internal): pack lockname to write-region
|
|
582 handler.
|
|
583
|
|
584 Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU>
|
|
585
|
|
586 * gmalloc.c (malloc): Guard against incompatible system mallocs
|
|
587 with conflicting symbols.
|
|
588
|
|
589 Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
590
|
|
591 * redisplay.c (add_emchar_rune): Back out optimization change of
|
|
592 caching last_charset.
|
|
593
|
|
594 Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
595
|
|
596 * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy.
|
|
597 And I *do* mean buggy.
|
|
598
|
84
|
599 Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
600
|
|
601 * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode.
|
|
602 Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA.
|
|
603
|
82
|
604 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
605 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
606
|
|
607 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
608 code.
|
|
609 (scrollbar-page-down): Ditto.
|
|
610
|
|
611 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
612 Lucid/Motif code.
|
|
613 (x_update_vertical_scrollbar_callback): Ditto.
|
|
614 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
615 special case code.
|
|
616
|
|
617 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
618 for Athena3d.
|
|
619
|
|
620 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
621 get the Athena vertical thumb adjusted after drag.
|
|
622
|
|
623 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
624
|
|
625 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
626
|
|
627 * m/aviion.h: Remove definition of m88k.
|
|
628
|
|
629 * s/dgux5-4r4.h: New file.
|
|
630
|
|
631 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
632
|
|
633 * buffer.h: Put proper typecasts on calls to alloca().
|
|
634
|
|
635 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
636
|
|
637 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
638
|
|
639 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
640 Athena and Motif in the same link.
|
|
641
|
|
642 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
643
|
|
644 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
645 volume is set to 0.
|
|
646
|
|
647 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
648
|
|
649 * s/nextstep.h (signal_handler_t): define as int.
|
|
650
|
|
651 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
652
|
|
653 * src/event-Xt.c (emacs_Xt_handle_magic_event):
|
|
654 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
655
|
|
656 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
657
|
|
658 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
659 local variables in :included clauses.
|
|
660 (compute_menubar_data): Ditto.
|
|
661
|
|
662 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
663
|
|
664 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
665 optimization.
|
|
666
|
|
667 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
668
|
|
669 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
670 uninitialized variable.
|
|
671
|
|
672 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
673
|
|
674 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
675 to match Emacs 19.34.
|
|
676
|
|
677 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
678
|
|
679 * sysdep.c (sys_execvp): Fix when compiled with
|
|
680 --const-is-losing=no. Old code could crash if argv contained
|
|
681 non-ascii characters and the execvp failed and then caller
|
|
682 examined argv (for error message, for example).
|
|
683
|
|
684 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
685
|
|
686 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
687
|
80
|
688 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
689
|
|
690 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
691 obarray.
|
|
692
|
|
693 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
694
|
|
695 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
696 default font width.
|
|
697
|
|
698 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
699
|
|
700 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
701
|
|
702 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
703
|
|
704 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
705
|
|
706 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
707
|
|
708 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
709
|
78
|
710 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
711
|
|
712 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
713 specifiers so XEmacs can be built without tty support.
|
|
714
|
|
715 * console-stream.c: Moved function bodies of
|
|
716 semi_canonicalize_console_connection,
|
|
717 canonicalize_console_connection,
|
|
718 semi_canonicalize_device_connection, and
|
|
719 canonicalize_device_connection into this file from console-tty.c.
|
|
720 Moved variable Vstdio_str into this file.
|
|
721
|
|
722 * console-tty.c: See above.
|
|
723
|
|
724 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
725
|
|
726 * m/next.h: Cleanup accumulated cruft.
|
|
727
|
|
728 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
729
|
|
730 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
731
|
|
732 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
733
|
|
734 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
735
|
|
736 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
737
|
|
738 * m/next.h: Remove signal_handler_t #define.
|
|
739
|
|
740 * s/nextstep.h: Remove signal_handler_t #define.
|
|
741
|
76
|
742 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
743
|
|
744 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
745
|
|
746 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
747
|
|
748 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
749
|
|
750 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
751
|
|
752 * bitmaps.h: Change to unsigned char.
|
|
753
|
|
754 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
755
|
|
756 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
757
|
74
|
758 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
759
|
|
760 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
761
|
|
762 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
763 binding of kp_.* not lose.
|
|
764
|
|
765 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
766
|
|
767 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
768
|
|
769 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
770 (Faccept_process_output): Fix timeout handling race conditions.
|
|
771 (Fsleep_for): Ditto.
|
|
772 (Fsit_for): Ditto.
|
|
773
|
|
774 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
775
|
|
776 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
777
|
|
778 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
779
|
|
780 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
781 by HAVE_SIGPROCMASK.
|
|
782
|
|
783 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
784
|
|
785 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
786 bitfields.
|
|
787
|
|
788 * mule-charset.h: Change charset names.
|
|
789
|
|
790 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
791 Change charset names.
|
|
792
|
|
793 * mule-charset.c: Change charset names.
|
|
794
|
|
795 * mule-canna.c: Change charset names.
|
|
796
|
|
797 * EmacsShell-sub.c: Ansify and reformat.
|
|
798
|
|
799 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
800
|
|
801 * glyphs-x.c: Ansify.
|
|
802
|
|
803 * specifier.c: Use lisp_fn_t.
|
|
804
|
|
805 * EmacsShell.c: Ansify.
|
|
806
|
|
807 * vm-limit.c: Ansify.
|
|
808
|
|
809 * emacsfns.h: Use lisp_fn_t.
|
|
810
|
|
811 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
812
|
|
813 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
814 (Fx_store_cutbuffer_internal): Change charset name.
|
|
815
|
|
816 * ralloc.c: Ansify and clean up.
|
|
817
|
|
818 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
819
|
|
820 * event-Xt.c: Documentation change.
|
|
821
|
|
822 * lisp.h: Introduce lisp_fn_t.
|
|
823 Remove SunPro C compiler warning message workaround.
|
|
824
|
|
825 * xmu.c: Ansify.
|
|
826
|
|
827 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
828
|
|
829 * fileio.c: various code formatting changes.
|
|
830
|
|
831 * eval.c: reorganize primitive funcalls.
|
|
832
|
|
833 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
834 checking in X header files.
|
|
835
|
|
836 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
837
|
|
838 * s/sunos4-0-shr.h: Documentation change.
|
|
839
|
|
840 * s/sol2.h (__EXTENSIONS__): Add.
|
|
841 Include <setjmp.h> under certain conditions.
|
|
842
|
|
843 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
844
|
|
845 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
846 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
847
|
|
848 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
849
|
|
850 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
851 because the in-core code is broken.
|
|
852
|
|
853 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
854
|
|
855 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
856 default when running on a tty.
|
|
857
|
|
858 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
859
|
|
860 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
861
|
|
862 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
863
|
|
864 * lread.c (Fload_internal): Change arity of call to
|
|
865 file-name-handlers.
|
|
866
|
|
867 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
868
|
|
869 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
870
|
|
871 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
872 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
873
|
72
|
874 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
875
|
|
876 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
877
|
|
878 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
879
|
|
880 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
881
|
|
882 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
883
|
|
884 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
885
|
|
886 * config.h.in: configure for POSIX getcwd if available.
|
|
887
|
|
888 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
889
|
|
890 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
891
|
|
892 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
893
|
|
894 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
895
|
|
896 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
897
|
|
898 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
899
|
|
900 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
901
|
|
902 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
903
|
|
904 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
905
|
|
906 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
907
|