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