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