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