233
|
1 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2
|
|
3 * msw-proc.c (mswindows_enqueue_magic_event): Made extern. User by
|
|
4 menubar-msw.c
|
|
5
|
|
6 * event-msw.h: Prototype for mswindows_enqueue_magic_event
|
|
7
|
|
8 * event-msw.c (mswindows_wm_timer_callback): Fixed counter of
|
|
9 outstanding timer events (decremented only when KillTimer
|
|
10 succeeds)
|
|
11 (emacs_mswindows_remove_timeout): Ditto
|
|
12
|
|
13 * console-msw.h: Added frame structure field for menu checksum
|
|
14
|
|
15 * menubar-msw.c: Miscellaneous patches and bug fixes.
|
|
16
|
|
17 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
18
|
|
19 * emacs.c (main): Clarify calls to main_1.
|
|
20
|
|
21 * data.c (Fcompiled_function_annotation): Hide DEFUN from
|
|
22 make-docfile.
|
|
23
|
|
24 * emacs.c (main_1): The invocation name requires recomputing when
|
|
25 running after dumping.
|
|
26
|
|
27 1997-12-29 SL Baur <steve@altair.xemacs.org>
|
|
28
|
|
29 * free-hook.c (check_free): Added explicit braces to avoid
|
|
30 dangling else clause.
|
|
31 * sound.c (Fplay_sound_file): Ditto.
|
|
32 * process.c (set_process_filter): Ditto.
|
|
33 * linuxplay.c (linux_play_data_or_file): Ditto.
|
|
34 * regex.c (regex_compile): Ditto.
|
|
35
|
|
36 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
37
|
|
38 * emacs.c (main_1): Fix logic to run in place when XEmacs is a
|
|
39 login shell.
|
|
40 (main_1): New parameter restart.
|
|
41 (main): Use it.
|
|
42
|
|
43 * bytecode.h: Disable COMPILED_FUNCTION_ANNOTATION_HACK.
|
|
44
|
|
45 * print.c (debug_short_backtrace): Guard call to
|
|
46 Fcompiled_function_annotation.
|
|
47
|
|
48 * alloc.c (disksave_object_finalization): Don't zero out
|
|
49 load-history if history of pure symbols is desired.
|
|
50
|
|
51 * lread.c (build_load_history): If LOADHIST_DUMPED is defined, add
|
|
52 pure symbols to load-history.
|
|
53
|
|
54 * emacsfns.h: New symbols added -- LOADHIST_DUMPED, define to get
|
|
55 a history of dumped lisp. LOADHIST_BUILTIN, define to get a
|
|
56 history of symbols defined in C source.
|
|
57
|
231
|
58 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
|
59
|
|
60 * Conditionals to enable XEmacs to compile (not run!) under
|
|
61 CygWin32. Files touched:
|
|
62 events.c
|
|
63 getloadavg.c
|
|
64 mem-limits.h
|
|
65 objects-msw.c
|
|
66 select-msw.c
|
|
67 sysdep.c
|
|
68 * s/cygwin.h: New file.
|
|
69
|
|
70 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
71
|
|
72 * menubar-msw.c, menubar-msw.h: New files. Menus support.
|
|
73
|
|
74 * console-msw.h: Added frame menu hashtable variable.
|
|
75
|
|
76 * gui.c: popup_up_p variable and Fpopup_up_p and
|
|
77 separator_string_p functions are moved from gui-x.c
|
|
78
|
|
79 * gui.h: New file declaring the above. It is #included into the
|
|
80 following files:
|
|
81 dialog-x.c
|
|
82 gui-x.c
|
|
83 menubar-x.c
|
|
84
|
|
85 * emacs.c: Added calls to *_of_menubar_mswindows()
|
|
86
|
|
87 * event-msw.c: Generalization of modal pump interface so it may be
|
|
88 used bu menubars also. Some functions and vars renamed, to
|
|
89 reflect more general approach (event_pump -> modal_loop)
|
|
90
|
|
91 * frame-msw.c: Initialization and marking of menu hashtable.
|
|
92
|
|
93 * msw-proc.c: Added handling for menu window messages.
|
|
94
|
|
95 * opaque.c: opaque objects given hash and equal methods, so they
|
|
96 can be compared with 'equal. Menubar uses opaque pointers as
|
|
97 hash keys in an 'equal style hastable.
|
|
98
|
|
99 * Most of the above touched files: Eliminated compiler warnings.
|
|
100
|
|
101 1997-12-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
102
|
|
103 * elhash.c (print_hashtable): Use `%u' for fullness.
|
|
104 (hashtable_equal): New function.
|
|
105 (hashtable_equal_mapper): Ditto.
|
|
106
|
|
107 * lread.c (vars_of_lread): Initialize Vread_buffer_stream here
|
|
108 instead of in init_lread.
|
|
109
|
|
110 1997-12-26 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
111
|
|
112 * glyphs-x.c (imagick_instantiate): Add in error and
|
|
113 warning handling for ImageMagick files
|
|
114
|
|
115 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
116
|
|
117 * Makefile.in.in (distclean): Remove `xemacs.*'.
|
|
118
|
229
|
119 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
120
|
|
121 * device.c (vars_of_device): Provide `devices' feature so W3's
|
|
122 devices.el emulation won't bloat XEmacs.
|
|
123
|
|
124 * lread.c (Fload_internal): Strip path and extension when
|
|
125 considering a file as a candidate for running after-load functions.
|
|
126
|
227
|
127 1997-12-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
128
|
|
129 * s/windowsnt.h: SIZEOF_SHORT set to 16 bits instead of 32, to get
|
|
130 real.
|
|
131
|
|
132 * redisplay-msw.c: (many functions): FillRect replaced with
|
|
133 ExtTextOut where possible, which is much faster.
|
|
134 (mswindows_redisplay_deadbox_maybe): New function which fixes
|
|
135 deadbox, a square bounded by scrollbar ends and window corner
|
|
136 (usually the lower right corner).
|
|
137
|
|
138 * emacs.c (assert_failed): On Win32 platforms, when assertion
|
|
139 fails, debugger break occurs if DEBUG_XEMACS is defined.
|
|
140
|
|
141 * event-msw.c (mswindows_pump_outstanding_events): Fixed so two
|
|
142 consequtive Fsignals are not lost.
|
|
143
|
|
144 * scrollbar-msw.c (mswindows_update_scrollbar_instance_values):
|
|
145 Added SBF_DISABLENOSCROLL flag so the bar is greyed out when
|
|
146 all lines are visible.
|
|
147 (mswindows_update_scrollbar_instance_status): Ditto for freshly
|
|
148 assigned scrollbar.
|
|
149
|
|
150 * scrollbar.c (Fscrollbar_set_hscroll): Fixed fitting scroll
|
|
151 limits into range.
|
|
152
|
|
153 1997-12-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
154
|
|
155 * events-msw.c: Added support for modal event dispatch pump.
|
|
156 This mechanism is for scrollbars and menus.
|
|
157
|
|
158 * events-msw.h: Public declaration for the pump function.
|
|
159
|
|
160 * msw-proc.c: Pump scrollbar misc user events through the
|
|
161 brand new pump. Pumps!
|
|
162
|
|
163 * scrollbar-msw.c: Minor range fixes. Added misc events for
|
|
164 horizontal bar, which did not fix it...
|
|
165
|
|
166 Thu Dec 18 09:53:12 1997 <jsparkes@internetivity.com (Jeff Sparkes)>
|
|
167
|
|
168 * objects-msw.c (mswindows_print_color_instance): Scale 8 bit RGB
|
|
169 components up to 16 bit X sizes.
|
|
170 (mswindows_string_to_color): numeric colors are #RRGGBB not #BBGGRR.
|
|
171
|
|
172 * objects-msw.c (mswindows_color_instance_rgb_components): ditto
|
|
173
|
|
174 * objects.c (Fcolor_instance_rgb_components): Document range of
|
|
175 components as 0-65535.
|
|
176
|
|
177 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
178
|
|
179 * doc.c (verify_doc_mapper): Fix return value and argument list
|
|
180 for map_obarray.
|
|
181
|
|
182 * device-x.c: New variable -- Vx_app_defaults_directory.
|
|
183 (x_init_device): Use locale directory searched from package-path.
|
|
184
|
|
185 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
186
|
|
187 * EmacsFrame.c: Added foregroundToolBarColor and
|
|
188 foreground resources to the resources[] definition.
|
|
189 Moved default gray8o color value from the
|
|
190 bcakgroundToolBarCOlor resource to th background
|
|
191 resource since the override order is now reversed in
|
|
192 toolbar-x.c. Don't provide a default value for the
|
|
193 foreground resource that the toolbar code looks at.
|
|
194
|
|
195 * EmacsFrame.h: Define foregroundToolBarColor string
|
|
196 for use in the resoruces code.
|
|
197
|
|
198 * EmacsFrameP.h: Added foreground_toolbar_pixel slot
|
|
199 to EmacsFramePart struct.
|
|
200
|
|
201 * toolbar-x.c: Let the toolbar specific background
|
|
202 resource override the global background resource. Added
|
|
203 support for a toolbar specific foreground resource,
|
|
204 which is not currently used for anything internally.
|
|
205
|
|
206 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
207
|
|
208 * redisplay.c (decode_mode_spec): Comment fixup.
|
|
209
|
|
210 * tooltalk.c (Freceive_tooltalk_message): Ditto.
|
|
211
|
|
212 * search.c (Freplace_match): Ditto.
|
|
213
|
|
214 * frame-x.c (x_frame_property): Ditto.
|
|
215
|
|
216 * console.c (Fcurrent_input_mode): Ditto.
|
|
217
|
|
218 * callint.c (Fcall_interactively): Ditto.
|
|
219
|
|
220 * abbrev.c (Fexpand_abbrev): Ditto.
|
|
221
|
|
222 * dired.c (file_name_completion): Use Qzero instead of
|
|
223 make_int(0).
|
|
224
|
|
225 * fileio.c (Finsert_file_contents_internal): Use
|
|
226 report_file_error() to report reading error.
|
|
227
|
|
228 * cmds.c (internal_self_insert): Don't self-insert if the expanded
|
|
229 symbol's hook has a non-nil `no-self-insert' property; synch with
|
|
230 FSF 20.2.
|
|
231
|
|
232 * abbrev.c (Fexpand_abbrev): Return Vlast_abbrev, like in FSF
|
|
233 20.2.
|
|
234
|
|
235 1997-12-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
236
|
|
237 * abbrev.c (abbrev_match): User map_obarray() instead of
|
|
238 crockishly copying it.
|
|
239 (abbrev_match_mapper): New function.
|
|
240 (Fexpand_abbrev): Check whether `pre-abbrev-expand-hook' has
|
|
241 killed the buffer.
|
|
242
|
|
243 * symbols.c (map_obarray): Accept a void * argument.
|
|
244 (mapatoms_1): Adapt.
|
|
245 (apropos_accum): Use fast_lisp_string_match().
|
|
246 (Fapropos_internal): Don't cons.
|
|
247 (map_obarray): Stop mapping if FN returns non-zero.
|
|
248
|
|
249 * marker.c (unchain_marker): Guard assert() with ERROR_CHECK_GC.
|
|
250 (bi_marker_position): Guard assert() with ERROR_CHECK_BUFPOS.
|
|
251 (set_bi_marker_position): Ditto.
|
|
252
|
|
253 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
254
|
|
255 * fileio.c (Finsert_file_contents_internal): Use make_int when
|
|
256 checking for overflow.
|
|
257 (Finsert_file_contents_internal): Use EXTERNAL_LIST_LOOP.
|
|
258 (Ffind_file_name_handler): Ditto.
|
|
259
|
|
260 * dired.c (file_name_completion): Use noseeum_cons.
|
|
261 (file_name_completion_unwind): Free the cons.
|
|
262
|
225
|
263 1997-12-16 <jsparkes@internetivity.com (Jeff Sparkes)>
|
|
264
|
|
265 * scrollbar.c: Add HAVE_MS_WINDOWS to scrollbar-page functions.
|
|
266
|
|
267 * msw-proc.c: Handle scrolling events.
|
|
268
|
|
269 * frame-msw.c: Initialize scrollbar width and height. This should
|
|
270 not be necessary, since the window shouldn't be created until
|
|
271 init_frame_2
|
|
272
|
|
273 * emacs.c: Call mswindows scrolbar setup when appropriate.
|
|
274
|
|
275 * scrollbar-msw.c: Created for mswindows-scrollbar support.
|
|
276
|
|
277 * scrollbar-msw.h: Ditto.
|
|
278
|
|
279 1997-12-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
280
|
|
281 * msw-proc.c: Minor bug in the middle button emulation code
|
|
282 exterminated.
|
|
283
|
|
284 * msw-proc.c: Character translation procedure reworked, so C-M-char
|
|
285 keys now work properly. Keyboard layouts that use AltGr for
|
|
286 third register characters are detected and handled. The code
|
|
287 has been tested on French and UK keyboard layouts.
|
|
288
|
|
289 * msw-proc.c: #if 0'ed remains of threaded code are removed.
|
|
290
|
|
291 * event-msw.c: Mouse motion was incorrectly counted for a user event.
|
|
292
|
|
293 * event-msw.c: lisp variables beginnig with w32- are renamed to
|
|
294 begin with mswindows-.
|
|
295
|
|
296 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
297
|
|
298 * fileio.c (Finsert_file_contents_internal): Use it.
|
|
299 (Fcopy_file): Ditto.
|
|
300
|
|
301 * sysdep.c (interruptible_open): New function.
|
|
302
|
|
303 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
304
|
|
305 * frame-x.c (x_init_frame_2): Don't call
|
|
306 update_frame_title. Some modeline specs depend on
|
|
307 f->device->selected_frame being non-nil and that will
|
|
308 not be true during initialization of the first frame on
|
|
309 a device.
|
|
310
|
|
311 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
312
|
|
313 * fileio.c: clean up paren levels between ifdefs.
|
|
314 From Hrvoje Niksic <hniksic@srce.hr>
|
|
315
|
|
316 1997-12-15 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
317
|
|
318 * glyphs-x.c (imagick_instantiate): Remove an assumption that
|
|
319 all machines have LSB XImage support.
|
|
320
|
|
321 1997-12-14 Kyle Jones <kyle_jones@wonderworks.com>
|
|
322
|
|
323 * Makefile.in.in: Moved $(OFFIX_O) from x_objs to
|
|
324 X11_objs to avoid having its initialized global
|
|
325 variables be dumped read-only.
|
|
326
|
|
327 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
328
|
|
329 * offix.c (DndSetData): Use standard INT_MAX instead of MAXINT.
|
|
330 Replace <values.h> with <limits.h>
|
|
331
|
223
|
332 1997-12-13 Kirill M. Katsnelson <kkm@kis.ru>
|
|
333
|
|
334 * msw-proc.c: added emulation for middle mouse button by chording
|
|
335 left and right buttons
|
|
336 * event-msw.c: added lisp variables for resize behavior and middle
|
|
337 button emulation thresholds
|
|
338 * msw-proc.c: {un}map-frame-hook now are not called directly from
|
|
339 the window procedure, rather from magic event handler.
|
|
340 * Formulated golden rule for calling lisp from window procedure:
|
|
341 "NOOOOOO!". May be violated under circumstances although.
|
|
342 * frame-msw.c: corrected problem with setting frame width and height
|
|
343 properties, introduced by 95-style look.
|
|
344
|
|
345 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
346
|
|
347 * input-method-xlib.c (describe_XIC): Add casts, use unsigned long
|
|
348 int.
|
|
349
|
|
350 * eval.c (funcall_subr): Ifdef out as it is now unused.
|
|
351
|
|
352 * emacsfns.h: Declare Fdisplay_error.
|
|
353
|
|
354 * callint.c (Fquote_maybe): Don't use `==' on Lisp_Objects.
|
|
355
|
|
356 1997-12-12 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
357
|
|
358 * fileio.c: Removed stillborn set-buffer-modtime.
|
|
359
|
|
360 1997-12-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
361
|
|
362 * elhash.c (hashtable_instantiate): If SIZE is nil, set it to
|
|
363 length of DATA.
|
|
364 (print_hashtable): Would bogusly print #(hashtable).
|
|
365 (verify_function): Use XCAR.
|
|
366
|
|
367 1997-12-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
368
|
|
369 * elhash.c (print_hashtable_data_mapper): Use a C structure
|
|
370 instead of consing.
|
|
371
|
|
372 1997-12-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
373
|
|
374 * callint.c (quotify_arg): Don't quotify vectors, keywords,
|
|
375 bit-vectors and lambdas.
|
|
376 (Fquote_maybe): New subr, from quotify_arg.
|
|
377 (quotify_args): Use it.
|
|
378 (Fcall_interactively): Ditto.
|
|
379
|
|
380 1997-12-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
381
|
|
382 * window.c (Fset_window_point): Ditto for Fgoto_char.
|
|
383 (Fset_window_configuration): Ditto.
|
|
384
|
|
385 * undo.c (Fprimitive_undo): Ditto for Fset_buffer_modified_p,
|
|
386 Fgoto_char and Fdelete_region.
|
|
387
|
|
388 * print.c (temp_output_buffer_setup): Ditto.
|
|
389
|
|
390 * glyphs.c (make_string_from_file): Ditto.
|
|
391
|
|
392 * glyphs-x.c (pixmap_to_lisp_data): Ditto for Ferase_buffer.
|
|
393 (pixmap_to_lisp_data): Ditto for Fbuffer_substring.
|
|
394
|
|
395 * bytecode.c (Fbyte_code): Use Qnil instead of Fcurrent_buffer()
|
|
396 when calling functions that use decode_buffer() internally -- it
|
|
397 is faster.
|
|
398
|
|
399 Change done for Fgoto_char, Fchar_after, Ffollowing_char,
|
|
400 Fpreceding_char, Findent_to, Feolp, Feobp, Fbolp, Fbobp,
|
|
401 Fforward_char, Fforward_word, Fskip_chars_forward,
|
|
402 Fskip_chars_backward, Fforward_line, Fbuffer_substring,
|
|
403 Fdelete_region, Fnarrow_to_region, Fwiden, Fend_of_line, Fupcase
|
|
404 and Fdowncase.
|
|
405
|
|
406 1997-12-11 Jonathan Harris <jhar@tardis.ed.ac.uk>, Kirill M. Katsnelson <kkm@kis.ru>
|
|
407
|
|
408 * The first collegial patch in the xemacs-nt history. Well...
|
|
409 * device-msw.c, event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
410 xemacs is now single-threaded application. Due to this, the
|
|
411 problem with crash during input events in GC got resolved.
|
|
412 * xemacs frames are given "95ish" look with raised border.
|
|
413 * stop character (ctrl+g) now works. SIGINT (ctrl+c or ctrl+break
|
|
414 at the console) is still broken although.
|
|
415 * frame "as lisp object" is now stored in window-associated space
|
|
416 provided by the system. This enables obtaining frame object given
|
|
417 window handle in constant time.
|
|
418 * mswindows_cancel_dispatch_event() now has limited handling
|
|
419 for key_press_event's in addition to timeout_event's.
|
|
420
|
|
421 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
422
|
|
423 * intl.c (init_intl_very_early): Force LC_NUMERIC to "C".
|
|
424 * input-method-xfs.c (Initialize_Locale): Ditto.
|
|
425 * input-method-motif.c (Initialize_Locale): Ditto.
|
|
426 * input-method-xlib.c (Initialize_Locale): Ditto.
|
|
427 Suggested by Didier Verna <verna@inf.enst.fr> and
|
|
428 Martin Buchholz <martin@xemacs.org>
|
|
429
|
|
430 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
431
|
|
432 * config.h.in: #undef MAGICK_HEADERS_ARE_UNDER_X11
|
|
433
|
|
434 * glyphs-x.c: #ifdef MAGICK_HEADERS_ARE_UNDER_X11 added.
|
|
435
|
|
436 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
437
|
|
438 * glyphs-x.c (_XOS_H_): Try to avoid including Xos.h on Solaris.
|
|
439 Suggested by Samuel Tardieu <sam@inf.enst.fr>
|
|
440
|
|
441 1997-12-11 David Hobley <davidh@wr.com.au>
|
|
442
|
|
443 * pure.c: Removed WINDOWSNT conditional.
|
|
444
|
|
445 1997-12-10 SL Baur <steve@altair.xemacs.org>
|
|
446
|
|
447 * Makefile.in.in: Doc changes, update dependencies.
|
|
448
|
|
449 * frame-x.c (x_init_frame_1): Remove unused variable.
|
|
450
|
|
451 * fns.c (internal_equal): Guard label with ifdef.
|
|
452 (internal_old_equal): Ditto.
|
|
453
|
|
454 * symsinit.h: Declare structure_type_create_hashtable.
|
|
455
|
|
456 * elhash.c (finish_marking_weak_hashtables): Move unused variable
|
|
457 so gcc doesn't complain about it.
|
|
458
|
|
459 * elhash.h: Declare new weak hashtables.
|
|
460
|
|
461 * elhash.c (print_hashtable): Fix format.
|
|
462
|
|
463 1997-12-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
464
|
|
465 * frame-tty.c (tty_raise_frame_no_select): Use LIST_LOOP.
|
|
466 (tty_lower_frame): Ditto.
|
|
467
|
|
468 * faces.c (face_validate): Don't check for doubly defined
|
|
469 keywords; the reader does that.
|
|
470
|
|
471 * emacs.c (main_1): Call structure_type_create_hashtable().
|
|
472
|
|
473 * general.c (syms_of_general): Added Qtest and Qsize.
|
|
474
|
|
475 * elhash.c (structure_type_create_hashtable): New function.
|
|
476 (hashtable_type_validate): Ditto.
|
|
477 (hashtable_test_validate): Ditto.
|
|
478 (hashtable_size_validate): Ditto.
|
|
479 (hashtable_data_validate): Ditto.
|
|
480 (hashtable_instantiate): Ditto.
|
|
481
|
|
482 * extents.c (extent_putprop): Made it work.
|
|
483 (extent_remprop): Ditto.
|
|
484
|
221
|
485 1997-12-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
486
|
|
487 * device.h: device::fdin and device::fdout are now defined for
|
|
488 systems which do not HAVE_UNIXOID_EVENT_LOOP.
|
|
489 * device-tty.c, process.c, signal.c: call to signal_fake_event()
|
|
490 bracketed out by #ifdef HAVE_UNIXOID_EVENT_LOOP / #endif
|
|
491 directives.
|
|
492 * signal.c: For Win32 systems, longjmp in signal handler excluded
|
|
493 * nt.c, syssignal.h, systime.h: emulation for SIGALRM and SIGPROF
|
|
494 and setitimer for Win32 platforms. Profiling now works.
|
|
495 * emacs.c: calls to syms_of_profile and vars_of_profile enabled
|
|
496 on Win32 platforms.
|
|
497 * ntproc.c: handling of SIGCHLD now done by the common signal
|
|
498 faking mechanism. (To no avail - subprocesses still broken)
|
|
499 * s/windowsnt.h: Signal constants added
|
|
500 * redisplay-msw.c: "Sticky" beep which blocked XEmacs until the
|
|
501 sound finishes is now repaired
|
|
502
|
|
503 1997-12-06 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
504
|
|
505 * frame-msw.c, msw-proc.c
|
|
506 Further changes to resizing code so that changing default
|
|
507 font, either in .emacs or later, works properly.
|
|
508
|
|
509 * msw-proc.c
|
|
510 Minor optimization: Mouse movement events aren't generated
|
|
511 while the user is resizing the frame.
|
|
512 Function keys are returned lower-case.
|
|
513
|
|
514 1997-12-09 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
515
|
|
516 * glyphs-x.c (imagick_instantiate): fix it so that it works
|
|
517 properly for PseudoClass files. Still needs some thinking for
|
|
518 full color... Also added support for old image instantiators
|
|
519 in various places using the OLDCOMPAT define
|
|
520
|
|
521 1997-12-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
522
|
|
523 * event-stream.c (Faccelerate_menu): Check for the
|
|
524 existence of a menubar associated with the selected frame
|
|
525 before trying to use it. Signal an error if there is
|
|
526 no menubar.
|
|
527
|
219
|
528 1997-12-06 P E Jareth Hein <jareth@camelot-soft.com>
|
|
529
|
|
530 * device-x.c: Change -privcmap to -privatecolormap.
|
|
531 * events.c: corret minor think-o.
|
|
532
|
|
533 1997-12-04 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
534
|
|
535 * event-msw.c, faces.c, msw-proc.c:
|
|
536 Frame resizing happens in multiples of the default character size.
|
|
537 * frame-msw.c:
|
|
538 mswindows_set_frame_size() and
|
|
539 mswindows_set_frame_properties() now call AdjustWindowRect to
|
|
540 set the correct window size.
|
|
541
|
|
542 1997-12-04 Jeff Sparkes <jsparkes@internetivity.com>
|
|
543
|
|
544 * frame-msw.c: added frame functions for move, resize,
|
|
545 iconify, raise, lower, visible_p, iconified_p, focus,
|
|
546 make visible, make invisible, set title.
|
|
547
|
|
548 1997-12-01 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
549
|
|
550 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
551 - Implemeted simple emacs_mswindows_event_pending_p().
|
|
552 - Fixed deleting frames.
|
|
553 - Rewrote timeout code, eliminating "!NILP(rest)" bug.
|
|
554 - Special processing for 'Ctrl-@' keystroke.
|
|
555 - Support for some new keysyms.
|
|
556
|
|
557 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
558
|
|
559 * lstream.c (make_stdio_stream_1): Set it.
|
|
560 (make_filedesc_stream_1): Ditto.
|
|
561 (finalize_lstream): Use it.
|
|
562
|
|
563 * lstream.h: New flag LSTREAM_FL_CLOSE_AT_DISKSAVE.
|
|
564
|
|
565 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
566
|
|
567 * menubar-x.c: define restore_in_menu_callback() when motif
|
|
568 menubars are used.
|
|
569
|
|
570 * menubar-x.c: change #ifdef LWLIB_MENUBARS_MOTIF to
|
|
571 #if defined LWLIB_MENUBARS_LUCID || defined LWLIB_MENUBARS_MOTIF
|
|
572 around code for incremental menu build.
|
|
573
|
|
574 * event-stream.c: Changed HAVE_MENUBARS to HAVE_MENUBARS_LUCID in
|
|
575 the #ifdef wrappers around menubar accelerator stuff.
|
|
576
|
|
577 1997-12-05 SL Baur <steve@altair.xemacs.org>
|
|
578
|
|
579 * keymap.h: update describe_map_tree prototype
|
|
580
|
|
581 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
582
|
|
583 * lstream.c (make_stdio_stream_1): Set it.
|
|
584 (make_filedesc_stream_1): Ditto.
|
|
585 (finalize_lstream): Use it.
|
|
586
|
|
587 * lstream.h: New flag LSTREAM_FL_CLOSE_AT_DISKSAVE.
|
|
588
|
|
589 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
590
|
|
591 * editfns.c (save_excursion_restore): Fix comment.
|
|
592
|
|
593 * fns.c (Fmapvector): GCPRO the vector.
|
|
594
|
|
595 1997-12-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
596
|
|
597 * cmdloop.c (default_error_handler): Respect
|
|
598 errors-deactivate-region; use display-error.
|
|
599
|
|
600 * editfns.c (vars_of_editfns): New variable user-full-name.
|
|
601 (init_editfns): Initialize it.
|
|
602 (Fuser_full_name): Use it.
|
|
603 (vars_of_editfns): Docfixes.
|
|
604
|
|
605 * dired.c (Fdirectory_files): Use FORMAT_FILENAME instead of
|
|
606 FORMAT_BINARY.
|
|
607 (make_directory_hash_table): Ditto.
|
|
608 (file_name_completion): Bind `completion-ignore-case' to t under
|
|
609 MS Windows.
|
|
610 (file_name_completion): Signal an error if a member of
|
|
611 `completion-ignored-extensions' is not a string.
|
|
612
|
|
613 1997-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
614
|
|
615 * doc.c (Fsubstitute_command_keys): Don't use
|
|
616 Vprin1_to_string_buffer.
|
|
617
|
|
618 * keymap.c (describe_map_tree): Accept a BUFFER argument.
|
|
619 (describe_map): Ditto.
|
|
620 (describe_command): Ditto.
|
|
621
|
|
622 1997-11-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
623
|
|
624 * insdel.c (signal_before_change): Don't treat
|
|
625 Vprin1_to_string_buffer specially.
|
|
626 (signal_after_change): Ditto.
|
|
627
|
|
628 * buffer.c (Fkill_buffer): Don't treat Vprin1_to_string_buffer
|
|
629 specially.
|
|
630 (complex_vars_of_buffer): Ditto.
|
|
631
|
|
632 * print.c (Ferror_message_string): Use Vprin1_to_string_stream.
|
|
633
|
|
634 * events.c (Fmake_event): Changed error message.
|
|
635
|
|
636 * print.c (Fprin1_to_string): Use a resizing-buffer stream.
|
|
637
|
|
638 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
639
|
|
640 * buffer.c (Fkill_buffer): Use EXTERNAL_LIST_LOOP.
|
|
641 (Fget_file_buffer): Use LIST_LOOP.
|
|
642
|
|
643 1997-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
644
|
|
645 * editfns.c (save_excursion_save): Don't save VISIBLE-P.
|
|
646 (save_excursion_restore): Changed accordingly.
|
|
647 (save_excursion_restore): Free the markers and conses even if the
|
|
648 buffer is dead.
|
|
649 (save_restriction_restore): Use XCAR/XCDR.
|
|
650 (Fencode_time): Use XCAR/XCDR, when safe.
|
|
651
|
|
652 * menubar.c (Fnormalize_menu_item_name): Use INC_CHARPTR; allow
|
|
653 `%%' to mean `%'.
|
|
654
|
|
655 * minibuf.c (regexp_ignore_completion_p): Use EXTERNAL_LIST_LOOP;
|
|
656 check type of list elements.
|
|
657
|
|
658 * dired.c (file_name_completion): Set up a proper unwind form.
|
|
659 (file_name_completion_unwind): New function.
|
|
660 (file_name_completion): Allow errors.
|
|
661
|
|
662 * line-number.c (invalidate_line_number_cache): Would lose in
|
|
663 precence of Finsert_before_markers.
|
|
664 (narrow_line_number_cache): Only mark LINE_NUMBER_BEGV as dirty.
|
|
665 (buffer_line_number): Recalculate LINE_NUMBER_BEGV on demand.
|
|
666 (buffer_line_number): Would ignore LINE_NUMBER_FAR.
|
|
667
|
|
668 1997-12-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
669
|
|
670 * fns.c (Fmapvector): Don't stack-allocate args; allocate the
|
|
671 vector and call mapcar1 with its data.
|
|
672
|
|
673 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
674
|
|
675 * objects-x.c: Added colormap/visual support, rewrote
|
|
676 allocate_nearest_color, and changed the x-color-instance to deal
|
|
677 with possibly not freeing a color.
|
|
678
|
|
679 * objects-x.h: Added dealloc_on_gc flag for x-color-instances.
|
|
680
|
|
681 * redisplay-x.c: Added colormap/visual support.
|
|
682
|
|
683 * balloon-x.c: Added colormap/visual support.
|
|
684
|
|
685 * console-x.h: Added colormap/visual support by adding visual,
|
|
686 depth and colormap slots to a device.
|
|
687
|
|
688 * device-x.c: Added colormap/visual support with the command line
|
|
689 options "-privcmap" and "-visual" and Xresources
|
|
690 ".privateColormap" and ".EmacsVisual". Also changed the
|
|
691 device-init so that the app-shell is always realized to properly
|
|
692 deal with GCs (previously only realized when OFFIX was
|
|
693 supported), and added the x-display-visual-depth lisp function to
|
|
694 complement x-display-visual-class.
|
|
695
|
|
696 * event-Xt.c: Added colormap/visual support, and stuck in a
|
|
697 patch/hack to change the way Xt inherits visuals to match the way
|
|
698 it inherits colormaps.
|
|
699
|
|
700 * frame-x.c: Added colormap/visual support.
|
|
701
|
|
702 * glyphs-x.c: Added colormap/visual support. Will probably need a
|
|
703 lot more work.
|
|
704
|
217
|
705 1997-11-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
706
|
|
707 * src/keymap.c (munging_key_map_event_binding): Don't do
|
|
708 the meta char hack when processing key-translation-map.
|
|
709 Return nil if the map to be processed (function-key-map
|
|
710 or key-translation-map) is not a keymap.
|
|
711
|
|
712 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
713
|
|
714 * device-msw.c: Turn on italic flag if appropriate
|
|
715 * objects-msw.c: Set device-class to color.
|
|
716 From Jeff Sparkes <jsparkes@internetivity.com>
|
|
717
|
|
718 * glyphs-x.c: Should include <magick/magick.h> since that is what
|
|
719 is autodetected by configure.
|
|
720
|
|
721 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
722
|
|
723 * events.c (Fmake_event): correct type bug.
|
|
724 From Colin Rafferty <craffert@ml.com>
|
|
725
|
|
726 1997-11-26 Kyle Jones <kyle_jones@wonderworks.com>
|
|
727
|
|
728 * lisp-disunion.h (VALMASK): Use 1UL instead of 1L to
|
|
729 shut up Sun's niggling compiler warnings about integer
|
|
730 overflow.
|
|
731
|
|
732 * print.c (Fprin1_to_string): Don't change and
|
|
733 restore the current buffer; no buffer change is needed
|
|
734 to accomplish the task.
|
|
735
|
|
736 1997-11-23 Jeff Miller <jmiller@smart.net>
|
|
737
|
|
738 * Makefile.in.in removed energize support
|
|
739 * buffer.c removed energize support
|
|
740 * config.h.in removed energize support
|
|
741 * console-x.h removed energize support
|
|
742 * doc.c removed energize support
|
|
743 * emacs.c removed energize support
|
|
744 * extents.c removed energize support
|
|
745 * extents.h removed energize support
|
|
746 * frame-x.c removed energize support
|
|
747 * gui-x.c removed energize support
|
|
748 * menubar-x.c removed energize support
|
|
749 * process.c removed energize support
|
|
750 * puresize.h removed energize support
|
|
751 * symsinit.h removed energize support
|
|
752 * sysproc.h removed energize support
|
|
753 * syssignal.h removed energize support
|
|
754 * undo.c removed energize support
|
|
755 * window.c removed energize support
|
|
756
|
|
757 * energize.c removed
|
|
758 * energize.h removed
|
|
759
|
|
760 1997-11-23 Kyle Jones <kyle_jones@wonderworks.com>
|
|
761
|
|
762 * faces.c (face_property_was_changed): Don't call
|
|
763 update_faces_inheritance, it isn't needed.
|
|
764
|
|
765 1997-11-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
766
|
|
767 * redisplay-x.c (x_flash): Flash the root window
|
|
768 area instead of the entire frame area.
|
|
769
|
|
770 * frame.h: Added echo_area_garbaged field to frame
|
|
771 struct.
|
|
772
|
|
773 * frame.c (change_frame_size_1): Set the
|
|
774 echo_area_garbaged flag in a frame that has been
|
|
775 resized.
|
|
776
|
|
777 * redisplay.c (redisplay_frame): Clear echo_area_garbaged
|
|
778 flag on frame after displaying the frame.
|
|
779
|
|
780 (Fredisplay_echo_area): Clear echo_area_garbaged
|
|
781 flag on frame after displaying in echo area.
|
|
782
|
|
783 * redisplay.c: Added hscroll_glyph_width_adjust field
|
|
784 to position_redisplay_data_type struct.
|
|
785
|
|
786 (add_hscroll_rune): Compute the difference in width
|
|
787 between the hscroll glyph and a canonical space; store
|
|
788 it in data->hscroll_glyph_width_adjust.
|
|
789
|
|
790 (create_text_block): In tab field computation, adjust
|
|
791 left margin to account for the difference between the
|
|
792 width of the hscroll glyph and the width of a canonical
|
|
793 space.
|
|
794
|
215
|
795 1997-11-19 Kyle Jones <kyle_jones@wonderworks.com>
|
|
796
|
|
797 * Emacs.ad: Change uses of Gray75 to Gray80.
|
|
798 Don't set modeline colors here.
|
|
799
|
|
800 * EmacsFrame.c: Fetch "background" resource for use by
|
|
801 the toolbar initialization code; default this fetched
|
|
802 value to -1 if it is unspecified, which is different
|
|
803 from what is found in ef->core.background_pixel in that
|
|
804 case.
|
|
805
|
|
806 * EmacsFrame.h: Define macros for "Background" and
|
|
807 "background" resource strings.
|
|
808
|
|
809 * EmacsFrameP.h: Added background_pixel field to
|
|
810 EmascFrmaePart struct.
|
|
811
|
|
812 * toolbar-x.c (x_initialize_frame_toolbar_gcs): Added
|
|
813 code to use the global background resource as the
|
|
814 toolbar background color if it is sepcified. Otherwise
|
|
815 fall back to the backgroundToolBarColor resource.
|
|
816
|
|
817 1997-11-17 Marc Paquette <marcpa@cam.org>
|
|
818
|
|
819 * callproc.c (Fcall_process_internal): Fix for bug in
|
|
820 CRLF -> LF conversion.
|
|
821
|
|
822 1997-11-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
823
|
|
824 * redisplay-msw.c: Calls GdiFlush() in _ouput_end, _clear_frame and
|
|
825 _redraw_exposed_area
|
|
826
|
|
827 * frame-msw.c: mswindows_init_frame_2
|
|
828 Sets frame's pixel width and height
|
|
829
|
|
830 1997-11-19 Kyle Jones <kyle_jones@wonderworks.com>
|
|
831
|
|
832 * callproc.c (call_process_cleanup): Actaully wait
|
|
833 for the process, rather than not doing it and saying we
|
|
834 did.
|
|
835
|
|
836 1997-11-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
837
|
|
838 * callproc.c (Fcall_process_internal): Close fd_error.
|
|
839
|
|
840 1997-11-19 Didier Verna <verna@inf.enst.fr>
|
|
841
|
|
842 * emacs.c (main_1): Added the missing argmatch call to check
|
|
843 for the '-h' option.
|
|
844
|
|
845 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
846
|
|
847 * mule-coding.h: Replace freshly broken ENCODE_SJIS and
|
|
848 DECODE_SJIS macros with working versions from beta4.
|
|
849
|
|
850 1997-11-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
851
|
|
852 * frame-x.c (x_init_frame_1): Set frame visibility
|
|
853 flag to 1 immediately so that echo area message are
|
|
854 displayed in it promptly.
|
|
855
|
|
856 * redisplay.c (Fredisplay_echo_area): If frame has
|
|
857 changed, clear it to avoid garbled messages.
|
|
858
|
|
859 * window.c (set_window_pixsize): Restore the bail out
|
|
860 if no size change, but do it after the loop that recomputers
|
|
861 major child corner coordinates.
|
|
862
|
|
863 * keymap.c (describe_map_mapper): Recognize the
|
|
864 buttonXup keysyms as mouse bindings.
|
|
865
|
|
866 1997-11-17 Tor Arntsen <tor@spacetec.no>
|
|
867
|
|
868 * Makefile.in.in (update-elc.stamp): Add temacs to dependency.
|
|
869
|
|
870 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
871
|
|
872 * Added suport for toolbar borders.
|
|
873
|
|
874 * EmacsFrame.c: Added X resources for new toolbar
|
|
875 borders.
|
|
876
|
|
877 (EmacsFrameSetValues): Added Fadd_spec_to_specifier
|
|
878 calls to move resourced toolbar border width data
|
|
879 into the speciifers.
|
|
880
|
|
881 * EmacsFrame.h: Defined X resource strings for
|
|
882 toolbar border width resources.
|
|
883
|
|
884 * EmacsFrameP.h: Added toolbar border width fields
|
|
885 to the EmacsFramePart struct.
|
|
886
|
|
887 * console.h: Added toolbar_border_width_changed_in_frame_method
|
|
888 field to struct console.
|
|
889
|
|
890 * events.c (event_x_y_pixel_internal): Factor the
|
|
891 toolbar border into pixel offset.
|
|
892
|
|
893 * frame.c: Document new toolbar border width
|
|
894 speciifer as being usable as frame properties.
|
|
895
|
|
896 (frame_conversion_internal): Factor the toolbar border
|
|
897 widths into the geometry calculations.
|
|
898
|
|
899 (change_frame_size_1): Ditto.
|
|
900
|
|
901 * frame.h: Added field to struct frame for toolbar
|
|
902 border widths. Modified geomtry macros and created
|
|
903 others in support of the new toolbar border widths.
|
|
904
|
|
905 * frameslot.h: Added a default_toolbar_border_width
|
|
906 slot.
|
|
907
|
|
908 * redisplay-x.c (x_clear_frame): Factor the toolbar
|
|
909 border widths into the geometry calculations.
|
|
910
|
|
911 * toolbar-x.c (x_draw_blank_toolbar_button): Add
|
|
912 support for drawing a border along with the blank
|
|
913 button. Accept border_width and vertical args.
|
|
914
|
|
915 (x_output_toolbar_button): Added support for drawing a
|
|
916 border along with the button.
|
|
917
|
|
918 (X_OUTPUT_BUTTONS_LOOP): Pass border_width and vert
|
|
919 args to x_draw_blank_toolbar_button. Set vertical and
|
|
920 border_width fields in toolbar button.
|
|
921
|
|
922 (x_output_toolbar): Support toolbar border widths.
|
|
923
|
|
924 (x_toolbar_size_changed_in_frame_1): Mark all toolbar
|
|
925 buttons in the change toolbar as dirty so that they
|
|
926 are refreshed if had been painted over.
|
|
927
|
|
928 New function: x_toolbar_border_width_changed_in_frame.
|
|
929 Used it as a console method.
|
|
930
|
|
931 * toolbar.c: New function: mark_frame_toolbar_buttons_dirty.
|
|
932
|
|
933 New function: toolbar_border_width_changed_in_frame.
|
|
934 Used it as a specifier frame slot change method.
|
|
935
|
|
936 (get_toolbar_coords): Factor the toolbar border
|
|
937 widths into the geometry calculations.
|
|
938
|
|
939 (Fset_default_toolbar_position): Update the fallback
|
|
940 border width specifiers for the affected toolbar
|
|
941 positions.
|
|
942
|
|
943 (specifier_vars_of_toolbar): Added specifiers for the
|
|
944 toolbar border widths.
|
|
945
|
|
946 * toolbar.h: Added vertical and border_width field
|
|
947 to the toolbar button struct.
|
|
948
|
|
949 * window.h: Added default_toolbar_border_width slot
|
|
950 to window struct, along with four slots for the four
|
|
951 window local toolbar border width values.
|
|
952
|
|
953 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
954
|
|
955 * frame-x.c: Fixed typo in the documentation of the
|
|
956 top-toolbar-shadow-color frame property.
|
|
957
|
|
958 1997-11-16 Skip Montanaro <skip@calendar.com>
|
|
959
|
|
960 * redisplay.c: suppress buffer computation in several places if
|
|
961 MULE is not defined.
|
|
962
|
|
963 1997-11-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
964
|
|
965 * events.c (print_event): Use `event-x-pixel' and `event-y-pixel',
|
|
966 to be consistent with `make-event' and `event-properties'.
|
|
967 (Fmake_event): Allow nil dnd-data.
|
|
968
|
213
|
969 1997-11-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
970
|
|
971 * console.h
|
|
972 mswindows is now a window-system according to
|
|
973 CONSOLE_TYPESYM_WIN_P
|
|
974
|
|
975 * device.msw.c
|
|
976 Now calls init_baud_rate & init_one_device
|
|
977
|
|
978 * msw-proc.c
|
|
979 Fixed C-key so key is returned unshifted
|
|
980
|
|
981 * redisplay-msw.c
|
|
982 Modeline and vertical divider appearance tweaks
|
|
983
|
|
984
|
|
985 1997-11-14 SL Baur <steve@altair.xemacs.org>
|
|
986
|
|
987 * console.c (Fsuspend_emacs): Fix docstring. Evaluating
|
|
988 `suspend-hook' cannot stop suspension.
|
|
989
|
|
990 1997-11-14 Marc Paquette <marcpa@cam.org>
|
|
991
|
|
992 * callproc.c (Fcall_process_internal): Do CRLF -> LF
|
|
993 conversion when reading process output.
|
|
994
|
|
995 1997-11-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
996
|
|
997 * redisplay.c (init_redisplay): Handle not having DISPLAY and not
|
|
998 having TTY support.
|
|
999
|
|
1000 1997-11-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1001
|
|
1002 * events.c (Fmake_event): Support DND events.
|
|
1003
|
|
1004 1997-11-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1005
|
|
1006 * events.c (Fmake_event): Reenable the event creation code.
|
|
1007 (Fmake_event): Canonicalize the plist.
|
|
1008
|
|
1009 1997-11-13 SL Baur <steve@altair.xemacs.org>
|
|
1010
|
|
1011 * mule-charset.c (Fcharset_id): Typecast result to Lisp_Object.
|
|
1012
|
|
1013 * mule-ccl.c (CCL_WRITE_STRING): Reorder parens to avoid compiler
|
|
1014 barf on Lisp_Object.
|
|
1015 (Fregister_ccl_program): Remove unused variable idx.
|
|
1016
|
|
1017 * mule-canna.c: Fix declaration of mule_strlen().
|
|
1018
|
|
1019 * mule-coding.h (ENCODE_SJIS): Parenthesize first two params to
|
|
1020 avoid compilation problems.
|
|
1021
|
|
1022 1997-11-13 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1023
|
|
1024 * mule-charset.h: Added preliminary support for charset Ids.
|
|
1025
|
|
1026 * mule-charset.c: Added preliminary support for charset Ids.
|
|
1027
|
|
1028 * redisplay-msw.c (separate_textual_runs): Synched with FSF 20.2
|
|
1029 ccl API.
|
|
1030
|
|
1031 * redisplay-x.c (separate_textual_runs): Synched with FSF 20.2 ccl
|
|
1032 API.
|
|
1033
|
|
1034 * mule-coding.c: Synched with FSF 20.2 ccl API.
|
|
1035
|
|
1036 * mule-coding.h: Moved ccl part to mule-ccl.h.
|
|
1037
|
|
1038 * mule-ccl.c: Synched with FSF 20.2.
|
|
1039
|
|
1040 * mule-ccl.h: New file.
|
|
1041
|
|
1042 Thu Nov 13 21:34:13 1997 Marc Paquette <marcpa@cam.org>
|
|
1043
|
|
1044 * nt.c (REG_ROOT): Use a registry key different that the one for
|
|
1045 NTEmacs.
|
|
1046
|
|
1047 1997-11-12 SL Baur <steve@altair.xemacs.org>
|
|
1048
|
|
1049 * lrecord.h: Fix typo in set_lheader_implementation.
|
|
1050 From: Robert Pluim <Robert_Pluim@BayNetworks.COM>
|
|
1051
|
|
1052 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr>
|
|
1053
|
|
1054 * configure.in: Remove HAVE_TIMEZONE_DECL test.
|
|
1055
|
|
1056 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr>
|
|
1057
|
|
1058 * s/freebsd.h: Remove HAVE_TIMEZONE_DECL forced value.
|
|
1059
|
|
1060 * config.h.in: Remove HAVE_TIMEZONE_DECL reference.
|
|
1061
|
|
1062 * systime.h: Remove timezone conditional declaration.
|
|
1063
|
|
1064 1997-11-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1065
|
|
1066 * console.c: Use symbol_value_forward_lheader_initializer
|
|
1067 in various DEFVAR* macros. Forgot this in previous
|
|
1068 related patch.
|
|
1069
|
|
1070 * lisp-disunion.h: Provide a no-op XUNMARK macro for
|
|
1071 the GC error checking code even if GCMARKBITS is not
|
|
1072 greater than 0.
|
|
1073
|
|
1074 * lisp-union.h: Ditto.
|
|
1075
|
211
|
1076 1997-11-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1077
|
|
1078 * event-stream.c: Make echo_keystrokes a Lisp_Object.
|
|
1079 (maybe_echo_keys): Adapt to that.
|
|
1080
|
|
1081 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
1082
|
|
1083 * eval.c (throw_or_bomb_out): Remove abort.
|
|
1084 Suggested by: Kyle Jones <kyle_jones@wonderworks.com>
|
|
1085
|
|
1086 1997-11-11 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1087
|
|
1088 * Added support for referencing lrecord_implementations
|
|
1089 via an index in an lrecord_header rather than a raw
|
|
1090 pointer. Also added a mark bit and a pure bit.
|
|
1091
|
|
1092 * alloc.c: Made lrecord_type_index() and
|
|
1093 lrecord_implementations_table[] global, previously they
|
|
1094 were static. Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
1095 and LHEADER_IMPLEMENTATION macros to access
|
|
1096 lrecord_implementations found in Lisp_Objects and
|
|
1097 lrecord_headers instead of referencing ->implementation.
|
|
1098
|
|
1099 (gc_record_type_p): For USE_INDEXED_LRECORD_IMPLEMENTATION,
|
|
1100 there's no need to check for equality to type or type + 1.
|
|
1101 lrecords are no longer marked by incrementing the
|
|
1102 implementation pointer.
|
|
1103
|
|
1104 (init_alloc_once_early): Initialized subr and
|
|
1105 symbol_value_forward lrecord indexes early so that the
|
|
1106 staticly defined subrs and symbol_value_forward object
|
|
1107 indexes match the lrecord_implementations_table.
|
|
1108
|
|
1109 * buffer.c: Used symbol_value_forward_lheader_initializer in
|
|
1110 various DEFVAR* macros. Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
1111 macro.
|
|
1112
|
|
1113 * elhash.c: Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
1114 macro.
|
|
1115
|
|
1116 * fns.c: Used new XRECORD_LHEADER_IMPLEMENTATION macro.
|
|
1117
|
|
1118 * lisp.h: Defined subr_lheader_initializer macro, used it in
|
|
1119 DEFUN macro.
|
|
1120
|
|
1121 * lrecord.h: For USE_INDEXED_LRECORD_IMPLEMENTATION,
|
|
1122 changed lrecord_header to contain an index into
|
|
1123 lrecord_implementations_table[], plus a mark bit and a pure
|
|
1124 bit. Added support code for this. Defined new
|
|
1125 XRECORD_LHEADER_IMPLEMENTATION and LHEADER_IMPLEMENTATION
|
|
1126 macros to be used to find the lrecord_implementation
|
|
1127 of a Lisp_Object.
|
|
1128
|
|
1129 * print.c: Used new XRECORD_LHEADER_IMPLEMENTATION and
|
|
1130 LHEADER_IMPLEMENTATION macros.
|
|
1131
|
|
1132 * symbols.c: Used symbol_value_forward_lheader_initializer in
|
|
1133 definition of guts_of_unbound_marker.
|
|
1134
|
|
1135 * symeval.h: Defined symbol_value_forward_lheader_initializer
|
|
1136 macro. Used symbol_value_forward_lheader_initializer in various
|
|
1137 macros. Used new XRECORD_LHEADER_IMPLEMENTATION macro.
|
|
1138
|
|
1139
|
|
1140 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
1141
|
|
1142 * window.c (set_window_pixsize): Remove unused variable.
|
|
1143
|
|
1144 * extents.c (print_extent_1): Fix type check error in sprintf.
|
|
1145
|
|
1146 * doc.c (Fsnarf_documentation): Remove unused label weird_function.
|
|
1147
|
|
1148 * symsinit.h: Restore declaration of vars_of_dialog_x.
|
|
1149
|
|
1150 * database.c (Fopen_database): Fix unused variable message.
|
|
1151
|
|
1152 * sysdep.c (sys_subshell): vfork() is a demented, obsolete hack.
|
|
1153
|
|
1154 * offix.c (struct): Make ImageData, MaskData be unsigned char *.
|
|
1155
|
|
1156 * event-Xt.c (x_event_to_emacs_event): Clean up typecasting.
|
|
1157 * frame-x.c (Foffix_start_drag_internal): Ditto.
|
|
1158
|
|
1159 1997-11-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1160
|
|
1161 * extents.c (print_extent_1): Use %lx instead of %p
|
|
1162 to get the same output on all compilers.
|
|
1163
|
|
1164 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
1165
|
|
1166 * line-number.c: Use markers.
|
|
1167
|
|
1168 * redisplay.c (window_line_number): Restored.
|
|
1169
|
|
1170 * line-number.c (allocate_line_number_cache): Account for
|
|
1171 narrowing.
|
|
1172 (buffer_line_number): New function.
|
|
1173
|
|
1174 * line-number.c (get_nearest_line_number): New function.
|
|
1175 (window_line_number): Use it.
|
|
1176 (narrow_line_number_cache): New function.
|
|
1177 (invalidate_line_number_cache): Ditto.
|
|
1178 (insert_invalidate_line_number_cache): Ditto.
|
|
1179 (delete_invalidate_line_number_cache): Ditto.
|
|
1180 (add_line_number): Ditto.
|
|
1181
|
|
1182 * editfns.c (widen_buffer): Update line number cache.
|
|
1183 (Fnarrow_to_region): Ditto.
|
|
1184 (save_restriction_restore): Ditto.
|
|
1185
|
|
1186 * insdel.c (buffer_insert_string_1): Invalidate cache for
|
|
1187 insertion.
|
|
1188 (buffer_delete_range): Invalidate cache for deletion.
|
|
1189
|
|
1190 * line-number.c: New file.
|
|
1191 (window_line_number): Moved from redisplay.c.
|
|
1192
|
|
1193 * print.c (debug_print): Print a carriage return, too.
|
|
1194
|
|
1195 * bufslots.h: New slot `line_number_cache'.
|
|
1196
|
|
1197 1997-11-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1198
|
|
1199 * event-stream.c: New Lisp variable: last-command-event-time.
|
|
1200
|
209
|
1201 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
1202
|
|
1203 * lread.c (init_lread): start from lisp, not lisp/prim.
|
|
1204
|
|
1205 * Makefile.in.in: lisp/prim does exist any more.
|
|
1206
|
|
1207 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1208
|
|
1209 * abbrev.c (abbrev_lookup): Don't delete dash at the
|
|
1210 abbrev start location; abbrev-prefix-mark no longer
|
|
1211 inserts one.
|
|
1212
|
|
1213 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
1214
|
|
1215 * fileio.c: insert-file-contents-internal
|
|
1216 Added a bodge to do CRLF->LF conversion of text files,
|
|
1217 conditioned on DOS_NT. This is currently only one-way, so all
|
|
1218 text files written by XEmacs will be UNIXified. CRLF conversion
|
|
1219 is required to make bytecompile work.
|
|
1220
|
|
1221 * Added file headers to:
|
|
1222 console-w32.c, console-w32.h,
|
|
1223 device-w32.c, event-w32.c, event-w32.h, frame-w32.c,
|
|
1224 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c
|
|
1225
|
|
1226 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
1227
|
|
1228 * redisplay-x.c: x_output_vertical_divider:
|
|
1229 If HAVE_SCROLLBARS was not defined, coordinate of the right of
|
|
1230 the divider was being used unitialised.
|
|
1231
|
|
1232 * console.h: Added Qw32 and CONSOLE_W32* macros, conditioned on
|
|
1233 HAVE_W32GUI.
|
|
1234
|
|
1235 * emacs.c: Added calls to the following, conditioned on HAVE_W32GUI:
|
|
1236 syms_of_*_w32, vars_of_*_w32, console_type_create_*w32.
|
|
1237
|
|
1238 * event-stream.c: Conditioned on HAVE_W32GUI:
|
|
1239 - vars_of_event_stream calls vars_of_event_w32.
|
|
1240 - init_event_stream calls init_event_w32_late.
|
|
1241
|
|
1242 * events-mod.h: Removed comment about having alternative making
|
|
1243 MOD_* constants for different windowing systems.
|
|
1244
|
|
1245 * events.c: Conditioned on HAVE_W32GUI:
|
|
1246 - event-equal: Added case for w32 magic events.
|
|
1247 - event-hash: Added case for w32 magic events.
|
|
1248
|
|
1249 * events.h: Conditioned on HAVE_W32GUI:
|
|
1250 Added struct underlying_w32_event to magic_data.
|
|
1251
|
|
1252 * faces.c: complex_vars_of_faces
|
|
1253 Added fallbacks for w32 faces, conditioned on HAVE_W32GUI.
|
|
1254
|
|
1255 * frame.c: set-frame-properties
|
|
1256 Added reference to default-w32-frame-plist to docstring.
|
|
1257
|
|
1258 * general.c: Added new Lisp_Object Qw32 and defsymbol.
|
|
1259
|
|
1260 * redisplay-output.c: redisplay_update_line
|
|
1261 Conditioned reference to stupid_vertical_scrollbar_drag_hack on
|
|
1262 HAVE_X_WINDOWS. This will need a proper fix when w32 gets
|
|
1263 scrollbars.
|
|
1264
|
|
1265 * redisplay-tty.c: init_tty_for_redisplay
|
|
1266 Conditioned blocking and unblocking of SIGTTOU on !WIN32 because
|
|
1267 these signals don't exist under win32.
|
|
1268
|
|
1269 * redisplay.c: init_redisplay
|
|
1270 Initialise window system to w32, conditioned on HAVE_W32GUI.
|
|
1271
|
|
1272 * symsinit.h: Added syms_of_*_w32, vars_of_*_w32 and
|
|
1273 init_event_w32_late.
|
|
1274
|
|
1275 * sysdep.c: Conditioned various things on WIN32 in addition to
|
|
1276 MSDOS.
|
|
1277
|
|
1278 * New files:
|
|
1279 console-w32.c, console-w32.h,
|
|
1280 device-w32.c, event-w32.c, event-w32.h, frame-w32.c,
|
|
1281 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c
|
|
1282
|
|
1283 1997-11-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
1284
|
|
1285 * doc.c (Fdocumentation_property): GCPRO doc.
|
|
1286 (Fsubstitute_command_keys): Disallow zero bsize.
|
|
1287
|
|
1288 1997-11-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
1289
|
|
1290 * events.c (Fevent_modeline_position): Return nil if event is not
|
|
1291 over modeline, as the docstring says.
|
|
1292
|
|
1293 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
1294
|
|
1295 * s/aix3-1.h: Remove ^L character wich confuses AIX make.
|
|
1296
|
|
1297 1997-11-06 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
1298
|
|
1299 * event-stream.c (Fnext_command_event): Document keystroke echoing.
|
|
1300
|
|
1301 1997-11-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
1302
|
|
1303 * fns.c (Ffeaturep): Use call1, to prevent stack thrashing with
|
|
1304 circular lists.
|
|
1305 - Update docstring.
|
|
1306
|
|
1307 1997-11-06 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1308
|
|
1309 * frame-x.c (x_delete_frame): Removed code that
|
|
1310 blocked the deletion of popup frames. No need for it.
|
|
1311
|
|
1312 1997-11-05 SL Baur <steve@altair.xemacs.org>
|
|
1313
|
|
1314 * balloon_help.h: Replace <X11/Intrinsic.h> with "xintrinsic.h"
|
|
1315 * balloon_help.c: Ditto.
|
|
1316 * offix.h: Ditto.
|
|
1317
|
|
1318 * mule-coding.c (coding_system_charset): Add prototype.
|
|
1319
|
|
1320 1997-11-04 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1321
|
|
1322 * s/freebsd.h: Add HAVE_TIMEZONE_DECL. Configure will fail at
|
|
1323 checking for the existence of `extern long timezone'.
|
|
1324 FreeBSD actualy has the `timezone', but due to its <time.h> and
|
|
1325 <sys/time.h>, it cannot be recognized by configure.
|
|
1326
|
|
1327 1997-11-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
1328
|
|
1329 * data.c (Fsubr_interactive): New function.
|
|
1330
|
|
1331 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1332
|
|
1333 * frame.c (change_frame_size_1): Added explanatory
|
|
1334 comment.
|
|
1335
|
|
1336 * window.c (set_window_pixsize): Don't bail out
|
|
1337 before looping over the major children if there is no
|
|
1338 size change indicated. The top and left coordinates
|
|
1339 may need to be recomputed, e.g. in toolbar visibility
|
|
1340 updates.
|
|
1341
|
|
1342 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1343
|
|
1344 * fileio.c (Ffile_truename): Make the errno == EACCES case
|
|
1345 behave the same as errno == ENOENT.
|
|
1346
|
|
1347 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1348
|
|
1349 * frame.c (Fframe_property, Fframe_properties): Check
|
|
1350 for minibuffer-onlyness of frame before checking whether
|
|
1351 it has a minibuffer. This makes the minibuffer property
|
|
1352 value be reported as 'only when that is appropriate. The
|
|
1353 check order was reversed which resulted in minibuffer-only
|
|
1354 frames having the minibuffer property reported as t.
|
|
1355
|
|
1356 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1357
|
|
1358 * m/vax.h:
|
|
1359 * s/cxux.h:
|
|
1360 * s/xenix.h:
|
|
1361 * s/umax.h:
|
|
1362 * s/msdos.h:
|
|
1363 * s/template.h:
|
|
1364 * termcap.c:
|
|
1365 * signal.c:
|
|
1366 * lread.c:
|
|
1367 * callproc.c
|
|
1368 * buffer.c: Remove VMS dependent code.
|
|
1369
|
|
1370 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1371
|
|
1372 * syspwd.h:
|
|
1373 * systty.h:
|
|
1374 * systime.h:
|
|
1375 * syssignal.h:
|
|
1376 * sysproc.h:
|
|
1377 * sysfloat.h:
|
|
1378 * sysfile.h:
|
|
1379 * regex.h:
|
|
1380 * process.h:
|
|
1381 * ndir.h:
|
|
1382 * mule-mcpath.h:
|
|
1383 * getpagesize.h:
|
|
1384 * sysdep.h:
|
|
1385 * fileio.c:
|
|
1386 * process.c: Remove old VMS code.
|
|
1387
|
|
1388 1997-11-02 SL Baur <steve@altair.xemacs.org>
|
|
1389
|
|
1390 * glyphs-x.c: Use <magick/magick.h> instead of <magick.h>
|
|
1391
|
|
1392 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1393
|
|
1394 * sysdep.c:
|
|
1395 * getloadavg.c:
|
|
1396 * malloc.c: Remove old VMS code.
|
|
1397
|
|
1398 1997-11-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1399
|
|
1400 * database.c (print_database): Don't use a static buffer to store
|
|
1401 file name.
|
|
1402
|
|
1403 * dired.c (make_directory_hash_table): Ditto.
|
|
1404
|
|
1405 * fileio.c (Ffile_truename): Use `make_ext_string' instead of
|
|
1406 `make_string'.
|
|
1407
|
|
1408 1997-11-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
1409
|
|
1410 * database.c (CONCHECK_DATABASE): Define.
|
|
1411
|
|
1412 * dired.c (Fdirectory_files): Use `make_ext_string' instead of
|
|
1413 `make_string', to avoid crashes under Mule.
|
|
1414 (file_name_completion): Use `make_ext_string'.
|
|
1415
|
|
1416 * database.c (new_database): Renamed to `allocate_database', as
|
|
1417 per coding conventions.
|
|
1418
|
|
1419 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1420
|
|
1421 * dired.c: Remove VMS dependent code.
|
|
1422
|
|
1423 1997-11-01 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1424
|
|
1425 * buffer.h: Change XCHAR_OR_CHAR_INT to use XCHAR or
|
|
1426 XINT as appropriate instead of using XREALINT.
|
|
1427
|
|
1428 * regex.c (re_search_2): cast translate[*d] to
|
|
1429 unsigned char when indexing fastmap to avoid sign
|
|
1430 change when value has the 0x80 bit set.
|
|
1431
|
|
1432 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
1433
|
|
1434 * linuxplay.c (audio_init): Update for newer Linux kernels.
|
|
1435 From Robert Bihlmeyer <robbe@orcus.priv.at>
|
|
1436
|
|
1437 1997-11-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
1438
|
|
1439 * fileio.c (Finsert_file_contents_internal): Fix misleading
|
|
1440 comment.
|
|
1441
|
|
1442 1997-10-31 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1443
|
|
1444 * callproc.c: GC protect current_dir while infile and
|
|
1445 error_file are being initialized.
|
|
1446
|
207
|
1447 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
1448
|
|
1449 * config.h.in: Remove HAVE_GIF, HAVE_JPEG, HAVE_PNG, HAVE_TIFF and
|
|
1450 replace with HAVE_IMAGEMAGICK.
|
|
1451
|
|
1452 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1453
|
|
1454 * process.c (Fprocess_send_string): Protect against
|
|
1455 SIGPIPE when flushing outstream.
|
|
1456
|
|
1457 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
1458
|
|
1459 * input-method-xfs.c: Xlocale.h must be included after config.h.
|
|
1460 * input-method-motif.c: ditto.
|
|
1461 * input-method-xlib.c: ditto.
|
|
1462
|
|
1463 1997-10-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1464
|
|
1465 * Under LRECORD_VECTOR, moved vectors from being an basic
|
|
1466 lrecord tpye to an lcrecord.
|
|
1467 Added support for 31 bits Lisp integers.
|
|
1468 Added support for maskless pointers to Lisp objects.
|
|
1469
|
|
1470 * alloc.c
|
|
1471
|
|
1472 (allocate_lisp_storage): Use XSETOBJ instead of
|
|
1473 XSETCONS to avoid tripping the ERROR_CHECK_TYPECHECK
|
|
1474 code with uninitialized data. XSETCONS used to work
|
|
1475 until it became an lrecord type.
|
|
1476
|
|
1477 Removed sweep_vectors_1, all_vectors and other vector
|
|
1478 specific GC related objects in the LRECORD_VECTOR
|
|
1479 case, as they are unneeded now that lrecord-based
|
|
1480 vectors are lcrecords.
|
|
1481
|
|
1482 Added `equal' methods for lrecord-based conses, vectors
|
|
1483 and strings. I was mistaken before; they are needed.
|
|
1484
|
|
1485 (pure_cons): moved XSETCONS call to after the
|
|
1486 set_lheader_implementation call, to avoid tripping the
|
|
1487 type checking code on an uninitialized implementation
|
|
1488 pointer.
|
|
1489
|
|
1490 (make_pure_vector): moved XSETVECTOR call to after the
|
|
1491 set_lheader_implementation call, to avoid tripping the
|
|
1492 type checking code on an uninitialized implementation
|
|
1493 pointer.
|
|
1494
|
|
1495 (Fpurecopy): return if given a null pointer. THis can
|
|
1496 happen when initializing Qnil.
|
|
1497
|
|
1498 (mark_object): return if passed a null pointer. I
|
|
1499 think this can happen when marking through some kind of
|
|
1500 objects that contain Lisp_Objects and null pointers.
|
|
1501
|
|
1502 (marked_p): Ditto
|
|
1503
|
|
1504 * buffer.c
|
|
1505
|
|
1506 (mark_buffer): Don't mark conses in the indirect children
|
|
1507 list is said list is in fact a null pointer. The
|
|
1508 indirect children list gets reset to a null pointer
|
|
1509 when a bfufer is killed.
|
|
1510
|
|
1511 (complex_vars_of_buffer): initialize indirect_children
|
|
1512 slow of Vbuffer_local_symbols and Vbuffer_defaults to
|
|
1513 nil.
|
|
1514
|
|
1515 * chartab.c
|
|
1516
|
|
1517 (Fcheck_category_at): Don't use XREALINT to extract a
|
|
1518 char from a Lisp_Object, use XCHAR instead.
|
|
1519
|
|
1520 (Fchar_in_category): Ditto.
|
|
1521
|
|
1522 * data.c
|
|
1523
|
|
1524 (eq_with_ebola_notice): Use XCHAR_OR_INT instead of
|
|
1525 XREALINT to extract data from a Lisp_Object that could
|
|
1526 contain a charater or an integer.
|
|
1527
|
|
1528 (make_int): use XSETINT in the USE_MINIMAL_TAGBITS
|
|
1529 case.
|
|
1530
|
|
1531 (make_char): use XSETINT in the USE_MINIMAL_TAGBITS
|
|
1532 case.
|
|
1533
|
|
1534 (Flsh): XUINT is gone; use XINT instead.
|
|
1535
|
|
1536 * elhash.c
|
|
1537
|
|
1538 (elisp_hvector_malloc): Use Qnull_pointer instead of
|
|
1539 Qzero, as Qzero is no longer guaranteed to contain an
|
|
1540 all-zero bit pattern.
|
|
1541
|
|
1542 (make_lisp_hashtable): Ditto.
|
|
1543
|
|
1544 (Fcopy_hashtable): Ditto.
|
|
1545
|
|
1546 * emacsfns.h
|
|
1547
|
|
1548 Conditionalize the declaration of make_char() on
|
|
1549 whether a make_char macro exists or not.
|
|
1550
|
|
1551 * fns.c
|
|
1552
|
|
1553 (internal_equal): Conditionalize existence of cons,
|
|
1554 string and vector comparison code on whether they are
|
|
1555 lrecord-based.
|
|
1556
|
|
1557 (internal_old_equal): Ditto.
|
|
1558
|
|
1559 * lisp-disunion.h
|
|
1560
|
|
1561 USE_MINIMAL_TAGBITS support.
|
|
1562
|
|
1563 31 bit Lisp integer support.
|
|
1564
|
|
1565 Conditionalized existence of markbit related macros on
|
|
1566 the existence of a markbit in a Lisp_Object. There are
|
|
1567 no markbits in the USE_MINIMAL_TAGBITS implementation
|
|
1568 of a Lisp_Object.
|
|
1569
|
|
1570 Replaced XUINT with XPNTRVAL.
|
|
1571
|
|
1572 Added declaration for Qnull_pointer.
|
|
1573
|
|
1574 * lisp-union.h
|
|
1575
|
|
1576 USE_MINIMAL_TAGBITS support.
|
|
1577
|
|
1578 31 bit Lisp integer support.
|
|
1579
|
|
1580 Conditionalized existence of markbit related macros on
|
|
1581 the existence of a markbit in a Lisp_Object. There are
|
|
1582 no markbits in the USE_MINIMAL_TAGBITS implementation
|
|
1583 of a Lisp_Object.
|
|
1584
|
|
1585 Replaced XUINT with XPNTRVAL.
|
|
1586
|
|
1587 Added a make_char macro, similar to the make_int
|
|
1588 macro, for use with the GCC-specific XMAKE_LISP hack.
|
|
1589
|
|
1590 * lisp.h
|
|
1591
|
|
1592 USE_MINIMAL_TAGBITS support.
|
|
1593
|
|
1594 31 bit Lisp integer support.
|
|
1595
|
|
1596 Added GCMARKBITS macro to specify how many markbits a
|
|
1597 Lisp_Object contains.
|
|
1598
|
|
1599 Support for lcrecord-based vectors.
|
|
1600
|
|
1601 Added XCHAR_OR_INT for accessing data in an object
|
|
1602 that might contain either a character or an integer.
|
|
1603
|
|
1604 Made HACKEQ_UNSAFE use XCHAR_OR_INT instead of
|
|
1605 XREALINT during its Ebola check.
|
|
1606
|
|
1607 * print.c
|
|
1608
|
|
1609 Made the printing code undestand the split Lisp integer type.
|
|
1610
|
|
1611 * symbols.c
|
|
1612
|
|
1613 Added declaration for Qnull_pointer.
|
|
1614
|
|
1615 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
1616
|
215
|
1617 * m/ibmrs6000.h:
|
|
1618 * s/aix3-2.h: C_SWITCH_SYSTEM ==> configure.in
|
|
1619 * s/aix4-1.h: -li18n ==> configure.in
|
|
1620 * s/aix4.h: Always include strings.h
|
|
1621 * config.h.in: Add AIXV3 define, suggested by xmkmf. Remove
|
207
|
1622 AIX_SMT_EXP.
|
215
|
1623 * unexaix.c: Fix nested comments compiler warning
|
207
|
1624
|
|
1625 1997-10-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1626
|
215
|
1627 * profile.c (sigprof_handler): Don't call XUNMARK on
|
207
|
1628 fun, it isn't needed.
|
|
1629
|
215
|
1630 * faces.c (face_property_matching_instance): Check
|
207
|
1631 for charset == Qunbound, which it can be if the
|
|
1632 character set is unspecified.
|
|
1633
|
|
1634 1997-10-27 SL Baur <steve@altair.xemacs.org>
|
|
1635
|
|
1636 * mule-wnnfns.c (vars_of_mule_wnn): Provide 'wnn feature.
|
|
1637
|
|
1638 * mule-canna.c (vars_of_mule_canna): Provide 'CANNA feature.
|
|
1639
|
|
1640 1997-10-27 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1641
|
|
1642 * device-x.c (x_init_device): To avoid crazy menubars due to
|
|
1643 lack of suitable font loading. Disabled locale based app-defaults
|
|
1644 loading when menubars=motif or menubars=lucid + xfs feature is not
|
|
1645 used. Currently, the menubar resource has no effect for tty use.
|
|
1646
|
|
1647 1997-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1648
|
|
1649 * README: Remove references to VMS.
|
|
1650
|
|
1651 * vlimit.h:
|
|
1652 * s/vms5-5.h:
|
|
1653 * s/vms4-4.h:
|
|
1654 * s/vms4-2.h:
|
|
1655 * s/vms4-0.h:
|
|
1656 * s/vms.h: Remove files since VMS isn't supported any more.
|
|
1657
|
|
1658 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1659
|
|
1660 * toolbar.h: Reduce MINIMUM_SHADOW_THICKNESS to 1.
|
|
1661
|
|
1662 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1663
|
|
1664 * database.c: Added support for Berkeley DB 2.x.
|
|
1665
|
|
1666 1997-10-23 SL Baur <steve@altair.xemacs.org>
|
|
1667
|
|
1668 * alloc.c: Disable purespace statistics unless --debug is in
|
|
1669 effect.
|
|
1670
|
|
1671 * console-stream.c (init_console_stream): At the price of a tiny
|
|
1672 memory leak, reinitialize FILE fields of the console.
|
|
1673 From Tonny Madsen <tma@nettest.dk>
|
|
1674
|
|
1675 * emacs.c: New variable `inhibit_package_init'.
|
|
1676 (vars_of_emacs): Use it.
|
|
1677 (main_1): Initialize from command line.
|
|
1678
|
|
1679 * Makefile.in.in (xemacs): Specify -vanilla when searching for
|
|
1680 shadows.
|
|
1681
|
|
1682 * emacs.c: Remove VMS ifdefs.
|
|
1683 (standard_args): Added -no-packages, --no-packages.
|
|
1684 Added -vanilla, --vanilla.
|
|
1685 (Frun_emacs_from_temacs): Guard pure usage report with DEBUG_XEMACS
|
|
1686 (Fdump_emacs): Ditto.
|
|
1687
|
|
1688 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
1689
|
|
1690 * fns.c (Ffeaturep): Use `Fcar' with `or'.
|
|
1691
|
|
1692 1997-10-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1693
|
|
1694 * alloc.c: drop the Lisp_Type_Record case clause
|
|
1695 that I added to the switch statement in a previous
|
|
1696 patch. The string, vector and cons cases belong in
|
|
1697 the `default' clause with the other lrecord types.
|
|
1698
|
|
1699 1997-10-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1700
|
|
1701 * Added support for strings as lrecords.
|
|
1702
|
|
1703 * lisp.h: #ifdef'd out Lisp_Type_String enum value
|
|
1704 if LRECORD_STRING is defined.
|
|
1705
|
|
1706 * alloc.c: Added allocation and garbage collection
|
|
1707 code for lrecord-based strings.
|
|
1708
|
|
1709 * print.c: move Lisp_String printing code to a
|
|
1710 separate function so that it could be used as a
|
|
1711 `print' method for lrecord-based strings.
|
|
1712
|
|
1713 1997-10-20 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
1714
|
|
1715 * extents.c: Renamed shot property to initial-redisplay-function
|
|
1716 (extent_fragment_update): Changed the bookkeeping whether an event
|
|
1717 has been spawned. The initial-redisplay-function property is no
|
|
1718 longer set to nil.
|
|
1719
|
|
1720 * extents.h: ditto
|
|
1721
|
|
1722 1997-10-20 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1723
|
|
1724 * Added support for conses and vectors to be lrecords.
|
|
1725
|
|
1726 * alloc.c: Modified allocation and GC code for
|
|
1727 LRECORD_CONS and LRECORD_VECTOR support. Moved some
|
|
1728 macros to lrecord.h.
|
|
1729
|
|
1730 * bytecode.c: Warning comment about LRECORD_CONS.
|
|
1731
|
|
1732 * elhash.c: Let internal_hash handle vector hashing
|
|
1733 if LRECORD_VECTOR is defined, just as it does when
|
|
1734 LRECORD_VECTOR is not defined. The code could have
|
|
1735 been copied into an `hash' method function but I don't
|
|
1736 see any point to it. Added lrecord style marking code
|
|
1737 to finish_marking_weak_hashtables. Bracketed code
|
|
1738 that groks the non-lrecord method of marking vectors
|
|
1739 with #ifdefs.
|
|
1740
|
|
1741 * fns.c: Let internal_equal and internal_old_equal
|
|
1742 handle vector comparisons when LRECORD_VECTOR is
|
|
1743 defined, just as it does when LRECORD_VECTOR is not
|
|
1744 defined. The code could have been copied into an
|
|
1745 `equal' method function but I don't see any point to
|
|
1746 it.
|
|
1747
|
|
1748 * lisp.h: Added typecheck macros for LRECORD_CONS
|
|
1749 support. LRECORD_VECTOR macros were already present.
|
|
1750
|
|
1751 * print.c: New functions print_cons and print_vector
|
|
1752 for LRECORD_CONS and LRECORD_VECTOR support.
|
|
1753 Some GC protection also added.
|
|
1754
|
|
1755 * lrecord.h: Received some macros from alloc.c, so
|
|
1756 that they could be used in lisp.h.
|
|
1757
|
|
1758 1997-10-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
1759
|
|
1760 * fns.c (Ffeaturep): Handle `not' correctly.
|
|
1761
|
|
1762 * lread.c (vars_of_lread): Use defsymbol for featurep.
|
|
1763
|
|
1764 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1765
|
|
1766 * s/irix5-0.h: Removed -G 0 from LD_SWITCH_SYSTEM. .sbss sections
|
|
1767 are supported since unexelfsgi.c upgrade.
|
|
1768
|
|
1769 1997-10-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1770
|
|
1771 * lstream.c (Lstream_close): Don't return early if the
|
|
1772 closer method reports failure. Doing so caused GC and
|
|
1773 memory corruption crashes.
|
|
1774
|
|
1775 1997-10-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
1776
|
|
1777 * extents.c (Fset_extent_property): Allow `keymap' property to be
|
|
1778 set to nil.
|
|
1779
|
|
1780 1997-10-15 SL Baur <steve@altair.xemacs.org>
|
|
1781
|
|
1782 * mule-coding.c (acceptable_control_char_p): Add C-_ for info.
|
|
1783 (detect_coding_iso2022): Ditto.
|
|
1784 From SENDA Shigeya <senda@ic.rdc.ricoh.co.jp>
|
|
1785
|
|
1786 1997-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1787
|
|
1788 * mule-coding.c (make-coding-system, detect-coding-region): Modify
|
|
1789 DOC-string because of renaming `automatic-conversion' ->
|
|
1790 `undecided' to sync with Emacs 20.2.
|
|
1791
|
|
1792 (make-coding-system, coding-system-type, detect-coding-region):
|
|
1793 Rename `Qautomatic_conversion' -> `Qundecided'.
|
|
1794
|
|
1795 * general.c (syms_of_general): Rename `automatic-conversion' ->
|
|
1796 `undecided' to sync with Emacs 20.2.
|
|
1797
|
|
1798 * emacsfns.h, event-Xt.c (x_to_emacs_keysym): Rename
|
|
1799 `Qautomatic_conversion' -> `Qundecided'.
|
|
1800
|
|
1801 * buffer.c (buffer-file-coding-system): Modify DOC-string because
|
|
1802 of renaming `automatic-conversion' -> `undecided' to sync with
|
|
1803 Emacs 20.2.
|
|
1804
|
|
1805 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
1806
|
|
1807 * lisp.h (MANY): Bump SUBR_MAX_ARGS to 12 and add corresponding
|
|
1808 DEFUN_n macros.
|
|
1809
|
|
1810 1997-10-13 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
1811
|
|
1812 * console-tty.c: Include gpmevent.h
|
|
1813 * gpmevent.c (connect_to_gpm): change to void
|
|
1814 * gpmevent.h: Ditto.
|
|
1815
|
|
1816 1997-10-13 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1817
|
|
1818 * lisp-disunion.h (XSETOBJ): cast Lisp type enum to
|
|
1819 an EMACS_UINT quantity to avoid a compiler warning about
|
|
1820 integer overflow when the most significat bit of the
|
|
1821 type tag is shifted into the sign bit position of an
|
|
1822 EMACS_INT.
|
|
1823
|
205
|
1824 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
1825
|
207
|
1826 * s/freebsd.h: Add X11 guard for building without X11.
|
205
|
1827 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1828
|
|
1829 1997-10-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1830
|
207
|
1831 * doprnt.c (emacs_doprnt_1): if forwarded field width
|
205
|
1832 is negative, set minus_flag and make the field width
|
|
1833 positive. Makes (format "%*s" -10 "abc") work like
|
|
1834 (format "%-*s" 10 "abc").
|
|
1835
|
|
1836 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
1837
|
|
1838 * unexsol2.c (unexec): CONST isn't defined here.
|
|
1839 From Adrian Aichner <aichner@ecf.teradyne.com>
|
207
|
1840
|
203
|
1841 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
1842
|
205
|
1843 * realpath.c (realpath): CONST IS LOSING but removing it conflicts
|
|
1844 with system headers.
|
|
1845
|
203
|
1846 * callproc.c: New variable infopath-internal.
|
|
1847 (complex_vars_of_callproc): Declare and initialized it.
|
|
1848
|
|
1849 * paths.h.in: New variable PATH_INFOPATH.
|
|
1850
|
|
1851 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
1852
|
|
1853 * systty.h:
|
|
1854 - change Xemacs --> XEmacs
|
|
1855
|
|
1856 * buffer.c:
|
|
1857 * editfns.c:
|
|
1858 * msdos.c:
|
|
1859 - Remove bogus FSF-origin \n\ sequences.
|
|
1860
|
|
1861 1997-10-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1862
|
|
1863 * doprnt.c (parse_doprnt_spec): parse `*' field width
|
|
1864 and precision specs and set up spec forwarding.
|
|
1865
|
|
1866 * doprnt.c (emacs_doprnt_1): implement `*' by
|
|
1867 forwarding flags, precision and field width data from a
|
|
1868 spec to a subsequent spec.
|
|
1869
|
|
1870 * editfns.c: document new `*' field width and
|
|
1871 precision spec.
|
|
1872
|
|
1873 1997-10-09 SL Baur <steve@altair.xemacs.org>
|
|
1874
|
|
1875 * database.c (Fclose_database): Rename C function.
|
|
1876 (Fdatabase_last_error): Ditto.
|
|
1877 (Fopen_database): Ditto.
|
|
1878 (Fput_database): Ditto.
|
|
1879 (Fremove_database): Ditto.
|
|
1880 (Fget_database): Ditto.
|
|
1881 (syms_of_dbm): Reflect above changes.
|
|
1882 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1883
|
|
1884 1997-10-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
1885
|
|
1886 * events.c (Fmake_event): Allow only frames as channel.
|
|
1887
|
|
1888 1997-10-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
1889
|
|
1890 * extents.c (print_extent_1): Fixed typo.
|
|
1891
|
|
1892 1997-10-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1893
|
|
1894 * insdel.c (buffer_replace_char): if doing delete/insert
|
|
1895 because of characters with deiffering byte lengths,move
|
|
1896 point forward with the insertion if it was moved backwrad
|
|
1897 to equal the insertion point by the earlier deletion.
|
|
1898
|
|
1899 1997-10-06 SL Baur <steve@altair.xemacs.org>
|
|
1900
|
|
1901 * window.c (Fset_window_dedicated_p): register -> REGISTER.
|
|
1902
|
|
1903 * unexalpha.c (update_dynamic_symbols): register-> REGISTER.
|
|
1904
|
|
1905 * sysdep.c: Global change: register -> REGISTER.
|
|
1906
|
|
1907 * strcat.c (strcat): register -> REGISTER.
|
|
1908
|
|
1909 * search.c: Global change: register -> REGISTER.
|
|
1910
|
|
1911 * regex.c: Global change: register -> REGISTER.
|
|
1912 - Ensure REGISTER is always defined.
|
|
1913
|
|
1914 * nt.c: Global change: register -> REGISTER.
|
|
1915
|
|
1916 * linuxplay.c: Global change: register -> REGISTER.
|
|
1917
|
|
1918 * input-method-xlib.c (best_style): register -> REGISTER.
|
|
1919
|
|
1920 * gifalloc.c: Global change: register -> REGISTER.
|
|
1921 - Ensure REGISTER is always defined.
|
|
1922
|
|
1923 * getloadavg.c (getloadavg): register -> REGISTER.
|
|
1924
|
|
1925 * eval.c (unwind_to_catch): [Unused variable] register -> REGISTER.
|
|
1926
|
|
1927 * cmds.c (Fpoint_at_bol): register -> REGISTER.
|
|
1928
|
|
1929 * chartab.c (check_category_char): register -> REGISTER.
|
|
1930
|
|
1931 * buffer.c (assoc_ignore_text_properties): [Unused function]
|
|
1932 register -> REGISTER.
|
|
1933
|
|
1934 * alloca.c: Global change: register -> REGISTER.
|
|
1935
|
|
1936 * xmu.h (XmuCopyISOLatin1Lowered): Global change: const -> CONST.
|
|
1937
|
|
1938 * gif_lib.h: Global change: const -> CONST.
|
|
1939
|
|
1940 * balloon_help.h (balloon_help_move_to_pointer): const -> CONST.
|
|
1941
|
|
1942 * xmu.c: Global change: const -> CONST.
|
|
1943
|
|
1944 * unexsol2.c (unexec): const -> CONST.
|
|
1945
|
|
1946 * unexhp9k3.c (unexec_error): const -> CONST.
|
|
1947
|
|
1948 * unexfreebsd.c (unexec_error): const -> CONST.
|
|
1949
|
|
1950 * sunOS-fix.c (mbstowcs): const-> CONST.
|
|
1951 (wcstombs): Ditto.
|
|
1952
|
|
1953 * strcpy.c (strcpy): const -> CONST.
|
|
1954
|
|
1955 * strcmp.c: Global change: const -> CONST.
|
|
1956
|
|
1957 * strcat.c (strcat): const -> CONST.
|
|
1958
|
|
1959 * realpath.c (realpath): const -> CONST.
|
|
1960
|
|
1961 * keymap.c (where_is_recursive_mapper): const -> CONST.
|
|
1962
|
|
1963 * extents.c (extent_priority_sort_function): const -> CONST.
|
|
1964
|
|
1965 * dgif_lib.c (DGifOpenFileName): const -> CONST.
|
|
1966
|
|
1967 * balloon_help.c: Global change: const -> CONST.
|
|
1968
|
201
|
1969 1997-10-03 SL Baur <steve@altair.xemacs.org>
|
|
1970
|
|
1971 * lisp.h: Nuke register declarations.
|
|
1972
|
|
1973 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1974
|
|
1975 * window.c (Frecenter): Correct variable names in docstring.
|
|
1976
|
|
1977 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1978
|
|
1979 * fns.c: Add some cross references between destructive and
|
|
1980 non-destructive versions of similar functions.
|
|
1981
|
|
1982 Fri Oct 3 12:28:08 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1983
|
|
1984 * lisp-disunion.h: Move markbit to be between the
|
|
1985 type bits and the value bits. Previously it was always
|
|
1986 the sign bit of a EMACS_INT, unless modified by a
|
|
1987 #define in a machine dependent .h file.
|
199
|
1988
|
|
1989 1997-10-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
1990
|
|
1991 * profile.c (Fclear_profiling_info): Made interactive.
|
|
1992
|
|
1993 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
1994
|
|
1995 * glyphs-x.c (USE_TEMP_FILES_FOR_PNG_IMAGES): Move outside of
|
|
1996 HAVE_JPEG ifdef.
|
|
1997
|
|
1998 1997-10-01 SL Baur <steve@altair.xemacs.org>
|
|
1999
|
|
2000 * lisp.h (min): Fully parenthize.
|
|
2001 (max): Ditto.
|
|
2002
|
|
2003 * Makefile.in.in (widget.o): Insert dependencies.
|
|
2004 - Insert HAVE_OFFIX_DND dependencies.
|
|
2005
|
|
2006 * casefiddle.c (casify_object): Back out bogus undocumented patch
|
|
2007 from 20.3-beta18.
|
|
2008
|
|
2009 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
2010
|
|
2011 * events.c (Fevent_type): Add OffiX guard.
|
|
2012 (command_event_p): Ditto.
|
|
2013 (mark_event): Ditto.
|
|
2014 (print_event): Ditto.
|
|
2015
|
197
|
2016 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
2017
|
|
2018 * mule-canna.c (Fcanna_set_bunsetsu): Return a value.
|
|
2019 (Fcanna_parse): Remove unused variables `ks' and `ksv'.
|
|
2020 (Fcanna_henkan_begin): Remove unused variable `res'.
|
|
2021 (Fcanna_henkan_next): Remove unused variable `nbun'.
|
|
2022 (count_char): Change return type to void.
|
|
2023
|
|
2024 * event-Xt.c (x_event_to_emacs_event): Remove unused variable
|
|
2025 `event-size'.
|
|
2026
|
|
2027 * menubar.c (Fnormalize_menu_item_name): Remove unused variable
|
|
2028 `res'.
|
|
2029
|
|
2030 * redisplay-x.c (x_flash): Reorganize test to prefer select over
|
|
2031 poll.
|
|
2032
|
|
2033 * xselect.c (Fx_store_cutbuffer_internal): Remove unused variable
|
|
2034 `encoding'.
|
|
2035
|
|
2036 1997-09-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
2037
|
|
2038 * frame.c (Fmake_frame): Call `custom-initialize-frame'.
|
|
2039
|
|
2040 1997-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2041
|
|
2042 * mule-coding.c: Rename `pathname-coding-system' to
|
|
2043 `file-name-coding-system' to sync with Emacs 20.2.
|
|
2044
|
195
|
2045 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
2046
|
|
2047 * window.c (saved_window_equal): Ditto.
|
|
2048
|
|
2049 * process.c (Fget_process): Use internal_equal.
|
|
2050
|
|
2051 * lread.c (build_load_history): Use internal_equal.
|
|
2052 (build_load_history): Use XCAR/XCDR where safe.
|
|
2053
|
|
2054 * events.c (event_equal): Ditto.
|
|
2055
|
|
2056 * event-stream.c (Fdispatch_event): Ditto.
|
|
2057
|
|
2058 * elhash.c (lisp_object_eql_equal): Ditto.
|
|
2059 (lisp_object_equal_equal): Ditto.
|
|
2060
|
|
2061 * device.c (find_device_of_type): Ditto.
|
|
2062
|
|
2063 * console.c (find_console_of_type): Ditto.
|
|
2064
|
|
2065 * console-tty.c (tty_init_console): Ditto.
|
|
2066
|
|
2067 * console-stream.c (stream_init_console): Use internal_equal.
|
|
2068 (stream_canonicalize_console_connection): Ditto.
|
|
2069
|
|
2070 * fns.c (Fmember): Use internal_equal, to avoid a necessary
|
|
2071 funcall and NILP check.
|
|
2072 (Fold_member): Ditto for internal_old_equal.
|
|
2073 (Fassoc): Use XCAR when we know we deal with a cons. Use
|
|
2074 internal_equal. Removed tem.
|
|
2075 (Fold_assoc): Ditto.
|
|
2076 (Fassq): Use XCAR.
|
|
2077 (Frassoc): Use internal_equal; remove tem.
|
|
2078 (Fold_rassoc): Ditto for internal_old_equal.
|
|
2079 (Frassq): Use XCDR with what we know is a cons.
|
|
2080 (Fold_rassq): Ditto.
|
|
2081 (Fdelete): Use internal_equal.
|
|
2082 (Fold_delete): Ditto for internal_old_equal.
|
|
2083 (Fremassoc): Use internal_equal; use XCAR/XCDR with what we know
|
|
2084 is a cons.
|
|
2085 (Fremrassoc): Ditto.
|
|
2086
|
|
2087 * dired.c (Fdirectory_files): Nreverse the list only if it will be
|
|
2088 sorted.
|
|
2089
|
|
2090 Fri Sep 26 13:55:28 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2091
|
|
2092 * faces.c (update_face_cachel_data): Don't allow the
|
|
2093 background pixmap of the default face to override the
|
|
2094 background of a face if that color has been specified.
|
|
2095
|
|
2096 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
2097
|
|
2098 * dired.c (close_directory_fd): New function.
|
|
2099 (Fdirectory_files): Use it to set up an unwind-protection to close
|
|
2100 the descriptor.
|
|
2101 (Fdirectory_files): Allow QUIT in re_search.
|
|
2102 (Fdirectory_files): If the file is too big, allocate necessary
|
|
2103 data with malloc.
|
|
2104 (Fdirectory_files): Use simple Fcons to build the list.
|
|
2105 (close_directory_fd): Free the opaque pointer.
|
|
2106
|
|
2107 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
2108
|
|
2109 * extents.c (Fset_extent_properties): New function.
|
|
2110
|
|
2111 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
2112
|
|
2113 * dired.c (Fdirectory_files): Remove broken VMS stuff.
|
|
2114 (file_name_completion_stat): Ditto.
|
|
2115 (file_name_completion): Ditto.
|
|
2116 (Top Level): Ditto.
|
|
2117 (syms_of_dired): Ditto.
|
|
2118
|
|
2119 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
2120
|
|
2121 * widget.c (Fwidget_apply): Don't GCPRO result of Fwidget_get.
|
|
2122
|
|
2123 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
2124
|
|
2125 * symsinit.h: Declare syms_of_widget.
|
|
2126
|
|
2127 * emacsfns.h: Declare Fchar_syntax.
|
|
2128
|
|
2129 * bytecode.c (Fbyte_code): Call Fchar_syntax for the Bchar_syntax
|
|
2130 bytecode.
|
|
2131
|
|
2132 * syntax.c (Fchar_syntax): convert nil input to \000 for
|
|
2133 compatibility.
|
|
2134
|
|
2135 * alloc.c (report_pure_usage): Increase slop to 512 bytes in betas
|
|
2136 and reduce it to 4 bytes in releases.
|
|
2137
|
|
2138 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
2139
|
|
2140 * Makefile.in.in (objs): Add new C file widget.o.
|
|
2141
|
|
2142 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
2143
|
|
2144 * editfns.c (vars_of_editfns): New feature 'ampersand-full-name
|
|
2145 declared if AMPERSAND_FULL_NAME configuration option is enabled.
|
|
2146
|
|
2147 * callproc.c (vars_of_callproc): Update docstring of `data-directory'.
|
|
2148
|
|
2149 Sun Sep 21 14:14:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2150
|
|
2151 * lisp.h: underspecify lisp_fn_t function prototype
|
|
2152 to avoid compiler errors in inline_funcall_subr().
|
|
2153
|
|
2154 * eval.c (Fprogn): Walk forms list with XCDR, access
|
|
2155 with XCAR. Check forms list CONSP, so that XCDR and XCAR are
|
|
2156 safe.
|
|
2157
|
|
2158 * eval.c (Fsetq): replace Flength call with for-loop
|
|
2159 to compute list length. Walk arg list with XCDR,
|
|
2160 access with XCAR. Check arg list with CONSP, so that
|
|
2161 XCDR and XCAR are safe.
|
|
2162
|
|
2163 * eval.c: New macro inline_funcall_subr, an inline
|
|
2164 version of funcall_subr + primitive_funcall.
|
|
2165
|
|
2166 * eval.c (Feval): replace Flength call with for-loop
|
|
2167 to compute list length. Use XCAR and XCDR in some
|
|
2168 places where it is safe to do so. Use
|
|
2169 inline_funcall_subr() in place of funcall_subr().
|
|
2170
|
|
2171 * eval.c (funcall_recording_as): Use XCAR instead of
|
|
2172 Fcar where it was safe.
|
|
2173
|
|
2174 * eval.c (Fapply): replace Flength call with for-loop
|
|
2175 to compute list length.
|
|
2176
|
|
2177 * eval.c (apply_lambda):Use XCAR and XCDR in some
|
|
2178 places where it is safe to do so.
|
|
2179
|
|
2180 * eval.c (funcall_lambda): Walk param list with XCDR, access
|
|
2181 with XCAR. Check param list CONSP, so that XCDR and XCAR are
|
|
2182 safe.
|
|
2183
|
|
2184 * symbols.c (find_symbol_value): return quickly if no
|
|
2185 symbol magic is involved, to avoid the expensive call
|
|
2186 to find_symbol_value_1.
|
|
2187
|
|
2188 * symbols.c (store_symval_forwarding): don't call
|
|
2189 reject_constant_symbols unless there is a chance a
|
|
2190 constant symbol is involved. This break the
|
|
2191 encapsulation of the constants check, but symbol stores
|
|
2192 are used heavily and speed is most important than
|
|
2193 cleanliness in this case.
|
|
2194
|
|
2195 1997-09-21 Joel Peterson <tarzan@aosi.com>
|
|
2196
|
|
2197 * menubar.c (normalize-menu-item-name): New function.
|
|
2198
|
|
2199 1997-09-21 SL Baur <steve@altair.xemacs.org>
|
|
2200
|
|
2201 * keymap.c (get_relevant_extent_keymaps): Previous patch reversed.
|
|
2202
|
193
|
2203 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
2204
|
|
2205 * Makefile.in.in (xemacs): Adoption of shadow.el to print
|
|
2206 load-path shadowings after successful dump.
|
|
2207
|
|
2208 1997-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
2209
|
|
2210 * redisplay.c (scroll_conservatively): New variable.
|
|
2211 (redisplay_window): Use it.
|
|
2212
|
189
|
2213 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
2214
|
|
2215 * events.c (Fmake_event): Add default case, remove unused variables.
|
|
2216
|
|
2217 1997-08-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
2218
|
|
2219 * extents.c (extent_fragment_update): Trigger one_shot_function
|
|
2220
|
|
2221 * extents.c (set-extent-one-shot-function): New function
|
|
2222
|
|
2223 * extents.h (struct extent_auxiliary): Added one_shot_function
|
|
2224
|
|
2225 * extens.c: Added one_shot_function to assesor functions.
|
|
2226
|
|
2227 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2228
|
|
2229 * fileio.c (Fexpand_file_name): Don't treat "//" and "~/" in the
|
|
2230 middle of path specially.
|
|
2231
|
187
|
2232 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2233
|
|
2234 * event-stream.c (inhibit_input_event_recording): New boolean
|
|
2235 variable.
|
|
2236 (Fnext_event): Use it.
|
|
2237
|
|
2238 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
2239
|
|
2240 * fns.c (Fmapc): Renamed from Fmapc_internal.
|
|
2241
|
|
2242 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2243
|
|
2244 * database.c (Fmake_database): Expand FILE.
|
|
2245
|
|
2246 * redisplay.c (window-system): Warn against using it.
|
|
2247
|
|
2248 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
2249
|
|
2250 * emacs.c (PACKAGE_PATH): Reverse PACKAGE_PATH.
|
|
2251 Suggested by Colin Rafferty <craffert@ml.com>
|
|
2252
|
|
2253 1997-09-03 SL Baur <steve@altair.xemacs.org>
|
|
2254
|
|
2255 * print.c (print_internal): Special treatment for C-\.
|
|
2256
|
183
|
2257 1997-08-13 P E Jareth Hein <jareth@camelot-soft.com>
|
|
2258
|
|
2259 * insdel.c (buffer_delete_range): Changed the location where point
|
|
2260 was actually moved to after all other movement handling. This
|
|
2261 prevents a MULE related crash in VALID_BYTIND.
|
|
2262
|
|
2263 1997-08-11 SL Baur <steve@altair.xemacs.org>
|
|
2264
|
|
2265 * doc.c (Fsnarf_documentation): Semi-clarify types of weird
|
|
2266 functions.
|
|
2267
|
181
|
2268 1997-08-05 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
2269
|
|
2270 * eval.c (vars_of_eval): Updated docstring for `debug_on_error' to
|
|
2271 mention `debug-ignored-errors'.
|
|
2272
|
|
2273 1997-08-01 SL Baur <steve@altair.xemacs.org>
|
|
2274
|
|
2275 * emacsfns.h: Fix declaration.
|
|
2276
|
|
2277 * event-stream.c (syms_of_event_stream): HAVE_MENUBARS not
|
|
2278 HAVE_MENUBAR.
|
|
2279
|
179
|
2280 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
2281
|
|
2282 * frame-x.c (x_offix_drop_event_handler): Use stderr_out instead
|
|
2283 of fprintf.
|
|
2284
|
|
2285 * mule-coding.c (parse_iso2022_esc): Add abort() trap on unhandled
|
|
2286 condition.
|
|
2287
|
|
2288 * mule-wnnfns.c (Fwnn_dict_search): Remove unused variable.
|
|
2289 (Fwnn_hindo_update): Ditto.
|
|
2290 (Fwnn_inspect): Ditto.
|
|
2291 (Fwnn_bunsetu_henkou): Ditto.
|
|
2292
|
|
2293 * eval.c (call_with_suspended_errors): Fix Gcc warning:
|
|
2294 argument `retval' might be clobbered by `longjmp' or `vfork'
|
|
2295
|
|
2296 1997-07-30 SL Baur <steve@altair.xemacs.org>
|
|
2297
|
|
2298 * redisplay.c: `window-system' isn't going away any time soon.
|
|
2299
|
|
2300 1997-07-29 SL Baur <steve@altair.xemacs.org>
|
|
2301
|
|
2302 * callint.c (Fcall_interactively): Allow floating point numbers
|
|
2303 for `n' and `N' interactive specs.
|
|
2304
|
|
2305 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
2306
|
|
2307 * event-stream.c (command_builder_find_leaf): Fix typo in
|
|
2308 HAVE_MENUBARS.
|
|
2309
|
|
2310 * gui-x.c (popup_selection_callback): Fix typo in HAVE_MENUBARS.
|
|
2311
|
|
2312 * event-stream.c (syms_of_event_stream): accelerate_menu needed
|
|
2313 guards.
|
|
2314
|
|
2315 * emacs.c (vars_of_emacs): Main default package directory is now
|
|
2316 ${prefix}/lib/xemacs/packages.
|
|
2317
|
177
|
2318 1997-07-25 David Moore <dmoore@ucsd.edu>
|
|
2319
|
|
2320 * alloc.c (Fmake_byte_code): GC protect newly allocated function
|
|
2321 when looking up filename.
|
|
2322
|
|
2323 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
2324
|
|
2325 * Makefile.in.in: Added support for linking with dmalloc.
|
|
2326
|
|
2327 1997-07-25 P E Jareth Hein <jareth@camelot-soft.com>
|
|
2328
|
|
2329 * xselect.c (x_atom_to_symbol): Fixed a memory corruption bug
|
|
2330 where a possibly MULEified string was getting freed before use.
|
|
2331
|
|
2332 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
2333
|
|
2334 * callproc.c: New variable Vdata_directory_list.
|
|
2335 * emacsfns.h: Declare it.
|
|
2336
|
|
2337 * fns.c (Frequire): Undo previous change.
|
|
2338
|
|
2339 * print.c (print_internal): Handle circular objects like Emacs
|
|
2340 handles them (and as documented in the Lispref).
|
|
2341
|
|
2342 * database.c (Fputdatabase): Complain when `val' is not a string.
|
|
2343
|
|
2344 * event-stream.c (command_builder_find_leaf): Guard menubar
|
|
2345 accelerator stuffs with HAVE_MENUBAR.
|
|
2346 * gui-x.c (popup_selection_callback): Ditto.
|
|
2347
|
|
2348 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
2349
|
|
2350 * event-stream.c (menu_move_up): Guard menubar accelerator code
|
|
2351 with HAVE_MENUBARS.
|
|
2352
|
|
2353 * emacs.c (decode_path): New function, derived from latter portion
|
|
2354 of decode_env_path.
|
|
2355 (decode_env_path): Break out the naughty bits -- shouldn't do
|
|
2356 getenv and separator parsing in one function.
|
|
2357 New variable Vpackage_path.
|
|
2358 (vars_of_emacs): Use it.
|
|
2359
|
|
2360 * editfns.c (Fstring_to_char): Return nil instead of `0' for empty
|
|
2361 string.
|
|
2362
|
173
|
2363 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2364
|
|
2365 * fileio.c (Finsert_file_contents_internal): Handle non-regular
|
|
2366 files.
|
|
2367
|
|
2368 1997-07-12 Steven L Baur <steve@altair.xemacs.org>
|
|
2369
|
|
2370 * Makefile.in.in (LOCK_OBJ): Only include filelock.[co] when
|
|
2371 CLASH_DETECTION is defined.
|
|
2372
|
|
2373 1997-07-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2374
|
|
2375 * emacs.c (main_1): Spelling fix.
|
|
2376
|
|
2377 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
2378
|
|
2379 * Makefile.in.in (dump-elcs): Shouldn't use SATISFIED hack.
|
|
2380 (xemacs-no-site-file): Not supported any more.
|
|
2381 (binary): New dependency for dumping XEmacs.
|
|
2382 (xemacs): Attempt to be a little smarter about not dumping a new
|
|
2383 XEmacs if it is not needed.
|
|
2384 (temacs): Remove `xemacs' after success.
|
|
2385
|
171
|
2386 1997-07-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
2387
|
|
2388 * extents.c: Allow non-symbol properties of extents.
|
|
2389
|
|
2390 1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
2391
|
|
2392 * data.c (Fstring_to_number): Use `check_int_range'.
|
|
2393 (Fstring_to_number): Would bug out on wrong type check.
|
|
2394
|
|
2395 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
2396
|
|
2397 * data.c (Fcompiled_function_doc_string): Implement correctly.
|
|
2398 Was forgotten cut & paste identical clone to
|
|
2399 Fcompiled_function_interactive?
|
|
2400
|
|
2401 * Makefile.in.in (alloc.o): Remove dependency on puresize_adjust.h
|
|
2402 so alloc.c need not be recompiled when puresize changes.
|
|
2403
|
|
2404 * alloc.c (PURIFIED): Use get_PURESIZE() instead of constant.
|
|
2405 (check_purespace): Ditto.
|
|
2406 (alloc_pure_lrecord): Ditto.
|
|
2407 (report_pure_usage): Ditto.
|
|
2408 (disksave_object_finalization): Ditto.
|
|
2409 (report_pure_usage): Modify message reported when Build is
|
|
2410 restarted due to change in PURESIZE_ADJUSTMENT.
|
|
2411
|
|
2412 * puresize.h: Remove dependency on puresize_adjust.h.
|
|
2413 (get_PURESIZE): New function -- declare it.
|
|
2414
|
|
2415 * pure.c: Move final PURESIZE computation and include of
|
|
2416 puresize_adjust.h into here so alloc.c need not be recompiled each
|
|
2417 time the puresize is adjusted.
|
|
2418 (get_PURESIZE): New function.
|
|
2419
|
169
|
2420 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
2421
|
171
|
2422 * data.c (Fstring_to_number): Wrong parameter was being checked.
|
|
2423
|
169
|
2424 * emacs.c (vars_of_emacs): Fprovide the system type as a feature.
|
|
2425
|
|
2426 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
2427
|
|
2428 * data.c (Fstring_to_number): Fix typo. base isn't an integer.
|
|
2429
|
|
2430 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
|
|
2431
|
|
2432 * data.c, emacsfns.h: This is the port of GNU Emacs capability.
|
|
2433 I am still not sure what this buys us, but I guess it doesn't hurt
|
|
2434 to have it.
|
|
2435 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2436
|
|
2437 * glyphs.c (make_string_from_file): Use
|
|
2438 insert-file-contents-literally instead of
|
|
2439 insert-file-contents-internal.
|
|
2440
|
|
2441 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
2442
|
|
2443 * fns.c (check_losing_bytecode): Correct reported version.
|
|
2444
|
|
2445 * Makefile.in.in (${libsrc}DOC): Break up line length for stupid
|
|
2446 make programs.
|
|
2447
|
|
2448 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2449
|
|
2450 * emacsfns.h: Put void in prototype.
|
|
2451 Suggested by Ben Wing.
|
|
2452
|
|
2453 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2454
|
|
2455 * glyphs.c (make_string_from_file): must protect from
|
|
2456 `format-alist'.
|
|
2457
|
167
|
2458 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
2459
|
|
2460 * config.h.in: Back out previous change to LOSING_BYTECODE. It's
|
|
2461 just not worth it.
|
|
2462
|
|
2463 1997-06-27 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
2464
|
|
2465 * s/sol2.h: Undefined _XOPEN_SOURCE for Solaris 2.4.
|
|
2466
|
|
2467 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
2468
|
|
2469 * abbrev.c (abbrev_match): New function.
|
|
2470 (abbrev_oblookup): New function.
|
|
2471 (obarray_has_blank_p): New function.
|
|
2472 (abbrev_count_case): New function.
|
|
2473 (Fexpand_abbrev): Use them. Allow abbreviations to contain
|
|
2474 arbitrary characters.
|
|
2475
|
|
2476 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
2477
|
|
2478 * config.h.in: LOSING_BYTECODE will not be compiled into XEmacs.
|
|
2479
|
|
2480 * doc.c (Fsnarf_documentation): Remove VMS dependent stuff for
|
|
2481 cleanliness.
|
|
2482
|
|
2483 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
2484
|
|
2485 * print.c (Ferror_message_string): Simplify.
|
|
2486
|
|
2487 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
2488
|
|
2489 * symbols.c (Fdefine_function): Correct docstring.
|
|
2490 (Fsetplist): Ditto.
|
|
2491 (Ffset): Ditto.
|
|
2492 (Fsetq_default): Ditto.
|
|
2493
|
|
2494 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
2495
|
|
2496 * eval.c (skip_debugger): Removed comment and #ifdef-ed code.
|
|
2497 (signal_call_debugger): Call skip_debugger after wants_debugger.
|
|
2498 (signal_call_debugger): Gcpro cons sent to skip_debugger.
|
|
2499
|
|
2500 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
|
|
2501
|
|
2502 * process.c (create_process): Default to fork instead of vfork.
|
|
2503
|
|
2504 * callproc.c (Fcall_process_internal): Default to fork instead of
|
|
2505 vfork.
|
|
2506
|
|
2507 * emacsfns.h: Add declarations of Ferror_message_string(),
|
|
2508 Frunning_temacs_p().
|
|
2509
|
|
2510 * eval.c: Remove declarations of Ferror_message_string(),
|
|
2511 Frunning_temacs_p().
|
|
2512
|
|
2513 * Makefile.in.in (${libsrc}DOC): Correct dependency for the docfile.
|
|
2514 (${mo_dir}emacs.po): Remove obsolete references to lisp source.
|
|
2515
|
|
2516 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2517
|
|
2518 * mule-charset.c: Modify charset DOC-strings to be more detailed.
|
|
2519
|
165
|
2520 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
2521
|
|
2522 * alloc.c (Flist): Optimize.
|
|
2523 From Hrvoje Niksic.
|
|
2524
|
|
2525 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
2526
|
|
2527 * lisp.h: Get uintptr_t stuffs because it is needed for including
|
|
2528 emacsfns.h.
|
|
2529
|
|
2530 * sysdep.h: Removed uintptr_t stuffs.
|
|
2531
|
|
2532 1997-06-22 Steven L Baur <steve@altair.xemacs.org>
|
|
2533
|
|
2534 * fns.c (concat): Replace Fcar/Fcdr with XCAR/XCDR.
|
|
2535 (Fnreverse): Ditto.
|
|
2536 (internal_equal): Ditto.
|
|
2537 (internal_old_equal): Ditto.
|
|
2538 (Fnconc): Ditto.
|
|
2539 (Freverse): Saner implementation.
|
|
2540 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2541
|
|
2542 * s/linux.h: getpgrp with glibc is now properly detected by
|
|
2543 configure.
|
|
2544 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
2545
|
163
|
2546 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
2547
|
|
2548 * events.c: Remove declaration of Qempty.
|
|
2549
|
|
2550 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
2551
|
|
2552 * frame-x.c, EmacsFrame.c, menubar-x.c, redisplay-x.c, scrollbar-x.c:
|
|
2553 Make 64 bit clean.
|
|
2554
|
|
2555 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
2556
|
|
2557 * config.h.in:
|
|
2558 - Autodetect X defines using xmkmf.
|
|
2559 - Compute rpath on *bsd* systems as well.
|
|
2560 - rewrite PRINT_VAR m4 macro.
|
|
2561 - detect sizes of void* and long long for future use by unex*.c
|
|
2562 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
2563
|
|
2564 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
2565
|
|
2566 * Makefile.in:
|
|
2567 * s/*.h:
|
|
2568 * m/*.h:
|
203
|
2569 * config.h.in:
|
215
|
2570 * emacs.c:
|
163
|
2571 * version.sh:
|
|
2572 * configure.in: Another rewrite.
|
|
2573 - support powerpcle (Solaris on ppc)
|
|
2574 - Now just have one s/sol2.h for all Solaris versions
|
|
2575 - Specifying colon-separated directories actually works now.
|
|
2576 - OS_RELEASE is a new define to avoid proliferation of s&m files.
|
|
2577 - extract more stuff from s&m files.
|
|
2578 - more debugging info
|
|
2579 - More changes to avoid the `echo -e' problem
|
|
2580 - Add more tests: fcntl.h AC_TYPE_*, AC_FUNC_GETPGRP
|
|
2581 - Back out -lPW test.
|
|
2582 - More paranoid xpm test
|
|
2583 - Put version information in version.sh instead of version.el
|
|
2584 - Make quoted pre-processor string tokens out of all macro values
|
|
2585 to be used only by configure.
|
|
2586 * xmu.c: DON'T use Xos.h
|
|
2587 * sysdep.c (wait_for_termination):
|
|
2588 * search.c:
|
|
2589 * editfns.c:
|
|
2590 * console-*:
|
|
2591
|
|
2592 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
2593
|
|
2594 * unexelfsgi.c: Some things that Needed To Be Done(tm) into
|
|
2595 unexelfsgi:
|
|
2596 - support for .sbss section (no more -G 0 needed, 0.00001% speed
|
|
2597 increase)
|
|
2598 - support for Elf64 (64bits executables)
|
|
2599 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
2600
|
|
2601 * fns.c (Fmapvector): New function converted from Lisp.
|
|
2602 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2603
|
|
2604 Wed Jun 18 16:42:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2605
|
|
2606 * Makefile.in.in: Convert two missed C style comments.
|
|
2607 (LIBES): Remove LIBS_DEBUG which is no longer defined.
|
|
2608 (LIBES): lwlibs_libs was misspelled.
|
|
2609
|
|
2610 1997-06-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
2611
|
|
2612 * eval.c (vars_of_eval): New variable Vdebug_ignored_errors.
|
|
2613 (skip_debugger): New function; use Vdebug_ignored_errors.
|
|
2614 (signal_call_debugger): Use it.
|
|
2615
|
|
2616 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
2617
|
|
2618 * emacs.c (vars_of_emacs): Moved symbols emacs-version,
|
|
2619 emacs-major-version, and emacs-minor-version from version.el to
|
|
2620 here.
|
|
2621
|
|
2622 * general.c (syms_of_general): New symbols and, not, and or.
|
|
2623
|
|
2624 * emacsfns.h: New symbols Qand, Qnot, Qor.
|
|
2625
|
|
2626 * Makefile.in.in: Call temacs to compute lisp libraries to
|
|
2627 include in the DOC file.
|
|
2628
|
|
2629 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
2630
|
|
2631 * Makefile.in.in (lisp): Remove explicit mention of auto-autoloads.el.
|
|
2632
|
|
2633 Sat Jun 14 21:55:27 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2634
|
|
2635 * console.c (Fselect_console):
|
|
2636 Check DEVICE_SELECTED_FRAME of console's selected
|
|
2637 device for non-nil value before using it as a frame.
|
|
2638
|
161
|
2639 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
2640
|
|
2641 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid
|
|
2642 unavoidable Ebola notices in the bytecompiler.
|
|
2643
|
|
2644 * emacsfns.h: Fextent_in_region_p: Move.
|
|
2645
|
|
2646 * keymap.c Fextent_in_region_p: Move.
|
|
2647
|
|
2648 Fri Jun 13 00:38:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2649
|
215
|
2650 * console.c (Fsuspend_console):
|
161
|
2651 Disable input on ttys. Hide unhidden frames.
|
|
2652
|
215
|
2653 * console.c (Fresume_console):
|
161
|
2654 Enable input on ttys. Raise the device selected frame.
|
|
2655
|
|
2656 Fri Jun 13 00:25:46 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2657
|
|
2658 * process.c (status_notify):
|
|
2659 Revert back to the code that does not use
|
|
2660 save_excursion_restore. Just bounds check opoint
|
|
2661 instead.
|
|
2662
|
|
2663 * process.c (read_process_output):
|
|
2664 Bounds check saved clip region and point values for
|
|
2665 validity before using them. Call Fwiden before calling
|
|
2666 Fnarrow_to_region to insure values will not be out of
|
|
2667 range.
|
|
2668
|
|
2669 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
2670
|
|
2671 * alloc.c: Make the GC cursor appear on all frames.
|
|
2672 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2673
|
|
2674 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2675
|
|
2676 * data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and
|
|
2677 byte-compile-push-constant to list of ignored functions.
|
|
2678
|
|
2679 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
2680
|
|
2681 * bytecode.c (Bsave_current_buffer): Register.
|
|
2682 (Fbyte_code): Do action.
|
|
2683
|
|
2684 * editfns.c (Fsave_current_buffer): New SUBR.
|
|
2685
|
159
|
2686 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2687
|
|
2688 * syntax.c (Fchar_syntax): Handle case of being passed nil.
|
|
2689
|
|
2690 * data.c (eq_with_ebola_notice): Add more legitimate places in the
|
|
2691 bytecompiler that should not get Ebola notices.
|
|
2692
|
|
2693 Tue Jun 10 00:34:40 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2694
|
|
2695 * process.c (status_notify):
|
|
2696 Use record_unwind_protect and save_excursion_restore to
|
|
2697 handle the point and buffer restoration. Cleaner. Doesn't
|
|
2698 crash the editor if before/after-change-functions change
|
|
2699 things behind our back.
|
|
2700
|
|
2701 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
2702
|
|
2703 * data.c (vars_of_data): Set Ebola warning backtrace limit to 16.
|
|
2704 (eq_with_ebola_notice): Bypass Ebola warnings for special
|
|
2705 bytecompiler functions where they are 100% spurioius.
|
|
2706
|
|
2707 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2708
|
|
2709 * Makefile.in.in: Use lisp/mule/language/misc-lang.el instead of
|
|
2710 lisp/mule/ipa-hooks.el.
|
|
2711
|
|
2712 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2713
|
|
2714 * Makefile.in.in: Use lisp/mule/language/thai.elc instead of
|
|
2715 lisp/mule/thai-hooks.elc.
|
|
2716
|
|
2717 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2718
|
|
2719 * Makefile.in.in: Use lisp/mule/language/chinese.el,
|
|
2720 lisp/mule/language/cyrillic.el, lisp/mule/language/european.el,
|
|
2721 lisp/mule/language/greek.el, lisp/mule/language/japanese.el and
|
|
2722 lisp/mule/language/korean.el instead of
|
|
2723 lisp/mule/chinese-hooks.el, lisp/mule/cyrillic-hooks.el,
|
|
2724 lisp/mule/european-hooks.el, lisp/mule/greek-hooks.el,
|
|
2725 lisp/mule/japanese-hooks.el and lisp/mule/korean-hooks.el.
|
|
2726
|
157
|
2727 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
2728
|
|
2729 * keymap.c: Declare Fextent_in_region_p.
|
|
2730
|
|
2731 * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW
|
|
2732 is determined more sensibly.
|
|
2733
|
|
2734 1997-06-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
2735
|
|
2736 * keydefs.c (get_relevant_extent_keymaps): Choose correct keymap
|
|
2737 at extent boundaries.
|
|
2738
|
|
2739 Mon Jun 9 19:35:19 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2740
|
|
2741 * redisplay.c (pixel_to_glyph_translation):
|
|
2742 Fixed off by one error in computation of closest
|
|
2743 position when mouse is in the frame's right-side
|
|
2744 border area.
|
|
2745
|
|
2746 Sat Jun 7 22:07:41 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2747
|
|
2748 * frame.c (delete_frame_internal):
|
|
2749 Calling Fselect_frame isn't sufficient to set the
|
|
2750 frame device's selected frame if the frame we're
|
|
2751 selecting is on a different device. Call
|
|
2752 set_device_selected_frame apprpriately in that case.
|
|
2753 Also don't set the frame device's selected frame to a
|
|
2754 frame that's on another device.
|
|
2755
|
|
2756 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
2757
|
|
2758 * sysdep.c: MS Windows NT doesn't (yet) do child TTY processes.
|
|
2759 From David Hobley <davidh@wr.com.au>
|
|
2760
|
|
2761 Sat Jun 7 22:00:54 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2762
|
215
|
2763 * device-x.c (x_delete_device):
|
157
|
2764 Add an EQ check so that we don't set Vdefault_x_device
|
|
2765 back to the device we're deleting.
|
|
2766
|
155
|
2767 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
2768
|
|
2769 * frame.c (Fmake_frame): Correct checking of first_frame_on_device.
|
|
2770 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2771
|
|
2772 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
2773
|
|
2774 * device.c (delete_deviceless_console): New function.
|
|
2775 (Fmake_device): Use it. Fix problem of creation of a frame on a
|
|
2776 tty where something fails during initialization.
|
|
2777 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
2778
|
|
2779 * specifier.c (Fboolean_specifier_p): Correct spelling in
|
|
2780 Docstring (synch from Infodock 3.5).
|
|
2781
|
|
2782 * frame.c: Update docstring.
|
|
2783
|
|
2784 1997-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
2785
|
|
2786 * sysdep.c (tty_init_sys_modes_on_device): Initialize it.
|
|
2787
|
|
2788 * console.c (complex_vars_of_console): New variable
|
|
2789 `tty-erase-char'.
|
|
2790
|
|
2791 * conslots.h (MARKED_SLOT): New slot.
|
|
2792
|
|
2793 Mon Jun 2 02:49:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2794
|
|
2795 * frame.c, frame-tty.c
|
|
2796 Treat tty frames like a cross between stacked window
|
|
2797 system frames and frames on virtual displays. All
|
|
2798 frames but the top frame are visible but hidden by
|
|
2799 default. next-frame and previous-frame now skip
|
|
2800 invisible tty frames by default. raise-frame and
|
|
2801 lower-frame now control whether a frame is hidden
|
|
2802 instead of whether it is visible. Frames are no
|
|
2803 longer automatically raised when they are selected.
|
|
2804 After a raise/lower operation selection of the new
|
|
2805 topmost frame is deferred until a selection magic
|
|
2806 event is read.
|
|
2807
|
|
2808 Sat May 31 19:59:49 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2809
|
|
2810 * frame-tty.c (tty_init_frame_3:
|
|
2811 Defer selection of the newly created frame until
|
|
2812 an event is read.
|
|
2813
|
|
2814 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
2815
|
|
2816 * search.c (REGEXP_CACHE_SIZE): Bump to 20.
|
|
2817 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2818
|
|
2819 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
2820
|
|
2821 * device-tty.c (tty_asynch_device_change):
|
|
2822 * gpmevent.c (connect_to_gpm): Makes it so it doesn't **ck up the
|
|
2823 mouse stuff on an XTerm, and resets the internal GPM variables for
|
|
2824 the width and height of the screen when we get a sigwinch.
|
|
2825 From William M. Perry <wmperry@aventail.com>
|
|
2826
|
153
|
2827 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2828
|
|
2829 * eval.c (Fprogn): Delete mocklisp support.
|
|
2830 (Fwhile): Ditto.
|
|
2831 (Fcommandp): Ditto.
|
|
2832 (Feval): Ditto.
|
|
2833 (funcall_recording_as): Ditto.
|
|
2834 (funcall_lambda): Ditto.
|
|
2835
|
|
2836 * elhash.c (verify_function): Delete mocklisp support.
|
|
2837
|
|
2838 * doc.c (Fdocumentation): Delete mocklisp support.
|
|
2839
|
|
2840 * data.c (wrong_type_argument): Delete mocklisp support.
|
|
2841
|
|
2842 * config.h.in: Delete mocklisp support.
|
|
2843
|
|
2844 * callint.c (Fcall_interactively): Delete mocklisp support.
|
|
2845
|
|
2846 * emacs.c (main_1): Delete mocklisp initialization.
|
|
2847
|
|
2848 * symsinit.h: Delete mocklisp.c decls.
|
|
2849
|
|
2850 * Makefile.in.in: Delete mocklisp stuffs.
|
|
2851
|
|
2852 Thu May 29 03:00:16 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
2853
|
|
2854 * frame.c (change_frame_size_1):
|
|
2855 Drop code that returns immediately if the old frame
|
|
2856 size is equal to the new.
|
|
2857 Leave the minibuffer height the same if the frame has
|
|
2858 been initialized, and the minibuffer height is tall
|
|
2859 enough to display at least one line of text in the default
|
|
2860 font, and the old minibuffer height is a multiple of the
|
|
2861 default font height. This should cause the minibuffer
|
|
2862 height to be recomputed on font changes but not for
|
|
2863 other frame size changes, which seems reasonable.
|
|
2864
|
|
2865 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
2866
|
|
2867 * event-stream.c (Frecent_keys): Take optional parameter to
|
|
2868 indicate how many keystrokes to return.
|
|
2869 (Frecent_keys_ring_size): New function returns the maximum number
|
|
2870 of events `recent-keys' can return.
|
|
2871 (Fset_recent_keys_ring_size): New function. Modifies the above.
|
|
2872
|
|
2873 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2874
|
|
2875 * event-stream.c: New variable recent_keys_ring_size replacing a
|
|
2876 hard-coded macro.
|
|
2877
|
|
2878 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
2879 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2880
|
|
2881 * sysdep.c: Correction of subprocess support when compiling
|
|
2882 without ttys.
|
|
2883
|
151
|
2884 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
2885
|
|
2886 * editfns.c (format-time-string): Update DOCstring. Make time
|
|
2887 parameter optional.
|
|
2888
|
|
2889 Wed May 21 11:58:17 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
2890
|
215
|
2891 * insdel.c (signal_first_change):
|
151
|
2892 record the current buffer for the unwind instead of the
|
|
2893 buffer that's about to become the current buffer.
|
|
2894
|
|
2895 Tue May 20 23:23:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2896
|
|
2897 * frame.c: Correct spelling typo in docstring.
|
|
2898
|
|
2899 Mon May 19 03:40:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
2900
|
215
|
2901 * redisplay.c: (window_line_number)
|
151
|
2902 don't prefer buffer point value over window point
|
|
2903 value unless window, frame, device and console are
|
|
2904 all selected.
|
|
2905
|
215
|
2906 * redisplay.c: (redisplay_window)
|
151
|
2907 don't prefer buffer point value over window point
|
|
2908 value unless window, frame, device and console are
|
|
2909 all selected.
|
|
2910
|
215
|
2911 * redisplay.c: (create_text_block)
|
151
|
2912 don't prefer buffer point value over window point
|
|
2913 value unless window, frame, device and console are
|
|
2914 all selected.
|
|
2915
|
|
2916 Sun May 18 13:03:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2917
|
|
2918 * Makefile.in.in (distclean): remove xemacs-version.h.
|
|
2919
|
149
|
2920 Sun May 11 13:38:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
2921
|
215
|
2922 * frame.c (change_frame_size_1):
|
149
|
2923 return without doing anything if the frame has benn
|
|
2924 initialized and the new frame size is same as the
|
|
2925 current frame size.
|
|
2926
|
|
2927 Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2928
|
|
2929 * device-tty.c (tty_asynch_device_change): Make
|
|
2930 `no-redraw-on-reenter' work. Patch from Hrvoje Niksic.
|
|
2931
|
|
2932 Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2933
|
|
2934 * frame-tty.c: Support multiple frames.
|
|
2935
|
|
2936 * redisplay.c (decode_mode_spec): New coding `%N'.
|
|
2937
|
146
|
2938 Sun May 11 23:36:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2939
|
|
2940 * buffer.c: Rename Vdelete_auto_save_files to coding standards.
|
|
2941
|
|
2942 * frame.c: Rename Vallow_deletion_of_last_visible_frame to coding
|
|
2943 standards.
|
|
2944
|
142
|
2945 Thu May 8 19:10:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2946
|
|
2947 * frame.c: Change internal type of
|
|
2948 `allow-deletion-of-last-visible-frame' to boolean.
|
|
2949
|
|
2950 * buffer.c: Change internal type of `delete-auto-save-files' to
|
|
2951 boolean.
|
|
2952
|
|
2953 Sat May 3 15:28:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2954
|
|
2955 * redisplay.c: `column-number-start-at-one' is a user customizable
|
|
2956 variable.
|
|
2957
|
|
2958 * event-stream.c (vars_of_event_stream): `focus-follows-mouse' is
|
|
2959 a user customizable variable.
|
|
2960
|
|
2961 * cmds.c (vars_of_cmds): `signal-error-on-buffer-boundary' is a
|
|
2962 user customizable variable.
|
|
2963
|
|
2964 * lread.c (parse_integer): Fix incorrect upper bounds on loop.
|
|
2965
|
140
|
2966 Thu May 1 18:59:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2967
|
|
2968 * glyphs-x.c (Fmake_subwindow): Update error message.
|
|
2969
|
|
2970 Wed Apr 30 18:07:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2971
|
|
2972 * lread.c: New variable featurep.
|
|
2973 (read1): Add processing for #- and #+.
|
|
2974 (read_list_conser): Handle case where a feature test has removed a
|
|
2975 portion of the input stream.
|
|
2976 (vars_of_lread): New feature `xemacs'.
|
|
2977
|
|
2978 * fns.c (Ffeaturep): Remove function when using #-, #+ feature
|
|
2979 reader syntax.
|
|
2980
|
|
2981 * Makefile.in.in (lisp): Put features.elc in the dump list.
|
|
2982
|
|
2983 Thu May 1 05:24:25 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2984
|
|
2985 * buffer.c (Fmake_indirect_buffer): Don't pretend it's there.
|
|
2986
|
138
|
2987 Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2988
|
|
2989 * glyphs-x.c: libpng already includes setjmp.h, so don't attempt
|
|
2990 to include it twice.
|
|
2991
|
|
2992 Thu Apr 24 09:14:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2993
|
|
2994 * balloon-x.c (vars_of_balloon_x): Don't override advertised and
|
|
2995 supported balloon-help.
|
|
2996
|
136
|
2997 Tue Apr 22 11:54:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2998
|
|
2999 * emacs.c (main_1): Add syms_of_balloon_x and guard with
|
|
3000 HAVE_X_WINDOWS.
|
|
3001 (main_1): Add vars_of_balloon_x and guard with HAVE_X_WINDOWS.
|
|
3002
|
|
3003 * process.c (get_process): This function can be passed a BUFFER as
|
|
3004 a parameter.
|
|
3005
|
|
3006 Tue Apr 22 01:32:00 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
3007
|
215
|
3008 * menubar-x.c (pre_activate_hook):
|
136
|
3009 set in_menu_callback around call to call to
|
|
3010 menu_item_descriptor_to_widget_value.
|
|
3011
|
215
|
3012 * event-stream.c (Fnext_event):
|
136
|
3013 signal error if in_menu_callback non-nil to avoid
|
|
3014 reentering the menubar code and causing a crash later.
|
|
3015
|
215
|
3016 * cmdloop.c (command_loop_3):
|
136
|
3017 signal error if in_menu_callback non-nil to avoid
|
|
3018 inflooping calling Fnext_event, which will signal an
|
|
3019 error if the situation is not caught earlier.
|
|
3020
|
|
3021 Tue Apr 22 08:22:22 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3022
|
|
3023 * balloon-x.c, balloon_help.c, balloon_help.h: Modified to conform
|
|
3024 to XEmacs coding standards.
|
|
3025
|
134
|
3026 Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3027
|
|
3028 * balloon-x.c: New file from Douglas Keller.
|
|
3029
|
|
3030 * balloon_help.c: New file from Douglas Keller.
|
|
3031
|
|
3032 * balloon_help.h: New file from Douglas Keller.
|
|
3033
|
126
|
3034 Sun Apr 13 09:56:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3035
|
|
3036 * emacs.c (shut_down_emacs): Advertise using send-pr as the
|
|
3037 mechanism for submitting a bug report.
|
|
3038
|
|
3039 * Makefile.in.in: Handle pathological case of mis-autodetected
|
|
3040 TOOLTALK.
|
|
3041
|
|
3042 Sun Apr 13 11:33:34 1997 David Moore <dmoore@ucsd.edu>
|
|
3043
|
|
3044 * regex.c (re_search_2): Prevent incorrect matching and infinite
|
|
3045 loop with \\` and MULE.
|
|
3046
|
124
|
3047 Sat Apr 12 05:57:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3048
|
|
3049 * Makefile.in.in (lisp): Dump cus-start.elc with XEmacs.
|
|
3050
|
|
3051 * event-Xt.c (x_to_emacs_keysym): Allow for dead keys. (Patch
|
|
3052 from Joachim Schnitter).
|
|
3053
|
|
3054 * Makefile.in.in: Allow native sound for BSD/I.
|
|
3055
|
|
3056 * linuxplay.c: Rename global sndbuf to linuxplay_sndbuf.
|
|
3057 Make sndbuf, mix_fd, audio_vol, audio_fd, audio_dev non-static to
|
|
3058 avoid dump time lossage.
|
|
3059 (sndcnv8U_2mono): Rename global sndbuf to linuxplay_sndbuf.
|
|
3060 (sndcnv8S_2mono): Ditto.
|
|
3061 (sndcnv2monounsigned): Ditto.
|
|
3062 (sndcnv2unsigned): Ditto.
|
|
3063 (sndcnvULaw_2mono): Ditto.
|
|
3064 (sndcnv16_2monoLE): Ditto.
|
|
3065 (sndcnv16_2monoBE): Ditto.
|
|
3066 (sndcnv2byteLE): Ditto.
|
|
3067 (sndcnv2byteBE): Ditto.
|
|
3068 (sndcnv2monobyteLE): Ditto.
|
|
3069 (sndcnv2monobyteBE): Ditto.
|
|
3070 (linux_play_data_or_file): Ditto.
|
|
3071 (linux_play_data_or_file): Ditto.
|
|
3072 (linux_play_data_or_file): Ditto.
|
|
3073
|
|
3074 Sat Apr 12 01:59:14 1997 Kyle Jones <kyle_jones@WonderWorks.COM>
|
|
3075
|
|
3076 * glyphs-x.c, glyphs.c, glyphs.h: Added domain parameter to all
|
|
3077 image *_instantiate functions so that the domsin is available to
|
|
3078 specifier lookups in the various instantiator functions. Passed
|
|
3079 domain argument to extract_xpm_color_names for the
|
|
3080 Fspecifier_instance call.
|
|
3081
|
|
3082 Fri Apr 11 20:02:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3083
|
|
3084 * glyphs-x.c (extract_xpm_color_names): Add checking to handle
|
|
3085 case for when XEmacs is in initialization.
|
|
3086
|
|
3087 * events.c (Fevent_type): Remove handling for dead_event.
|
|
3088 (Fevent_properties): Remove handling for dead_event.
|
|
3089
|
|
3090 Thu Apr 10 20:41:53 1997 David Moore <dmoore@ucsd.edu>
|
|
3091
|
|
3092 * ntproc.c (sys_spawnve): Clean up GC protection.
|
|
3093
|
|
3094 * fileio.c (Ffile_executable_p): Clean up GC protection.
|
|
3095
|
122
|
3096 Thu Apr 10 12:48:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3097
|
|
3098 * glyphs.c: Undo duplicate declaration of display_table.
|
|
3099
|
|
3100 * glyphs.h: Back out name change of autodetect to
|
|
3101 automatic_conversion.
|
|
3102
|
|
3103 * glyphs.c: Back out name change of autodetect to
|
|
3104 automatic_conversion.
|
|
3105
|
|
3106 * glyphs-x.c (image_instantiator_format_create_glyphs_x): Back out
|
|
3107 name change of autodetect to automatic_conversion.
|
|
3108
|
|
3109 * events.c (Fevent_properties): Do something sensible for
|
|
3110 dead_event and empty_event.
|
|
3111
|
|
3112 * general.c: Restore autodetect symbol.
|
|
3113
|
|
3114 * emacsfns.h: Declare new symbol Qempty.
|
|
3115
|
|
3116 * general.c: Add symbol to identify empty events.
|
|
3117
|
|
3118 * events.c (Fevent_type): Don't abort() when presented with an
|
|
3119 empty_event or a dead_event.
|
|
3120
|
120
|
3121 Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu>
|
|
3122
|
|
3123 * xmu.c: Renamed local `initialized' variable to `hex_initialized'
|
|
3124 and don't assign to static, as some compilers crash.
|
|
3125 (initHexTable): Use it.
|
|
3126 (XmuReadBitmapData): Use it.
|
|
3127
|
|
3128 Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu>
|
|
3129
|
|
3130 * fileio.c (Fexpand_file_name): Clean up GC protection.
|
|
3131
|
|
3132 * dired.c (Fdirectory_files): Clean up GC protection.
|
|
3133
|
|
3134 * insdel.c (signal_after_change): Don't run after_change_functions
|
|
3135 on special Vprin1_to_string_buffer.
|
|
3136 (signal_before_change): Ditto for before_change_functions.
|
|
3137
|
|
3138 Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu>
|
|
3139
|
|
3140 * buffer.c (Fkill_buffer): Don't kill special
|
|
3141 Vprin1_to_string_buffer.
|
|
3142
|
|
3143 Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3144
|
|
3145 * Makefile.in.in (xemacs-version.h): Added to rename main_1 to
|
|
3146 something reflecting the XEmacs version in use (for lusers
|
|
3147 reporting crashes who forget to include the version number).
|
|
3148
|
|
3149 * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP.
|
|
3150
|
|
3151 * sound.c: Strip HAVE_NEXTSTEP.
|
|
3152
|
|
3153 * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP.
|
|
3154
|
|
3155 * faces.c: Strip HAVE_NEXTSTEP.
|
|
3156 (update_EmacsFrame): Ditto.
|
|
3157
|
|
3158 * events.c (event_equal): Strip HAVE_NEXTSTEP.
|
|
3159 (event_hash): Ditto.
|
|
3160 (format_event_object): Ditto.
|
|
3161
|
|
3162 * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP.
|
|
3163
|
|
3164 * emacs.c (main_1): Strip HAVE_NEXTSTEP.
|
|
3165 Attempt hack to change name of main_1 to something reflecting the
|
|
3166 current version for lusers who don't include version numbers with
|
|
3167 stack backtraces.
|
|
3168
|
|
3169 * device.c: Strip HAVE_NEXTSTEP.
|
|
3170
|
|
3171 * console.c (Fconsole_type): Remove reference to unimplemented ns
|
|
3172 windows type.
|
|
3173
|
|
3174 Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3175
|
|
3176 * frame.h: Strip NeXTStep stuff.
|
|
3177
|
|
3178 * device.h: Strip NeXTStep stuff.
|
|
3179
|
|
3180 * console.h: More NeXTStep trimming.
|
|
3181
|
|
3182 * console-x.h: Strip Epoch stuff.
|
|
3183
|
|
3184 * symsinit.h (init_sunpro): Strip vms/Epoch stuff.
|
|
3185
|
|
3186 * events.h (union magic_data): Strip NeXTStep stuff.
|
|
3187
|
|
3188 * console.h: Strip NeXTStep stuff.
|
|
3189
|
|
3190 * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out.
|
|
3191
|
|
3192 * Makefile.in.in: Remove unused NeXTStep support. It's all in the
|
|
3193 cvs attic if someone wishes to revive it.
|
|
3194 (epoch.o): Remove last vestiges of non-existent epoch support.
|
|
3195
|
|
3196 Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3197
|
|
3198 * fns.c: Correct DOC string to not equate integers and
|
|
3199 characters.
|
|
3200
|
118
|
3201 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com>
|
|
3202
|
|
3203 * s/decosf4.0-static.h: New file.
|
|
3204
|
|
3205 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3206
|
|
3207 * config.h.in: MAIL_USE_POP, KERBEROS, HESIOD -- new parameters to
|
|
3208 deal with upgraded movemail.c.
|
|
3209
|
|
3210 Fri Mar 28 19:25:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3211
|
|
3212 * inline.c: Restore this blasphemous file.
|
|
3213
|
|
3214 * Makefile.in.in (inline.o): Restore the bletcherous
|
|
3215 inline.c.
|
|
3216
|
116
|
3217 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
3218
|
|
3219 * fileio.c (barf_or_query_if_file_exists): GC fixes.
|
|
3220 (Ffile_readable_p): ditto.
|
|
3221 (Ffile_writable_p): ditto.
|
|
3222 (Ffile_symlink_p): ditto.
|
|
3223 (Ffile_accessible_directory_p): ditto.
|
|
3224
|
|
3225 * sound.c (Fplay_sound_file): Fix up gc problems with file
|
|
3226 handlers.
|
|
3227
|
|
3228 * buffer.c (Fkill_buffer): Fix up buffer killing problems with
|
|
3229 file handlers.
|
|
3230
|
|
3231 * sysdep.c (sys_subshell): Fix up gc problems with file handlers.
|
|
3232
|
|
3233 * callproc.c (Fcall_process_internal): Fix up gc problems with
|
|
3234 file handlers.
|
|
3235 Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3236
|
|
3237 * ralloc.c (MHASH): Make 64bit Alpha happier.
|
|
3238
|
|
3239 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
3240
|
|
3241 * fileio.c (auto_save_expand_name_error): New function.
|
|
3242 (auto_save_expand_name): Ditto.
|
|
3243 (Fdo_auto_save): Protect against an error in Fexpand_file_name
|
|
3244 from kicking us inappropriately out of auto-save.
|
|
3245
|
|
3246 Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3247
|
|
3248 * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc
|
|
3249 2.1 (suggested by Andreas Jaeger).
|
|
3250
|
|
3251 Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu>
|
|
3252
|
|
3253 * profile.c: Fixed some comments about GC status of functions.
|
|
3254
|
|
3255 * profile.c (inside_profiling): New variable to lock the
|
|
3256 profiling table.
|
|
3257 (sigprof_handler): Check it.
|
|
3258 (Fget_profiling_info): Set it.
|
|
3259 (mark_profiling_info): Set it.
|
|
3260 (Fclear_profiling_info): Set it.
|
|
3261
|
|
3262 * eval.c (PUSH_BACKTRACE): New macro.
|
|
3263 (POP_BACKTRACE): Ditto.
|
|
3264
|
|
3265 * eval.c (Fcommand_execute): Use them and fix problem with
|
|
3266 backtrace_list build ordering requirements for profiling code.
|
|
3267 (Feval): Ditto.
|
|
3268 (funcall_recording_as): Ditto.
|
|
3269
|
114
|
3270 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3271
|
|
3272 * Makefile.in.in: strip inline.o.
|
|
3273
|
|
3274 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu>
|
|
3275
|
|
3276 * fileio.c (call2_check_string_or_nil): New function.
|
|
3277 (Ffile_name_directory): Use it.
|
|
3278 (Fsubstitute_in_file_name): Use it.
|
|
3279
|
|
3280 * fileio.c (Fexpand_file_name): GC protect against file handlers.
|
|
3281 (Fdelete_file): ditto
|
|
3282 (Ffile_writable_p): ditto
|
|
3283 (Ffile_directory_p): ditto
|
|
3284 (Ffile_regular_p): ditto
|
|
3285 (Fset_file_modes): ditto
|
|
3286 (Ffile_newer_than_file_p): ditto
|
|
3287 (Fset_visited_file_modtime): ditto
|
|
3288
|
|
3289 *fileio.c (Ffile_truename): Unneccessary GC protection.
|
|
3290 (Fdelete_directory): Fix broken caller-must-GC-protect call.
|
|
3291
|
|
3292 * filelock.c (lock_file): New comments warning that this function
|
|
3293 may kill the current buffer.
|
|
3294 (unlock_file): ditto
|
|
3295 (Flock_buffer): ditto
|
|
3296 (Funlock_buffer): ditto
|
|
3297 (unlock_buffer): ditto
|
|
3298
|
|
3299 * filelock.c (unlock_all_files): GC protect against unlock_file
|
|
3300 killing random buffers.
|
|
3301
|
|
3302 * buffer.c (Fkill_buffer): GC protect against unlock_file killing
|
|
3303 the buffer.
|
|
3304
|
|
3305 * insdel.c (prepare_to_modify_buffer): GC protect against
|
|
3306 lock_file() killing the buffer.
|
|
3307
|
|
3308 Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3309
|
|
3310 * mule-coding.c (vars_of_mule_coding): Add
|
|
3311 enable-multibyte-characters for MULE compatibility.
|
|
3312
|
|
3313 Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3314
|
|
3315 * glyphs-x.c: Implement a dummy function to insert a fake EOI
|
|
3316 marker if called. Based on code from William Perry.
|
|
3317
|
|
3318 Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3319
|
|
3320 * menubar-x.c (pre_activate_callback): Attempt to avoid recursive
|
|
3321 expansion of submenus via :filter expansion.
|
|
3322
|
|
3323 * glyphs-x.c (x_print_image_instance): Move define of
|
|
3324 HAVE_SUBWINDOWS to glyphs-x.h.
|
|
3325 (our_skip_input_data): Implement with some error checking based on
|
|
3326 patch by Dominic Froud.
|
|
3327
|
|
3328 * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from
|
|
3329 barfing.
|
|
3330
|
|
3331 Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3332
|
|
3333 * glyphs-x.c: Strip unimplemented subwindows code.
|
|
3334
|
112
|
3335 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu>
|
|
3336
|
|
3337 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the
|
|
3338 first image out of a multi-image or animated gif.
|
|
3339
|
|
3340 Mon Mar 17 15:27:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3341
|
|
3342 * Makefile.in.in (xemacs): Invert sense of test for successful
|
|
3343 completion of XEmacs dump.
|
|
3344
|
110
|
3345 Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu>
|
|
3346
|
|
3347 * fileio.c (Fdo_auto_save): Protect against file handlers which
|
|
3348 may kill the buffer being saved or otherwise modify Vbuffer_alist.
|
|
3349
|
|
3350 Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3351
|
|
3352 * Makefile.in.in (lisp): Add auto-customize.elc.
|
|
3353
|
|
3354 Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu>
|
|
3355
|
|
3356 * extents.c (extent_changed_for_redisplay): New parameter.
|
|
3357 (extent_changed_for_redisplay): Notify redisplay if invisible text
|
|
3358 has become visible.
|
|
3359 (extent_maybe_changed_for_redisplay): New parameter.
|
|
3360 (extent_attach): Use it.
|
|
3361 (extent_detach): Use it.
|
|
3362 (Fset_extent_parent): Use it.
|
|
3363 (set_extent_invisible): Use visibility change parameter.
|
|
3364 (Fset_extent_face): Ditto.
|
|
3365 (Fset_extent_mouse_face): Ditto.
|
|
3366 (set_extent_glyph): Ditto.
|
|
3367 (do_highlight): Ditto.
|
|
3368
|
|
3369 Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3370
|
|
3371 * s/sunos4-1-4-shr.h: New file.
|
|
3372
|
|
3373 * s/sunos4-1-4.h: New file.
|
|
3374
|
|
3375 * s/sunos4-1.h (BROKEN_SIGIO): Define.
|
|
3376
|
|
3377 Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3378
|
|
3379 * emacs.c (fatal_error_signal): (mostly) useless check on
|
|
3380 /usr/proc/bin/pstack removed.
|
|
3381
|
|
3382 * s/bsdos3.h: New file for BSDI 3.0.
|
|
3383
|
|
3384 * editfns.c (Fchar_equal): Correct DOC string.
|
|
3385 (Fchar_Equal): (char=) CL Case sensitve comparison added.
|
|
3386
|
|
3387 * data.c (Fcharacterp): Make DOC string less confrontational.
|
|
3388
|
|
3389 Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3390
|
|
3391 * input-method-motif.c (XIM_init_frame): Fix XIM crash on some
|
|
3392 versions of X11R6 XIM.
|
|
3393
|
|
3394 Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
3395
|
|
3396 * minibuf.c (regexp_ignore_completion_p): Reverse meaning of
|
|
3397 completion-regexp-list.
|
|
3398
|
108
|
3399 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3400
|
|
3401 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!!
|
|
3402 message.
|
|
3403
|
|
3404 Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3405
|
|
3406 * process.c (get_internet_address): Put upper bounds on attempting
|
|
3407 to get system name (similar to nearly identical processing in
|
|
3408 sysdep.c.
|
|
3409
|
|
3410 Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3411
|
|
3412 * puresize.h (PURESIZE): *Must* use angle brackets for
|
|
3413 puresize_adjust.h or build will lose with --srcdir.
|
|
3414
|
|
3415 * alloc.c (report_pure_usage): Adjust error message printed when
|
|
3416 too low on PURESIZE.
|
|
3417
|
|
3418 * Makefile.in.in: Move site-packages.
|
|
3419 Add vpath correction for puresize_adjust.h.
|
|
3420
|
106
|
3421 Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3422
|
|
3423 * Makefile.in.in (lisp): Remove custom-xmas.elc.
|
|
3424
|
104
|
3425 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3426
|
|
3427 * doc.c (weird_doc): Don't print `duplicate' messages as they are
|
|
3428 almost always due to symbols that are both autoloaded and dumped.
|
|
3429
|
|
3430 * data.c (syms_of_data): char-int and int-char -> char-to-int and
|
|
3431 int-to-char.
|
|
3432
|
|
3433 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3434
|
|
3435 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
|
|
3436
|
|
3437 * lstream.c (signal_simple_internal_error): Remove the abort().
|
|
3438
|
|
3439 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
|
|
3440 (Fgarbage_collect): Disable garbage collection if we're dumping
|
|
3441 XEmacs and we've overflowed purespace.
|
|
3442
|
|
3443 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
3444
|
|
3445 * event-Xt.c (change_frame_visibility): New function.
|
|
3446 (handle_map_event): Use it.
|
|
3447 (emacs_Xt_handle_magic_event): Correction of handling of
|
|
3448 VisibilityNotify.
|
|
3449
|
|
3450 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3451
|
|
3452 * frame-x.c (x_frame_visible_p): Reverse previous change.
|
|
3453
|
|
3454 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
|
|
3455
|
|
3456 * regex.c (re_search_2): Properly handle crossing the buffer gap
|
|
3457 when doing a backwards search under MULE.
|
|
3458
|
102
|
3459 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3460
|
|
3461 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
|
|
3462 site-loaded lisp files.
|
|
3463
|
|
3464 * alloc.c (report_pure_usage): Adjust restart message.
|
|
3465
|
|
3466 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3467
|
|
3468 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
|
|
3469
|
|
3470 * alloc.c (PURESIZE_h): New function.
|
|
3471 (report_pure_usage): Use it. If PURESIZE is not the right amount,
|
|
3472 use the correct value.
|
|
3473
|
|
3474 * puresize.h: Use dynamic computation of PURESIZE.
|
|
3475
|
|
3476 * PURESIZE.h: New file.
|
|
3477
|
|
3478 * fns.c (Frandom): Fix docstring.
|
|
3479
|
|
3480 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
|
|
3481
|
|
3482 * process.c (record_exited_processes): Fix obvious typo in
|
|
3483 checking for SIGCLD.
|
|
3484
|
|
3485 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3486
|
|
3487 * scrollbar.c (update_scrollbar_instance): Fix for
|
|
3488 all-hail-xemacs scrollbar drag bug.
|
|
3489
|
|
3490 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
|
|
3491 as end-of-buffer does, instead of hostile Frecenter(0). Makes
|
|
3492 C-button-1 on down-arrow friendlier.
|
|
3493
|
100
|
3494 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
|
|
3495 Initial MS Windows NT support.
|
|
3496 * unexnt.c: New file.
|
|
3497
|
|
3498 * ntproc.c: New file.
|
|
3499
|
|
3500 * ntheap.h: New file.
|
|
3501
|
|
3502 * ntheap.c: New file.
|
|
3503
|
|
3504 * nt.h: New file.
|
|
3505
|
|
3506 * nt.c: New file.
|
|
3507
|
|
3508 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3509
|
|
3510 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
|
|
3511
|
|
3512 * gmalloc.c: Guard __getpagesize definition against glibc 2.
|
|
3513
|
|
3514 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3515
|
|
3516 * Makefile.in.in (lisp): Snarf docstrings from new file
|
|
3517 itimer-autosave.elc.
|
|
3518
|
|
3519 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3520
|
|
3521 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
|
|
3522 freezing bug.
|
|
3523
|
|
3524 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3525
|
|
3526 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
|
|
3527
|
|
3528 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3529
|
|
3530 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
|
|
3531
|
|
3532 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3533
|
|
3534 * print.c (Ferror_message_string): New function, ported from Emacs
|
|
3535 19.34.
|
|
3536 (print_error_message): Ditto.
|
|
3537
|
|
3538 * extents.c (verify_extent_mapper): Experimental deletion of code
|
|
3539 to allow deletion of read-only extents.
|
|
3540
|
|
3541 * symbols.c (hash_string): Replace algorithm with one given in
|
|
3542 Aho, Sethi & Ullman.
|
|
3543
|
|
3544 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3545
|
|
3546 * keymap.c (lookup_keys): Wrong sense in test.
|
|
3547
|
|
3548 * Makefile.in.in: Dont dump font.elc.
|
|
3549
|
98
|
3550 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3551
|
|
3552 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
|
|
3553 (Fforward_char): Use it.
|
|
3554 (Fbackward_char): Use it.
|
|
3555
|
|
3556 * window.c (Fscroll_up): Use it.
|
|
3557 (Fscroll_down): Use it.
|
|
3558
|
|
3559 * keymap.c (syms_of_keymap): define mouse-[123] and
|
|
3560 down-mouse-[123] pseudo-keysym aliases for Emacs compatibility.
|
|
3561
|
|
3562 Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3563
|
|
3564 * Makefile.in.in: Don't dump tm with XEmacs under any
|
|
3565 circumstances.
|
|
3566
|
|
3567 * puresize.h: Remove extra SunPro puresize for MULE+tm.
|
|
3568
|
|
3569 Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
3570
|
|
3571 * emacs.c (main_1): Fix NeXT malloc initialization.
|
|
3572
|
96
|
3573 Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3574
|
|
3575 * mule-coding.c (Fdecode_coding_region): Make explicit call to
|
|
3576 `barf_if_buffer_read_only'.
|
|
3577 (Fencode_coding_region): Ditto.
|
|
3578
|
|
3579 Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3580
|
|
3581 * extents.c (syms_of_extents): Remove references to replicating
|
|
3582 extents.
|
|
3583
|
|
3584 * extents.h (struct extent): Remove references to replicating
|
|
3585 extents.
|
|
3586
|
|
3587 Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp>
|
|
3588
|
|
3589 * mule-coding.c (ENCODE_SJIS): Correct typo.
|
|
3590
|
|
3591 Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3592
|
|
3593 * frame.c (delete_frame_internal): Protect against deletion of
|
|
3594 frames with living popup children.
|
|
3595
|
94
|
3596 Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU>
|
|
3597
|
|
3598 * emacs.c (main_1): Try to avoid collisions against potentially
|
|
3599 incompatible system mallocs.
|
|
3600
|
|
3601 Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com>
|
|
3602
|
|
3603 * redisplay.c: Activate face/charset redisplay caching.
|
|
3604
|
|
3605 Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3606
|
|
3607 * eval.c (do_debug_on_exit): Don't restore old value of
|
|
3608 debug_on_next_call improperly.
|
|
3609
|
88
|
3610 Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se>
|
|
3611
|
|
3612 * frame.c (frame_matches_frametype): Fix next-window when the next
|
|
3613 window is on another frame.
|
|
3614
|
|
3615 Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3616
|
|
3617 * syntax.c (scan_sexps_forward): Change test on targetdepth to
|
|
3618 match Emacs 19.34.
|
|
3619
|
|
3620 Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net>
|
|
3621
|
|
3622 * gmalloc.c: Corrections for namespace collision with Linux libc
|
|
3623 malloc.
|
|
3624
|
86
|
3625 Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
3626
|
|
3627 * fileio.c (Fwrite_region_internal): pack lockname to write-region
|
|
3628 handler.
|
|
3629
|
|
3630 Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU>
|
|
3631
|
|
3632 * gmalloc.c (malloc): Guard against incompatible system mallocs
|
|
3633 with conflicting symbols.
|
|
3634
|
|
3635 Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3636
|
|
3637 * redisplay.c (add_emchar_rune): Back out optimization change of
|
|
3638 caching last_charset.
|
|
3639
|
|
3640 Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3641
|
|
3642 * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy.
|
|
3643 And I *do* mean buggy.
|
|
3644
|
84
|
3645 Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
3646
|
|
3647 * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode.
|
|
3648 Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA.
|
|
3649
|
82
|
3650 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3651 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
3652
|
|
3653 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
3654 code.
|
|
3655 (scrollbar-page-down): Ditto.
|
|
3656
|
|
3657 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
3658 Lucid/Motif code.
|
|
3659 (x_update_vertical_scrollbar_callback): Ditto.
|
|
3660 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
3661 special case code.
|
|
3662
|
|
3663 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
3664 for Athena3d.
|
|
3665
|
|
3666 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
3667 get the Athena vertical thumb adjusted after drag.
|
|
3668
|
|
3669 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
3670
|
|
3671 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
3672
|
|
3673 * m/aviion.h: Remove definition of m88k.
|
|
3674
|
|
3675 * s/dgux5-4r4.h: New file.
|
|
3676
|
|
3677 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3678
|
|
3679 * buffer.h: Put proper typecasts on calls to alloca().
|
|
3680
|
|
3681 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
3682
|
|
3683 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
3684
|
|
3685 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
3686 Athena and Motif in the same link.
|
|
3687
|
|
3688 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3689
|
|
3690 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
3691 volume is set to 0.
|
|
3692
|
|
3693 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
3694
|
|
3695 * s/nextstep.h (signal_handler_t): define as int.
|
|
3696
|
|
3697 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3698
|
215
|
3699 * event-Xt.c (emacs_Xt_handle_magic_event):
|
82
|
3700 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
3701
|
|
3702 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
3703
|
|
3704 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
3705 local variables in :included clauses.
|
|
3706 (compute_menubar_data): Ditto.
|
|
3707
|
|
3708 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
3709
|
|
3710 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
3711 optimization.
|
|
3712
|
|
3713 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
3714
|
|
3715 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
3716 uninitialized variable.
|
|
3717
|
|
3718 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3719
|
|
3720 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
3721 to match Emacs 19.34.
|
|
3722
|
|
3723 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3724
|
|
3725 * sysdep.c (sys_execvp): Fix when compiled with
|
|
3726 --const-is-losing=no. Old code could crash if argv contained
|
|
3727 non-ascii characters and the execvp failed and then caller
|
|
3728 examined argv (for error message, for example).
|
|
3729
|
|
3730 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3731
|
|
3732 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
3733
|
80
|
3734 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
3735
|
|
3736 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
3737 obarray.
|
|
3738
|
|
3739 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
3740
|
|
3741 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
3742 default font width.
|
|
3743
|
|
3744 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
3745
|
|
3746 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
3747
|
|
3748 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
3749
|
|
3750 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
3751
|
|
3752 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
3753
|
|
3754 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
3755
|
78
|
3756 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3757
|
|
3758 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
3759 specifiers so XEmacs can be built without tty support.
|
|
3760
|
|
3761 * console-stream.c: Moved function bodies of
|
|
3762 semi_canonicalize_console_connection,
|
|
3763 canonicalize_console_connection,
|
|
3764 semi_canonicalize_device_connection, and
|
|
3765 canonicalize_device_connection into this file from console-tty.c.
|
|
3766 Moved variable Vstdio_str into this file.
|
|
3767
|
|
3768 * console-tty.c: See above.
|
|
3769
|
|
3770 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
3771
|
|
3772 * m/next.h: Cleanup accumulated cruft.
|
|
3773
|
|
3774 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
3775
|
|
3776 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
3777
|
|
3778 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
3779
|
|
3780 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
3781
|
|
3782 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3783
|
|
3784 * m/next.h: Remove signal_handler_t #define.
|
|
3785
|
|
3786 * s/nextstep.h: Remove signal_handler_t #define.
|
|
3787
|
76
|
3788 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3789
|
|
3790 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
3791
|
|
3792 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3793
|
|
3794 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
3795
|
|
3796 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3797
|
|
3798 * bitmaps.h: Change to unsigned char.
|
|
3799
|
|
3800 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
3801
|
|
3802 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
3803
|
74
|
3804 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3805
|
|
3806 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
3807
|
|
3808 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
3809 binding of kp_.* not lose.
|
|
3810
|
|
3811 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
3812
|
|
3813 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
3814
|
|
3815 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
3816 (Faccept_process_output): Fix timeout handling race conditions.
|
|
3817 (Fsleep_for): Ditto.
|
|
3818 (Fsit_for): Ditto.
|
|
3819
|
|
3820 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
3821
|
|
3822 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
3823
|
|
3824 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
3825
|
|
3826 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
3827 by HAVE_SIGPROCMASK.
|
|
3828
|
|
3829 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
3830
|
|
3831 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
3832 bitfields.
|
|
3833
|
|
3834 * mule-charset.h: Change charset names.
|
|
3835
|
|
3836 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
3837 Change charset names.
|
|
3838
|
|
3839 * mule-charset.c: Change charset names.
|
|
3840
|
|
3841 * mule-canna.c: Change charset names.
|
|
3842
|
|
3843 * EmacsShell-sub.c: Ansify and reformat.
|
|
3844
|
|
3845 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
3846
|
|
3847 * glyphs-x.c: Ansify.
|
|
3848
|
|
3849 * specifier.c: Use lisp_fn_t.
|
|
3850
|
|
3851 * EmacsShell.c: Ansify.
|
|
3852
|
|
3853 * vm-limit.c: Ansify.
|
|
3854
|
|
3855 * emacsfns.h: Use lisp_fn_t.
|
|
3856
|
|
3857 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
3858
|
|
3859 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
3860 (Fx_store_cutbuffer_internal): Change charset name.
|
|
3861
|
|
3862 * ralloc.c: Ansify and clean up.
|
|
3863
|
|
3864 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
3865
|
|
3866 * event-Xt.c: Documentation change.
|
|
3867
|
|
3868 * lisp.h: Introduce lisp_fn_t.
|
|
3869 Remove SunPro C compiler warning message workaround.
|
|
3870
|
|
3871 * xmu.c: Ansify.
|
|
3872
|
|
3873 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
3874
|
|
3875 * fileio.c: various code formatting changes.
|
|
3876
|
|
3877 * eval.c: reorganize primitive funcalls.
|
|
3878
|
|
3879 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
3880 checking in X header files.
|
|
3881
|
|
3882 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
3883
|
|
3884 * s/sunos4-0-shr.h: Documentation change.
|
|
3885
|
|
3886 * s/sol2.h (__EXTENSIONS__): Add.
|
|
3887 Include <setjmp.h> under certain conditions.
|
|
3888
|
|
3889 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3890
|
|
3891 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
3892 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
3893
|
|
3894 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3895
|
|
3896 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
3897 because the in-core code is broken.
|
|
3898
|
|
3899 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3900
|
|
3901 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
3902 default when running on a tty.
|
|
3903
|
|
3904 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
3905
|
|
3906 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
3907
|
|
3908 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
3909
|
|
3910 * lread.c (Fload_internal): Change arity of call to
|
|
3911 file-name-handlers.
|
|
3912
|
|
3913 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
3914
|
|
3915 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
3916
|
|
3917 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
3918 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
3919
|
72
|
3920 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
3921
|
|
3922 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
3923
|
|
3924 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
3925
|
|
3926 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3927
|
|
3928 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
3929
|
|
3930 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3931
|
|
3932 * config.h.in: configure for POSIX getcwd if available.
|
|
3933
|
|
3934 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3935
|
|
3936 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
3937
|
|
3938 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
3939
|
|
3940 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
3941
|
|
3942 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
3943
|
|
3944 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
3945
|
|
3946 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
3947
|
|
3948 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
3949
|
|
3950 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
3951
|
|
3952 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
3953
|