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