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