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