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