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