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