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