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