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