183
|
1 1997-08-13 P E Jareth Hein <jareth@camelot-soft.com>
|
|
2
|
|
3 * insdel.c (buffer_delete_range): Changed the location where point
|
|
4 was actually moved to after all other movement handling. This
|
|
5 prevents a MULE related crash in VALID_BYTIND.
|
|
6
|
|
7 1997-08-11 SL Baur <steve@altair.xemacs.org>
|
|
8
|
|
9 * doc.c (Fsnarf_documentation): Semi-clarify types of weird
|
|
10 functions.
|
|
11
|
181
|
12 1997-08-05 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
13
|
|
14 * eval.c (vars_of_eval): Updated docstring for `debug_on_error' to
|
|
15 mention `debug-ignored-errors'.
|
|
16
|
|
17 1997-08-01 SL Baur <steve@altair.xemacs.org>
|
|
18
|
|
19 * emacsfns.h: Fix declaration.
|
|
20
|
|
21 * event-stream.c (syms_of_event_stream): HAVE_MENUBARS not
|
|
22 HAVE_MENUBAR.
|
|
23
|
179
|
24 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
25
|
|
26 * frame-x.c (x_offix_drop_event_handler): Use stderr_out instead
|
|
27 of fprintf.
|
|
28
|
|
29 * mule-coding.c (parse_iso2022_esc): Add abort() trap on unhandled
|
|
30 condition.
|
|
31
|
|
32 * mule-wnnfns.c (Fwnn_dict_search): Remove unused variable.
|
|
33 (Fwnn_hindo_update): Ditto.
|
|
34 (Fwnn_inspect): Ditto.
|
|
35 (Fwnn_bunsetu_henkou): Ditto.
|
|
36
|
|
37 * eval.c (call_with_suspended_errors): Fix Gcc warning:
|
|
38 argument `retval' might be clobbered by `longjmp' or `vfork'
|
|
39
|
|
40 1997-07-30 SL Baur <steve@altair.xemacs.org>
|
|
41
|
|
42 * redisplay.c: `window-system' isn't going away any time soon.
|
|
43
|
|
44 1997-07-29 SL Baur <steve@altair.xemacs.org>
|
|
45
|
|
46 * callint.c (Fcall_interactively): Allow floating point numbers
|
|
47 for `n' and `N' interactive specs.
|
|
48
|
|
49 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
50
|
|
51 * event-stream.c (command_builder_find_leaf): Fix typo in
|
|
52 HAVE_MENUBARS.
|
|
53
|
|
54 * gui-x.c (popup_selection_callback): Fix typo in HAVE_MENUBARS.
|
|
55
|
|
56 * event-stream.c (syms_of_event_stream): accelerate_menu needed
|
|
57 guards.
|
|
58
|
|
59 * emacs.c (vars_of_emacs): Main default package directory is now
|
|
60 ${prefix}/lib/xemacs/packages.
|
|
61
|
177
|
62 1997-07-25 David Moore <dmoore@ucsd.edu>
|
|
63
|
|
64 * alloc.c (Fmake_byte_code): GC protect newly allocated function
|
|
65 when looking up filename.
|
|
66
|
|
67 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
68
|
|
69 * Makefile.in.in: Added support for linking with dmalloc.
|
|
70
|
|
71 1997-07-25 P E Jareth Hein <jareth@camelot-soft.com>
|
|
72
|
|
73 * xselect.c (x_atom_to_symbol): Fixed a memory corruption bug
|
|
74 where a possibly MULEified string was getting freed before use.
|
|
75
|
|
76 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
77
|
|
78 * callproc.c: New variable Vdata_directory_list.
|
|
79 * emacsfns.h: Declare it.
|
|
80
|
|
81 * fns.c (Frequire): Undo previous change.
|
|
82
|
|
83 * print.c (print_internal): Handle circular objects like Emacs
|
|
84 handles them (and as documented in the Lispref).
|
|
85
|
|
86 * database.c (Fputdatabase): Complain when `val' is not a string.
|
|
87
|
|
88 * event-stream.c (command_builder_find_leaf): Guard menubar
|
|
89 accelerator stuffs with HAVE_MENUBAR.
|
|
90 * gui-x.c (popup_selection_callback): Ditto.
|
|
91
|
|
92 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
93
|
|
94 * event-stream.c (menu_move_up): Guard menubar accelerator code
|
|
95 with HAVE_MENUBARS.
|
|
96
|
|
97 * emacs.c (decode_path): New function, derived from latter portion
|
|
98 of decode_env_path.
|
|
99 (decode_env_path): Break out the naughty bits -- shouldn't do
|
|
100 getenv and separator parsing in one function.
|
|
101 New variable Vpackage_path.
|
|
102 (vars_of_emacs): Use it.
|
|
103
|
|
104 * editfns.c (Fstring_to_char): Return nil instead of `0' for empty
|
|
105 string.
|
|
106
|
173
|
107 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
108
|
|
109 * fileio.c (Finsert_file_contents_internal): Handle non-regular
|
|
110 files.
|
|
111
|
|
112 1997-07-12 Steven L Baur <steve@altair.xemacs.org>
|
|
113
|
|
114 * Makefile.in.in (LOCK_OBJ): Only include filelock.[co] when
|
|
115 CLASH_DETECTION is defined.
|
|
116
|
|
117 1997-07-11 Steven L Baur <steve@altair.xemacs.org>
|
|
118
|
|
119 * emacs.c (main_1): Spelling fix.
|
|
120
|
|
121 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
122
|
|
123 * Makefile.in.in (dump-elcs): Shouldn't use SATISFIED hack.
|
|
124 (xemacs-no-site-file): Not supported any more.
|
|
125 (binary): New dependency for dumping XEmacs.
|
|
126 (xemacs): Attempt to be a little smarter about not dumping a new
|
|
127 XEmacs if it is not needed.
|
|
128 (temacs): Remove `xemacs' after success.
|
|
129
|
171
|
130 1997-07-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
131
|
|
132 * extents.c: Allow non-symbol properties of extents.
|
|
133
|
|
134 1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
135
|
|
136 * data.c (Fstring_to_number): Use `check_int_range'.
|
|
137 (Fstring_to_number): Would bug out on wrong type check.
|
|
138
|
|
139 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
140
|
|
141 * data.c (Fcompiled_function_doc_string): Implement correctly.
|
|
142 Was forgotten cut & paste identical clone to
|
|
143 Fcompiled_function_interactive?
|
|
144
|
|
145 * Makefile.in.in (alloc.o): Remove dependency on puresize_adjust.h
|
|
146 so alloc.c need not be recompiled when puresize changes.
|
|
147
|
|
148 * alloc.c (PURIFIED): Use get_PURESIZE() instead of constant.
|
|
149 (check_purespace): Ditto.
|
|
150 (alloc_pure_lrecord): Ditto.
|
|
151 (report_pure_usage): Ditto.
|
|
152 (disksave_object_finalization): Ditto.
|
|
153 (report_pure_usage): Modify message reported when Build is
|
|
154 restarted due to change in PURESIZE_ADJUSTMENT.
|
|
155
|
|
156 * puresize.h: Remove dependency on puresize_adjust.h.
|
|
157 (get_PURESIZE): New function -- declare it.
|
|
158
|
|
159 * pure.c: Move final PURESIZE computation and include of
|
|
160 puresize_adjust.h into here so alloc.c need not be recompiled each
|
|
161 time the puresize is adjusted.
|
|
162 (get_PURESIZE): New function.
|
|
163
|
169
|
164 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
165
|
171
|
166 * data.c (Fstring_to_number): Wrong parameter was being checked.
|
|
167
|
169
|
168 * emacs.c (vars_of_emacs): Fprovide the system type as a feature.
|
|
169
|
|
170 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
171
|
|
172 * data.c (Fstring_to_number): Fix typo. base isn't an integer.
|
|
173
|
|
174 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
|
|
175
|
|
176 * data.c, emacsfns.h: This is the port of GNU Emacs capability.
|
|
177 I am still not sure what this buys us, but I guess it doesn't hurt
|
|
178 to have it.
|
|
179 From Hrvoje Niksic <hniksic@srce.hr>
|
|
180
|
|
181 * glyphs.c (make_string_from_file): Use
|
|
182 insert-file-contents-literally instead of
|
|
183 insert-file-contents-internal.
|
|
184
|
|
185 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
186
|
|
187 * fns.c (check_losing_bytecode): Correct reported version.
|
|
188
|
|
189 * Makefile.in.in (${libsrc}DOC): Break up line length for stupid
|
|
190 make programs.
|
|
191
|
|
192 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
193
|
|
194 * emacsfns.h: Put void in prototype.
|
|
195 Suggested by Ben Wing.
|
|
196
|
|
197 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
198
|
|
199 * glyphs.c (make_string_from_file): must protect from
|
|
200 `format-alist'.
|
|
201
|
167
|
202 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
203
|
|
204 * config.h.in: Back out previous change to LOSING_BYTECODE. It's
|
|
205 just not worth it.
|
|
206
|
|
207 1997-06-27 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
208
|
|
209 * s/sol2.h: Undefined _XOPEN_SOURCE for Solaris 2.4.
|
|
210
|
|
211 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
212
|
|
213 * abbrev.c (abbrev_match): New function.
|
|
214 (abbrev_oblookup): New function.
|
|
215 (obarray_has_blank_p): New function.
|
|
216 (abbrev_count_case): New function.
|
|
217 (Fexpand_abbrev): Use them. Allow abbreviations to contain
|
|
218 arbitrary characters.
|
|
219
|
|
220 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
221
|
|
222 * config.h.in: LOSING_BYTECODE will not be compiled into XEmacs.
|
|
223
|
|
224 * doc.c (Fsnarf_documentation): Remove VMS dependent stuff for
|
|
225 cleanliness.
|
|
226
|
|
227 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
228
|
|
229 * print.c (Ferror_message_string): Simplify.
|
|
230
|
|
231 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
232
|
|
233 * symbols.c (Fdefine_function): Correct docstring.
|
|
234 (Fsetplist): Ditto.
|
|
235 (Ffset): Ditto.
|
|
236 (Fsetq_default): Ditto.
|
|
237
|
|
238 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
239
|
|
240 * eval.c (skip_debugger): Removed comment and #ifdef-ed code.
|
|
241 (signal_call_debugger): Call skip_debugger after wants_debugger.
|
|
242 (signal_call_debugger): Gcpro cons sent to skip_debugger.
|
|
243
|
|
244 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
|
|
245
|
|
246 * process.c (create_process): Default to fork instead of vfork.
|
|
247
|
|
248 * callproc.c (Fcall_process_internal): Default to fork instead of
|
|
249 vfork.
|
|
250
|
|
251 * emacsfns.h: Add declarations of Ferror_message_string(),
|
|
252 Frunning_temacs_p().
|
|
253
|
|
254 * eval.c: Remove declarations of Ferror_message_string(),
|
|
255 Frunning_temacs_p().
|
|
256
|
|
257 * Makefile.in.in (${libsrc}DOC): Correct dependency for the docfile.
|
|
258 (${mo_dir}emacs.po): Remove obsolete references to lisp source.
|
|
259
|
|
260 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
261
|
|
262 * mule-charset.c: Modify charset DOC-strings to be more detailed.
|
|
263
|
165
|
264 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
265
|
|
266 * alloc.c (Flist): Optimize.
|
|
267 From Hrvoje Niksic.
|
|
268
|
|
269 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
270
|
|
271 * lisp.h: Get uintptr_t stuffs because it is needed for including
|
|
272 emacsfns.h.
|
|
273
|
|
274 * sysdep.h: Removed uintptr_t stuffs.
|
|
275
|
|
276 1997-06-22 Steven L Baur <steve@altair.xemacs.org>
|
|
277
|
|
278 * fns.c (concat): Replace Fcar/Fcdr with XCAR/XCDR.
|
|
279 (Fnreverse): Ditto.
|
|
280 (internal_equal): Ditto.
|
|
281 (internal_old_equal): Ditto.
|
|
282 (Fnconc): Ditto.
|
|
283 (Freverse): Saner implementation.
|
|
284 From Hrvoje Niksic <hniksic@srce.hr>
|
|
285
|
|
286 * s/linux.h: getpgrp with glibc is now properly detected by
|
|
287 configure.
|
|
288 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
289
|
163
|
290 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
291
|
|
292 * events.c: Remove declaration of Qempty.
|
|
293
|
|
294 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
295
|
|
296 * frame-x.c, EmacsFrame.c, menubar-x.c, redisplay-x.c, scrollbar-x.c:
|
|
297 Make 64 bit clean.
|
|
298
|
|
299 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
300
|
|
301 * config.h.in:
|
|
302 - Autodetect X defines using xmkmf.
|
|
303 - Compute rpath on *bsd* systems as well.
|
|
304 - rewrite PRINT_VAR m4 macro.
|
|
305 - detect sizes of void* and long long for future use by unex*.c
|
|
306 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
307
|
|
308 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
309
|
|
310 * Makefile.in:
|
|
311 * s/*.h:
|
|
312 * m/*.h:
|
|
313 * src/config.h.in:
|
|
314 * src/emacs.c:
|
|
315 * version.sh:
|
|
316 * configure.in: Another rewrite.
|
|
317 - support powerpcle (Solaris on ppc)
|
|
318 - Now just have one s/sol2.h for all Solaris versions
|
|
319 - Specifying colon-separated directories actually works now.
|
|
320 - OS_RELEASE is a new define to avoid proliferation of s&m files.
|
|
321 - extract more stuff from s&m files.
|
|
322 - more debugging info
|
|
323 - More changes to avoid the `echo -e' problem
|
|
324 - Add more tests: fcntl.h AC_TYPE_*, AC_FUNC_GETPGRP
|
|
325 - Back out -lPW test.
|
|
326 - More paranoid xpm test
|
|
327 - Put version information in version.sh instead of version.el
|
|
328 - Make quoted pre-processor string tokens out of all macro values
|
|
329 to be used only by configure.
|
|
330 * xmu.c: DON'T use Xos.h
|
|
331 * sysdep.c (wait_for_termination):
|
|
332 * search.c:
|
|
333 * editfns.c:
|
|
334 * console-*:
|
|
335
|
|
336 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
337
|
|
338 * unexelfsgi.c: Some things that Needed To Be Done(tm) into
|
|
339 unexelfsgi:
|
|
340 - support for .sbss section (no more -G 0 needed, 0.00001% speed
|
|
341 increase)
|
|
342 - support for Elf64 (64bits executables)
|
|
343 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
344
|
|
345 * fns.c (Fmapvector): New function converted from Lisp.
|
|
346 From Hrvoje Niksic <hniksic@srce.hr>
|
|
347
|
|
348 Wed Jun 18 16:42:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
349
|
|
350 * Makefile.in.in: Convert two missed C style comments.
|
|
351 (LIBES): Remove LIBS_DEBUG which is no longer defined.
|
|
352 (LIBES): lwlibs_libs was misspelled.
|
|
353
|
|
354 1997-06-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
355
|
|
356 * eval.c (vars_of_eval): New variable Vdebug_ignored_errors.
|
|
357 (skip_debugger): New function; use Vdebug_ignored_errors.
|
|
358 (signal_call_debugger): Use it.
|
|
359
|
|
360 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
361
|
|
362 * emacs.c (vars_of_emacs): Moved symbols emacs-version,
|
|
363 emacs-major-version, and emacs-minor-version from version.el to
|
|
364 here.
|
|
365
|
|
366 * general.c (syms_of_general): New symbols and, not, and or.
|
|
367
|
|
368 * emacsfns.h: New symbols Qand, Qnot, Qor.
|
|
369
|
|
370 * Makefile.in.in: Call temacs to compute lisp libraries to
|
|
371 include in the DOC file.
|
|
372
|
|
373 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
374
|
|
375 * Makefile.in.in (lisp): Remove explicit mention of auto-autoloads.el.
|
|
376
|
|
377 Sat Jun 14 21:55:27 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
378
|
|
379 * console.c (Fselect_console):
|
|
380 Check DEVICE_SELECTED_FRAME of console's selected
|
|
381 device for non-nil value before using it as a frame.
|
|
382
|
161
|
383 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
384
|
|
385 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid
|
|
386 unavoidable Ebola notices in the bytecompiler.
|
|
387
|
|
388 * emacsfns.h: Fextent_in_region_p: Move.
|
|
389
|
|
390 * keymap.c Fextent_in_region_p: Move.
|
|
391
|
|
392 Fri Jun 13 00:38:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
393
|
|
394 * src/console.c (Fsuspend_console):
|
|
395 Disable input on ttys. Hide unhidden frames.
|
|
396
|
|
397 * src/console.c (Fresume_console):
|
|
398 Enable input on ttys. Raise the device selected frame.
|
|
399
|
|
400 Fri Jun 13 00:25:46 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
401
|
|
402 * process.c (status_notify):
|
|
403 Revert back to the code that does not use
|
|
404 save_excursion_restore. Just bounds check opoint
|
|
405 instead.
|
|
406
|
|
407 * process.c (read_process_output):
|
|
408 Bounds check saved clip region and point values for
|
|
409 validity before using them. Call Fwiden before calling
|
|
410 Fnarrow_to_region to insure values will not be out of
|
|
411 range.
|
|
412
|
|
413 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
414
|
|
415 * alloc.c: Make the GC cursor appear on all frames.
|
|
416 From Hrvoje Niksic <hniksic@srce.hr>
|
|
417
|
|
418 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
419
|
|
420 * data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and
|
|
421 byte-compile-push-constant to list of ignored functions.
|
|
422
|
|
423 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
424
|
|
425 * bytecode.c (Bsave_current_buffer): Register.
|
|
426 (Fbyte_code): Do action.
|
|
427
|
|
428 * editfns.c (Fsave_current_buffer): New SUBR.
|
|
429
|
159
|
430 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
431
|
|
432 * syntax.c (Fchar_syntax): Handle case of being passed nil.
|
|
433
|
|
434 * data.c (eq_with_ebola_notice): Add more legitimate places in the
|
|
435 bytecompiler that should not get Ebola notices.
|
|
436
|
|
437 Tue Jun 10 00:34:40 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
438
|
|
439 * process.c (status_notify):
|
|
440 Use record_unwind_protect and save_excursion_restore to
|
|
441 handle the point and buffer restoration. Cleaner. Doesn't
|
|
442 crash the editor if before/after-change-functions change
|
|
443 things behind our back.
|
|
444
|
|
445 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
446
|
|
447 * data.c (vars_of_data): Set Ebola warning backtrace limit to 16.
|
|
448 (eq_with_ebola_notice): Bypass Ebola warnings for special
|
|
449 bytecompiler functions where they are 100% spurioius.
|
|
450
|
|
451 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
452
|
|
453 * Makefile.in.in: Use lisp/mule/language/misc-lang.el instead of
|
|
454 lisp/mule/ipa-hooks.el.
|
|
455
|
|
456 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
457
|
|
458 * Makefile.in.in: Use lisp/mule/language/thai.elc instead of
|
|
459 lisp/mule/thai-hooks.elc.
|
|
460
|
|
461 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
462
|
|
463 * Makefile.in.in: Use lisp/mule/language/chinese.el,
|
|
464 lisp/mule/language/cyrillic.el, lisp/mule/language/european.el,
|
|
465 lisp/mule/language/greek.el, lisp/mule/language/japanese.el and
|
|
466 lisp/mule/language/korean.el instead of
|
|
467 lisp/mule/chinese-hooks.el, lisp/mule/cyrillic-hooks.el,
|
|
468 lisp/mule/european-hooks.el, lisp/mule/greek-hooks.el,
|
|
469 lisp/mule/japanese-hooks.el and lisp/mule/korean-hooks.el.
|
|
470
|
157
|
471 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
472
|
|
473 * keymap.c: Declare Fextent_in_region_p.
|
|
474
|
|
475 * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW
|
|
476 is determined more sensibly.
|
|
477
|
|
478 1997-06-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
479
|
|
480 * keydefs.c (get_relevant_extent_keymaps): Choose correct keymap
|
|
481 at extent boundaries.
|
|
482
|
|
483 Mon Jun 9 19:35:19 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
484
|
|
485 * redisplay.c (pixel_to_glyph_translation):
|
|
486 Fixed off by one error in computation of closest
|
|
487 position when mouse is in the frame's right-side
|
|
488 border area.
|
|
489
|
|
490 Sat Jun 7 22:07:41 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
491
|
|
492 * frame.c (delete_frame_internal):
|
|
493 Calling Fselect_frame isn't sufficient to set the
|
|
494 frame device's selected frame if the frame we're
|
|
495 selecting is on a different device. Call
|
|
496 set_device_selected_frame apprpriately in that case.
|
|
497 Also don't set the frame device's selected frame to a
|
|
498 frame that's on another device.
|
|
499
|
|
500 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
501
|
|
502 * sysdep.c: MS Windows NT doesn't (yet) do child TTY processes.
|
|
503 From David Hobley <davidh@wr.com.au>
|
|
504
|
|
505 Sat Jun 7 22:00:54 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
506
|
|
507 * src/device-x.c (x_delete_device):
|
|
508 Add an EQ check so that we don't set Vdefault_x_device
|
|
509 back to the device we're deleting.
|
|
510
|
155
|
511 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
512
|
|
513 * frame.c (Fmake_frame): Correct checking of first_frame_on_device.
|
|
514 From Hrvoje Niksic <hniksic@srce.hr>
|
|
515
|
|
516 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
517
|
|
518 * device.c (delete_deviceless_console): New function.
|
|
519 (Fmake_device): Use it. Fix problem of creation of a frame on a
|
|
520 tty where something fails during initialization.
|
|
521 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
522
|
|
523 * specifier.c (Fboolean_specifier_p): Correct spelling in
|
|
524 Docstring (synch from Infodock 3.5).
|
|
525
|
|
526 * frame.c: Update docstring.
|
|
527
|
|
528 1997-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
529
|
|
530 * sysdep.c (tty_init_sys_modes_on_device): Initialize it.
|
|
531
|
|
532 * console.c (complex_vars_of_console): New variable
|
|
533 `tty-erase-char'.
|
|
534
|
|
535 * conslots.h (MARKED_SLOT): New slot.
|
|
536
|
|
537 Mon Jun 2 02:49:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
538
|
|
539 * frame.c, frame-tty.c
|
|
540 Treat tty frames like a cross between stacked window
|
|
541 system frames and frames on virtual displays. All
|
|
542 frames but the top frame are visible but hidden by
|
|
543 default. next-frame and previous-frame now skip
|
|
544 invisible tty frames by default. raise-frame and
|
|
545 lower-frame now control whether a frame is hidden
|
|
546 instead of whether it is visible. Frames are no
|
|
547 longer automatically raised when they are selected.
|
|
548 After a raise/lower operation selection of the new
|
|
549 topmost frame is deferred until a selection magic
|
|
550 event is read.
|
|
551
|
|
552 Sat May 31 19:59:49 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
553
|
|
554 * frame-tty.c (tty_init_frame_3:
|
|
555 Defer selection of the newly created frame until
|
|
556 an event is read.
|
|
557
|
|
558 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
559
|
|
560 * search.c (REGEXP_CACHE_SIZE): Bump to 20.
|
|
561 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>
|
|
562
|
|
563 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
564
|
|
565 * device-tty.c (tty_asynch_device_change):
|
|
566 * gpmevent.c (connect_to_gpm): Makes it so it doesn't **ck up the
|
|
567 mouse stuff on an XTerm, and resets the internal GPM variables for
|
|
568 the width and height of the screen when we get a sigwinch.
|
|
569 From William M. Perry <wmperry@aventail.com>
|
|
570
|
153
|
571 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
572
|
|
573 * eval.c (Fprogn): Delete mocklisp support.
|
|
574 (Fwhile): Ditto.
|
|
575 (Fcommandp): Ditto.
|
|
576 (Feval): Ditto.
|
|
577 (funcall_recording_as): Ditto.
|
|
578 (funcall_lambda): Ditto.
|
|
579
|
|
580 * elhash.c (verify_function): Delete mocklisp support.
|
|
581
|
|
582 * doc.c (Fdocumentation): Delete mocklisp support.
|
|
583
|
|
584 * data.c (wrong_type_argument): Delete mocklisp support.
|
|
585
|
|
586 * config.h.in: Delete mocklisp support.
|
|
587
|
|
588 * callint.c (Fcall_interactively): Delete mocklisp support.
|
|
589
|
|
590 * emacs.c (main_1): Delete mocklisp initialization.
|
|
591
|
|
592 * symsinit.h: Delete mocklisp.c decls.
|
|
593
|
|
594 * Makefile.in.in: Delete mocklisp stuffs.
|
|
595
|
|
596 Thu May 29 03:00:16 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
597
|
|
598 * frame.c (change_frame_size_1):
|
|
599 Drop code that returns immediately if the old frame
|
|
600 size is equal to the new.
|
|
601 Leave the minibuffer height the same if the frame has
|
|
602 been initialized, and the minibuffer height is tall
|
|
603 enough to display at least one line of text in the default
|
|
604 font, and the old minibuffer height is a multiple of the
|
|
605 default font height. This should cause the minibuffer
|
|
606 height to be recomputed on font changes but not for
|
|
607 other frame size changes, which seems reasonable.
|
|
608
|
|
609 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
610
|
|
611 * event-stream.c (Frecent_keys): Take optional parameter to
|
|
612 indicate how many keystrokes to return.
|
|
613 (Frecent_keys_ring_size): New function returns the maximum number
|
|
614 of events `recent-keys' can return.
|
|
615 (Fset_recent_keys_ring_size): New function. Modifies the above.
|
|
616
|
|
617 From Hrvoje Niksic <hniksic@srce.hr>
|
|
618
|
|
619 * event-stream.c: New variable recent_keys_ring_size replacing a
|
|
620 hard-coded macro.
|
|
621
|
|
622 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
623 From Hrvoje Niksic <hniksic@srce.hr>
|
|
624
|
|
625 * sysdep.c: Correction of subprocess support when compiling
|
|
626 without ttys.
|
|
627
|
151
|
628 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
629
|
|
630 * editfns.c (format-time-string): Update DOCstring. Make time
|
|
631 parameter optional.
|
|
632
|
|
633 Wed May 21 11:58:17 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
634
|
|
635 * src/insdel.c (signal_first_change):
|
|
636 record the current buffer for the unwind instead of the
|
|
637 buffer that's about to become the current buffer.
|
|
638
|
|
639 Tue May 20 23:23:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
640
|
|
641 * frame.c: Correct spelling typo in docstring.
|
|
642
|
|
643 Mon May 19 03:40:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
644
|
|
645 * src/redisplay.c: (window_line_number)
|
|
646 don't prefer buffer point value over window point
|
|
647 value unless window, frame, device and console are
|
|
648 all selected.
|
|
649
|
|
650 * src/redisplay.c: (redisplay_window)
|
|
651 don't prefer buffer point value over window point
|
|
652 value unless window, frame, device and console are
|
|
653 all selected.
|
|
654
|
|
655 * src/redisplay.c: (create_text_block)
|
|
656 don't prefer buffer point value over window point
|
|
657 value unless window, frame, device and console are
|
|
658 all selected.
|
|
659
|
|
660 Sun May 18 13:03:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
661
|
|
662 * Makefile.in.in (distclean): remove xemacs-version.h.
|
|
663
|
149
|
664 Sun May 11 13:38:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
665
|
|
666 * src/frame.c (change_frame_size_1):
|
|
667 return without doing anything if the frame has benn
|
|
668 initialized and the new frame size is same as the
|
|
669 current frame size.
|
|
670
|
|
671 Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
672
|
|
673 * device-tty.c (tty_asynch_device_change): Make
|
|
674 `no-redraw-on-reenter' work. Patch from Hrvoje Niksic.
|
|
675
|
|
676 Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
677
|
|
678 * frame-tty.c: Support multiple frames.
|
|
679
|
|
680 * redisplay.c (decode_mode_spec): New coding `%N'.
|
|
681
|
146
|
682 Sun May 11 23:36:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
683
|
|
684 * buffer.c: Rename Vdelete_auto_save_files to coding standards.
|
|
685
|
|
686 * frame.c: Rename Vallow_deletion_of_last_visible_frame to coding
|
|
687 standards.
|
|
688
|
142
|
689 Thu May 8 19:10:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
690
|
|
691 * frame.c: Change internal type of
|
|
692 `allow-deletion-of-last-visible-frame' to boolean.
|
|
693
|
|
694 * buffer.c: Change internal type of `delete-auto-save-files' to
|
|
695 boolean.
|
|
696
|
|
697 Sat May 3 15:28:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
698
|
|
699 * redisplay.c: `column-number-start-at-one' is a user customizable
|
|
700 variable.
|
|
701
|
|
702 * event-stream.c (vars_of_event_stream): `focus-follows-mouse' is
|
|
703 a user customizable variable.
|
|
704
|
|
705 * cmds.c (vars_of_cmds): `signal-error-on-buffer-boundary' is a
|
|
706 user customizable variable.
|
|
707
|
|
708 * lread.c (parse_integer): Fix incorrect upper bounds on loop.
|
|
709
|
140
|
710 Thu May 1 18:59:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
711
|
|
712 * glyphs-x.c (Fmake_subwindow): Update error message.
|
|
713
|
|
714 Wed Apr 30 18:07:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
715
|
|
716 * lread.c: New variable featurep.
|
|
717 (read1): Add processing for #- and #+.
|
|
718 (read_list_conser): Handle case where a feature test has removed a
|
|
719 portion of the input stream.
|
|
720 (vars_of_lread): New feature `xemacs'.
|
|
721
|
|
722 * fns.c (Ffeaturep): Remove function when using #-, #+ feature
|
|
723 reader syntax.
|
|
724
|
|
725 * Makefile.in.in (lisp): Put features.elc in the dump list.
|
|
726
|
|
727 Thu May 1 05:24:25 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
728
|
|
729 * buffer.c (Fmake_indirect_buffer): Don't pretend it's there.
|
|
730
|
138
|
731 Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
732
|
|
733 * glyphs-x.c: libpng already includes setjmp.h, so don't attempt
|
|
734 to include it twice.
|
|
735
|
|
736 Thu Apr 24 09:14:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
737
|
|
738 * balloon-x.c (vars_of_balloon_x): Don't override advertised and
|
|
739 supported balloon-help.
|
|
740
|
136
|
741 Tue Apr 22 11:54:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
742
|
|
743 * emacs.c (main_1): Add syms_of_balloon_x and guard with
|
|
744 HAVE_X_WINDOWS.
|
|
745 (main_1): Add vars_of_balloon_x and guard with HAVE_X_WINDOWS.
|
|
746
|
|
747 * process.c (get_process): This function can be passed a BUFFER as
|
|
748 a parameter.
|
|
749
|
|
750 Tue Apr 22 01:32:00 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
751
|
|
752 * src/menubar-x.c (pre_activate_hook):
|
|
753 set in_menu_callback around call to call to
|
|
754 menu_item_descriptor_to_widget_value.
|
|
755
|
|
756 * src/event-stream.c (Fnext_event):
|
|
757 signal error if in_menu_callback non-nil to avoid
|
|
758 reentering the menubar code and causing a crash later.
|
|
759
|
|
760 * src/cmdloop.c (command_loop_3):
|
|
761 signal error if in_menu_callback non-nil to avoid
|
|
762 inflooping calling Fnext_event, which will signal an
|
|
763 error if the situation is not caught earlier.
|
|
764
|
|
765 Tue Apr 22 08:22:22 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
766
|
|
767 * balloon-x.c, balloon_help.c, balloon_help.h: Modified to conform
|
|
768 to XEmacs coding standards.
|
|
769
|
134
|
770 Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
771
|
|
772 * balloon-x.c: New file from Douglas Keller.
|
|
773
|
|
774 * balloon_help.c: New file from Douglas Keller.
|
|
775
|
|
776 * balloon_help.h: New file from Douglas Keller.
|
|
777
|
126
|
778 Sun Apr 13 09:56:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
779
|
|
780 * emacs.c (shut_down_emacs): Advertise using send-pr as the
|
|
781 mechanism for submitting a bug report.
|
|
782
|
|
783 * Makefile.in.in: Handle pathological case of mis-autodetected
|
|
784 TOOLTALK.
|
|
785
|
|
786 Sun Apr 13 11:33:34 1997 David Moore <dmoore@ucsd.edu>
|
|
787
|
|
788 * regex.c (re_search_2): Prevent incorrect matching and infinite
|
|
789 loop with \\` and MULE.
|
|
790
|
124
|
791 Sat Apr 12 05:57:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
792
|
|
793 * Makefile.in.in (lisp): Dump cus-start.elc with XEmacs.
|
|
794
|
|
795 * event-Xt.c (x_to_emacs_keysym): Allow for dead keys. (Patch
|
|
796 from Joachim Schnitter).
|
|
797
|
|
798 * Makefile.in.in: Allow native sound for BSD/I.
|
|
799
|
|
800 * linuxplay.c: Rename global sndbuf to linuxplay_sndbuf.
|
|
801 Make sndbuf, mix_fd, audio_vol, audio_fd, audio_dev non-static to
|
|
802 avoid dump time lossage.
|
|
803 (sndcnv8U_2mono): Rename global sndbuf to linuxplay_sndbuf.
|
|
804 (sndcnv8S_2mono): Ditto.
|
|
805 (sndcnv2monounsigned): Ditto.
|
|
806 (sndcnv2unsigned): Ditto.
|
|
807 (sndcnvULaw_2mono): Ditto.
|
|
808 (sndcnv16_2monoLE): Ditto.
|
|
809 (sndcnv16_2monoBE): Ditto.
|
|
810 (sndcnv2byteLE): Ditto.
|
|
811 (sndcnv2byteBE): Ditto.
|
|
812 (sndcnv2monobyteLE): Ditto.
|
|
813 (sndcnv2monobyteBE): Ditto.
|
|
814 (linux_play_data_or_file): Ditto.
|
|
815 (linux_play_data_or_file): Ditto.
|
|
816 (linux_play_data_or_file): Ditto.
|
|
817
|
|
818 Sat Apr 12 01:59:14 1997 Kyle Jones <kyle_jones@WonderWorks.COM>
|
|
819
|
|
820 * glyphs-x.c, glyphs.c, glyphs.h: Added domain parameter to all
|
|
821 image *_instantiate functions so that the domsin is available to
|
|
822 specifier lookups in the various instantiator functions. Passed
|
|
823 domain argument to extract_xpm_color_names for the
|
|
824 Fspecifier_instance call.
|
|
825
|
|
826 Fri Apr 11 20:02:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
827
|
|
828 * glyphs-x.c (extract_xpm_color_names): Add checking to handle
|
|
829 case for when XEmacs is in initialization.
|
|
830
|
|
831 * events.c (Fevent_type): Remove handling for dead_event.
|
|
832 (Fevent_properties): Remove handling for dead_event.
|
|
833
|
|
834 Thu Apr 10 20:41:53 1997 David Moore <dmoore@ucsd.edu>
|
|
835
|
|
836 * ntproc.c (sys_spawnve): Clean up GC protection.
|
|
837
|
|
838 * fileio.c (Ffile_executable_p): Clean up GC protection.
|
|
839
|
122
|
840 Thu Apr 10 12:48:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
841
|
|
842 * glyphs.c: Undo duplicate declaration of display_table.
|
|
843
|
|
844 * glyphs.h: Back out name change of autodetect to
|
|
845 automatic_conversion.
|
|
846
|
|
847 * glyphs.c: Back out name change of autodetect to
|
|
848 automatic_conversion.
|
|
849
|
|
850 * glyphs-x.c (image_instantiator_format_create_glyphs_x): Back out
|
|
851 name change of autodetect to automatic_conversion.
|
|
852
|
|
853 * events.c (Fevent_properties): Do something sensible for
|
|
854 dead_event and empty_event.
|
|
855
|
|
856 * general.c: Restore autodetect symbol.
|
|
857
|
|
858 * emacsfns.h: Declare new symbol Qempty.
|
|
859
|
|
860 * general.c: Add symbol to identify empty events.
|
|
861
|
|
862 * events.c (Fevent_type): Don't abort() when presented with an
|
|
863 empty_event or a dead_event.
|
|
864
|
120
|
865 Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu>
|
|
866
|
|
867 * xmu.c: Renamed local `initialized' variable to `hex_initialized'
|
|
868 and don't assign to static, as some compilers crash.
|
|
869 (initHexTable): Use it.
|
|
870 (XmuReadBitmapData): Use it.
|
|
871
|
|
872 Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu>
|
|
873
|
|
874 * fileio.c (Fexpand_file_name): Clean up GC protection.
|
|
875
|
|
876 * dired.c (Fdirectory_files): Clean up GC protection.
|
|
877
|
|
878 * insdel.c (signal_after_change): Don't run after_change_functions
|
|
879 on special Vprin1_to_string_buffer.
|
|
880 (signal_before_change): Ditto for before_change_functions.
|
|
881
|
|
882 Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu>
|
|
883
|
|
884 * buffer.c (Fkill_buffer): Don't kill special
|
|
885 Vprin1_to_string_buffer.
|
|
886
|
|
887 Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
888
|
|
889 * Makefile.in.in (xemacs-version.h): Added to rename main_1 to
|
|
890 something reflecting the XEmacs version in use (for lusers
|
|
891 reporting crashes who forget to include the version number).
|
|
892
|
|
893 * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP.
|
|
894
|
|
895 * sound.c: Strip HAVE_NEXTSTEP.
|
|
896
|
|
897 * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP.
|
|
898
|
|
899 * faces.c: Strip HAVE_NEXTSTEP.
|
|
900 (update_EmacsFrame): Ditto.
|
|
901
|
|
902 * events.c (event_equal): Strip HAVE_NEXTSTEP.
|
|
903 (event_hash): Ditto.
|
|
904 (format_event_object): Ditto.
|
|
905
|
|
906 * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP.
|
|
907
|
|
908 * emacs.c (main_1): Strip HAVE_NEXTSTEP.
|
|
909 Attempt hack to change name of main_1 to something reflecting the
|
|
910 current version for lusers who don't include version numbers with
|
|
911 stack backtraces.
|
|
912
|
|
913 * device.c: Strip HAVE_NEXTSTEP.
|
|
914
|
|
915 * console.c (Fconsole_type): Remove reference to unimplemented ns
|
|
916 windows type.
|
|
917
|
|
918 Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
919
|
|
920 * frame.h: Strip NeXTStep stuff.
|
|
921
|
|
922 * device.h: Strip NeXTStep stuff.
|
|
923
|
|
924 * console.h: More NeXTStep trimming.
|
|
925
|
|
926 * console-x.h: Strip Epoch stuff.
|
|
927
|
|
928 * symsinit.h (init_sunpro): Strip vms/Epoch stuff.
|
|
929
|
|
930 * events.h (union magic_data): Strip NeXTStep stuff.
|
|
931
|
|
932 * console.h: Strip NeXTStep stuff.
|
|
933
|
|
934 * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out.
|
|
935
|
|
936 * Makefile.in.in: Remove unused NeXTStep support. It's all in the
|
|
937 cvs attic if someone wishes to revive it.
|
|
938 (epoch.o): Remove last vestiges of non-existent epoch support.
|
|
939
|
|
940 Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
941
|
|
942 * fns.c: Correct DOC string to not equate integers and
|
|
943 characters.
|
|
944
|
118
|
945 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com>
|
|
946
|
|
947 * s/decosf4.0-static.h: New file.
|
|
948
|
|
949 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
950
|
|
951 * config.h.in: MAIL_USE_POP, KERBEROS, HESIOD -- new parameters to
|
|
952 deal with upgraded movemail.c.
|
|
953
|
|
954 Fri Mar 28 19:25:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
955
|
|
956 * inline.c: Restore this blasphemous file.
|
|
957
|
|
958 * Makefile.in.in (inline.o): Restore the bletcherous
|
|
959 inline.c.
|
|
960
|
116
|
961 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
962
|
|
963 * fileio.c (barf_or_query_if_file_exists): GC fixes.
|
|
964 (Ffile_readable_p): ditto.
|
|
965 (Ffile_writable_p): ditto.
|
|
966 (Ffile_symlink_p): ditto.
|
|
967 (Ffile_accessible_directory_p): ditto.
|
|
968
|
|
969 * sound.c (Fplay_sound_file): Fix up gc problems with file
|
|
970 handlers.
|
|
971
|
|
972 * buffer.c (Fkill_buffer): Fix up buffer killing problems with
|
|
973 file handlers.
|
|
974
|
|
975 * sysdep.c (sys_subshell): Fix up gc problems with file handlers.
|
|
976
|
|
977 * callproc.c (Fcall_process_internal): Fix up gc problems with
|
|
978 file handlers.
|
|
979 Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
980
|
|
981 * ralloc.c (MHASH): Make 64bit Alpha happier.
|
|
982
|
|
983 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
984
|
|
985 * fileio.c (auto_save_expand_name_error): New function.
|
|
986 (auto_save_expand_name): Ditto.
|
|
987 (Fdo_auto_save): Protect against an error in Fexpand_file_name
|
|
988 from kicking us inappropriately out of auto-save.
|
|
989
|
|
990 Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
991
|
|
992 * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc
|
|
993 2.1 (suggested by Andreas Jaeger).
|
|
994
|
|
995 Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu>
|
|
996
|
|
997 * profile.c: Fixed some comments about GC status of functions.
|
|
998
|
|
999 * profile.c (inside_profiling): New variable to lock the
|
|
1000 profiling table.
|
|
1001 (sigprof_handler): Check it.
|
|
1002 (Fget_profiling_info): Set it.
|
|
1003 (mark_profiling_info): Set it.
|
|
1004 (Fclear_profiling_info): Set it.
|
|
1005
|
|
1006 * eval.c (PUSH_BACKTRACE): New macro.
|
|
1007 (POP_BACKTRACE): Ditto.
|
|
1008
|
|
1009 * eval.c (Fcommand_execute): Use them and fix problem with
|
|
1010 backtrace_list build ordering requirements for profiling code.
|
|
1011 (Feval): Ditto.
|
|
1012 (funcall_recording_as): Ditto.
|
|
1013
|
114
|
1014 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1015
|
|
1016 * Makefile.in.in: strip inline.o.
|
|
1017
|
|
1018 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu>
|
|
1019
|
|
1020 * fileio.c (call2_check_string_or_nil): New function.
|
|
1021 (Ffile_name_directory): Use it.
|
|
1022 (Fsubstitute_in_file_name): Use it.
|
|
1023
|
|
1024 * fileio.c (Fexpand_file_name): GC protect against file handlers.
|
|
1025 (Fdelete_file): ditto
|
|
1026 (Ffile_writable_p): ditto
|
|
1027 (Ffile_directory_p): ditto
|
|
1028 (Ffile_regular_p): ditto
|
|
1029 (Fset_file_modes): ditto
|
|
1030 (Ffile_newer_than_file_p): ditto
|
|
1031 (Fset_visited_file_modtime): ditto
|
|
1032
|
|
1033 *fileio.c (Ffile_truename): Unneccessary GC protection.
|
|
1034 (Fdelete_directory): Fix broken caller-must-GC-protect call.
|
|
1035
|
|
1036 * filelock.c (lock_file): New comments warning that this function
|
|
1037 may kill the current buffer.
|
|
1038 (unlock_file): ditto
|
|
1039 (Flock_buffer): ditto
|
|
1040 (Funlock_buffer): ditto
|
|
1041 (unlock_buffer): ditto
|
|
1042
|
|
1043 * filelock.c (unlock_all_files): GC protect against unlock_file
|
|
1044 killing random buffers.
|
|
1045
|
|
1046 * buffer.c (Fkill_buffer): GC protect against unlock_file killing
|
|
1047 the buffer.
|
|
1048
|
|
1049 * insdel.c (prepare_to_modify_buffer): GC protect against
|
|
1050 lock_file() killing the buffer.
|
|
1051
|
|
1052 Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1053
|
|
1054 * mule-coding.c (vars_of_mule_coding): Add
|
|
1055 enable-multibyte-characters for MULE compatibility.
|
|
1056
|
|
1057 Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1058
|
|
1059 * glyphs-x.c: Implement a dummy function to insert a fake EOI
|
|
1060 marker if called. Based on code from William Perry.
|
|
1061
|
|
1062 Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1063
|
|
1064 * menubar-x.c (pre_activate_callback): Attempt to avoid recursive
|
|
1065 expansion of submenus via :filter expansion.
|
|
1066
|
|
1067 * glyphs-x.c (x_print_image_instance): Move define of
|
|
1068 HAVE_SUBWINDOWS to glyphs-x.h.
|
|
1069 (our_skip_input_data): Implement with some error checking based on
|
|
1070 patch by Dominic Froud.
|
|
1071
|
|
1072 * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from
|
|
1073 barfing.
|
|
1074
|
|
1075 Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1076
|
|
1077 * glyphs-x.c: Strip unimplemented subwindows code.
|
|
1078
|
112
|
1079 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu>
|
|
1080
|
|
1081 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the
|
|
1082 first image out of a multi-image or animated gif.
|
|
1083
|
|
1084 Mon Mar 17 15:27:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1085
|
|
1086 * Makefile.in.in (xemacs): Invert sense of test for successful
|
|
1087 completion of XEmacs dump.
|
|
1088
|
110
|
1089 Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu>
|
|
1090
|
|
1091 * fileio.c (Fdo_auto_save): Protect against file handlers which
|
|
1092 may kill the buffer being saved or otherwise modify Vbuffer_alist.
|
|
1093
|
|
1094 Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1095
|
|
1096 * Makefile.in.in (lisp): Add auto-customize.elc.
|
|
1097
|
|
1098 Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu>
|
|
1099
|
|
1100 * extents.c (extent_changed_for_redisplay): New parameter.
|
|
1101 (extent_changed_for_redisplay): Notify redisplay if invisible text
|
|
1102 has become visible.
|
|
1103 (extent_maybe_changed_for_redisplay): New parameter.
|
|
1104 (extent_attach): Use it.
|
|
1105 (extent_detach): Use it.
|
|
1106 (Fset_extent_parent): Use it.
|
|
1107 (set_extent_invisible): Use visibility change parameter.
|
|
1108 (Fset_extent_face): Ditto.
|
|
1109 (Fset_extent_mouse_face): Ditto.
|
|
1110 (set_extent_glyph): Ditto.
|
|
1111 (do_highlight): Ditto.
|
|
1112
|
|
1113 Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1114
|
|
1115 * s/sunos4-1-4-shr.h: New file.
|
|
1116
|
|
1117 * s/sunos4-1-4.h: New file.
|
|
1118
|
|
1119 * s/sunos4-1.h (BROKEN_SIGIO): Define.
|
|
1120
|
|
1121 Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1122
|
|
1123 * emacs.c (fatal_error_signal): (mostly) useless check on
|
|
1124 /usr/proc/bin/pstack removed.
|
|
1125
|
|
1126 * s/bsdos3.h: New file for BSDI 3.0.
|
|
1127
|
|
1128 * editfns.c (Fchar_equal): Correct DOC string.
|
|
1129 (Fchar_Equal): (char=) CL Case sensitve comparison added.
|
|
1130
|
|
1131 * data.c (Fcharacterp): Make DOC string less confrontational.
|
|
1132
|
|
1133 Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1134
|
|
1135 * input-method-motif.c (XIM_init_frame): Fix XIM crash on some
|
|
1136 versions of X11R6 XIM.
|
|
1137
|
|
1138 Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
1139
|
|
1140 * minibuf.c (regexp_ignore_completion_p): Reverse meaning of
|
|
1141 completion-regexp-list.
|
|
1142
|
108
|
1143 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1144
|
|
1145 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!!
|
|
1146 message.
|
|
1147
|
|
1148 Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1149
|
|
1150 * process.c (get_internet_address): Put upper bounds on attempting
|
|
1151 to get system name (similar to nearly identical processing in
|
|
1152 sysdep.c.
|
|
1153
|
|
1154 Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1155
|
|
1156 * puresize.h (PURESIZE): *Must* use angle brackets for
|
|
1157 puresize_adjust.h or build will lose with --srcdir.
|
|
1158
|
|
1159 * alloc.c (report_pure_usage): Adjust error message printed when
|
|
1160 too low on PURESIZE.
|
|
1161
|
|
1162 * Makefile.in.in: Move site-packages.
|
|
1163 Add vpath correction for puresize_adjust.h.
|
|
1164
|
106
|
1165 Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1166
|
|
1167 * Makefile.in.in (lisp): Remove custom-xmas.elc.
|
|
1168
|
104
|
1169 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1170
|
|
1171 * doc.c (weird_doc): Don't print `duplicate' messages as they are
|
|
1172 almost always due to symbols that are both autoloaded and dumped.
|
|
1173
|
|
1174 * data.c (syms_of_data): char-int and int-char -> char-to-int and
|
|
1175 int-to-char.
|
|
1176
|
|
1177 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1178
|
|
1179 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
|
|
1180
|
|
1181 * lstream.c (signal_simple_internal_error): Remove the abort().
|
|
1182
|
|
1183 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
|
|
1184 (Fgarbage_collect): Disable garbage collection if we're dumping
|
|
1185 XEmacs and we've overflowed purespace.
|
|
1186
|
|
1187 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
1188
|
|
1189 * event-Xt.c (change_frame_visibility): New function.
|
|
1190 (handle_map_event): Use it.
|
|
1191 (emacs_Xt_handle_magic_event): Correction of handling of
|
|
1192 VisibilityNotify.
|
|
1193
|
|
1194 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1195
|
|
1196 * frame-x.c (x_frame_visible_p): Reverse previous change.
|
|
1197
|
|
1198 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
|
|
1199
|
|
1200 * regex.c (re_search_2): Properly handle crossing the buffer gap
|
|
1201 when doing a backwards search under MULE.
|
|
1202
|
102
|
1203 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1204
|
|
1205 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
|
|
1206 site-loaded lisp files.
|
|
1207
|
|
1208 * alloc.c (report_pure_usage): Adjust restart message.
|
|
1209
|
|
1210 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1211
|
|
1212 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
|
|
1213
|
|
1214 * alloc.c (PURESIZE_h): New function.
|
|
1215 (report_pure_usage): Use it. If PURESIZE is not the right amount,
|
|
1216 use the correct value.
|
|
1217
|
|
1218 * puresize.h: Use dynamic computation of PURESIZE.
|
|
1219
|
|
1220 * PURESIZE.h: New file.
|
|
1221
|
|
1222 * fns.c (Frandom): Fix docstring.
|
|
1223
|
|
1224 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
|
|
1225
|
|
1226 * process.c (record_exited_processes): Fix obvious typo in
|
|
1227 checking for SIGCLD.
|
|
1228
|
|
1229 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1230
|
|
1231 * scrollbar.c (update_scrollbar_instance): Fix for
|
|
1232 all-hail-xemacs scrollbar drag bug.
|
|
1233
|
|
1234 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
|
|
1235 as end-of-buffer does, instead of hostile Frecenter(0). Makes
|
|
1236 C-button-1 on down-arrow friendlier.
|
|
1237
|
100
|
1238 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
|
|
1239 Initial MS Windows NT support.
|
|
1240 * unexnt.c: New file.
|
|
1241
|
|
1242 * ntproc.c: New file.
|
|
1243
|
|
1244 * ntheap.h: New file.
|
|
1245
|
|
1246 * ntheap.c: New file.
|
|
1247
|
|
1248 * nt.h: New file.
|
|
1249
|
|
1250 * nt.c: New file.
|
|
1251
|
|
1252 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1253
|
|
1254 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
|
|
1255
|
|
1256 * gmalloc.c: Guard __getpagesize definition against glibc 2.
|
|
1257
|
|
1258 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1259
|
|
1260 * Makefile.in.in (lisp): Snarf docstrings from new file
|
|
1261 itimer-autosave.elc.
|
|
1262
|
|
1263 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1264
|
|
1265 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
|
|
1266 freezing bug.
|
|
1267
|
|
1268 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1269
|
|
1270 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
|
|
1271
|
|
1272 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1273
|
|
1274 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
|
|
1275
|
|
1276 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1277
|
|
1278 * print.c (Ferror_message_string): New function, ported from Emacs
|
|
1279 19.34.
|
|
1280 (print_error_message): Ditto.
|
|
1281
|
|
1282 * extents.c (verify_extent_mapper): Experimental deletion of code
|
|
1283 to allow deletion of read-only extents.
|
|
1284
|
|
1285 * symbols.c (hash_string): Replace algorithm with one given in
|
|
1286 Aho, Sethi & Ullman.
|
|
1287
|
|
1288 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1289
|
|
1290 * keymap.c (lookup_keys): Wrong sense in test.
|
|
1291
|
|
1292 * Makefile.in.in: Dont dump font.elc.
|
|
1293
|
98
|
1294 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1295
|
|
1296 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
|
|
1297 (Fforward_char): Use it.
|
|
1298 (Fbackward_char): Use it.
|
|
1299
|
|
1300 * window.c (Fscroll_up): Use it.
|
|
1301 (Fscroll_down): Use it.
|
|
1302
|
|
1303 * keymap.c (syms_of_keymap): define mouse-[123] and
|
|
1304 down-mouse-[123] pseudo-keysym aliases for Emacs compatibility.
|
|
1305
|
|
1306 Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1307
|
|
1308 * Makefile.in.in: Don't dump tm with XEmacs under any
|
|
1309 circumstances.
|
|
1310
|
|
1311 * puresize.h: Remove extra SunPro puresize for MULE+tm.
|
|
1312
|
|
1313 Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1314
|
|
1315 * emacs.c (main_1): Fix NeXT malloc initialization.
|
|
1316
|
96
|
1317 Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1318
|
|
1319 * mule-coding.c (Fdecode_coding_region): Make explicit call to
|
|
1320 `barf_if_buffer_read_only'.
|
|
1321 (Fencode_coding_region): Ditto.
|
|
1322
|
|
1323 Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1324
|
|
1325 * extents.c (syms_of_extents): Remove references to replicating
|
|
1326 extents.
|
|
1327
|
|
1328 * extents.h (struct extent): Remove references to replicating
|
|
1329 extents.
|
|
1330
|
|
1331 Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp>
|
|
1332
|
|
1333 * mule-coding.c (ENCODE_SJIS): Correct typo.
|
|
1334
|
|
1335 Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1336
|
|
1337 * frame.c (delete_frame_internal): Protect against deletion of
|
|
1338 frames with living popup children.
|
|
1339
|
94
|
1340 Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU>
|
|
1341
|
|
1342 * emacs.c (main_1): Try to avoid collisions against potentially
|
|
1343 incompatible system mallocs.
|
|
1344
|
|
1345 Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com>
|
|
1346
|
|
1347 * redisplay.c: Activate face/charset redisplay caching.
|
|
1348
|
|
1349 Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1350
|
|
1351 * eval.c (do_debug_on_exit): Don't restore old value of
|
|
1352 debug_on_next_call improperly.
|
|
1353
|
88
|
1354 Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se>
|
|
1355
|
|
1356 * frame.c (frame_matches_frametype): Fix next-window when the next
|
|
1357 window is on another frame.
|
|
1358
|
|
1359 Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1360
|
|
1361 * syntax.c (scan_sexps_forward): Change test on targetdepth to
|
|
1362 match Emacs 19.34.
|
|
1363
|
|
1364 Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net>
|
|
1365
|
|
1366 * gmalloc.c: Corrections for namespace collision with Linux libc
|
|
1367 malloc.
|
|
1368
|
86
|
1369 Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
1370
|
|
1371 * fileio.c (Fwrite_region_internal): pack lockname to write-region
|
|
1372 handler.
|
|
1373
|
|
1374 Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU>
|
|
1375
|
|
1376 * gmalloc.c (malloc): Guard against incompatible system mallocs
|
|
1377 with conflicting symbols.
|
|
1378
|
|
1379 Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1380
|
|
1381 * redisplay.c (add_emchar_rune): Back out optimization change of
|
|
1382 caching last_charset.
|
|
1383
|
|
1384 Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1385
|
|
1386 * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy.
|
|
1387 And I *do* mean buggy.
|
|
1388
|
84
|
1389 Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
1390
|
|
1391 * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode.
|
|
1392 Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA.
|
|
1393
|
82
|
1394 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1395 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
1396
|
|
1397 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
1398 code.
|
|
1399 (scrollbar-page-down): Ditto.
|
|
1400
|
|
1401 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
1402 Lucid/Motif code.
|
|
1403 (x_update_vertical_scrollbar_callback): Ditto.
|
|
1404 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
1405 special case code.
|
|
1406
|
|
1407 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
1408 for Athena3d.
|
|
1409
|
|
1410 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
1411 get the Athena vertical thumb adjusted after drag.
|
|
1412
|
|
1413 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
1414
|
|
1415 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
1416
|
|
1417 * m/aviion.h: Remove definition of m88k.
|
|
1418
|
|
1419 * s/dgux5-4r4.h: New file.
|
|
1420
|
|
1421 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1422
|
|
1423 * buffer.h: Put proper typecasts on calls to alloca().
|
|
1424
|
|
1425 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
1426
|
|
1427 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
1428
|
|
1429 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
1430 Athena and Motif in the same link.
|
|
1431
|
|
1432 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
1433
|
|
1434 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
1435 volume is set to 0.
|
|
1436
|
|
1437 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1438
|
|
1439 * s/nextstep.h (signal_handler_t): define as int.
|
|
1440
|
|
1441 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1442
|
|
1443 * src/event-Xt.c (emacs_Xt_handle_magic_event):
|
|
1444 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
1445
|
|
1446 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
1447
|
|
1448 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
1449 local variables in :included clauses.
|
|
1450 (compute_menubar_data): Ditto.
|
|
1451
|
|
1452 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
1453
|
|
1454 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
1455 optimization.
|
|
1456
|
|
1457 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
1458
|
|
1459 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
1460 uninitialized variable.
|
|
1461
|
|
1462 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1463
|
|
1464 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
1465 to match Emacs 19.34.
|
|
1466
|
|
1467 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
1468
|
|
1469 * sysdep.c (sys_execvp): Fix when compiled with
|
|
1470 --const-is-losing=no. Old code could crash if argv contained
|
|
1471 non-ascii characters and the execvp failed and then caller
|
|
1472 examined argv (for error message, for example).
|
|
1473
|
|
1474 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1475
|
|
1476 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
1477
|
80
|
1478 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
1479
|
|
1480 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
1481 obarray.
|
|
1482
|
|
1483 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
1484
|
|
1485 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
1486 default font width.
|
|
1487
|
|
1488 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
1489
|
|
1490 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
1491
|
|
1492 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
1493
|
|
1494 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
1495
|
|
1496 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
1497
|
|
1498 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
1499
|
78
|
1500 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1501
|
|
1502 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
1503 specifiers so XEmacs can be built without tty support.
|
|
1504
|
|
1505 * console-stream.c: Moved function bodies of
|
|
1506 semi_canonicalize_console_connection,
|
|
1507 canonicalize_console_connection,
|
|
1508 semi_canonicalize_device_connection, and
|
|
1509 canonicalize_device_connection into this file from console-tty.c.
|
|
1510 Moved variable Vstdio_str into this file.
|
|
1511
|
|
1512 * console-tty.c: See above.
|
|
1513
|
|
1514 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
1515
|
|
1516 * m/next.h: Cleanup accumulated cruft.
|
|
1517
|
|
1518 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
1519
|
|
1520 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
1521
|
|
1522 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
1523
|
|
1524 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
1525
|
|
1526 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1527
|
|
1528 * m/next.h: Remove signal_handler_t #define.
|
|
1529
|
|
1530 * s/nextstep.h: Remove signal_handler_t #define.
|
|
1531
|
76
|
1532 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1533
|
|
1534 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
1535
|
|
1536 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1537
|
|
1538 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
1539
|
|
1540 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1541
|
|
1542 * bitmaps.h: Change to unsigned char.
|
|
1543
|
|
1544 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
1545
|
|
1546 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
1547
|
74
|
1548 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1549
|
|
1550 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
1551
|
|
1552 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
1553 binding of kp_.* not lose.
|
|
1554
|
|
1555 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
1556
|
|
1557 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
1558
|
|
1559 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
1560 (Faccept_process_output): Fix timeout handling race conditions.
|
|
1561 (Fsleep_for): Ditto.
|
|
1562 (Fsit_for): Ditto.
|
|
1563
|
|
1564 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
1565
|
|
1566 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
1567
|
|
1568 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
1569
|
|
1570 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
1571 by HAVE_SIGPROCMASK.
|
|
1572
|
|
1573 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1574
|
|
1575 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
1576 bitfields.
|
|
1577
|
|
1578 * mule-charset.h: Change charset names.
|
|
1579
|
|
1580 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
1581 Change charset names.
|
|
1582
|
|
1583 * mule-charset.c: Change charset names.
|
|
1584
|
|
1585 * mule-canna.c: Change charset names.
|
|
1586
|
|
1587 * EmacsShell-sub.c: Ansify and reformat.
|
|
1588
|
|
1589 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
1590
|
|
1591 * glyphs-x.c: Ansify.
|
|
1592
|
|
1593 * specifier.c: Use lisp_fn_t.
|
|
1594
|
|
1595 * EmacsShell.c: Ansify.
|
|
1596
|
|
1597 * vm-limit.c: Ansify.
|
|
1598
|
|
1599 * emacsfns.h: Use lisp_fn_t.
|
|
1600
|
|
1601 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
1602
|
|
1603 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
1604 (Fx_store_cutbuffer_internal): Change charset name.
|
|
1605
|
|
1606 * ralloc.c: Ansify and clean up.
|
|
1607
|
|
1608 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
1609
|
|
1610 * event-Xt.c: Documentation change.
|
|
1611
|
|
1612 * lisp.h: Introduce lisp_fn_t.
|
|
1613 Remove SunPro C compiler warning message workaround.
|
|
1614
|
|
1615 * xmu.c: Ansify.
|
|
1616
|
|
1617 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
1618
|
|
1619 * fileio.c: various code formatting changes.
|
|
1620
|
|
1621 * eval.c: reorganize primitive funcalls.
|
|
1622
|
|
1623 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
1624 checking in X header files.
|
|
1625
|
|
1626 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
1627
|
|
1628 * s/sunos4-0-shr.h: Documentation change.
|
|
1629
|
|
1630 * s/sol2.h (__EXTENSIONS__): Add.
|
|
1631 Include <setjmp.h> under certain conditions.
|
|
1632
|
|
1633 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1634
|
|
1635 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
1636 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
1637
|
|
1638 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1639
|
|
1640 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
1641 because the in-core code is broken.
|
|
1642
|
|
1643 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1644
|
|
1645 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
1646 default when running on a tty.
|
|
1647
|
|
1648 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
1649
|
|
1650 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
1651
|
|
1652 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
1653
|
|
1654 * lread.c (Fload_internal): Change arity of call to
|
|
1655 file-name-handlers.
|
|
1656
|
|
1657 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
1658
|
|
1659 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1660
|
|
1661 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
1662 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
1663
|
72
|
1664 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
1665
|
|
1666 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
1667
|
|
1668 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
1669
|
|
1670 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1671
|
|
1672 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
1673
|
|
1674 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1675
|
|
1676 * config.h.in: configure for POSIX getcwd if available.
|
|
1677
|
|
1678 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1679
|
|
1680 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
1681
|
|
1682 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
1683
|
|
1684 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
1685
|
|
1686 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
1687
|
|
1688 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
1689
|
|
1690 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
1691
|
|
1692 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
1693
|
|
1694 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
1695
|
|
1696 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
1697
|