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