108
|
1 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!!
|
|
4 message.
|
|
5
|
|
6 Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7
|
|
8 * process.c (get_internet_address): Put upper bounds on attempting
|
|
9 to get system name (similar to nearly identical processing in
|
|
10 sysdep.c.
|
|
11
|
|
12 Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
13
|
|
14 * puresize.h (PURESIZE): *Must* use angle brackets for
|
|
15 puresize_adjust.h or build will lose with --srcdir.
|
|
16
|
|
17 * alloc.c (report_pure_usage): Adjust error message printed when
|
|
18 too low on PURESIZE.
|
|
19
|
|
20 * Makefile.in.in: Move site-packages.
|
|
21 Add vpath correction for puresize_adjust.h.
|
|
22
|
106
|
23 Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
24
|
|
25 * Makefile.in.in (lisp): Remove custom-xmas.elc.
|
|
26
|
104
|
27 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
28
|
|
29 * doc.c (weird_doc): Don't print `duplicate' messages as they are
|
|
30 almost always due to symbols that are both autoloaded and dumped.
|
|
31
|
|
32 * data.c (syms_of_data): char-int and int-char -> char-to-int and
|
|
33 int-to-char.
|
|
34
|
|
35 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
36
|
|
37 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
|
|
38
|
|
39 * lstream.c (signal_simple_internal_error): Remove the abort().
|
|
40
|
|
41 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
|
|
42 (Fgarbage_collect): Disable garbage collection if we're dumping
|
|
43 XEmacs and we've overflowed purespace.
|
|
44
|
|
45 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
46
|
|
47 * event-Xt.c (change_frame_visibility): New function.
|
|
48 (handle_map_event): Use it.
|
|
49 (emacs_Xt_handle_magic_event): Correction of handling of
|
|
50 VisibilityNotify.
|
|
51
|
|
52 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
53
|
|
54 * frame-x.c (x_frame_visible_p): Reverse previous change.
|
|
55
|
|
56 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
|
|
57
|
|
58 * regex.c (re_search_2): Properly handle crossing the buffer gap
|
|
59 when doing a backwards search under MULE.
|
|
60
|
102
|
61 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
62
|
|
63 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
|
|
64 site-loaded lisp files.
|
|
65
|
|
66 * alloc.c (report_pure_usage): Adjust restart message.
|
|
67
|
|
68 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
69
|
|
70 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
|
|
71
|
|
72 * alloc.c (PURESIZE_h): New function.
|
|
73 (report_pure_usage): Use it. If PURESIZE is not the right amount,
|
|
74 use the correct value.
|
|
75
|
|
76 * puresize.h: Use dynamic computation of PURESIZE.
|
|
77
|
|
78 * PURESIZE.h: New file.
|
|
79
|
|
80 * fns.c (Frandom): Fix docstring.
|
|
81
|
|
82 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
|
|
83
|
|
84 * process.c (record_exited_processes): Fix obvious typo in
|
|
85 checking for SIGCLD.
|
|
86
|
|
87 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
88
|
|
89 * scrollbar.c (update_scrollbar_instance): Fix for
|
|
90 all-hail-xemacs scrollbar drag bug.
|
|
91
|
|
92 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
|
|
93 as end-of-buffer does, instead of hostile Frecenter(0). Makes
|
|
94 C-button-1 on down-arrow friendlier.
|
|
95
|
100
|
96 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
|
|
97 Initial MS Windows NT support.
|
|
98 * unexnt.c: New file.
|
|
99
|
|
100 * ntproc.c: New file.
|
|
101
|
|
102 * ntheap.h: New file.
|
|
103
|
|
104 * ntheap.c: New file.
|
|
105
|
|
106 * nt.h: New file.
|
|
107
|
|
108 * nt.c: New file.
|
|
109
|
|
110 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
111
|
|
112 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
|
|
113
|
|
114 * gmalloc.c: Guard __getpagesize definition against glibc 2.
|
|
115
|
|
116 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
117
|
|
118 * Makefile.in.in (lisp): Snarf docstrings from new file
|
|
119 itimer-autosave.elc.
|
|
120
|
|
121 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
122
|
|
123 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
|
|
124 freezing bug.
|
|
125
|
|
126 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
127
|
|
128 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
|
|
129
|
|
130 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
131
|
|
132 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
|
|
133
|
|
134 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
135
|
|
136 * print.c (Ferror_message_string): New function, ported from Emacs
|
|
137 19.34.
|
|
138 (print_error_message): Ditto.
|
|
139
|
|
140 * extents.c (verify_extent_mapper): Experimental deletion of code
|
|
141 to allow deletion of read-only extents.
|
|
142
|
|
143 * symbols.c (hash_string): Replace algorithm with one given in
|
|
144 Aho, Sethi & Ullman.
|
|
145
|
|
146 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
147
|
|
148 * keymap.c (lookup_keys): Wrong sense in test.
|
|
149
|
|
150 * Makefile.in.in: Dont dump font.elc.
|
|
151
|
98
|
152 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
153
|
|
154 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
|
|
155 (Fforward_char): Use it.
|
|
156 (Fbackward_char): Use it.
|
|
157
|
|
158 * window.c (Fscroll_up): Use it.
|
|
159 (Fscroll_down): Use it.
|
|
160
|
|
161 * keymap.c (syms_of_keymap): define mouse-[123] and
|
|
162 down-mouse-[123] pseudo-keysym aliases for Emacs compatibility.
|
|
163
|
|
164 Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
165
|
|
166 * Makefile.in.in: Don't dump tm with XEmacs under any
|
|
167 circumstances.
|
|
168
|
|
169 * puresize.h: Remove extra SunPro puresize for MULE+tm.
|
|
170
|
|
171 Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
172
|
|
173 * emacs.c (main_1): Fix NeXT malloc initialization.
|
|
174
|
96
|
175 Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
176
|
|
177 * mule-coding.c (Fdecode_coding_region): Make explicit call to
|
|
178 `barf_if_buffer_read_only'.
|
|
179 (Fencode_coding_region): Ditto.
|
|
180
|
|
181 Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
182
|
|
183 * extents.c (syms_of_extents): Remove references to replicating
|
|
184 extents.
|
|
185
|
|
186 * extents.h (struct extent): Remove references to replicating
|
|
187 extents.
|
|
188
|
|
189 Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp>
|
|
190
|
|
191 * mule-coding.c (ENCODE_SJIS): Correct typo.
|
|
192
|
|
193 Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
194
|
|
195 * frame.c (delete_frame_internal): Protect against deletion of
|
|
196 frames with living popup children.
|
|
197
|
94
|
198 Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU>
|
|
199
|
|
200 * emacs.c (main_1): Try to avoid collisions against potentially
|
|
201 incompatible system mallocs.
|
|
202
|
|
203 Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com>
|
|
204
|
|
205 * redisplay.c: Activate face/charset redisplay caching.
|
|
206
|
|
207 Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
208
|
|
209 * eval.c (do_debug_on_exit): Don't restore old value of
|
|
210 debug_on_next_call improperly.
|
|
211
|
88
|
212 Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se>
|
|
213
|
|
214 * frame.c (frame_matches_frametype): Fix next-window when the next
|
|
215 window is on another frame.
|
|
216
|
|
217 Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
218
|
|
219 * syntax.c (scan_sexps_forward): Change test on targetdepth to
|
|
220 match Emacs 19.34.
|
|
221
|
|
222 Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net>
|
|
223
|
|
224 * gmalloc.c: Corrections for namespace collision with Linux libc
|
|
225 malloc.
|
|
226
|
86
|
227 Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
228
|
|
229 * fileio.c (Fwrite_region_internal): pack lockname to write-region
|
|
230 handler.
|
|
231
|
|
232 Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU>
|
|
233
|
|
234 * gmalloc.c (malloc): Guard against incompatible system mallocs
|
|
235 with conflicting symbols.
|
|
236
|
|
237 Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
238
|
|
239 * redisplay.c (add_emchar_rune): Back out optimization change of
|
|
240 caching last_charset.
|
|
241
|
|
242 Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
243
|
|
244 * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy.
|
|
245 And I *do* mean buggy.
|
|
246
|
84
|
247 Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
248
|
|
249 * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode.
|
|
250 Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA.
|
|
251
|
82
|
252 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
253 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
254
|
|
255 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
256 code.
|
|
257 (scrollbar-page-down): Ditto.
|
|
258
|
|
259 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
260 Lucid/Motif code.
|
|
261 (x_update_vertical_scrollbar_callback): Ditto.
|
|
262 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
263 special case code.
|
|
264
|
|
265 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
266 for Athena3d.
|
|
267
|
|
268 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
269 get the Athena vertical thumb adjusted after drag.
|
|
270
|
|
271 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
272
|
|
273 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
274
|
|
275 * m/aviion.h: Remove definition of m88k.
|
|
276
|
|
277 * s/dgux5-4r4.h: New file.
|
|
278
|
|
279 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
280
|
|
281 * buffer.h: Put proper typecasts on calls to alloca().
|
|
282
|
|
283 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
284
|
|
285 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
286
|
|
287 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
288 Athena and Motif in the same link.
|
|
289
|
|
290 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
291
|
|
292 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
293 volume is set to 0.
|
|
294
|
|
295 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
296
|
|
297 * s/nextstep.h (signal_handler_t): define as int.
|
|
298
|
|
299 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
300
|
|
301 * src/event-Xt.c (emacs_Xt_handle_magic_event):
|
|
302 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
303
|
|
304 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
305
|
|
306 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
307 local variables in :included clauses.
|
|
308 (compute_menubar_data): Ditto.
|
|
309
|
|
310 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
311
|
|
312 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
313 optimization.
|
|
314
|
|
315 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
316
|
|
317 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
318 uninitialized variable.
|
|
319
|
|
320 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
321
|
|
322 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
323 to match Emacs 19.34.
|
|
324
|
|
325 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
326
|
|
327 * sysdep.c (sys_execvp): Fix when compiled with
|
|
328 --const-is-losing=no. Old code could crash if argv contained
|
|
329 non-ascii characters and the execvp failed and then caller
|
|
330 examined argv (for error message, for example).
|
|
331
|
|
332 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
333
|
|
334 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
335
|
80
|
336 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
337
|
|
338 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
339 obarray.
|
|
340
|
|
341 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
342
|
|
343 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
344 default font width.
|
|
345
|
|
346 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
347
|
|
348 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
349
|
|
350 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
351
|
|
352 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
353
|
|
354 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
355
|
|
356 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
357
|
78
|
358 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
359
|
|
360 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
361 specifiers so XEmacs can be built without tty support.
|
|
362
|
|
363 * console-stream.c: Moved function bodies of
|
|
364 semi_canonicalize_console_connection,
|
|
365 canonicalize_console_connection,
|
|
366 semi_canonicalize_device_connection, and
|
|
367 canonicalize_device_connection into this file from console-tty.c.
|
|
368 Moved variable Vstdio_str into this file.
|
|
369
|
|
370 * console-tty.c: See above.
|
|
371
|
|
372 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
373
|
|
374 * m/next.h: Cleanup accumulated cruft.
|
|
375
|
|
376 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
377
|
|
378 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
379
|
|
380 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
381
|
|
382 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
383
|
|
384 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
385
|
|
386 * m/next.h: Remove signal_handler_t #define.
|
|
387
|
|
388 * s/nextstep.h: Remove signal_handler_t #define.
|
|
389
|
76
|
390 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
391
|
|
392 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
393
|
|
394 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
395
|
|
396 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
397
|
|
398 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
399
|
|
400 * bitmaps.h: Change to unsigned char.
|
|
401
|
|
402 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
403
|
|
404 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
405
|
74
|
406 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
407
|
|
408 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
409
|
|
410 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
411 binding of kp_.* not lose.
|
|
412
|
|
413 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
414
|
|
415 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
416
|
|
417 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
418 (Faccept_process_output): Fix timeout handling race conditions.
|
|
419 (Fsleep_for): Ditto.
|
|
420 (Fsit_for): Ditto.
|
|
421
|
|
422 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
423
|
|
424 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
425
|
|
426 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
427
|
|
428 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
429 by HAVE_SIGPROCMASK.
|
|
430
|
|
431 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
432
|
|
433 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
434 bitfields.
|
|
435
|
|
436 * mule-charset.h: Change charset names.
|
|
437
|
|
438 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
439 Change charset names.
|
|
440
|
|
441 * mule-charset.c: Change charset names.
|
|
442
|
|
443 * mule-canna.c: Change charset names.
|
|
444
|
|
445 * EmacsShell-sub.c: Ansify and reformat.
|
|
446
|
|
447 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
448
|
|
449 * glyphs-x.c: Ansify.
|
|
450
|
|
451 * specifier.c: Use lisp_fn_t.
|
|
452
|
|
453 * EmacsShell.c: Ansify.
|
|
454
|
|
455 * vm-limit.c: Ansify.
|
|
456
|
|
457 * emacsfns.h: Use lisp_fn_t.
|
|
458
|
|
459 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
460
|
|
461 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
462 (Fx_store_cutbuffer_internal): Change charset name.
|
|
463
|
|
464 * ralloc.c: Ansify and clean up.
|
|
465
|
|
466 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
467
|
|
468 * event-Xt.c: Documentation change.
|
|
469
|
|
470 * lisp.h: Introduce lisp_fn_t.
|
|
471 Remove SunPro C compiler warning message workaround.
|
|
472
|
|
473 * xmu.c: Ansify.
|
|
474
|
|
475 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
476
|
|
477 * fileio.c: various code formatting changes.
|
|
478
|
|
479 * eval.c: reorganize primitive funcalls.
|
|
480
|
|
481 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
482 checking in X header files.
|
|
483
|
|
484 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
485
|
|
486 * s/sunos4-0-shr.h: Documentation change.
|
|
487
|
|
488 * s/sol2.h (__EXTENSIONS__): Add.
|
|
489 Include <setjmp.h> under certain conditions.
|
|
490
|
|
491 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
492
|
|
493 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
494 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
495
|
|
496 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
497
|
|
498 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
499 because the in-core code is broken.
|
|
500
|
|
501 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
502
|
|
503 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
504 default when running on a tty.
|
|
505
|
|
506 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
507
|
|
508 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
509
|
|
510 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
511
|
|
512 * lread.c (Fload_internal): Change arity of call to
|
|
513 file-name-handlers.
|
|
514
|
|
515 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
516
|
|
517 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
518
|
|
519 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
520 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
521
|
72
|
522 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
523
|
|
524 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
525
|
|
526 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
527
|
|
528 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
529
|
|
530 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
531
|
|
532 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
533
|
|
534 * config.h.in: configure for POSIX getcwd if available.
|
|
535
|
|
536 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
537
|
|
538 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
539
|
|
540 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
541
|
|
542 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
543
|
|
544 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
545
|
|
546 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
547
|
|
548 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
549
|
|
550 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
551
|
|
552 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
553
|
|
554 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
555
|