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