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