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