280
|
1 1998-05-03 Olivier Galibert <galibert@pobox.com>
|
|
2
|
|
3 * alloc.c (make_pure_float): Remove reference to obsolete 'next'
|
|
4 field.
|
|
5 (make_float): Ditto.
|
|
6
|
|
7 * lisp.h (struct Lisp_Float): Remove obsolete 'next' field.
|
|
8
|
|
9 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
10
|
|
11 * lread.c (FSF_KEYS): Remove if built with Mule.
|
|
12
|
|
13 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
14
|
|
15 * event-msw.c (ntpipe_shove_flusher): Removed.
|
|
16 (init_shove_stream): Flusher undeclared.
|
|
17
|
|
18 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
19
|
|
20 * rangetab.c: `default_dumped' removed.
|
|
21
|
|
22 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
23
|
|
24 * events.c (Fmake_event): Initialize key data for key-press
|
|
25 events.
|
|
26
|
|
27 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
28
|
|
29 * fileio.c (close_stream_unwind): Renamed to delete_stream_unwind.
|
|
30 Delete the stream.
|
|
31 (Finsert_file_contents_internal): Delete STREAM after use.
|
|
32 (Fmake_temp_name): Improve randomness of generated file names.
|
|
33 (Fmake_temp_name): Don't initialize COUNT if in temacs.
|
|
34
|
|
35 1998-05-02 Olivier Galibert <galibert@pobox.com>
|
|
36
|
|
37 * buffer.h: Put the range_table lrecrod declaration where it
|
|
38 belongs...
|
|
39
|
|
40 * rangetab.h: New file - ...which is here.
|
|
41
|
|
42 * rangetab.c: Move declarations to rangetab.h
|
|
43
|
|
44 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
45
|
|
46 * data.c (Fneq): Fix docstring.
|
|
47 (arithcompare_many): Slightly simplify.
|
|
48
|
|
49 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
50
|
|
51 * s/cygwin32.h: don't define BROKEN_CYGWIN anymore since we normally
|
|
52 link with unixoid event loop now.
|
|
53
|
|
54 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
55
|
|
56 * event-stream.c (event_stream_next_event): Disable polling for
|
|
57 quit while XEmacs is blocked waiting for an event.
|
|
58
|
|
59 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
60
|
|
61 * specifier.h: Corrected documentation on magic specifiers.
|
|
62 Documented DEPTH parameter to instantiate_method.
|
|
63 Renamed reveal->unlock_ghost_specifiers_protected().
|
|
64
|
|
65 * specifier.c: Removed the reveal mechanism and made ghost
|
|
66 specifiers read-only, so they are accessible as fallbacks of magic
|
|
67 specifier, but aren't modifiable unless C code enables so.
|
|
68 (specifier_equal): Compare specifier fallbacks as well.
|
|
69
|
|
70 * scrollbar.c (init_frame_scrollbars):
|
|
71 (init_device_scrollbars):
|
|
72 (init_global_scrollbars): Renamed
|
|
73 reveal->unlock_ghost_specifiers_protected().
|
|
74
|
|
75 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
76
|
|
77 * fileio.c (Fcar_less_than_car): Fix Flss caller.
|
|
78 (Fcdr_less_than_cdr): Ditto.
|
|
79
|
|
80 * lisp.h: Fix declarations.
|
|
81
|
|
82 * data.c: Enable many arguments versions of <, >, <=, >= and /=.
|
|
83
|
|
84 * bytecode.c (Fbyte_code): Use arithcompare.
|
|
85
|
|
86 * data.c (arithcompare): Make non-static.
|
|
87
|
|
88 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
89
|
|
90 * frame.c (Fselect_frame): update docstring to describe
|
|
91 focus-follows-mouse behavior.
|
|
92
|
|
93 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
94
|
|
95 * print.c (Fwrite_char): Don't touch Vprint_gensym.
|
|
96 (print_error_message): Don't gcpro TAIL.
|
|
97 (Fdisplay_error): Simplify.
|
|
98
|
|
99 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
100
|
|
101 * print.c (print_internal): Use long_to_string().
|
|
102
|
|
103 * redisplay.c (decode_mode_spec): Remove bogus calculation of the
|
|
104 number of digits.
|
|
105
|
|
106 * print.c (Fprin1): Removed THE_STREAM.
|
|
107 (Fprinc): Ditto.
|
|
108 (Fprint): Ditto.
|
|
109 (Fdisplay_error): Canonicalize STREAM here.
|
|
110 (print_error_message): Don't canonicalize STREAM.
|
|
111 (print_error_message): Use print_internal() instead of Fprin1 and
|
|
112 Fprinc.
|
|
113
|
|
114 * print.c: (Fprin1_to_string): Delete internal stream explicitly.
|
|
115 (Ferror_message_string): Ditto.
|
|
116 (Fterpri): Use write_char_internal.
|
|
117
|
|
118 1998-04-18 Martin Buchholz <martin@xemacs.org>
|
|
119
|
|
120 * console-x.h: Initialize_Locale should not depend on HAVE_XIM,
|
|
121 esp. in the future.
|
|
122
|
|
123 * Makefile.in.in: be more careful generating depend.
|
|
124
|
|
125 * *.c (F*): Unfortunately, etags can only detect per-line
|
|
126 patterns, and so the DEFUN macro must have the lisp name and the C
|
|
127 name on the same line for a complete TAGS file. Make it so.
|
|
128
|
|
129 * signal.c (init_signals_very_early):
|
|
130 * process.c (Fsignal_process): Order the signals in decreasing
|
|
131 order of standardization. Provide helpful standardization
|
|
132 comments. Add missing signal names.
|
|
133
|
|
134 * unexhp9k800.c: Remove undefined roundup.
|
|
135 * symsinit.h: Add prototype for init_hpplay().
|
|
136
|
|
137 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
138
|
|
139 * window.c (Fcenter_to_window_line): New function.
|
|
140 (Frecenter): Use it.
|
|
141
|
|
142 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
143
|
|
144 * dired.c (make_directory_hash_table): Constify.
|
|
145
|
|
146 * scrollbar.c (Fscrollbar_page_up): Use Fcenter_to_window_line
|
|
147 instead of Frecenter.
|
|
148 (Fscrollbar_page_down): Ditto.
|
|
149 (Fscrollbar_to_top): Ditto.
|
|
150 (Fscrollbar_to_bottom): Ditto.
|
|
151
|
|
152 * window.c (Frecenter): Removed.
|
|
153
|
|
154 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
155
|
|
156 * console.h: xpm_normalize is not a console method anymore.
|
|
157
|
|
158 * event-msw.c: honour toolbar help string length.
|
|
159
|
|
160 * glyphs-msw.c: make copyright more meaningful. implement color
|
|
161 symbol support for Xpm. (extract_xpm_color_symbols) new function.
|
|
162
|
|
163 * glyphs.c (pixmap_to_lisp_data) (xpm_normalize): fucntions moved
|
|
164 from glyphs-x.c
|
|
165
|
|
166 * glyphs.h: declare pixmap_to_lisp_data.
|
|
167
|
|
168 * toolbar-msw.c: more meaningful copyright.
|
|
169
|
|
170 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
171
|
|
172 * macros.c (Fend_kbd_macro): New arg REMOVE-LAST.
|
|
173
|
|
174 * gui-x.c (popup_selection_callback): Treat anonymous interactive
|
|
175 and compiled-function interactive callbacks as commands.
|
|
176
|
|
177 1998-04-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
178
|
|
179 * abbrev.c (obarray_has_blank_p): Simplify.
|
|
180
|
|
181 1998-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
182
|
|
183 * getloadavg.c (getloadavg): Removed some code repetition.
|
|
184
|
|
185 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
186
|
|
187 * process-nt.c: Document usage of #pragma warning.
|
|
188 (alloc_process_memory): Spell _ALPHA_ correctly.
|
|
189
|
|
190 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
191
|
|
192 * Makefile.in.in: Change `progname' to `PROGNAME' for
|
|
193 consistency.
|
|
194
|
|
195 1998-04-29 Kirill M. Katsnelson <kkm@kis.ru>
|
|
196
|
|
197 * frame.c (change_frame_size_1): Adjust frame row/columns taking
|
|
198 real toolbar size into account, not the theoretical one.
|
|
199
|
|
200 * toolbar.c (set_frame_toolbar): Removed unused parameter.
|
|
201 Return void, not unused int.
|
|
202 Logic which checks whether toolbar to be recomputed moved here
|
|
203 from macro COMPUTE_TOOLBAR_DATA (r.i.p)
|
|
204 (compute_frame_toolbars_data): Removed COMPUTE_TOOLBAR_DATA. It
|
|
205 did not work due to a bug, and also did not check whether toolbar
|
|
206 size has changed.
|
|
207 Compute new character sizes passed to change_frame_size, do not
|
|
208 use the old (pre-toolbar-change) ones.
|
|
209 (update_frame_toolbars): Honor frame_changed and clear frame bits.
|
|
210 (recompute_overlaying_specifier): New helper function, called from
|
|
211 default toolbar specifier change handlers.
|
|
212 (default_toolbar_specs_changed): Use it.
|
|
213 (default_toolbar_size_changed_in_frame): Ditto.
|
|
214 (default_toolbar_border_width_changed_in_frame): Ditto.
|
|
215 (default_toolbar_visible_p_changed_in_frame): Ditto.
|
|
216 (toolbar_geometry_changed_in_window): New handler. The old one,
|
|
217 some_windows_value_changed, did not do the trick.
|
|
218 (default_toolbar_size_changed_in_window): New handler for default
|
|
219 toolbar.
|
|
220 (default_toolbar_border_width_changed_in_window): Ditto.
|
|
221 (default_toolbar_visible_p_changed_in_window): Ditto.
|
|
222 (specifier_vars_of_toolbar): Use one of the above four handlers
|
|
223 instead of some_windows_value_changed in toolbar specifiers.
|
|
224
|
|
225 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
226
|
|
227 * redisplay-msw.c (mswindows_output_string)
|
|
228 (mswindows_output_string): output the background pixmap if we have
|
|
229 one.
|
|
230
|
|
231 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
232
|
|
233 * paths.h.in: Added PATH_PROGNAME and PATH_VERSION.
|
|
234
|
|
235 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
236
|
|
237 * emacs.c (complex_vars_of_emacs): Added `emacs-program-name' and
|
|
238 `emacs-program-version'.
|
|
239
|
|
240 1998-04-29 Kirill M. Katsnelson <kkm@kis.ru>
|
|
241
|
|
242 * process-nt.c: Signal support for Windows NT.
|
|
243 New code under subheadings "Running remote threads" and "Sending
|
|
244 signals".
|
|
245 (nt_create_process): Create new process suspended, then enable
|
|
246 signals in it, then resume it.
|
|
247 (nt_kill_child_process): Implemented
|
|
248 (nt_kill_process_by_pid): Ditto.
|
|
249 (process_type_create_nt): Registered the two above.
|
|
250
|
|
251 1998-04-28 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
252
|
|
253 * glyphs-x.c : slight cleanup and bugfix related to memory
|
|
254 corruption and possible leaks. Also fix a visual problem
|
|
255 with XPM pointers
|
|
256
|
|
257 1998-04-28 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
258
|
|
259 * glyphs-x.c (x_init_image_instance_from_eimage): Make sure
|
|
260 automatic pointers are null...
|
|
261
|
|
262 1998-04-27 Greg Klanderman <greg@alphatech.com>
|
|
263
|
|
264 * cmdloop.c (Fcommand_loop_1): Call investigate_frame_change if
|
|
265 focus_follows_mouse is true.
|
|
266
|
|
267 * event-stream.c (next_event_internal): Only call
|
|
268 investigate_frame_change if focus_follows_mouse is false.
|
|
269
|
|
270 * event-stream.c (investigate_frame_change): Fix
|
|
271 focus_follows_mouse handling. It was the case that, with
|
|
272 focus_follows_mouse true, (select-frame (next-frame)) could leave
|
|
273 next-frame with input focus, but not window manager focus. Now
|
|
274 needs to be called from 2 places, conditional on the value of
|
|
275 focus_follows_mouse.
|
|
276
|
|
277 1998-04-24 Kirill M. Katsnelson <kkm@kis.ru>
|
|
278
|
|
279 * frame.c (Fmake_frame): GC-protect new frame immediately upon
|
|
280 creation.
|
|
281
|
|
282 1998-04-27 Kirill M. Katsnelson <kkm@kis.ru>
|
|
283
|
|
284 * frame.c (delete_frame_internal): Fixed spurious minibuffer
|
|
285 frames when creating minibufferless frames (reverted to 20.3
|
|
286 source, change not in ChangeLog)
|
|
287
|
|
288 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
289
|
|
290 * eldap.h: Added CONCHECK_LDAP macro
|
|
291
|
|
292 * eldap.c: Moved definition of most Lisp_object keywords to
|
|
293 general.c
|
|
294 (Fldap_close): Modified semantics to match those of
|
|
295 `Fclose_database'
|
|
296 (Fldap_search_internal): Do not consider a
|
|
297 `LDAP_SIZELIMIT_EXCEEDED' a fatal error
|
|
298
|
|
299 * general.c: Added several keywords needed by eldap.c. Sorted
|
|
300 keywords alphabetically.
|
|
301
|
|
302 1998-04-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
303
|
|
304 * eldap.c (finalize_ldap): New function; use it when declaring
|
|
305 LDAP lrecord type.
|
|
306
|
|
307 1998-04-27 Kirill M. Katsnelson <kkm@kis.ru>
|
|
308
|
|
309 * fileio.c (Fwrite_file_contents_internal): Prefer stat() over
|
|
310 fstat() back for Windows, where closing a file changes its
|
|
311 modification time.
|
|
312
|
|
313 1998-04-26 Amir J. Katz <amir@ndsoft.com>
|
|
314
|
|
315 * sysdep.h: Simplified definition of strerror()
|
|
316
|
|
317 Sun Apr 23 1998 Andy Piper <andyp@parallax.co.uk>
|
|
318
|
|
319 * emacs.c:
|
|
320 * symsinit.h:
|
|
321 * glyphs-eimage.c: rename glyphs_read to glyphs_eimage.
|
|
322
|
|
323 * glyphs.c:
|
|
324 * console.h:
|
|
325 * glyphs-x.c:
|
|
326 * glyphx-msw.c: make xpm_normalize and xpm_instantiate device
|
|
327 methods and use them appropriately. Remove redundant pixmap file
|
|
328 handling functions.
|
|
329
|
|
330 Sun Apr 23 1998 Andy Piper <andyp@parallax.co.uk>
|
|
331
|
|
332 * glyphs-msw.c: use XINT for lisp ints.
|
|
333
|
|
334 * console-msw.c: remove redundant functions that break under union
|
|
335 type.
|
|
336
|
|
337 * frame-msw.c: build lisp ints for functions that expect them.
|
|
338
|
|
339 * objects-msw.c: don't LISP_HASH COLORREF's.
|
|
340
|
|
341 * sheap.c: remove dependency on VALMASK.
|
|
342
|
|
343 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
344
|
|
345 * debug.c (vars_of_debug): Remove `Fprovide("internal-debug")'.
|
|
346
|
|
347 1998-04-27 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
348
|
|
349 * device-msw.c: Unconditionally use InitCommonControls() instead
|
|
350 of InitcommonControlsEx() - the latter is not defined in all
|
|
351 environments.
|
|
352
|
|
353 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
354
|
|
355 * Makefile.in.in: Religiously use ${progname}.
|
|
356
|
|
357 * paths.h.in: Remove reference to user-defined site-lisp location.
|
|
358 * debug.c (vars_of_debug): Rename feature to 'internal-debug.
|
|
359
|
|
360 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
361
|
|
362 * mule-charset.h:
|
|
363 * mule-charset.c:
|
|
364 Use ints instead of bitfields for Lisp_Charset fields. This
|
|
365 should work around bugs in the latest egcs snapshot, and make
|
|
366 XEmacs faster. Introduce dimension and chars as fields in
|
|
367 Lisp_Charset instead of computing them every time. The extra
|
|
368 space is about 1k, a reasonable price.
|
|
369
|
278
|
370 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
371
|
|
372 * glyphs-x.c (xface_normalize): Add console_type parameters to
|
|
373 calls to `potential_pixmap_file_instantiator'.
|
|
374
|
|
375 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
376
|
|
377 * event-msw.c: fix and enable signal pipe handling when using msg
|
|
378 select().
|
|
379
|
|
380 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
381
|
|
382 * process-unix.c (allocate_pty): Typo fix.
|
|
383
|
|
384 1998-04-25 Olivier Galibert <galibert@pobox.com>
|
|
385
|
|
386 * s/irix5-0.h (PTY_OPEN): Ditto
|
|
387 * s/irix4-0.h (PTY_OPEN): Restore the stb variable.
|
|
388
|
|
389 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
390
|
|
391 * emacs.c (complex_vars_of_emacs): Typo fixes.
|
|
392
|
|
393 * emacs.c: Added configure-exec-prefix-directory.
|
|
394
|
|
395 * paths.h.in: Added PATH_EXEC_PREFIX.
|
|
396
|
|
397 1998-04-25 Olivier Galibert <galibert@pobox.com>
|
|
398
|
|
399 * unexelfsgi.c (unexec): Kludge for Irix 5.3 which clears the
|
|
400 .sbss section no matter what. Defensively remove the alignment fix
|
|
401 if the .sbss section type isn't modified (Irix 6.5SE). Remove some
|
|
402 warnings.
|
|
403
|
|
404 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
405
|
|
406 * data.c (Fnot): There has traditionally been kludgy startup lisp
|
|
407 code that called `null' even if `not' was more appropriate,
|
|
408 because `not' was defined in lisp. This is one primitive
|
|
409 sufficiently important that it should ALWAYS be defined.
|
|
410
|
|
411 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
412
|
|
413 * Makefile.in.in: add glyphs-eimage.o to build.
|
|
414
|
|
415 * console.h: added console methods init_image_instance_from_eimage
|
|
416 and locate_pixmap_file.
|
|
417
|
|
418 * emacs.c: add initialisation for glyphs-eimage.c
|
|
419
|
|
420 * symsinit.h: declare glyphs-eimage functions.
|
|
421
|
|
422 * glyphs-eimage.c: New file - generalised eimage support for gif,
|
|
423 tiff, png and jpeg, mainly from glyphs-x.c.
|
|
424
|
|
425 * glyphs-msw.c: added init_image_instance_from_eimage. Tidied up
|
|
426 file location.
|
|
427
|
|
428 * glyphs-x.c: disable gif, tiff, png and jpeg support in this
|
|
429 file. Added init_image_instance_from_eimage. Tidied up file
|
|
430 location.
|
|
431
|
|
432 * glyphs.h:
|
|
433 * glyphs.c: abstract image location.
|
|
434
|
|
435 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
|
|
436
|
|
437 * config.h.in: support our special select
|
|
438
|
|
439 * event-msw.c:
|
|
440 * toolbar-msw.c:
|
|
441 * console-msw.h: toolbar cleanup.
|
|
442
|
|
443 * device-msw.c:
|
|
444 * emacs.c:
|
|
445 * frame-msw.c:
|
|
446 * glyphs-msw.h:
|
|
447 * ntplay.c:
|
|
448 * process-unix.c:
|
|
449 * select-msw.c:
|
|
450 * sheap.c:
|
|
451 * s/cygwin32.h: warning elimination.
|
|
452
|
|
453 1998-04-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
454
|
|
455 * fns.c (Fload_average): New argument USE_FLOATS.
|
|
456
|
|
457 * alloc.c (Fstring): New function, synched with FSF 20.3.
|
|
458
|
|
459 Thu Apr 23 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
|
|
460
|
|
461 * unexcw.c: cope with the reversed executable sections written by
|
|
462 binutils-2.9 ld and egcs.
|
|
463
|
|
464 1998-04-24 Kirill M. Katsnelson <kkm@kis.ru>
|
|
465
|
|
466 * menubar-msw.c (populate_or_checksum_helper): Fixed to compile
|
|
467 with union type.
|
|
468
|
|
469 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
470
|
|
471 * fns.c (Fload_average): Respect errno when reporting getloadavg()
|
|
472 errors.
|
|
473
|
|
474 * getloadavg.c (getloadavg): Cleaner Solaris implementation, based
|
|
475 on sample code by Casper Dik.
|
|
476
|
|
477 1998-04-23 SL Baur <steve@altair.xemacs.org>
|
|
478
|
|
479 * frame-x.c (x_delete_frame): remove dead code.
|
|
480
|
|
481 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
482
|
|
483 * print.c (Falternate_debugging_output): Unconditionally define.
|
|
484
|
|
485 1998-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
486
|
|
487 * eval.c: Ditto.
|
|
488
|
|
489 * alloc.c: Ditto.
|
|
490
|
|
491 * lread.c: Ditto.
|
|
492
|
|
493 * print.c: Removed standalone hacks.
|
|
494
|
|
495 1998-04-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
496
|
|
497 * toolbar-msw.c (mswindows_clear_toolbar): Fixed wabbit buttons.
|
|
498 (mswindows_output_toolbar): Gave 3D look to toolbars. Still no
|
|
499 pretty, needs more work.
|
|
500 (mswindows_move_toolbar): Renamed so because it does not deal with
|
|
501 redrawing exposed toolbars.
|
|
502 Properly position toolbars.
|
|
503 (mswindows_redraw_exposed_toolbars): Changed calls to the above.
|
|
504 (mswindows_find_toolbar_pos): Do not assert if toolbar not
|
|
505 found: a command can come from a menu.
|
|
506 (mswindows_handle_toolbar_wm_command): Quickly return nil if
|
|
507 toolbar not found.
|
|
508
|
|
509 1998-04-22 Kirill M. Katsnelson <kkm@kis.ru>
|
|
510
|
|
511 * device-msw.c (tagINITCOMMONCONTROLSEX): Uniform declaration
|
|
512 between SDK and cygwin.
|
|
513 (mswindows_init_device): InitCommonControls ->
|
|
514 InitCommonControlsEx typo fix.
|
|
515
|
|
516 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
517
|
|
518 * glyphs-msw.c (EImage2DIBitmap): count the number of bytes correctly.
|
|
519
|
|
520 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
521
|
|
522 * config.h.in: support for HAVE_MSG_SELECT.
|
|
523
|
|
524 * console-msw.h: add support for four toolbars.
|
|
525
|
|
526 * device-msw.c: init common controls.
|
|
527
|
|
528 * event-msw.c: if HAVE_MSG_SELECT is defined use unixoid event
|
|
529 stream tye callbacks and select() on events rather than MWFMO.
|
|
530 Added event handling for tooltip messages. If you have this
|
|
531 special select then all process support works under cygwin.
|
|
532
|
|
533 * frame-msw.c: add support for four toolbars.
|
|
534
|
|
535 * redisplay-msw.c: update toolbars when an area is exposed.
|
|
536
|
|
537 * signal.c: _WIN32 -> WINDOWSNT.
|
|
538
|
|
539 * event-stream.c: enable unixoid initialization if we have it.
|
|
540
|
|
541 * event-unixoid.c: allow us to turn off the signal pipe.
|
|
542
|
|
543 * toolbar-msw.c: major overhaul. Enable support for all four
|
|
544 toolbars, fix display and sizing problems, enable tooltip support,
|
|
545 be more optimal about deleting toolbars.
|
|
546
|
|
547 * toolbar.h: reinstate 0 toolbar border width for msw.
|
|
548
|
|
549 * s/cygwin32.h: minor define updates.
|
|
550
|
|
551 1998-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
552
|
|
553 * print.c (Falternate_debugging_output): Define only if
|
|
554 DEBUG_XEMACS.
|
|
555
|
|
556 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
557
|
|
558 * fileio.c (Fmake_temp_name): Updated docstring.
|
|
559
|
|
560 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
561
|
|
562 * print.c (print_prepare): New argument FRAME_KLUDGE.
|
|
563 (print_prepare): If writing to a frame, return a resizing buffer
|
|
564 stream.
|
|
565 (print_finish): Flush the stream.
|
|
566 (Fprin1): Adjust calls to print_prepare() and print_finish().
|
|
567 (Fprinc): Ditto.
|
|
568 (Fprint): Ditto.
|
|
569 (print_internal): Optimize printing of characters.
|
|
570
|
|
571 * print.c (RESET_PRINT_GENSYM): New macro.
|
|
572 (print_prepare): Use it.
|
|
573 (print_finish): Ditto.
|
|
574 (Fwrite_char): Ditto.
|
|
575 (Fprin1_to_string): Ditto.
|
|
576
|
|
577 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
578
|
|
579 * config.h.in: add FOR_MSW variable.
|
|
580 From Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
|
|
581
|
|
582 1998-04-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
583
|
|
584 * alloc.c (report_pure_usage): Remove ifdef WINDOWSNT around
|
|
585 "Don't panic, I will restart make".
|
|
586
|
|
587 1998-04-19 Kirill M. Katsnelson <kkm@kis.ru>
|
|
588
|
|
589 * process.c (vars_of_process): Declared lisp variable
|
|
590 windowed-process-io.
|
|
591
|
|
592 * procimpl.h: Externally declared it.
|
|
593
|
|
594 * process-nt.c (nt_create_process): Changed to honor the above
|
|
595 variable, and to utilize SHGetFileInfo to determine file type.
|
|
596
|
|
597 1998-04-21 Martin Buchholz <martin@xemacs.org>
|
|
598
|
|
599 * mule-ccl.c: Fix compiler warnings. I hate compiler warnings.
|
|
600 The code is clearer anyways without macros that goto.
|
|
601
|
|
602 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
603
|
|
604 * glyphs.h: Add prototypes for signal_image_error and
|
|
605 signal_image_error_2.
|
|
606 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
607
|
|
608 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
609
|
|
610 * fileio.c: Changed `directory-sep-char' to `path-separator',
|
|
611 following a change in GNU Emacs.
|
|
612
|
|
613 1998-04-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
614
|
|
615 * eldap.c: As suggested by Hrvoje Niksic
|
|
616 (Fldap_search_internal): Loop and GCPRO cleanup
|
|
617 (print_ldap): Removed text translation
|
|
618
|
|
619 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
620
|
|
621 * eldap.c: (print_ldap): Ignore escapeflag
|
|
622 (Fldap_search_internal): Added unwind protection to appropriately
|
|
623 free the LDAP temporary structures in case of interruption. Added
|
|
624 a QUIT to the result fetching loop.
|
|
625
|
|
626 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
627
|
|
628 * emacs.c (TopLevel): New variables: Vinfodock_major_version,
|
|
629 Vinfodock_minor_version, Vinfodock_build_version.
|
|
630 (vars_of_emacs): Initialize them.
|
|
631
|
|
632 * config.h.in: Add InfoDock version numbers.
|
|
633
|
|
634 * device-x.c (have_xemacs_resources_in_xrdb): distinguish whether
|
|
635 we're running as InfoDock or XEmacs.
|
|
636
|
|
637 1998-04-18 SL Baur <steve@altair.xemacs.org>
|
|
638
|
|
639 * glyphs-x.c: Remove definition of Q_color_symbols.
|
|
640
|
|
641 * glyphs.h: Declare Q_color_symbols and evaluate_xpm_color_symbols.
|
|
642
|
276
|
643 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
644
|
|
645 * console-msw.h:
|
|
646 Added "commctrl.h" and "X11/xpm.h" includes to support toolbars
|
|
647 and XPM.
|
|
648
|
|
649 * glyphs-msw.c:
|
|
650 Removed (!NILP (Vmswindows_bitmap_file_path)) check in
|
|
651 locate_pixmap_file() so that lookups of absolute paths don't fail
|
|
652 if this is unset.
|
|
653 Added new mswindows_xpm_normalize();
|
|
654
|
|
655 * glyphs.h:
|
|
656 * glyphs.c:
|
|
657 * glyphs-x.c:
|
|
658 Moved generic XPM support out of glyphs-x.c into glyphs.c.
|
|
659 Functions moved:
|
|
660 signal_image_error, signal_image_error_2,
|
|
661 check_valid_xpm_color_symbols, evaluate_xpm_color_symbols,
|
|
662 xpm_possible_dest_types.
|
|
663 xpm_normalize and xpm_instantiate in glyphs.c just call the
|
|
664 appropriate x_ or mswindows_ funtion in glyphs-x.c or
|
|
665 glyphs-msw.c.
|
|
666
|
|
667 * toolbar-msw.c:
|
|
668 Don't assert on empty toolbar.
|
|
669
|
|
670 * toolbar.c:
|
|
671 * toolbar.h:
|
|
672 Adjusted mswindows default toolbar height/widths so redisplay is
|
|
673 correct.
|
|
674
|
|
675 1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
676
|
|
677 * tooltalk.c (tt_message_arg_ival_string): Ditto.
|
|
678
|
|
679 * redisplay.c (window_line_number): Ditto.
|
|
680 (decode_mode_spec): Ditto.
|
|
681
|
|
682 * glyphs.c (print_image_instance): Ditto.
|
|
683
|
|
684 * doprnt.c (emacs_doprnt_1): Ditto.
|
|
685
|
|
686 * data.c (Fnumber_to_string): Use long_to_string().
|
|
687
|
|
688 * lisp.h: Declare long_to_string().
|
|
689
|
|
690 * print.c (Fprin1_to_string): Do the Vprint_gensym_alist stunt.
|
|
691
|
|
692 * emacs.c (main_1): Don't create print stream.
|
|
693
|
|
694 * print.c: Removed print_stream implementation.
|
|
695 (print_prepare): Don't create a print_stream.
|
|
696 (long_to_string): New function, from GNU Wget.
|
|
697 (print_internal): Use it.
|
|
698 (output_string): alloca() copies only for strings smaller than
|
|
699 65536 bytes; else, inhibit gc.
|
|
700
|
|
701 1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
702
|
|
703 * config.h.in: Check for DLERROR.
|
|
704
|
|
705 * sysdll.c: Cosmetic changes.
|
|
706
|
|
707 1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
708
|
|
709 * sysdll.c (dll_error): It's `dlerror', not `dl_error'.
|
|
710
|
|
711 1998-04-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
712
|
|
713 * specifier.c (prune_specifiers): Fix for Vall_specifiers
|
|
714 corruption.
|
|
715
|
|
716 * specifier.h: Fixed GC_* macros to utilize GC_EQ, as suggested by
|
|
717 Steve.
|
|
718
|
|
719 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
720
|
|
721 * dll.c (Fdll_open): Simplify interface.
|
|
722
|
|
723 * sysdll.c: Allocate BUF dynamically.
|
|
724
|
|
725 * cmds.c (internal_self_insert): Removed `no-self-insert' hack.
|
|
726
|
|
727 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
728
|
|
729 * event-msw.c: don't use LocalAlloc()/LocalFree(). With unix
|
|
730 processes use a filestream for output. This makes subprocess
|
|
731 support work under cygwin.
|
|
732
|
|
733 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
734
|
|
735 * fileio.c (vars_of_fileio): Resurreced directory-sep-char to be
|
|
736 DIRECTORY_SEP instead of hardwired "/".
|
|
737
|
|
738 1998-04-16 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
739
|
|
740 * fileio.c (file_name_as_directory): Now returns "./" (or NT
|
|
741 equivalent) for "".
|
|
742
|
|
743 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
744
|
|
745 * eldap.c: Fully rewritten introducing a new opaque LDAP Lisp
|
|
746 data type.
|
|
747
|
|
748 * eldap.h: Ditto
|
|
749
|
|
750 1998-04-17 Olivier Galibert <galibert@pobox.com>
|
|
751
|
|
752 * fileio.c (vars_of_fileio): Finish directory_sep_char removal.
|
|
753
|
|
754 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
755
|
|
756 * emacs.c (main_1): Added option --debug-paths and analogous
|
|
757 variable.
|
|
758
|
|
759 1998-04-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
760
|
|
761 * frame-msw.c (Vmswindows_frame_being_created): Don't staticpro.
|
|
762
|
|
763 * console-msw.h, event-msw.c, frame-msw.c: Renamed
|
|
764 mswindows_frame_being_created to Vmswindows_frame_being_created.
|
|
765
|
|
766 1998-04-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
767
|
278
|
768 * event-msw.c (emacs_mswindows_quit_p): Do not check for quit
|
|
769 character in modal loop.
|
|
770
|
276
|
771 * fileio.c: Removed Vdirectory_sep_char variable.
|
|
772
|
|
773 * lisp.h: Removed extern decl for the above.
|
|
774
|
|
775 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
776
|
|
777 * indent.c (vertical_motion_1): set_marker_restricted takes
|
|
778 Lisp_Objects.
|
|
779
|
|
780 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
781
|
|
782 * md5.c (Fmd5): Correctly rename argument.
|
|
783
|
|
784 * print.c (Fprin1_to_string): Remove useless variable.
|
|
785
|
|
786 1998-04-13 Greg Klanderman <greg@alphatech.com>
|
|
787
|
|
788 * indent.c (vertical_motion_1): new helper function to share
|
|
789 common code between Fvertical_motion and Fvertical_motion_pixels.
|
|
790 Properly handle the WINDOW argument as the doc string indicates it
|
|
791 should. Update docstrings to be more clear and concise.
|
|
792 (Fvertical_motion): use vertical_motion_1.
|
|
793 (Fvertical_motion_pixels): use vertical_motion_1.
|
|
794
|
|
795 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
796
|
|
797 * specifier.h: Introduced magic specifiers. Please read comments
|
|
798 in specifier.h.
|
|
799
|
|
800 * specifier.c: Reworked many functions to support magic
|
|
801 specifiers.
|
|
802
|
|
803 * scrollbar.c (specifier_vars_of_scrollbar): Made magic specifiers
|
|
804 Vscrollbar_width and Vscrollbar_height.
|
|
805 (init_frame_scrollbars): Enabled critical lisp code operate on
|
|
806 ghost specifiers.
|
|
807 (init_device_scrollbars): Ditto.
|
|
808 (init_global_scrollbars): Ditto.
|
|
809
|
|
810 * scrollbar-msw.c (Fmswindows_init_scrollbar_metrics): Scrollbar
|
|
811 init function, called from init-scrollbars-from-resuorce in
|
|
812 lisp/scrollbar.c
|
|
813 (syms_of_scrollbar_mswindows): DEFSUBR it.
|
|
814
|
|
815 * emacs.c (main_1): Called syms_of_scrollbar_mswindows()
|
|
816
|
|
817 * symsinit.h: Declared syms_of_scrollbar_mswindows()
|
|
818
|
|
819 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
820
|
|
821 * frame-msw.c:
|
|
822 * console-msw.h: add toolbars to frame parameters.
|
|
823
|
|
824 * emacs.c: call console_type_create_mswindows_toolbar
|
|
825
|
|
826 * event-msw.c: call toolbar handling code in main event loop.
|
|
827
|
|
828 * glyphs-msw.c (mswindows_create_icon_from_image)
|
|
829 (mswindows_resize_dibitmap_instance): new functions. Remove mask
|
|
830 stuff from various others.
|
|
831
|
|
832 * redisplay-msw.c:
|
|
833 * menubar-msw.c: warning elimination.
|
|
834
|
|
835 * toolbar-msw.c: new file. Reasonable implementation of toolbars
|
|
836 for mswindows. Some features are not complete.
|
|
837
|
|
838 * toolbar.c: enable toolbar parameters for mswindows.
|
|
839
|
|
840 * toolbar.h: choose slightly different toolbar defaults for
|
|
841 mswindows.
|
|
842
|
|
843 1998-04-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
844
|
|
845 * lisp.h (CHECK_IMPURE): Use it.
|
|
846
|
|
847 * data.c (pure_write_error): Accept an argument.
|
|
848
|
|
849 * emacs.c (vars_of_emacs): New variable `internal-error-checking';
|
|
850 initialize it.
|
|
851
|
|
852 1998-04-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
853
|
|
854 * fileio.c (Fmake_temp_name): Avoid random(); simplify.
|
|
855
|
|
856 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
857
|
|
858 * emacs.c (complex_vars_of_emacs): Changed configure-exec-path to
|
|
859 configure-exec-directory.
|
|
860 (decode_path): Doesn't call file-name-as-directory no more as
|
|
861 empty components would lead to evil behavior.
|
|
862
|
|
863 1998-04-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
864
|
|
865 * extents.c (decode_extent): Unify the error message.
|
|
866
|
|
867 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
868
|
|
869 * md5.c (Fmd5): Simplify; use only input and encoding streams.
|
|
870 (Fmd5): Separate coding guesswork into md5_coding_system().
|
|
871 (Fmd5): Don't close the stream; deleting it is enough.
|
|
872
|
|
873 1998-04-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
874
|
|
875 * fileio.c (Finsert_file_contents_internal): Prefer fstat() over
|
|
876 stat.
|
|
877
|
|
878 1998-04-15 Martin Buchholz <martin@xemacs.org>
|
|
879
|
|
880 * fns.c (Fsubseq): Make (subseq nil 0 0) return nil, not #*.
|
|
881
|
|
882 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
883
|
|
884 * device-x.c (get_device_from_display): Use "infodock" as the
|
|
885 fallback name when running as InfoDock.
|
|
886
|
|
887 1998-04-14 Greg Klanderman <greg@alphatech.com>
|
|
888
|
|
889 * device-x.c (compute_x_app_name): New function needed to compute
|
|
890 application name to use now that XtOpenDisplay is decomposed into
|
|
891 XOpenDisplay and XtDisplayInitialize.
|
|
892 (x_init_device): use it.
|
|
893
|
|
894 1998-04-06 Greg Klanderman <greg@alphatech.com>
|
|
895
|
|
896 * device-x.c (have_xemacs_resources_in_xrdb): adhere to coding
|
|
897 standards and avoid opening display twice by breaking
|
|
898 XtOpenDisplay into XOpenDisplay and XtDisplayInitialize.
|
|
899 (x_init_device): Ditto.
|
|
900
|
|
901 1998-04-15 Olivier Galibert <galibert@pobox.com>
|
|
902
|
|
903 * s/aix3-2-5.h: Ditto.
|
|
904
|
|
905 * s/aix4-1.h: Ditto.
|
|
906
|
|
907 * s/aix4-2.h: Ditto.
|
|
908
|
|
909 * s/bsd386.h: Ditto.
|
|
910
|
|
911 * s/bsdos2-1.h: Ditto.
|
|
912
|
|
913 * s/dgux.h: Ditto.
|
|
914
|
|
915 * s/esix.h: Ditto.
|
|
916
|
|
917 * s/esix5r4.h: Ditto.
|
|
918
|
|
919 * s/hpux8.h: Ditto.
|
|
920
|
|
921 * s/hpux9-shr.h: Ditto.
|
|
922
|
|
923 * s/hpux9-x11r4.h: Ditto.
|
|
924
|
|
925 * s/hpux9.h: Ditto.
|
|
926
|
|
927 * s/hpux9shxr4.h: Ditto.
|
|
928
|
|
929 * s/isc3-0.h: Ditto.
|
|
930
|
|
931 * s/isc4-0.h: Ditto.
|
|
932
|
|
933 * s/ptx.h: Ditto.
|
|
934
|
|
935 * s/sco4.h: Ditto.
|
|
936
|
|
937 * s/sco5.h: Ditto.
|
|
938
|
|
939 * s/usg5-3.h: Ditto.
|
|
940
|
|
941 * s/usg5-4-2.h: Ditto.
|
|
942
|
|
943 * s/usg5-4.h: Kill a bunch of now autodetected defines.
|
|
944
|
|
945 1998-04-05 Greg Klanderman <greg@alphatech.com>
|
|
946
|
|
947 * window.c (Fwindow_displayed_pixel_height): rename more
|
|
948 appropriately as window-text-pixel-height.
|
|
949 (syms_of_window): Update the DEFSUBR.
|
|
950 (Fwindow_text_pixel_width): New function for completeness.
|
|
951 (Fwindow_text_pixel_edges): New function.
|
|
952 (syms_of_window): DEFSUBR 2 new functions.
|
|
953
|
|
954 1998-04-13 Greg Klanderman <greg@alphatech.com>
|
|
955
|
|
956 * redisplay.c (redisplay_window): When echo area is active, and we
|
|
957 swap in the echo area buffer, restore the minibuffer's pointm and
|
|
958 startp when we restore the minibuffer to the window. This avoids
|
|
959 having the minibuffer point randomly change when it is active but
|
|
960 not selected and a message is shown.
|
|
961
|
|
962 1998-04-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
963
|
|
964 * md5.c: replaced RSA reference code with GNU textutils implementation.
|
|
965
|
|
966 1998-04-14 Martin Buchholz <martin@xemacs.org>
|
|
967
|
|
968 * signal.c (init_signals_very_early): Make `nohup xemacs &' work.
|
|
969 Wrap #ifdefs around uses of SIGQUIT and SIGILL.
|
|
970
|
|
971 1998-04-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
972
|
|
973 * objects-msw.c (mswindows_initialize_font_instance): Fixed assert
|
|
974 abuse; proper cleanup on GDI error.
|
|
975
|
|
976 1998-04-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
977
|
|
978 * console-msw.h: Declared get_nt_process_handle() and
|
|
979 mswindows_bump_queue().
|
|
980 Removed declarations for mswindows_enqueue_dispatch_event() and
|
|
981 mswindows_enqueue_magic_event().
|
|
982
|
|
983 * event-msw.c (emacs_mswindows_create_stream_pair): Casts on
|
|
984 handle types and get_osfhandle() return type. From Andy Piper.
|
|
985 (emacs_mswindows_select_process): Get Win32 process handle
|
|
986 directly from process lrecord.
|
|
987 (get_process_handle): Removed function.
|
|
988 (emacs_mswindows_handle_magic_event): Removed handling of
|
|
989 XM_BUMPQUEUE magic event.
|
|
990 (mswindows_wnd_proc): Removed handling of WM_EXITMENULOOP message,
|
|
991 which called a do-nothing handler in menubar-msw.c
|
|
992 (mswindows_wnd_proc, WM_EXITSIZEMOVE): Queue an empty event
|
|
993 instead of magic event, via mswindows_bump_queue().
|
|
994 (mswindows_wnd_proc, WM_CLOSE): Ditto.
|
|
995 (mswindows_need_event): Call mswindows_bump_queue() upon process
|
|
996 termination, in case process pipe does not get closed along.
|
|
997 Do not close process handle.
|
|
998 (mswindows_bump_queue): Added function.
|
|
999 (mswindows_enqueue_dispatch_event): Made static.
|
|
1000 (ntpipe_slurp_*): Revamped the slurp thread implementation so the
|
|
1001 stream does not expect the thread to terminate when stream is closed.
|
|
1002 (ntpipe_slurp_reader): Fixed an attempt to read zero bytes from
|
|
1003 the pipe.
|
|
1004
|
|
1005 * event-stream.c (event_stream_deal_with_async_timeout):
|
|
1006 Conditionalized timer-based polling for finished processes on
|
|
1007 HAVE_UNIX_PROCESSES.
|
|
1008
|
|
1009 * menubar-msw.c (mswindows_handle_wm_command): Queued proper bump
|
|
1010 queue event.
|
|
1011 (mswindows_handle_wm_exitmenuloop): Removed function.
|
|
1012
|
|
1013 * menubar-msw.h: Removed unused function prototype.
|
|
1014
|
|
1015 * process-nt.c (get_nt_process_handle): Added function.
|
|
1016
|
|
1017 * signal.c (init_poll_for_sigchld): Conditionalized on
|
|
1018 HAVE_UNIX_PROCESSES.
|
|
1019
|
|
1020 1998-04-13 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1021
|
|
1022 * frame-msw.c: Implemented the following methods:
|
|
1023 mswindows_get_mouse_position()
|
|
1024 mswindows_set_mouse_position()
|
|
1025 mswindows_frame_totally_visible_p()
|
|
1026
|
|
1027 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1028
|
|
1029 * emacs.c: Renamed inhibit-package-init to inhibit-early-packages
|
|
1030 to better reflect its semantics.
|
|
1031 Renamed inhibit-update-autoloads to inhibit-package-autoloads.
|
|
1032 (complex_vars_of_emacs): Added site-directory and lisp-directory.
|
|
1033 -no-packages -> no-early-packages.
|
|
1034
|
|
1035 * Makefile.in.in: Reflected reinstatement of paths.h.in.
|
|
1036
|
|
1037 * paths.h.in: Reinstated.
|
|
1038
|
|
1039 * paths.h.in.in: Removed.
|
|
1040
|
|
1041 * config.h.in: Moved configure path and directory options from
|
|
1042 paths.h.in.in.
|
|
1043
|
|
1044 1998-04-11 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1045
|
|
1046 * event-msw.c (emacs_mswindows_quit_p): don't recurse.
|
|
1047
|
274
|
1048 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1049
|
|
1050 * callproc.c (init_callproc): Correctly initialize
|
|
1051 `shell-file-name' for WINDOWSNT
|
|
1052
|
|
1053 * emacs.c (main_1): Properly called new functions (see symsinit.h
|
|
1054 entry for which).
|
|
1055
|
|
1056 * event-msw.c (struct ntpipe_slurp_stream):
|
|
1057 (slurp_thread):
|
|
1058 (make_ntpipe_input_stream):
|
|
1059 (get_ntpipe_input_stream_waitable):
|
|
1060 (get_ntpipe_input_stream_param):
|
|
1061 (ntpipe_slurp_reader):
|
|
1062 (ntpipe_slurp_closer):
|
|
1063 (init_slurp_stream): Win32 pipe input stream implementation.
|
|
1064 (struct ntpipe_shove_stream):
|
|
1065 (shove_thread):
|
|
1066 (make_ntpipe_output_stream):
|
|
1067 (get_ntpipe_output_stream_param):
|
|
1068 (ntpipe_shove_writer):
|
|
1069 (ntpipe_shove_was_blocked_p):
|
|
1070 (ntpipe_shove_flusher):
|
|
1071 (ntpipe_shove_closer):
|
|
1072 (init_shove_stream): Win32 pipe output stream implementation.
|
|
1073 (mswindows_enqueue_process_event): Dispatch helper.
|
|
1074 (find_waitable_handle):
|
|
1075 (add_waitable_handle):
|
|
1076 (remove_waitable_handle): New three, waitable handles handling.
|
|
1077 (mswindows_need_event_in_modal_loop): Simplified.
|
|
1078 (mswindows_need_event): Simplified.
|
|
1079 (mswindows_need_event): Generate process events on process output;
|
|
1080 kick status_notify when a process ends.
|
|
1081 (mswindows_find_console): Simplified.
|
|
1082 (emacs_mswindows_event_pending_p): Adjusted parameters to
|
|
1083 mswindows_need_event().
|
|
1084 (emacs_mswindows_next_event): Ditto.
|
|
1085 (get_process_input_waitable):
|
|
1086 (get_process_handle): Process select/unselect helpers.
|
|
1087 (emacs_mswindows_select_process): Implemented.
|
|
1088 (emacs_mswindows_unselect_process): Implemented.
|
|
1089 (emacs_mswindows_quit_p): Call mswindows_drain_windows_queue()
|
|
1090 directly so do not even try do dequeue process events. Saved a
|
|
1091 byte and a tick.
|
|
1092 (emacs_mswindows_create_stream_pair): Implemented.
|
|
1093 (emacs_mswindows_delete_stream_pair): Implemented.
|
|
1094 (vars_of_event_mswindows): Registered the above two.
|
|
1095 (lstream_type_create_mswindows_selectable): Function called from
|
|
1096 emacs.c to create two pipe lstream types.
|
|
1097
|
|
1098 * ntproc.c (sys_select): Disgustful brain fart this file is.
|
|
1099
|
|
1100 * process-nt.c: New file: Asynchronous subprocess implemenation
|
|
1101 for Win32.
|
|
1102
|
|
1103 * process.h: Declare Fprocess_id().
|
|
1104
|
|
1105 * signal.c (init_signals_very_early): Conditionalize possibly
|
|
1106 nonexistent signals.
|
|
1107
|
|
1108 * symsinit.h: Declared:
|
|
1109 lstream_type_create_mswindows_selectable ()
|
|
1110 process_type_create_nt ()
|
|
1111 vars_of_process_nt ()
|
|
1112
|
|
1113 * s/windowsnt.h: Defined HAVE_WIN32_PROCESSES.
|
|
1114 Removed fake SIGTRAP, SIGPIPE and SIGCHLD.
|
|
1115
|
|
1116 1998-04-10 Martin Buchholz <martin@xemacs.org>
|
|
1117
|
|
1118 * fns.c (Fnthcdr):
|
|
1119 Most times through the loop will get a cons, so optimize for that.
|
|
1120
|
|
1121 * bytecode.c (Fbyte_code): Remove '91 vintage compiler bug workaround.
|
|
1122 Add NATNUMP check for Bnth bytecode.
|
|
1123 Bnth: Optimize case of n > length (list).
|
|
1124 QUITs not necessary since even if list is circular, n will count
|
|
1125 down to 0.
|
|
1126 Bnthcdr: inline the code for nthcdr (we have a bytecode for it,
|
|
1127 after all)
|
|
1128 Bcdr, Bcar: Use tail recursion.
|
|
1129
|
|
1130 1998-04-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
1131
|
|
1132 * redisplay.c (redisplay_window): Don't lose with negative
|
|
1133 scroll_step.
|
|
1134
|
|
1135 1998-04-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
1136
|
|
1137 * fileio.c (Fmake_temp_name): Don't use `+' in generated file
|
|
1138 names.
|
|
1139 (Fmake_temp_name): Randomize the initial values of counters.
|
|
1140
|
|
1141 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1142
|
|
1143 * Makefile.in.in: paths.h.in is now generated from paths.h.in.in.
|
|
1144
|
|
1145 * emacs.c (decode_path): Removed parsing of "::" into nil component.
|
|
1146
|
|
1147 1998-04-09 Martin Buchholz <martin@xemacs.org>
|
|
1148
|
|
1149 * lstream.c (make_filedesc_stream_1): Fix another Martin blooper.
|
|
1150
|
|
1151 1998-04-07 SL Baur <steve@altair.xemacs.org>
|
|
1152
|
|
1153 * emacs.c (Fdump_emacs): Delete superfluous open comment.
|
|
1154
|
|
1155 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
1156
|
|
1157 * emacs.c (Fdump_emacs): Move call to disable_free_hook back to
|
|
1158 Fdump_emacs where it belongs.
|
|
1159
|
|
1160 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1161
|
|
1162 * nt.c (sys_mkdir): Added the second unused parameter, after UNIX
|
|
1163 version. Suggested by Martin.
|
|
1164
|
|
1165 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1166
|
|
1167 * event-msw.c (mswindows_wnd_proc): Fix member access macro names.
|
|
1168
|
|
1169 * frame-msw.c (mswindows_frame_property):
|
|
1170 (mswindows_internal_frame_property_p):
|
|
1171 (mswindows_frame_properties): Implemented for the 'left and 'top
|
|
1172 properties.
|
|
1173 (console_type_create_frame_mswindows): Regsitered the above.
|
|
1174 (mswindows_set_title_from_bufbyte): Update title only if it has
|
|
1175 really changed. This avoids a bit of flashing.
|
|
1176
|
|
1177 * console-msw.h (FRAME_MSWINDOWS_TITLE_CHECKSUM): To update title
|
|
1178 smoother.
|
|
1179 (MSWINDOWS_FRAME_*(f)): Were MSWINDOWS_FRAME_*(f). Eeek!
|
|
1180
|
|
1181 1998-04-06 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
1182
|
|
1183 * unexfreebsd.c: introduce FreeBSD port's patch to avoid
|
|
1184 FreeBSD-current warns "Absurd new brk addr".
|
|
1185
|
|
1186 1998-04-06 Colin Rafferty <colin@xemacs.org>
|
|
1187
|
|
1188 * glyphs-x.c (struct gif_error_struct): Made the err_str point to
|
|
1189 a CONST char* instead of non-const.
|
|
1190 (tiff_memory_write): Add fake return statement to shut up warnings.
|
|
1191
|
|
1192 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
1193
|
|
1194 * fileio.c (Finsert_file_contents_internal): Correctly handle
|
|
1195 special files larger than 32K.
|
|
1196
|
|
1197 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
1198
|
|
1199 * fileio.c (Fmake_temp_name): Don't call mktemp().
|
|
1200
|
|
1201 1998-04-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
1202
|
|
1203 * unexelf.c: include <config.h> first.
|
|
1204
|
|
1205 1998-04-04 Martin Buchholz <martin@xemacs.org>
|
|
1206
|
|
1207 * sysdep.c: Add #include <sys/termio.h> for AIXHFT as suggested
|
|
1208 on c.e.x.
|
|
1209
|
|
1210 * nt.c:
|
|
1211 * ntproc.c:
|
|
1212 Change "config.h" to <config.h>. Add dire warnings to code since
|
|
1213 config.h is not included first.
|
|
1214
|
|
1215 * powerpc.h: Avoid redefinition warning on START_FILES.
|
|
1216
|
|
1217 * window.c: Rename Vminibuf_scroll_window to Vminibuffer_scroll_window.
|
|
1218 * hpplay.c: Rename play_gain to hp_play_gain in accordance with
|
|
1219 coding standards.
|
|
1220
|
|
1221 * frame-x.c (x_lower_frame):
|
|
1222 (x_raise_frame_1): Clarify code. Save a nanosecond if frame not
|
|
1223 visible.
|
|
1224
|
|
1225 * fileio.c (Fmake_temp_name): Use static CONST suffix; save a
|
|
1226 nanosecond.
|
|
1227
|
|
1228 1998-04-05 Amir J. Katz <amir@ndsoft.com>
|
|
1229
|
|
1230 * sysproc.h: Added #include <sys/types.h> before <sys/socket.h>
|
|
1231 otherwise callproc.c does not compile on SunOS 4.1.4 with gcc 2.8.1
|
|
1232
|
|
1233 * sysdep.h: strerror() does not return CONST in gcc 2.8.1
|
|
1234
|
|
1235 1998-04-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
1236
|
|
1237 * redisplay.c (generate_fstring_runes): Grok specifiers and
|
|
1238 symbols indirecting to specifiers.
|
|
1239
|
|
1240 1998-04-06 Olivier Galibert <galibert@pobox.com>
|
|
1241
|
|
1242 * events.c (print_event): XINT() may return a long.
|
|
1243
|
|
1244 * insdel.c (make_gap): Thou shan't cast EMACS_INT_MAX to int.
|
|
1245 (buffer_insert_string_1): ditto.
|
|
1246
|
|
1247 * regex.c (print_partial_compiled_pattern): Neither EMACS_INTs nor
|
|
1248 ptrdiff_t are portably printable as an int.
|
|
1249
|
|
1250 * redisplay.c (window_line_number): Don't assume that an EMACS_INT
|
|
1251 in an int.
|
|
1252
|
|
1253 * alloc.c (report_pure_usage): Don't assume that a size_t is
|
|
1254 displayable as an int.
|
|
1255
|
|
1256 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
1257
|
|
1258 * process-unix.c: Fix typo in #ifdef.
|
|
1259 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1260
|
|
1261 1998-04-06 Olivier Galibert <galibert@pobox.com>
|
|
1262
|
|
1263 * unexelfsgi.c (unexec): Don't treat the sbss section as bss if it
|
|
1264 isn't one. Needed for irix 6.5.
|
|
1265
|
|
1266 1998-04-05 Martin Buchholz <martin@xemacs.org>
|
|
1267
|
|
1268 * sysdep.h: Two prototypes that weren't properly size_t'ed
|
|
1269
|
|
1270 1998-04-04 Martin Buchholz <martin@xemacs.org>
|
|
1271
|
|
1272 * ralloc.c: mallopt <==> malloc.h.
|
|
1273
|
272
|
1274 1998-04-04 Martin Buchholz <martin@xemacs.org>
|
|
1275
|
|
1276 * emacs.c: #include <paths.h>, not "paths.h"
|
|
1277 This is a standard bug. It manifests if you configure in the
|
|
1278 source tree, then configure elsewhere with --srcdir.
|
|
1279 Remove misleading PATH_EXEC comment; PATH_PACKAGEPATH is also used.
|
|
1280
|
|
1281 1998-04-04 Olivier Galibert <galibert@pobox.com>
|
|
1282
|
|
1283 * s/386bsd.h: Removed obsolete define.
|
|
1284
|
|
1285 1998-04-04 Olivier Galibert <galibert@pobox.com>
|
|
1286
|
|
1287 * s/386-ix.h: Removed useless define.
|
|
1288
|
|
1289 * sysdep.c (insque): Removed. Not used anywhere in the code.
|
|
1290
|
|
1291 1998-04-04 Olivier Galibert <galibert@pobox.com>
|
|
1292
|
|
1293 * process-unix.c (unix_kill_child_process): Use TIOCSIGSEND or
|
|
1294 TIOCSIGNAL as needed.
|
|
1295
|
|
1296 * s/usg5-4.h: Remove kludgy TIOCSIGSEND #define which breaks on
|
|
1297 irix 6.5.
|
|
1298
|
|
1299 1998-03-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
1300
|
|
1301 * insdel.c (emchar_string_displayed_columns): Simplify for
|
|
1302 non-Mule case.
|
|
1303
|
|
1304 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Issue nicer output.
|
|
1305
|
|
1306 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
1307
|
|
1308 * sysdir.h (sys_mkdir):
|
|
1309 * sysfile.h (sys_read):
|
|
1310 (sys_write):
|
|
1311 (sys_chmod):
|
|
1312 (sys_creat):
|
|
1313
|
|
1314 * sysdep.c (sys_read_1):
|
|
1315 (sys_read):
|
|
1316 (sys_write_1):
|
|
1317 (sys_write):
|
|
1318 (sys_mkdir):
|
|
1319 (sys_readlink):
|
|
1320 (sys_chmod):
|
|
1321 (sys_creat):
|
|
1322
|
|
1323 * nt.c (sys_read):
|
|
1324 (sys_chmod):
|
|
1325 (sys_creat):
|
|
1326 (sys_write): Change types of sys_* in accordance with published
|
|
1327 standards. Use size_t and mode_t instead of unsigned int and int.
|
|
1328
|
|
1329 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
1330
|
|
1331 * config.h.in (enum_field):
|
|
1332 * lisp-union.h:
|
|
1333 * extents.h:
|
|
1334 * redisplay.c (add_margin_runes):
|
|
1335 Prefer enums for use as bitfields in preference to unsigned int,
|
|
1336 but allow the possibility to suppress it if a compiler disallows
|
|
1337 it or emits annoying warnings. Currently only __SUNPRO_C cc -Xc
|
|
1338 used unsigned ints.
|
|
1339
|
|
1340 * event-stream.c: Fixup DEFVAR for
|
|
1341 Vcomposed_character_default_binding; Real bug!
|
|
1342 * event-msw.c: Rename mswindows_button2* to mswindows_mouse_button*
|
|
1343 * emacs.c: Rename suppress_early_backtrace to
|
|
1344 suppress_early_error_handler_backtrace
|
|
1345 * objects-x.c: Rename handle_nonfull_spec_fonts to
|
|
1346 x_handle_non_fully_specified_fonts
|
|
1347 * lread.c: Rename puke_on_fsf_keys to
|
|
1348 fail-on-bucky-bit-character-escapes
|
|
1349 * lread.c:
|
|
1350 * doc.c: Rename Vdoc_file_name to Vinternal_doc_file_name
|
|
1351 * fileio.c:
|
|
1352 * bufslots.h:
|
|
1353 * buffer.c: Rename save_length to saved_size
|
|
1354 * alloc.c: Rename pureptr to pure_bytes_used
|
|
1355 * abbrev.c: Rename last_abbrev_point to last_abbrev_location
|
|
1356 * lisp.h:
|
|
1357 DEFVAR_* are supposed to be named following a standard convention.
|
|
1358
|
|
1359 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
1360
|
|
1361 * callint.c:
|
|
1362 * ralloc.c:
|
|
1363 * data.c:
|
|
1364 * eldap.c:
|
|
1365 * extents.c:
|
|
1366 * frame-msw.c:
|
|
1367 * frame-x.c:
|
|
1368 * general.c:
|
|
1369 * process.c:
|
|
1370 * xselect.c:
|
|
1371 Rationalize defsymbol handling.
|
|
1372 defsymbols are supposed to have equivalent C and Lisp names, for
|
|
1373 consistency. At least one real bug (end-glyph-layout) fixed.
|
|
1374 Move multiply defsymbol'ed stuff into general.c.
|
|
1375
|
|
1376 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1377
|
|
1378 * m/ibmrs6000.inp: Removed; obsoleted by configure.in changes.
|
|
1379
|
|
1380 1998-04-03 Martin Buchholz <martin@xemacs.org>
|
|
1381
|
|
1382 * console-tty.c (Fset_console_tty_input_coding_system):
|
|
1383 (Fset_console_tty_output_coding_system):
|
|
1384 Input/Output and encoding/decoding were reversed.
|
|
1385
|
|
1386 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
1387
|
|
1388 * m/powerpc.h: Remove LD_SWITCH_MACHINE for Linux.
|
|
1389
|
|
1390 1998-04-02 Greg Klanderman <greg@alphatech.com>
|
|
1391
|
|
1392 * window.c (set_window_pixsize): Move up call to
|
|
1393 check_min_window_sizes.
|
|
1394
|
|
1395 * indent.c (vmotion_1): renamed from vmotion() and added
|
|
1396 additional argument to optionally return the pixel motion.
|
|
1397 (vpix_motion): Helper for vmotion_1.
|
|
1398 (vmotion): Wrapper - just call vmotion_1() with the right args.
|
|
1399 (Fvertical_motion_pixels): New function.
|
|
1400 (syms_of_indent): DEFSUBR it.
|
|
1401
|
|
1402 1998-04-02 Martin Buchholz <martin@xemacs.org>
|
|
1403
|
|
1404 * xselect.c:
|
|
1405 * event-Xt.c:
|
|
1406 * emacs.c:
|
|
1407 Remove last vestiges of #ifdef EPOCH code. It had no chance of
|
|
1408 working anyways. In honour of seeing Marc Andreesen in person for
|
|
1409 the first time today.
|
|
1410
|
|
1411 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
1412
|
|
1413 * extents.h:
|
|
1414 * lisp-union.h:
|
|
1415 Don't use enums as bitfields - only unsigned ints.
|
|
1416 Fixes: warning: nonportable bit-field type
|
|
1417
|
|
1418 * eval.c (call_with_suspended_errors): More volatilizing to
|
|
1419 appease Sunpro cc.
|
|
1420
|
|
1421 * mem-limits.h:
|
|
1422 * ralloc.c: Remove #undef NULL; they're not even used!
|
|
1423
|
|
1424 * process-unix.c (unix_send_process): send_process is a method, so
|
|
1425 we can't include volatile in the prototype. We make the argument
|
|
1426 non-volatile, make a volatile copy, and then use that instead.
|
|
1427
|
|
1428 * frame-x.c (x_delete_frame): The `frame' variable is initialized
|
|
1429 but not actually used.
|
|
1430
|
|
1431 * Makefile.in.in (xselect.o): The last line of b34-pre2's
|
|
1432 src/Makefile.in.in contains a dependency that should have been
|
|
1433 patched away.
|
|
1434 (mostlyclean): Remove the removal of depend.* - no such files
|
|
1435 exist anymore
|
|
1436
|
|
1437 * make-src-depend: include a dependency on only one of
|
|
1438 lisp-union.h or lisp-disunion.h.
|
|
1439
|
|
1440 1998-04-01 Martin Buchholz <martin@xemacs.org>
|
|
1441
|
|
1442 * specifier.c (specifier_instance_from_inst_list): A nanosecond
|
|
1443 saved is a nanosecond earned.
|
|
1444
|
|
1445 1998-03-31 Greg Klanderman <greg@alphatech.com>
|
|
1446
|
|
1447 * redisplay.c (update_line_start_cache): Fix bug involving
|
|
1448 invisible text in which the line_start_cache gets hosed.
|
|
1449
|
|
1450 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1451
|
|
1452 * console-msw.h: define FRAME_MSWINDOWS_CDC.
|
|
1453
|
|
1454 * frame-msw.c: (mswindows_set_frame_icon) new function. Works but
|
|
1455 no masks as yet.
|
|
1456
|
|
1457 * glyphs-msw.c: GNUize the code. Fix 24bpp display and make the
|
|
1458 default. Add managment of icons.
|
|
1459
|
|
1460 * glyphs-msw.h: add icon attributes.
|
|
1461
|
|
1462 * redisplay-msw.c: (mswindows_output_pixmap) remove unused cursor
|
|
1463 code.
|
|
1464
|
|
1465 * objects-msw.c: eliminate char subscript warning.
|
|
1466
|
|
1467 1998-04-01 SL Baur <steve@altair.xemacs.org>
|
|
1468
|
|
1469 * sysdll.c (dll_close): fix typo.
|
|
1470 Suggested by Marcus Thiessel <marcus_thiessel@hp.com>
|
|
1471
|
|
1472
|
|
1473 1998-03-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1474
|
|
1475 * device.c (Fset_device_class): Recompute cached
|
|
1476 specifiers everywhere if device class is changed.
|
|
1477 Set various redisplay flags so that the device's
|
|
1478 various frames are redisplayed.
|
|
1479
|
|
1480 1998-03-31 SL Baur <steve@altair.xemacs.org>
|
|
1481
|
|
1482 * lrecord.h (DECLARE_NONRECORD): Remove redundant paren.
|
|
1483 Suggested by Martin Buchholz <martin@xemacs.org>
|
|
1484
|
|
1485 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1486
|
|
1487 * gui.c (gui_item_display_flush_left): Fix suffix length.
|
|
1488
|
|
1489 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1490
|
|
1491 * s/windowsnt.h: Defined SIZEOF_LONG_LONG and SIZEOF_VOID_P
|
|
1492
|
|
1493 * dired-msw.c: Included <limits.h>
|
|
1494
|
|
1495 * config.h.in (VOID_P_BITS): Fixed so that uses SIZEOF_VOID_P
|
|
1496
|
|
1497 1998-03-31 SL Baur <steve@altair.xemacs.org>
|
|
1498
|
|
1499 * glyphs.c (image_instantiate_cache_result): Correct order of
|
|
1500 parameters to Fputhash.
|
|
1501 Suggested by Kirill M. Katsnelson <kkm@kis.ru>
|
|
1502
|
|
1503 1998-03-30 Martin Buchholz <martin@xemacs.org>
|
|
1504
|
|
1505 * redisplay.c (create_right_glyph_block): glyph_type should really
|
|
1506 be glyph_layout.
|
|
1507
|
|
1508 1998-03-29 Martin Buchholz <martin@xemacs.org>
|
|
1509
|
|
1510 * sysfile.h: Move all encapsulations from lisp.h/emacsfns.h into
|
|
1511 sysfile.h. Users of the functionality herein will have to
|
|
1512 #include sysfile.h.
|
|
1513 Check all .o files for missing #includes.
|
|
1514 * config.h.in:
|
|
1515 Discovered that config.h.in was missing ENCAPSULATE_CLOSEDIR, as a
|
|
1516 result of fixing the above.
|
|
1517
|
|
1518 * gui.c (gui_item_add_keyval_pair): We should not use the idiom
|
|
1519 error ("%S", lisp_object) in C code.
|
|
1520 I converted the code to use signal_simple_error_2 instead.
|
|
1521 (signal_too_long_error): Ditto.
|
|
1522
|
|
1523 * glyphs.c (image_instantiate_cache_result): Use XC[AD]R instead
|
|
1524 of Fc[ad]r. This is always called with valid conses, and in fact,
|
|
1525 already assumed it.
|
|
1526
|
|
1527 * font-lock.c (find_context): Use context_none with context
|
|
1528 instead of ccontext_none.
|
|
1529
|
|
1530 * fns.c (Flength): The CONSP and NILP code can be combined.
|
|
1531 Change the name of the arg to SEQUENCE from OBJ.
|
|
1532 (Fnthcdr): CHECK_NATNUM instead of CHECK_INT. Optimize out Fcdr calls.
|
|
1533 (Felt): Change argument from seq to sequence to match docstring.
|
|
1534
|
|
1535 1998-03-28 Martin Buchholz <martin@xemacs.org>
|
|
1536
|
|
1537 * fns.c (string_putprop):
|
|
1538 (string_getprop): Make method functions static.
|
|
1539
|
|
1540 * window.c (find_window_by_pixel_pos): Warning suppression.
|
|
1541
|
|
1542 * imgproc.c (splitbox): Warning suppression.
|
|
1543
|
|
1544 * redisplay-x.c (x_output_eol_cursor): Remove redundant XSETWINDOW.
|
|
1545
|
|
1546 * glyphs-x.c (signal_image_error):
|
|
1547 (signal_image_error_2):
|
|
1548 (convert_EImage_to_XImage): Make functions static.
|
|
1549
|
|
1550 * editfns.c (Fbuffer_size): Rename the `F' function to
|
|
1551 Fbuffer_size in accordance with coding standards.
|
|
1552
|
|
1553 * dll.c (Fdll_open): Fix up data conversion.
|
|
1554 Provide auxiliary function maybe_call_library_function().
|
|
1555
|
|
1556 * device-x.c (get_x_display): make function static.
|
|
1557
|
|
1558 * data.c (Fcar): Should generate listp, not consp error.
|
|
1559 (Fcdr): Should generate listp, not consp error.
|
|
1560
|
|
1561 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
1562
|
|
1563 * console-tty.c (free_tty_console_struct):
|
|
1564 Replace con->console_data with CONSOLE_type_DATA (con)
|
|
1565
|
|
1566 * *.[ch]: C++ compilability of xemacs, on Linux and Solaris.
|
|
1567
|
|
1568 * casetab.c (Fcase_table_p): Optimize.
|
|
1569
|
|
1570 * eval.c:
|
|
1571 * bytecode.c:
|
|
1572 Rename Fcondition_case_3 to condition_case_3 - it's not a DEFUN.
|
|
1573
|
|
1574 * buffer.h:
|
|
1575 Remove all *BUFFER_OR_STRING* macros - unused.
|
|
1576 (memind_to_bytind): Merge two versions of function by moving
|
|
1577 #ifdef ERROR_CHECK_BUFPOS into the function body.
|
|
1578 (*_DATA_ALLOCA*): get types correct. rewrite for clarity.
|
|
1579
|
|
1580 * balloon_help.c (balloon_help_destroy): rearrange order of
|
|
1581 functions, and remove prototype from header file.
|
|
1582
|
|
1583 * alloc.c (deadbeef_memory): Rewrite. Use size_t for clarity.
|
|
1584 Don't bother with the left-over bytes, since in practice we will
|
|
1585 always get called with a size multiple of 4.
|
|
1586 (Fmake_list): CHECK_NATNUM instead of CHECK_INT
|
|
1587 (vector[4567]): Currently unused; ifdef out.
|
|
1588 (make_pure_float): make function static.
|
|
1589 (garbage_collect_1): Optimize.
|
|
1590
|
|
1591 1998-03-23 Martin Buchholz <martin@xemacs.org>
|
|
1592
|
|
1593 * marker.c (print_marker): Fix compiler warning, real bug!
|
|
1594
|
|
1595 * device.h (MARK_DEVICE_FRAMES_FACES_CHANGED):
|
|
1596 * frame.h (MARK_FRAME_FACES_CHANGED):
|
|
1597 (MARK_FRAME_TOOLBARS_CHANGED):
|
|
1598 (MARK_FRAME_SIZE_CHANGED):
|
|
1599 (MARK_FRAME_CHANGED):
|
|
1600 (MARK_FRAME_WINDOWS_CHANGED):
|
|
1601 (MARK_FRAME_WINDOWS_STRUCTURE_CHANGED):
|
|
1602 Fix multiple evaluation of macro arguments.
|
|
1603 Macros are a fact of life. Callers have to use temp variables to
|
|
1604 avoid multiple evaluation of arguments.
|
|
1605
|
|
1606 * data.c (Ftrue_list_p): New function, with obvious meaning.
|
|
1607 This is terminology from Cltl2.
|
|
1608 Also define a corresponding macro TRUE_LIST_P.
|
|
1609
|
|
1610 * device-x.c (validify_resource_component): Optimize. Rename.
|
|
1611 Use the standard technique of using a precomputed table of valid chars.
|
|
1612
|
|
1613 (x_get_resource_prefix):
|
|
1614 (Fx_get_resource):
|
|
1615 (Fx_get_resource_prefix):
|
|
1616 Avoid fixed buffer sizes. Use a char_dynarr.
|
|
1617 Run validify_resource_component on all computed components.
|
|
1618
|
|
1619 * lisp.h: Define a char_dynarr type.
|
|
1620
|
|
1621 1998-03-22 Martin Buchholz <martin@xemacs.org>
|
|
1622
|
|
1623 * fns.c (Fcopy_alist): Optimize.
|
|
1624
|
|
1625 * alloc.c (acons): New function. Now used in the C code.
|
|
1626 Definition in cl.el is commented out. Add docstring.
|
|
1627 Use acons in functions which create alists.
|
|
1628 * lisp/cl.el (acons): Add docstring. Really otta be a macro, tho.
|
|
1629
|
|
1630 * buffer.c (Fbuffer_memory_usage):
|
|
1631 * window.c (Fwindow_memory_usage):
|
|
1632 Clean up horrible consing code using new acons function.
|
|
1633 Fix incorrect value reported for gap-overhead.
|
|
1634
|
|
1635 * fns.c (Fmember):
|
|
1636 (Fold_member):
|
|
1637 (Fmemq):
|
|
1638 (Fold_memq):
|
|
1639 (memq_no_quit):
|
|
1640 (Fassoc):
|
|
1641 (Fold_assoc):
|
|
1642 (Fassq):
|
|
1643 (Fold_assq):
|
|
1644 (assq_no_quit):
|
|
1645 (Frassoc):
|
|
1646 (Fold_rassoc):
|
|
1647 (Frassq):
|
|
1648 (Fold_rassq):
|
|
1649 (rassq_no_quit):
|
|
1650 (Fdelete):
|
|
1651 (Fold_delete):
|
|
1652 (Fdelq):
|
|
1653 (Fold_delq):
|
|
1654 (delq_no_quit):
|
|
1655 (delq_no_quit_and_free_cons):
|
|
1656 (Fremassoc):
|
|
1657 (Fremassq):
|
|
1658 (remassq_no_quit):
|
|
1659 (Fremrassoc):
|
|
1660 (Fremrassq):
|
|
1661 (remrassq_no_quit):
|
|
1662 (Fnreverse):
|
|
1663 (Freverse):
|
|
1664 (Fnthcdr):
|
|
1665 Optimize.
|
|
1666 Replace calls to Fcar, Fcdr, Fsetcar with XCAR and XCDR.
|
|
1667 Simplify logic.
|
|
1668 Many of these functions wouldn't QUIT if called on cyclic lists.
|
|
1669 e.g. try (progn (setq x '(nil)) (setcdr x x) (reverse x))
|
|
1670 One benchmark of delq showed it to be 3 times faster.
|
|
1671
|
|
1672 * emacs.c:
|
|
1673 * database.c:
|
|
1674 Cleanup of database functions.
|
|
1675 Make the get_subtype and get_type methods return Lisp_Objects,
|
|
1676 instead of C strings. No more need for both dbm_type and dbm_lisp_type.
|
|
1677 Rewrite the doc strings to be consistent with XEmacs tradition.
|
|
1678 Replace old `dbm' names with `database'.
|
|
1679 Rename struct database to struct Lisp_Database.
|
|
1680 Rename DEFUN arguments to `database', when applicable.
|
|
1681
|
|
1682 * buffer.c:
|
|
1683 * chartab.c:
|
|
1684 * console.c:
|
|
1685 * data.c:
|
|
1686 * database.c:
|
|
1687 * device.c:
|
|
1688 * elhash.c:
|
|
1689 * eval.c:
|
|
1690 * event-stream.c:
|
|
1691 * extents.c:
|
|
1692 * faces.c:
|
|
1693 * frame.c:
|
|
1694 * glyphs.c:
|
|
1695 * keymap.c:
|
|
1696 * lstream.c:
|
|
1697 * mule-charset.c:
|
|
1698 * mule-coding.c:
|
|
1699 * objects.c:
|
|
1700 * opaque.c:
|
|
1701 * process.c:
|
|
1702 * rangetab.c:
|
|
1703 * specifier.c:
|
|
1704 * symbols.c:
|
|
1705 * tooltalk.c:
|
|
1706 * window.c:
|
|
1707 Place DEFINE_LRECORD_* after definition of static object methods, to
|
|
1708 avoid redundant declarations.
|
|
1709
|
|
1710 * console.c:
|
|
1711 * console.h:
|
|
1712 * device.c:
|
|
1713 * device.h:
|
|
1714 * extents.c:
|
|
1715 * extents.h:
|
|
1716 * frame.c:
|
|
1717 * frame.h:
|
|
1718 * glyphs.c:
|
|
1719 * glyphs.h:
|
|
1720 * lisp.h:
|
|
1721 * lstream.c:
|
|
1722 * lstream.h:
|
|
1723 * signal.c:
|
|
1724 * specifier.c:
|
|
1725 * specifier.h:
|
|
1726 Eliminate MAC_* macros.
|
|
1727 The MAC_ macros use non-standard comiler extenstions which cause
|
|
1728 gcc to generate bad code on Sparc/Solaris. Attractive though the
|
|
1729 idea of using those compiler extensions is, they are just not
|
|
1730 robust enough to use in the real world. So we eliminate them.
|
|
1731 We put up with some sub-optimalities, like macros with multiple
|
|
1732 evaluation. Such is life with C. The MAC_ macros were pretty
|
|
1733 darn ugly anyways. We CAN use inline functions, since the advent
|
|
1734 of C++ means that compilers must support those anyways.
|
|
1735
|
|
1736 1998-03-21 Martin Buchholz <martin@xemacs.org>
|
|
1737
|
|
1738 * alloc.c (list*): Optimize recursion levels.
|
|
1739
|
|
1740 * alloc.c: Add debugger support via enum dbg_constants.
|
|
1741 * gdbinit: Complete rewrite.
|
|
1742 * gdbinit.union: Remove
|
|
1743 * gdbinit.pre-4.14: Remove
|
|
1744 * dbxrc: Complete rewrite.
|
|
1745 * man/xemacs-faq.texi:
|
|
1746 Proper robust debugger support for gdb and Sun's dbx.
|
|
1747 Support all combinations of Kylish DEFINEs.
|
|
1748 Work out of the box with no user customizations.
|
|
1749 See the updated faq for details.
|
|
1750
|
|
1751 * emacsfns.h: Remove. Move declarations to lisp.h
|
|
1752 * dynarr.h: Remove. Move declarations to lisp.h
|
|
1753 * lisp.h.
|
|
1754 Optimize header file handling to improve compile time over a network.
|
|
1755 Introduce EXFUN macro for external declaration to correspond to DEFUN.
|
|
1756 Include header files only when necessary, i.e. not from lisp.h:
|
|
1757 - unistd.h, limits.h, fnctl.h, blocktype.h, dynarr.h, emacsfns.h
|
|
1758
|
|
1759
|
|
1760 * lisp.h:
|
|
1761 * lisp-union.h:
|
|
1762 * lisp-disunion.h:
|
|
1763 Rewrite low level object frobbing.
|
|
1764 Make it safe to use XSETOBJ on uninitialized Lisp_Objects.
|
|
1765 (markbit might have been set otherwise)
|
|
1766 Move XPRNTRVAL->XPNTR computation out of lisp-*union.h, since it
|
|
1767 is union-type-independent.
|
|
1768
|
|
1769 * EmacsFrame.c:
|
|
1770 * alloc.c:
|
|
1771 * chartab.c:
|
|
1772 * console.c:
|
|
1773 * dialog-x.c:
|
|
1774 * doc.c:
|
|
1775 * elhash.c:
|
|
1776 * eval.c:
|
|
1777 * event-Xt.c:
|
|
1778 * event-stream.c:
|
|
1779 * event-unixoid.c:
|
|
1780 * extents.c:
|
|
1781 * faces.c:
|
|
1782 * file-coding.c:
|
|
1783 * frame.c:
|
|
1784 * glyphs.c:
|
|
1785 * insdel.c:
|
|
1786 * keymap.c:
|
|
1787 * lstream.c:
|
|
1788 * marker.c:
|
|
1789 * menubar-x.c:
|
|
1790 * mule-coding.c:
|
|
1791 * opaque.c:
|
|
1792 * ralloc.c:
|
|
1793 * rangetab.c:
|
|
1794 * redisplay-msw.c:
|
|
1795 * redisplay-output.c:
|
|
1796 * redisplay-tty.c:
|
|
1797 * redisplay-x.c:
|
|
1798 * redisplay.c:
|
|
1799 * scrollbar-x.c:
|
|
1800 * scrollbar.c:
|
|
1801 * specifier.c:
|
|
1802 * symbols.c:
|
|
1803 * toolbar-x.c:
|
|
1804 * toolbar.c:
|
|
1805 * window.c:
|
|
1806 As a result of the above lisp*.h changes, we can now safely remove
|
|
1807 initializations of Lisp_Objects before calling XSETOBJ on them.
|
|
1808 This was only being done half the time, anyways.
|
|
1809
|
|
1810 * Makefile.in.in (depend): New target. calls make-src-depend.
|
|
1811 * depend: New file. Generated by make-src-depend
|
|
1812 * make-src-depend: New file. generates up-to-date dependencies.
|
|
1813 Makefile dependencies are now automagically maintained, and
|
|
1814 CORRECT. lisp.h and friends are now included in the dependencies,
|
|
1815 since this complies with the principle of least astonishment.
|
|
1816
|
|
1817 * symbols.c (symbol_is_constant): Optimize.
|
|
1818
|
|
1819 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
1820
|
|
1821 * frame.c (vars_of_frame): Default frame name should be InfoDock
|
|
1822 for InfoDock.
|
|
1823
|
|
1824 1998-03-29 SL Baur <steve@altair.xemacs.org>
|
|
1825
|
|
1826 * emacs.c (voodoo_free_hook): ELF libraries built with newer
|
|
1827 versions of GCC do horrible things in dumped binaries after exit()
|
|
1828 is called.
|
|
1829 (Fkill_emacs): Use it.
|
|
1830
|
|
1831 1998-03-28 SL Baur <steve@altair.xemacs.org>
|
|
1832
|
|
1833 * s/linux.h: For simplicity, do not use standard linking because
|
|
1834 it is deadly with new GCC.
|
|
1835
|
269
|
1836 Sat Mar 28 10:16:29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
1837
|
|
1838 * Makefile.in.in: fix fastdump target
|
|
1839
|
|
1840 * console-msw.h: add memory dc to frame.
|
|
1841
|
|
1842 * frame-msw.c: manage memory dc on frame creation/deleteion
|
|
1843
|
|
1844 * frame.h: mess with toolbar macros so that xemacs doesn't die
|
|
1845 in redisplay with a triple build.
|
|
1846
|
|
1847 * g;yphs-msw.c: GNUize the code. Fix 24bpp display and make the
|
|
1848 default.
|
|
1849
|
|
1850 * glyphs-msw.h: remove memory dc from image attributes.
|
|
1851
|
|
1852 * redisplay-msw.c: fix redisplay to use new frame memory dc.
|
|
1853
|
|
1854 * sheap.c: bump initial sheap yet again to allow byyte
|
|
1855 recompilation.
|
|
1856
|
|
1857 * unexcw.c: fix section parsing for multiple idata and rdata
|
|
1858 sections.
|
|
1859
|
|
1860 1998-03-27 SL Baur <steve@altair.xemacs.org>
|
|
1861
|
|
1862 * emacs.c: Enabled free-hook.c code if
|
|
1863 LOSING_GCC_DESTRUCTOR_FREE_BUG is defined.
|
|
1864
|
|
1865 1998-03-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1866
|
|
1867 * Fixed display bug where changes to builtin glyphs like
|
|
1868 Vcontrol_arrow_glyph would not be propagated
|
|
1869 immediately to the display.
|
|
1870
|
|
1871 * device.h: Added glyphs_changed field to device
|
|
1872 struct. Created MARK_DEVICE_GLYPHS_CHANGED macro.
|
|
1873
|
|
1874 * frame.h: Added glyphs_changed field to frame
|
|
1875 struct. Created MARK_FRAME_GLYPHS_CHANGED macro.
|
|
1876
|
|
1877 * redisplay.h: Declared glyph_changed and
|
|
1878 glyph_changed_set variables, mimicking clip_changed
|
|
1879 and clip_changed_set. New macro MARK_GLYPHS_CHANGED.
|
|
1880
|
|
1881 * redisplay.c: Defined glyph_changed and
|
|
1882 glyph_changed_set variables, mimicking
|
|
1883 clip_changed and clip_changed_set.
|
|
1884
|
|
1885 (redisplay_window): Reset the window's glyph cache is
|
|
1886 f->glyphs_changed is non-zero. Call regenerate_window
|
|
1887 if f->glyphs_changed is non-zero.
|
|
1888
|
|
1889 (redisplay_frame): Clear f->glyphs_changed after
|
|
1890 successful redisplay of all windows on frame.
|
|
1891
|
|
1892 (redisplay_device): Redisplay frame if f->glyphs_changed
|
|
1893 is non-zero. Clear d->glyphs_changed after successful
|
|
1894 redisplay of all frames on device
|
|
1895
|
|
1896 (redisplay_without_hooks): Redisplay devices if
|
|
1897 glyphs_changed is non-zero. Redisplay an individual
|
|
1898 device if d->glyphs_changed is non-zero. Clear
|
|
1899 glyphs_changed after successful redisplay of all
|
|
1900 devices.
|
|
1901
|
|
1902 (redisplay_glyphs_changed): Dropped use of
|
|
1903 MARK_CLIP_CHANGED. Call MARK_FRAME_GLYPHS_CHANGED for
|
|
1904 all affected frames. For locales that are not device
|
|
1905 related, mark all frames.
|
|
1906
|
|
1907 * redisplay-output.c (compare_display_blocks):
|
|
1908 Output the whole display block if f->glyphs_changed is
|
|
1909 non-nil.
|
|
1910
|
|
1911 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1912
|
|
1913 * callproc.c (Fcall_process_internal): In the case where
|
|
1914 fd_error and fd1 are the same don't close that
|
|
1915 descriptor twice.
|
|
1916
|
|
1917 1998-03-27 SL Baur <steve@altair.xemacs.org>
|
|
1918
|
|
1919 * frame-x.c (x_update_frame_external_traits): Need a Lisp_Object
|
|
1920 frame as well as a struct frame.
|
|
1921
|
|
1922 1998-03-27 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1923
|
|
1924 * emacs.c (main_1): Reinstated PATH searching for invocation data.
|
|
1925
|
|
1926 1998-03-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1927
|
|
1928 * menubar.c (Fmenu_find_real_submenu): See the entry for gui.h.
|
|
1929
|
|
1930 * menubar-msw.c (populate_menu_add_item): Used GCPRO_GUI_ITEM
|
|
1931 macro to aviod warnings, in 2 places.
|
|
1932 (populate_or_checksum_helper): Ditto
|
|
1933 (populate_or_checksum_helper): Added placeholder for menu right
|
|
1934 flash customization.
|
|
1935
|
|
1936 * gui.h (GCPRO_GUI_ITEM): Code which warning-free GC protects a
|
|
1937 GUI_ITEM structure moved into this macro from menubar.c
|
|
1938
|
|
1939 * frame-x.c (x_update_frame_external_traits): Moved part of the
|
|
1940 former update_EmacsFrame() here.
|
|
1941 (console_type_create_frame_x): Declared the above method.
|
|
1942
|
|
1943 * frame-msw.c (mswindows_set_frame_properties): Do not try to
|
|
1944 resize the frame if called from Fmake_frame the first time
|
|
1945 (potential race condition).
|
|
1946 (mswindows_init_frame_1): Fixed support for popup frames.
|
|
1947 (mswindows_delete_frame): Fixed memory leak.
|
|
1948 (mswindows_get_frame_parent): Implemented.
|
|
1949 (mswindows_update_frame_external_traits): Moved part of the former
|
|
1950 update_EmacsFrame() here.
|
|
1951 (console_type_create_frame_mswindows): Declare get_frame_parent
|
|
1952 and update_frame_external_traits methods.
|
|
1953
|
|
1954 * faces.c (update_EmacsFrame): Converted into a device method
|
|
1955 `update_frame_external_traits'.
|
|
1956
|
|
1957 * event-msw.c (mswindows_wnd_proc, WM_SIZE): Rewrote to avoid
|
|
1958 relying on an assumption on when Windows calls this handler.
|
|
1959 (mswindows_find_frame): Return the frame being created if the
|
|
1960 windows does not yet have associated frame object
|
|
1961 (mswindows_find_frame): Casted long to Lisp_Object properly.
|
|
1962
|
|
1963 * device.c (window_system_pixelated_geometry): Changed to call the
|
|
1964 device_implementation_flags device method.
|
|
1965
|
|
1966 * device-msw.c (mswindows_device_implementation_flags):
|
|
1967 Implemented.
|
|
1968 (console_type_create_device_mswindows): Declared the above.
|
|
1969
|
|
1970 * console.h (struct console_methods): Added
|
|
1971 device_implementation_flags_method and
|
|
1972 update_frame_external_traits_method.
|
|
1973 Defined flags retuned by device_implementation_flags_method.
|
|
1974
|
|
1975 * console-msw.h (struct mswindows_frame): Added charheight and
|
|
1976 charwidth fields.
|
|
1977 Added macros for referring to these two, Rvalue.
|
|
1978 Moved Windows-specific macros from frame.h here.
|
|
1979 (typedef struct XEMACS_RECT_WH): Added.
|
|
1980 Declared global variables.
|
|
1981
|
|
1982 1998-03-19 Kirill M. Katsnelson <kkm@kis.ru>
|
|
1983
|
|
1984 * console-msw.h: Added prototypes for
|
|
1985 mswindows_protect_modal_loop() and
|
|
1986 mswindows_unmodalize_signal_maybe().
|
|
1987
|
|
1988 * scrollbar-msw.c (mswindows_update_scrollbar_instance_status):
|
|
1989 Removed redundant call to set_frame_size method.
|
|
1990
|
|
1991 * frame.c (Fframe_property): For a window system with pixel-based
|
|
1992 geometry, convert passed char-based metrics to pixels.
|
|
1993 (Fframe_properties): Ditto.
|
|
1994 (Fset_frame_height): Ditto.
|
|
1995 (Fset_frame_width): Ditto.
|
|
1996 (Fset_frame_size): Ditto.
|
|
1997 (frame_conversion_internal): Added a parameter, controlling
|
|
1998 whether the function uses real char metrics or 1 when geometry is
|
|
1999 pixel-based.
|
|
2000 Allow NULL for output int* params.
|
|
2001 (pixel_to_char_size): frame_conversion_internal() is called with
|
|
2002 indication to fake font size to 1.
|
|
2003 (char_to_pixel_size): Ditto.
|
|
2004 (round_size_to_char): Ditto.
|
|
2005 (pixel_to_real_char_size):
|
|
2006 (char_to_real_pixel_size):
|
|
2007 (round_size_to_real_char): New three counterparts of the above
|
|
2008 metioned functions, which always use real character metrics.
|
|
2009 (change_frame_size_1): Use real character metrics when computing
|
|
2010 minibuffer height.
|
|
2011
|
|
2012 * frame.h: Prototypes for pixel_to_real_char_size(),
|
|
2013 char_to_real_pixel_size(), round_size_to_real_char().
|
|
2014
|
|
2015 * frame-msw.c (mswindows_init_frame_1): Rewritten to support
|
|
2016 system-default new window width and height.
|
|
2017 (mswindows_init_frame_2): Commented out, unused.
|
|
2018 (mswindows_after_init_frame): Added frame method.
|
|
2019 (mswindows_set_frame_size): Reworked to support pixel base
|
|
2020 geometry.
|
|
2021 (mswindows_set_frame_position): Cahnged to use SetWindowPos.
|
|
2022 (mswindows_lower_frame): Ditto.
|
|
2023 (mswindows_set_frame_properties): Fixed to perform correct
|
|
2024 calculation, and to support pixel geometry.
|
|
2025 (console_type_create_frame_mswindows): init_frame_2 removed,
|
|
2026 after_init_frame added.
|
|
2027
|
|
2028 * faces.c (default_face_height_and_width_1): Added.
|
|
2029 (update_EmacsFrame): Changed method of notifying mswindwows frame,
|
|
2030 so modeline border gets redrawn.
|
|
2031
|
|
2032 * faces.h: Prototype for default_face_height_and_width_1().
|
|
2033
|
|
2034 * event-msw.c (mswindows_wnd_proc, WM_SIZE): Redisplay after
|
|
2035 maximize/restore window.
|
|
2036 (mswindows_wnd_proc, WM_WINDOWPOSCHANGING): Do not round size to
|
|
2037 char if window is maximized.
|
|
2038 Use real char metrics for rounding.
|
|
2039 Call DefWindowProc to process WM_GETMINMAXINFO
|
|
2040 (mswindows_set_chord_timer): Changed chord timeout from 1/2 to 1/3
|
|
2041 system double click time
|
|
2042
|
|
2043 * device.c (domain_device_type): New function.
|
|
2044 (window_system_pixelated_geometry): New function.
|
|
2045 (Fdomain_device_type): New function, lisp interface to
|
|
2046 domain_device_type().
|
|
2047 (syms_of_device): DEFSUBRed the above.
|
|
2048
|
|
2049 * device.h: Ptorotypes for domain_device_type() and
|
|
2050 window_system_pixelated_geometry().
|
|
2051
|
|
2052 * menubar-msw.c (mswindows_update_frame_menubars): Call
|
|
2053 update_frame_menubar_maybe always.
|
|
2054
|
|
2055 1998-03-27 SL Baur <steve@altair.xemacs.org>
|
|
2056
|
|
2057 * s/hpux11.h:
|
|
2058 * s/hpux11-shr.h: New files.
|
|
2059 From Marcus Thiessel <marcus_thiessel@hp.com>
|
|
2060
|
|
2061 * Makefile.in.in: temporarily comment -lmcheck support.
|
|
2062 Suggested by Marcus Thiessel <marcus_thiessel@hp.com>
|
|
2063
|
|
2064 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2065
|
|
2066 * emacs.c (vars_of_emacs): Fixed bug: Now respects configure
|
|
2067 setting of inhibit-site-lisp.
|
|
2068 (main_1): inhibit-site-lisp is now exclusively
|
|
2069 configure-initialized.
|
|
2070
|
|
2071 1998-03-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
2072
|
|
2073 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Don't feed
|
|
2074 error_with_frob() with LispObjects.
|
|
2075
|
|
2076 1998-03-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2077
|
|
2078 * redisplay-msw.c (mswindows_output_cursor): Added parameters for
|
|
2079 character under cursor, and a flag indicating whether the cursir
|
|
2080 is over an image. Draw bar cursor always over an image glyph.
|
|
2081 Callers are changed accross the file.
|
|
2082 Honor the value of window::text_cursor_visible_p.
|
|
2083 (mswindows_output_pixmap): Cursor drawing code #if0ed.
|
|
2084 (mswindows_output_display_block): Call to output cursor after
|
|
2085 drawind an image.
|
|
2086
|
|
2087 1998-03-27 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2088
|
|
2089 * glyphs-x.c:
|
|
2090 * imgproc.c:
|
|
2091 * imgproc.h:
|
|
2092 * glyphs-x.h: Added in a colormap variable in the X specific image
|
|
2093 struct to handle IMAGE_POINTER images which must be allocated in the
|
|
2094 default colormap of the screen. Also reformated the code to follow
|
|
2095 coding standards.
|
|
2096
|
|
2097 * glyphs.h:
|
|
2098 * glyphs.c:
|
|
2099 * glyphs-x.c: added image-conversion-error type
|
|
2100
|
|
2101 * objects-x.c (allocate_nearest_color): Corrected a minor bug involving
|
|
2102 setting the values into XColor.
|
|
2103
|
|
2104 1998-03-25 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2105
|
|
2106 * free-hook.c (check_realloc): Handle the degerate case of realloc with
|
|
2107 a NULL value acting the same as malloc.
|
|
2108
|
|
2109 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2110
|
|
2111 * redisplay-x.c (x_output_eol_cursor): Use x_clear_region
|
|
2112 instead of XClearArea to erase the cursor so that background
|
|
2113 pixmaps are handled properly. New fourth parameter findex
|
|
2114 added so that it can be passed to x_clear_region.
|
|
2115
|
267
|
2116 1998-03-25 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2117
|
|
2118 * process.c (Fprocess_send_eof): Close output stream before
|
|
2119 deleting stream pair.
|
|
2120 (deactivate_process): Ditto, both input and output streams.
|
|
2121
|
|
2122 * event-unixoid.c (event_stream_unixoid_delete_stream_pair): Do
|
|
2123 not close passed lstreams.
|
|
2124
|
|
2125 1998-03-24 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2126
|
|
2127 * fileio.c (Ffile_readable_p): GC protect fix, MS Windows specific.
|
|
2128
|
|
2129 Mon Mar 23 22:14:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2130
|
|
2131 * configure.in: compile in glyphs-msw.o when compiling fopr
|
|
2132 mswindows.
|
|
2133
|
|
2134 Mon Mar 23 22:14:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2135
|
|
2136 * msw-glyphs.el: add support for xpm and bmp. change
|
|
2137 eval-and-compile to progn.
|
|
2138
|
|
2139 Mon Mar 23 22:14:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2140
|
|
2141 * Makefile.in.in: fastdump - new target for dumping bypassing
|
|
2142 bytecompilation, DOC. Add dependencies for glyphs-msw.o. Move
|
|
2143 imgproc.o to object list.
|
|
2144
|
|
2145 * glyphs-msw.h:
|
|
2146 * glyphs-msw.c: new files adding support for xpm and bmp and
|
|
2147 EImages.
|
|
2148
|
|
2149 * redisply-msw.c: add support for outputing color pixmaps.
|
|
2150
|
|
2151 * console-msw.h: add bitspixel field to mswindows frame.
|
|
2152
|
|
2153 * device-msw.c: initialise bitspixel field in mswindows frame.
|
|
2154
|
|
2155 * glyphs-x.c (xpm_instantiate): call mswindows_xpm_instantiate if
|
|
2156 the device type is mswindows.
|
|
2157
|
|
2158 * emacs.c: call glyphs-msw.c init functions if compiling with
|
|
2159 mswindows.
|
|
2160
|
|
2161 * symsinit.h: add prototypes for glyphs-msw.c functions.
|
|
2162
|
|
2163 * sheap.c: make includes src-dir compliant.
|
|
2164
|
|
2165 * events.c: remove cygwin ^H <-> erase hack.
|
|
2166
|
|
2167 * s/cygwin32.h: remove NOMULTIPLEJOBS defn.
|
|
2168
|
|
2169 1998-03-24 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2170
|
|
2171 * glyphs-x.c (my_jpeg_output_message): Added new function to redirect
|
|
2172 any error/warning messages from the jpeg library to XEmacs. Also
|
|
2173 get rid of an unneeded temp variable in the tiff code.
|
|
2174
|
|
2175 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2176
|
|
2177 * insdel.c (fixup_internal_substring): Protect asserts with #ifdef
|
|
2178 ERROR_CHECK_BUFPOS.
|
|
2179
|
|
2180 * minibuf.c (scmp_1): c1 and c2 are Emchar, not Bufbyte.
|
|
2181 (Ftry_completion): Fixed typo.
|
|
2182
|
|
2183 * dired.c (file_name_completion): Removed `readfunc', a remnant of
|
|
2184 dead VMS code.
|
|
2185
|
|
2186 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
2187
|
|
2188 * dired.c (Fdirectory_files): Simplify logic.
|
|
2189
|
|
2190 * symbols.c (reject_constant_symbols): Allow setting a keyword's
|
|
2191 function slot.
|
|
2192
|
|
2193 1998-03-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
2194
|
|
2195 * lread.c (readevalloop): Don't specbind Qstandard_input to
|
|
2196 READCHARFUN.
|
|
2197
|
|
2198 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
2199
|
|
2200 * lread.c (read_atom): Ditto.
|
|
2201
|
|
2202 * symbols.c (reject_constant_symbols): Do the keyword stunts only
|
|
2203 if the symbol is in Vobarray.
|
|
2204
|
|
2205 * symbols.c (reject_constant_symbols): Signal error when
|
|
2206 attempting to assign a value to a keyword, unless the value is the
|
|
2207 keyword itself.
|
|
2208
|
|
2209 * symbols.c (Fintern): Initialize symbol's ->obarray to t only
|
|
2210 when OBARRAY is Vobarray.
|
|
2211
|
|
2212 1998-03-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
2213
|
|
2214 * events.c (Fmake_event): Allow creation of misc-user-events.
|
|
2215
|
|
2216 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2217
|
|
2218 * config.h.in, emacs.c: Changed allow-site-lisp to
|
|
2219 inhibit-site-lisp. Made -no-autoloads set inhibit-site-lisp.
|
|
2220
|
|
2221 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2222
|
|
2223 * <Today>: The Big Path Searching Overhaul.
|
|
2224
|
|
2225 * symsinit.h: Added declaration for complex_vars_of_emacs in
|
|
2226 emacs.c.
|
|
2227
|
|
2228 * paths.h.in: Adjusted the comments to reality as dictated by
|
|
2229 configure.
|
|
2230
|
|
2231 * filelock.c (complex_vars_of_filelock): Added support for lock
|
|
2232 directories passed in from configure.
|
|
2233
|
|
2234 * emacs.c (complex_vars_of_emacs): Added all relevant installation
|
|
2235 paths passed from configure. They all have the prefix "configure-" now.
|
|
2236
|
|
2237 * config.h.in: Added HAVE_SITE_LISP configuration option.
|
|
2238
|
|
2239 * callproc.c (init_callproc): Ripped out all the bogus path setup.
|
|
2240
|
|
2241 * Makefile.in.in: Updated all calls of "temacs -l" with absolute
|
|
2242 file names because auf the more minimalistic load-path setup in
|
|
2243 lread.c. Also set EMACSBOOTSTRAPLOADPATH on calling temacs rather
|
|
2244 than EMACSLOADPATH because EMACSLOADPATH is now more persistent than
|
|
2245 before.
|
|
2246
|
|
2247 * lread.c (init_lread): Ripped out bogus load-path setup.
|
|
2248
|
|
2249 1998-03-21 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2250
|
|
2251 * frame.h: Move the check for an initialize_frame_toolbars
|
|
2252 method into FRAME_RAW_REAL_TOOLBAR_VISIBLE to avoid getting
|
|
2253 clunked by toolbar-less builds.
|
|
2254
|
|
2255 1998-03-20 SL Baur <steve@altair.xemacs.org>
|
|
2256
|
|
2257 * m/powerpc.h (LD_SWITCH_MACHINE): Fix path to ppc.ldscript.
|
|
2258
|
|
2259 1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
2260
|
|
2261 * redisplay.c (window_line_number_buf): Made it larger.
|
|
2262
|
|
2263 * opaque.c (print_opaque): Ditto.
|
|
2264
|
|
2265 * lstream.c (print_lstream): Avoid `%p'.
|
|
2266
|
|
2267 * keymap.c (ensure_meta_prefix_char_keymapp): Use
|
|
2268 error_with_frob().
|
|
2269
|
|
2270 * input-method-xlib.c (EmacsXtCvtStringToXIMStyles): Allocate buf
|
|
2271 dynamically.
|
|
2272
|
|
2273 * event-Xt.c (describe_event_window): Allocate buf dynamically.
|
|
2274
|
|
2275 * doc.c (Fsubstitute_command_keys): Warn of sprintf().
|
|
2276
|
|
2277 * device-x.c (x_init_device): Allocate path dynamically.
|
|
2278 (x_init_device): Allocate buf1 and buf2 dynamically.
|
|
2279
|
|
2280 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
2281
|
|
2282 * ExternalShell.c (GetGeometry): Use a larger buffer for
|
|
2283 sprintf().
|
|
2284
|
|
2285 1998-03-19 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2286
|
|
2287 * redisplay.c (point_would_be_visible): Fix
|
|
2288 window::line_cache_validation_override reference counter.
|
|
2289 (start_with_line_at_pixpos): Ditto.
|
|
2290
|
|
2291 1998-03-20 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
2292
|
|
2293 * insdel.c (bytecount_to_charcount): Use 'L' suffix on long
|
|
2294 constants probably too large for an int.
|
|
2295
|
|
2296 1998-03-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
2297
|
|
2298 * lread.c (read_atom_0): Signal Qend_of_file if readcharfun
|
|
2299 returned -1.
|
|
2300 (read_escape): Ditto.
|
|
2301 (FSF_LOSSAGE): Ditto.
|
|
2302
|
|
2303 1998-03-20 SL Baur <steve@altair.xemacs.org>
|
|
2304
|
|
2305 * emacs.c: path-separator (and parse-colon-path) moved from Lisp
|
|
2306 into C because we need it for early initialization.
|
|
2307
|
|
2308 * Makefile.in.in (libmcheck): Add.
|
|
2309
|
|
2310 * config.h.in: Add HAVE_LIBMCHECK and HAVE_MCHECK_H.
|
|
2311
|
|
2312 * hash.c (grow_hashtable): Fix tests to compare against
|
|
2313 Qnull_pointer since this function may be called before any symbols
|
|
2314 or the Lisp engine is initialized.
|
|
2315
|
|
2316 * emacs.c (main_1): Restore usage of free-hook.c.
|
|
2317
|
|
2318 * free-hook.c (check_realloc): Change aborts to printfs.
|
|
2319 (check_free): Ditto.
|
|
2320
|
|
2321 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
2322
|
|
2323 * emacs.c (Fkill_emacs): Use LIST_LOOP_DELETING because our
|
|
2324 control variable is being modified underneath us.
|
|
2325 - Avoid calling delete_console_internal on stream consoles.
|
|
2326
|
|
2327 * console-tty.c (free_tty_console_struct): NULL out pointers after
|
|
2328 xfree'ing.
|
|
2329
|
|
2330 * console-stream.c (allocate_stream_console_struct): Fix memory
|
|
2331 leak -- if the stream_console struct is already allocated, don't
|
|
2332 reallocate it.
|
|
2333 (free_stream_console_struct): Don't leave dangling freed pointer
|
|
2334 around.
|
|
2335
|
|
2336 * redisplay-output.c (redisplay_redraw_cursor): Fully bracket.
|
|
2337
|
|
2338 1998-03-17 SL Baur <steve@altair.xemacs.org>
|
|
2339
|
|
2340 * frame.c (delete_frame_internal): Correct check.
|
|
2341
|
|
2342 * imgproc.c: Include <config.h>.
|
|
2343
|
265
|
2344 1998-03-13 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2345
|
|
2346 * glyphs-x.c: fix for upside-down TIFFs.
|
|
2347
|
|
2348 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2349
|
|
2350 * fileio.c (Finsert_file_contents_internal): Removed all DOS_NT
|
|
2351 specific code; rely on FILE_CODING streams instead.
|
|
2352 (Fwrite_region_internal): Ditto.
|
|
2353 (decide_buffer_type): Function removed.
|
|
2354 (buf_decide_buffer_type): Function removed.
|
|
2355 (Many places): References to DOS_NT replaced with WINDOWSNT. MSDOS-
|
|
2356 specific code removed.
|
|
2357
|
|
2358 * lread.c (Fload_internal): Removed ugly DOS style re-opening a
|
|
2359 file in text mode. '\r' is perfectly handled in readevallop().
|
|
2360
|
|
2361 * redisplay.c (decode_mode_spec): Made %t decode to "T" unconditionally.
|
|
2362
|
|
2363 * s/windowsnt.h (FILE_CODING): Define always.
|
|
2364
|
|
2365 1998-03-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2366
|
|
2367 * s/windowsnt.h: Added prototypes for generally used functions
|
|
2368 implemented in nt.c
|
|
2369
|
|
2370 * fileio.c (Ffile_readable_p): Conditionalized declared never used
|
|
2371 variables.
|
|
2372 (Fexpand_file_name): Ditto.
|
|
2373 (check_executable): Ditto.
|
|
2374
|
|
2375 * lread.c (parse_integer): Eliminated a warning resulted from
|
|
2376 applying unary minus to unsigned int.
|
|
2377
|
|
2378 1998-03-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2379
|
|
2380 * eldap.c: (Fldap_search_internal): Print error information from
|
|
2381 errno when connection fails
|
|
2382
|
|
2383 1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
2384
|
|
2385 * lread.c: New macro, to avoid exposing an lstream to Lisp error
|
|
2386 handlers.
|
|
2387 (reader_nextchar): Use it.
|
|
2388 (read1): Ditto.
|
|
2389
|
|
2390 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2391
|
|
2392 * cmds.c (Fforward_char): Dropped support for
|
|
2393 signal-error-on-buffer-boundary. Added details to
|
|
2394 doc string.
|
|
2395
|
|
2396 (Fbackward_char): Dropped support for
|
|
2397 signal-error-on-buffer-boundary by way of change to
|
|
2398 Fforward_char. Added details to doc string.
|
|
2399
|
|
2400 Definition of signal-error-on-buffer-boundary moved to
|
|
2401 lisp/simple.el.
|
|
2402
|
|
2403 * window.c (Fscroll_up): Dropped support for
|
|
2404 signal-error-on-buffer-boundary. Added details to
|
|
2405 doc string.
|
|
2406
|
|
2407 (Fscroll_down): Dropped support for
|
|
2408 signal-error-on-buffer-boundary. Added details to doc
|
|
2409 string.
|
|
2410
|
|
2411 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2412
|
|
2413 * redisplay-tty.c (tty_clear_frame): Record that the
|
|
2414 real location of teh cursor has been moved to 0,0.
|
|
2415 Failure to do this makes the display code believe the
|
|
2416 cursor is in a place where it is not.
|
|
2417
|
|
2418 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2419
|
|
2420 * console.h: Added set_final_cursor_coords method to console
|
|
2421 struct.
|
|
2422
|
|
2423 * console-tty.h: Added final_cursor_x and final_cursor_y
|
|
2424 slots to console struct. Added CONSOLE_TTY_FINAL_CURSOR
|
|
2425 macros to access them.
|
|
2426
|
|
2427 * redisplay.c (create_text_block): No longer
|
|
2428 turn off the cursor if computing a block when
|
|
2429 cursor_in_echo_area is 0 and the echo area is
|
|
2430 inactive. Needed so that the cursor will not be
|
|
2431 frozen in the minibuffer when cursor_in_echo_area
|
|
2432 is non-zero.
|
|
2433
|
|
2434 * redisplay-output.c (redisplay_move_cursor): Don't
|
|
2435 bail if we're moving the cursor in a selected
|
|
2436 minibuffer window. Needed so that simple cursor
|
|
2437 optimization can be done in the minibuffer even when
|
|
2438 cursor_in_echo_area is non-zero.
|
|
2439
|
|
2440 (redraw_cursor_in_window): Set final cursor coordinates
|
|
2441 as a special case for cursor_in_echo_area != 0, since
|
|
2442 the buffer switching between minibuffer and echo area
|
|
2443 buffer seems to confuse the normal cursor positiong
|
|
2444 code otherwise. Set final cursor coordinates in the
|
|
2445 general case before calling output_display_line.
|
|
2446
|
|
2447 * redisplay-tty.c: New function tty_set_final_cursor_coords.
|
|
2448
|
|
2449 (tty_output_end): Set logical cursor position to the final
|
|
2450 cursor position as specified in CONSOLE_TTY_CURSOR_{X,Y},
|
|
2451 and then go to it.
|
|
2452
|
|
2453 (tty_redisplay_shutdown): Changed code to use
|
|
2454 tty_set_final_cursor_coords() to go to the bottom
|
|
2455 left of the screen instead of using cmgoto()
|
|
2456
|
|
2457 (console_type_create_redisplay_tty): Declare that tty
|
|
2458 consoles have the set_final_cursor_coords method.
|
|
2459
|
|
2460 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
2461
|
|
2462 * emacs.c (main_1): Avoid snprintf(); allocate the buffer
|
|
2463 dynamically.
|
|
2464
|
|
2465 1998-03-13 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2466
|
|
2467 * glyphs-x.c (png_instantiate): Added in override support
|
|
2468 for png backgrounds.
|
|
2469
|
|
2470 1998-03-13 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2471
|
|
2472 * glyphs-x.c (png_instantiate): Fixed a bug that was causing
|
|
2473 overruns when attempting to display transparent pngs
|
|
2474
|
|
2475 1998-03-13 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2476
|
|
2477 * glyphs-x.c (png_instantiate): Fix brainfart in error handling code.
|
|
2478
|
|
2479 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
2480
|
|
2481 * emacs.c (main_1): Guard call to snprintf.
|
|
2482
|
|
2483 * config.h.in: Add HAVE_SNPRINTF.
|
|
2484
|
|
2485 1998-03-13 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2486
|
|
2487 * event-stream.c (init_event_stream): Initialize mswindows event
|
|
2488 loop in stream mode if no other window systems available. Thanks
|
|
2489 to Darryl Okahata.
|
|
2490
|
|
2491 1998-03-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2492
|
|
2493 * alloc.c (garbage_collect_1): Removed #ifndef WINDOWSNT around
|
|
2494 mark_profiling_info().
|
|
2495
|
|
2496 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
2497
|
|
2498 * console-tty.c (Fset_console_tty_coding_system): Guard against
|
|
2499 terminal-coding-system being left unitialized by a locale.
|
|
2500 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
2501
|
|
2502 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
2503
|
|
2504 * config.h.in: Added in new feature check HAVE_VSNPRINT to check
|
|
2505 for safe ways to deal with vsprintf and friends.
|
|
2506
|
|
2507 * glyphs-x.c (gif_instantiate): Changed gif support to call external
|
|
2508 library Giflib 3.1. Altered GIF/JPEG/PNG formats to use new EImage
|
|
2509 format for dealing with images to better support color handling, and
|
|
2510 facilitate the change to a device-neutral implementation. Added TIFF
|
|
2511 support.
|
|
2512
|
|
2513 * Makefile.in.in: Removed all gif related files
|
|
2514
|
|
2515 * emacs.c (main_1): Removed reference to init_gif_err
|
|
2516 * symsinit.h: ditto
|
|
2517
|
|
2518 * dgif_lib.c: Removed from the source distribution
|
|
2519 * gif_err.c: ditto
|
|
2520 * gif_lib.h: ditto
|
|
2521 * gifalloc.c: ditto
|
|
2522
|
|
2523 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2524
|
|
2525 * file-coding.c: warning elimination
|
|
2526
|
|
2527 * ntplay.c: new file. basic implementation of sound support.
|
|
2528
|
|
2529 * redisplay-msw.c (mswindows_update_dc): cachel bug is gone so we
|
|
2530 don't need this code under cygwin.
|
|
2531
|
|
2532 * sheap.c: need large heap slop for byte compiling with three
|
|
2533 display types.
|
|
2534
|
|
2535 * sound.c: eliminate warnings. enable sound under mswindows.
|
|
2536
|
|
2537 * s/cygwin32.h: miscellaneous updates for sound support.
|
|
2538
|
|
2539 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
2540
|
|
2541 * config.h.in: Add BITMAPDIR.
|
|
2542
|
|
2543 * glyphs-x.c (locate_pixmap_file): Assume BITMAPDIR is a
|
|
2544 colon-separated path.
|
|
2545
|
|
2546 * emacs.c (main_1): Initialize dll support with the path the
|
|
2547 binary.
|
|
2548 (make_arg_list_1): Ditto.
|
|
2549
|
|
2550 * sysdll.h: Add legalese.
|
|
2551 * sysdll.c: Ditto.
|
|
2552
|
|
2553 * sysdll.c: sysdll.h needs to be included with double quotes not
|
|
2554 angle brackets.
|
|
2555 Use RTLD_GLOBAL as an open flag if it exists.
|
|
2556
|
|
2557 1998-03-09 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
2558
|
|
2559 * eldap.c (Fldap_search_internal): call garbage_collect_1 instead
|
|
2560 of Fgarbage_collect. The two are identical except the latter
|
|
2561 generates some `fresh' garbage :)
|
|
2562
|
|
2563 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
2564
|
|
2565 * keymap.c: Add symbols for mouse-4 and mouse-5.
|
|
2566 (define_key_check_and_coerce_keysym): Mouse-4, Mouse-5 keysym support.
|
|
2567 (syms_of_keymap): Ditto.
|
|
2568
|
|
2569 1998-01-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
2570
|
|
2571 * marker.c (print_marker): Print marker's lheader.uid.
|
|
2572 (Fbuffer_has_markers_at): New function, synched with FSFmacs 20.2.
|
|
2573 (Fbuffer_has_markers_at): Disabled by default.
|
|
2574
|
|
2575 1998-01-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
2576
|
|
2577 * sound.c (Fplay_sound_file): Place the result of continuable
|
|
2578 error back to FILE.
|
|
2579
|
|
2580 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
2581
|
|
2582 * emacs.c, config.h.in: New DLL support.
|
|
2583 * sysdll.h, sysdll.c: New files.
|
|
2584 * dll.c: renamed from dlopen.c, use interface defined in sysdll.c.
|
|
2585 From William Perry <wmperry@aventail.com>
|
|
2586
|
|
2587 * eldap.h: Fix copyright.
|
|
2588 * eldap.c: Ditto.
|
|
2589
|
|
2590 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
2591
|
|
2592 * Makefile.in.in: Add dependencies for process-unix.o.
|
|
2593
|
|
2594 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2595
|
|
2596 * glyphs-x.c (write_lisp_string_to_temp_file):
|
|
2597 Don't explicitly initialize conversion_out_dynarr, because
|
|
2598 doing so may cause it to be put into read-only space
|
|
2599 and modifying it later would make XEmacs crash.
|
|
2600
|
263
|
2601 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2602
|
|
2603 * events.h: Add do_backspace_mapping parameter to
|
|
2604 function prototype of character_to_event.
|
|
2605
|
|
2606 * events.c: Add fifth parameter to character_to_event to
|
|
2607 control the backspace mapping. In character_to_event map most
|
|
2608 characters that match tty-erase-char to the backspace keysym,
|
|
2609 but only if do_backspace_mapping paramter is non-zero.
|
|
2610
|
|
2611 (Fcharacter_to_event): Tell character_to_event() to DO
|
|
2612 backspace mapping.
|
|
2613
|
|
2614 * event-stream.c:
|
|
2615 (maybe_read_quit_event): Tell character_to_event() to DO
|
|
2616 backspace mapping.
|
|
2617
|
|
2618 (maybe_kbd_translate): Tell character_to_event() to DO backspace
|
|
2619 mapping.
|
|
2620
|
|
2621 (lookup_command_event): Tell character_to_event() to DO backspace
|
|
2622 mapping.
|
|
2623
|
|
2624 * event-unixoid.c:
|
|
2625 (read_event_from_tty_or_stream_desc): Tell character_to_event()
|
|
2626 to DO backspace mapping.
|
|
2627
|
|
2628 * keymap.c:
|
|
2629 (get_keyelt): Tell character_to_event() to NOT DO backspace
|
|
2630 mapping.
|
|
2631
|
|
2632 (define_key_parser): Tell character_to_event() to NOT DO backspace
|
|
2633 mapping.
|
|
2634
|
|
2635 (Fsingle_key_description): Tell character_to_event() to DO
|
|
2636 backspace mapping.
|
|
2637
|
|
2638 1998-03-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2639
|
|
2640 * alloc.c (Fpurecopy): Do not mark symbols through
|
|
2641 Vpure_uninterned_symbol_table twice: hash (OBJ, nil) instead of
|
|
2642 (OBJ, OBJ).
|
|
2643
|
|
2644 1998-03-07 SL Baur <steve@altair.xemacs.org>
|
|
2645
|
|
2646 * emacs.c (shut_down_emacs): Disable forced auto-save in a crash.
|
|
2647 It causes more problems than it solves.
|
|
2648
|
|
2649 1998-03-02 Greg Klanderman <greg@alphatech.com>
|
|
2650
|
|
2651 * window.c (Fwindow_displayed_pixel_height) New function.
|
|
2652 (Fenlarge_window_pixels): New function.
|
|
2653 (Fshrink_window_pixels): New function.
|
|
2654 (window_displayed_pixel_height): New, helper for
|
|
2655 Fwindow_displayed_pixel_height.
|
|
2656 (change_window_height): Add `inpixels' argument.
|
|
2657 (syms_of_window): 3 new DEFSUBR's.
|
|
2658
|
|
2659 Thu Mar 05 12:01:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2660
|
|
2661 * redisplay-msw.c (mswindows_output_cursor): separate getting
|
|
2662 cachel index from retrieving cachel to work around apparent bug in
|
|
2663 gcc.
|
|
2664
|
|
2665 1998-03-06 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2666
|
|
2667 * events.c (character_to_event): The tty_erase_char test
|
|
2668 doesn't do anything because it's in the wrong place.
|
|
2669 Moved it to where it can take effect.
|
|
2670
|
|
2671 * dired.c (Fdirectory_files): Initialize GCPRO'ed variable.
|
|
2672
|
|
2673 * events.c (character_to_event): Never map '(control
|
|
2674 foo) to QKbackspace. Only map ASCII 8 to QKbackspace;
|
|
2675 don't map any other key.
|
|
2676
|
|
2677 1998-03-05 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2678
|
|
2679 * src/redisplay-output.c (redisplay_move_cursor): Bail if
|
|
2680 cursor_in_echo_area is non-zero and we're fiddling
|
|
2681 with the cursor in a minibuffer window, since that is a
|
|
2682 special case that is handled elsewhere and this function
|
|
2683 need not handle it. Return 1 so the caller will assume we
|
|
2684 succeeded.
|
|
2685
|
|
2686 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2687
|
|
2688 * device.c (init_global_resources): compile in based on window
|
|
2689 system not just x.
|
|
2690
|
|
2691 * console.c (select_console_1): add mswindows console type.
|
|
2692
|
|
2693 1998-03-04 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2694
|
|
2695 * redisplay-output.c (redisplay_redraw_cursor): Redraw
|
|
2696 the cursor in the minibuffer window if cursor_in_echo_area
|
|
2697 is non-zero.
|
|
2698
|
|
2699 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2700
|
|
2701 * emacs.c (main_1): predicate display_use to mswindows only if x
|
|
2702 is not already selected.
|
|
2703
|
|
2704 * event-msw.c: comment out non-code for HAVE_TOOLBAR case. don't
|
|
2705 compile debug_process_finalisation if x is compiled in.
|
|
2706
|
|
2707 * event-stream.c (init_event_stream): don't make X and mswindows
|
|
2708 mutually exclusive. Select msw event loop if started that way,
|
|
2709 X/tty event loop otherwise.
|
|
2710
|
|
2711 * frame.h: protect toolbar #defines from assuming ints are in
|
|
2712 toolbar_data. This happens if you have two display types compiled
|
|
2713 in and one supports toolbars and the other doesn't.
|
|
2714
|
|
2715 * s/cygwin32.h: warning elimination.
|
|
2716
|
|
2717 1998-03-03 SL Baur <steve@altair.xemacs.org>
|
|
2718
|
|
2719 * editfns.c (Ftemp_directory): New function.
|
|
2720 From Glynn Clements <glynn@sensei.co.uk>
|
|
2721
|
|
2722 * editfns.c (Ftemp_directory): Use build_ext_string.
|
|
2723
|
|
2724 1998-03-02 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
2725
|
|
2726 * symsinit.h: add prototype for syms_of_dlopen
|
|
2727
|
|
2728 1998-03-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2729
|
|
2730 * window.c (save_window_save): save value of
|
|
2731 default_toolbar_height slot.
|
|
2732
|
|
2733 (Fset_window_configuration): restore value of
|
|
2734 default_toolbar_height slot.
|
|
2735
|
|
2736 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
2737
|
|
2738 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
2739
|
|
2740 * ntproc.c:
|
|
2741 * device-msw.c:
|
|
2742 Moved definition of `Vwin32_downcase_file_names' from ntproc.c
|
|
2743 to device-msw.c, and renamed it to
|
|
2744 `Vmswindows_downcase_file_names'. It doesn't really belong
|
|
2745 here, but I didn't want to create a new file, just for this one
|
|
2746 variable. This fixes a bug in `expand-file-name' that caused
|
|
2747 all returned filenames to be lowercased (this was supposed to be
|
|
2748 conditional upon Vmswindows_downcase_file_names, but wasn't, as
|
|
2749 it was never initialized due to obsolescence of ntproc.c). This
|
|
2750 variable is also used by the dired-in-C enhancements.
|
|
2751
|
|
2752 Also moved and renamed `Vwin32_get_true_file_attributes' to
|
|
2753 `Vmswindows_get_true_file_attributes'. This affects stat() in
|
|
2754 nt.c, and so it really does need to be initialized.
|
|
2755
|
|
2756 However, there's still one more variable in ntproc.c that still
|
|
2757 needs to be moved/renamed, `Vwin32_pipe_read_delay', but I
|
|
2758 didn't touch this, as this is a subprocess issue.
|
|
2759
|
|
2760 * dired-msw.c: New file for dired-in-C enhancements for
|
|
2761 Windows 96/NT.
|
|
2762
|
|
2763 * emacs.c: Initialization calls for dired-msw.c.
|
|
2764
|
|
2765 * nt.c (convert_time): make into public function (dired-in-C
|
|
2766 functions use it).
|
|
2767
|
|
2768 1998-02-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2769
|
|
2770 * sysdep.h: Prototypes for the above 2 functions
|
|
2771
|
|
2772 * sysdep.c (get_pty_max_bytes): Moved here from process.c
|
|
2773 (get_eof_char): Ditto
|
|
2774
|
|
2775 * symsinit.h: Prototypes for initialization functions called from
|
|
2776 emacs.c: process_type_create_mswindows, process_type_create_unix,
|
|
2777 vars_of_process_mswindows, vars_of_process_unix.
|
|
2778
|
|
2779 * procimpl.h: New file. Includes prototypes and other stuff shared
|
|
2780 by process.c and implementation files (process-unix.c,
|
|
2781 process-msw.c in future).
|
|
2782
|
|
2783 * process.h (PROCESS_LIVE_P): Changed to test against stream
|
|
2784 existence, to avoid dependency on fds.
|
|
2785
|
|
2786 * process.c: Only process implementation independent code is now
|
|
2787 in this file. Moved the rest into process-unix.c
|
|
2788 (Fopen_network_stream_internal): Added 5th parameter, protocol
|
|
2789 family. Defaults to 'tcp/ip when unspecified.
|
|
2790
|
|
2791 * process-unix.c: New file, implementation of UNIX
|
|
2792 processes. UNIX-specific code from the old process.c is here.
|
|
2793
|
|
2794 * Lstream.c (Lstream_was_blocked_p): New function. Replaces
|
|
2795 filedesc_stream_was_blocked_p.
|
|
2796 (filedesc_was_blocked_p): Implementation of the method for
|
|
2797 filedesc stream
|
|
2798 (filedesc_stream_set_pty_flushing): set pty_flushing flag
|
|
2799 (filedesc_stream_fd): New function, returns fd of the stream
|
|
2800
|
|
2801 * lstream.h (lstream_implementation): was_blocked_p is a new
|
|
2802 optional lstream method.
|
|
2803 Added prototypes for functions in lstream.c
|
|
2804
|
|
2805 * lisp.h: (USID): Typedef for Unique Stream IDentifier. Reuqired
|
|
2806 by the new code in many places.
|
|
2807
|
|
2808 * events.h (struct event_stream): Declaration of the two mandatory
|
|
2809 event stream methods, required by process support.
|
|
2810
|
|
2811 * event-unixoid.c (event_stream_unixoid_create_stream_pair):
|
|
2812 Implementation of the method shared by TTY and X
|
|
2813 (event_stream_unixoid_delete_stream_pair): Ditto
|
|
2814
|
|
2815 * event-tty.c (emacs_tty_next_event): get_process_from_usid()
|
|
2816 instead of get_process_from_fd()
|
|
2817 (emacs_tty_create_stream_pair): New events tream method
|
|
2818 (emacs_tty_delete_stream_pair): New events tream method
|
|
2819
|
|
2820 * event-stream.c (event_stream_create_stream_pair): New event
|
|
2821 stream method
|
|
2822 (event_stream_delete_stream_pair): Ditto
|
|
2823
|
|
2824 * event-msw.c (debug_process_finalization): Although if0'ed,
|
|
2825 removed obsolete code
|
|
2826
|
|
2827 * event-Xt.c (emacs_Xt_create_stream_pair): Implementation if the
|
|
2828 new event stream method
|
|
2829 (emacs_Xt_delete_stream_pair): Ditto
|
|
2830
|
|
2831 * emacs.c (main_1): Added calls to process_type_create*() and
|
|
2832 vars_of_process()
|
|
2833
|
|
2834 * callproc.c: (many places): removed DOS support
|
|
2835
|
|
2836 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
2837
|
|
2838 * process.c (Fprocess_status): Restore old behavior -- call
|
|
2839 Fget_process on a string argument.
|
|
2840
|
|
2841 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2842
|
|
2843 * file-coding.h:
|
|
2844 * file-coding.c: more cleanup by only including iso2022 stuff in a
|
|
2845 mule build. (setup_eol_coding_systems) move (T) -> :T etc.
|
|
2846
|
|
2847 * event-stream.c: (Fopen_dribble_file) Qescape_quoted only exists in
|
|
2848 mule.
|
|
2849
|
|
2850 * md5.c: remove warning.
|
|
2851
|
|
2852 * unexcw.c: move .idata -> .rdata for cygwin b19.
|
|
2853
|
|
2854 * Makefile.in.in: add msw dependencies.
|
|
2855
|
|
2856 * sheap.c: up static heap parameters.
|
|
2857
|
|
2858 * s/cygwin32.h: add prototypes to eliminate warnings.
|
|
2859
|
|
2860 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
2861
|
|
2862 * Makefile.in.in (blddir): Import blddir.
|
|
2863 Add blddir to dump-time load-path.
|
|
2864
|
|
2865 * nas.c (play_sound_data): Add braces for clarity.
|
|
2866 (play_sound_file): Ditto.
|
|
2867
|
261
|
2868 1998-03-01 SL Baur <steve@altair.xemacs.org>
|
|
2869
|
263
|
2870 * alloc.c: Boost static vector size for breathing room. Double
|
|
2871 the size if we may be dynamically linking.
|
|
2872
|
|
2873 * dlopen.c (Fdl_open): Use RTLD_GLOBAL flag on dlopen if available.
|
|
2874
|
|
2875 * device-x.c (x_init_device): Hardcode `Emacs' as the filename
|
|
2876 containing localized menubars.
|
|
2877
|
261
|
2878 * config.h.in: Add HAVE_UNIX_PROCESSES for 20.6.
|
|
2879
|
|
2880 * alloc.c (init_alloc_once_early): Document movement of mmap
|
|
2881 enabling code to emacs.c.
|
|
2882
|
|
2883 * Makefile.in.in: Update FILE_CODING dependencies.
|
|
2884
|
|
2885 1998-03-01 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2886
|
|
2887 * file-coding.c (setup_eol_coding_systems): Don't try
|
|
2888 to copy the mnemonic property of the coding system
|
|
2889 unless it is a string.
|
|
2890
|
|
2891 (allocate_coding_system): Initialize coding system
|
|
2892 struct member 'mnemonic' to Qnil. Leaving its value
|
|
2893 set to 0 causes a crash.
|
|
2894
|
|
2895 1998-03-01 SL Baur <steve@altair.xemacs.org>
|
|
2896
|
|
2897 * file-coding.c (DEFINE_SUB_CODESYS): Undo previous patch.
|
|
2898
|
|
2899 1998-03-01 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2900
|
|
2901 * callint.c: Read coding system names for the 'z' and
|
|
2902 'Z' interactive specs if FILE_CODING or MULE is defined.
|
|
2903 Previously, coding system names were read only if MULE was
|
|
2904 defined.
|
|
2905
|
|
2906 * file-coding.h: Removed charset-based category types
|
|
2907 from enumerated coding_category_type if not building
|
|
2908 with MULE.
|
|
2909
|
|
2910 * file-coding.c (syms_of_mule_coding): Don't define
|
|
2911 symbols for charset-based coding systems unless
|
|
2912 building with MULE.
|
|
2913
|
|
2914 1998-02-28 SL Baur <steve@altair.xemacs.org>
|
|
2915
|
|
2916 * alloc.c (garbage_collect_1): Guard call to selected_frame so it
|
|
2917 cannot be called during GC.
|
|
2918 - Update current count of staticpro'ed objects.
|
|
2919
|
|
2920 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2921
|
|
2922 * menubar.c (Fmenu_find_real_submenu): Document the
|
|
2923 "use struct as array" hack. Convert struct pointer to
|
|
2924 array to avoid compiler warnings.
|
|
2925
|
|
2926 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
2927
|
|
2928 * buffer.c (complex_vars_of_buffer): Fix DOC string for
|
|
2929 buffer-file-coding-system.
|
|
2930
|
|
2931 1998-02-26 Damon Lipparelli <lipp@primus.com>
|
|
2932
|
|
2933 * symsinit.h: syms_of_ldap() is actually syms_of_eldap().
|
|
2934
|
|
2935 * eldap.c: removed duplicates.
|
|
2936
|
|
2937 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
2938
|
|
2939 * file-coding.c (setup_eol_coding_systems): Disable SUB_CODESYS
|
|
2940 feature -- it causes stack corruption in Mule.
|
|
2941
|
|
2942 1998-02-27 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2943
|
|
2944 * events.c (character_to_event): The code which guesses TTY
|
|
2945 backspace character is conditionalized on HAVE_TTY
|
|
2946
|
|
2947 1998-02-26 SL Baur <steve@altair.xemacs.org>
|
|
2948
|
|
2949 * console.c (complex_vars_of_console): Guard tty_erase_char with
|
|
2950 HAVE_TTY.
|
|
2951 * conslots.h: Ditto.
|
|
2952
|
259
|
2953 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
2954
|
261
|
2955 * events.c (character_to_event): Correct operations on tty_erase_char.
|
|
2956 From Martin Buchholz <martin@xemacs.org>
|
|
2957
|
259
|
2958 * file-coding.c (setup_eol_coding_systems): Unix/Binary sub
|
|
2959 coding-system display should default to the empty string.
|
|
2960 - Use '(t)' for Mac/Text mode.
|
|
2961
|
|
2962 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
2963
|
|
2964 * Makefile.in.in: make sure clean removes msw executables. This
|
|
2965 prevents the build stalling after puresize has been adjusted. Add
|
|
2966 file-coding.o to list of objects.
|
|
2967
|
|
2968 * buffer.c:
|
|
2969 * buffer.h:
|
|
2970 * bufslots.h:
|
|
2971 * callproc.c:
|
|
2972 * console-tty.c:
|
|
2973 * emacs.c:
|
|
2974 * event-Xt.c:
|
|
2975 * event-stream.c:
|
|
2976 * glyphs-x.c:
|
|
2977 * lread.c:
|
|
2978 * md5.c:
|
|
2979 * mule-canna.c:
|
|
2980 * mule-ccl.c:
|
|
2981 * process.c:
|
|
2982 * redisplay-x.c:
|
|
2983 * redisplay.c: remove #ifdef MULE's from stuff that relates to
|
|
2984 file-coding. include file-coding.h rather than mule-coding.h
|
|
2985 where applicable.
|
|
2986
|
|
2987 * mule-coding.c: #if 0 out functionality until file-coding is
|
|
2988 split up.
|
|
2989
|
|
2990 * file-coding.h:
|
|
2991 * file-coding.c: new files. copies of mule-coding.h and
|
|
2992 mule-coding.c. The mule case is unchanged. The non-mule case
|
|
2993 removes coding relating to other charsets - iso2022, big5, sjis,
|
|
2994 ccl. (setup_eol_coding_systems) add the eol type to the subsidiary
|
|
2995 coding system mnemonics so that it shows on the modeline,
|
|
2996 currently (B) for unix style (T) for mac and dos styles.
|
|
2997
|
|
2998 * fileio.c: remove #ifdef MULE's from stuff that relates to
|
|
2999 file-coding. include file-coding.h rather than mule-coding.h where
|
|
3000 applicable. FSFMACS_SPEEDY_INSERT is gone since file coding is
|
|
3001 always on.
|
|
3002
|
|
3003 * sheap.c: (more_static_core) remove spurious \n's from error
|
|
3004 message.
|
|
3005
|
|
3006 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3007
|
|
3008 * lisp-disunion.h: Added XUINT macro.
|
|
3009
|
|
3010 * lisp-union.h: Added XUINT macro.
|
|
3011
|
|
3012 * data.c (Flsh): Used XUINT instead of XINT to
|
|
3013 extract the value of the first argument to avoid sign
|
|
3014 extension of the result.
|
|
3015
|
|
3016 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
3017
|
|
3018 * s/decosf4-0.h: Add -D_BSD.
|
|
3019 From Tore Olsen <toreo@tihlde.hist.no>
|
|
3020
|
|
3021 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
3022
|
|
3023 * device-x.c (x_init_device): allow `x-emacs-application-class' to
|
|
3024 be nil prior to connecting to the X server. When this is the
|
|
3025 case, the application class is chosen based on whether the user
|
|
3026 has any resources with application class `XEmacs' set in the
|
|
3027 resource database.
|
|
3028 (vars_of_device_x): make x-emacs-application-class nil by default
|
|
3029 and document new behavior in its doc string.
|
|
3030
|
|
3031 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3032
|
|
3033 * menubar.c: Doc fix: suffix can be form.
|
|
3034
|
|
3035 * gui.c (gui_parse_item_keywords): Allow button descriptors
|
|
3036 at least 2 long.
|
|
3037 (gui_item_display_flush_left): Suffix can be form.
|
|
3038
|
|
3039 * gui-x.c (button_item_to_widget_value): Allow button descriptors
|
|
3040 at least 2 long.
|
|
3041 (button_item_to_widget_value): Suffix can be form.
|
|
3042
|
|
3043 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
3044
|
|
3045 * s/sol2.h: define HAVE_GETLOADAVG for late edition Solaris
|
|
3046 From Georg Nikodym <georgn@Canada.Sun.COM>
|
|
3047
|
|
3048 1998-02-24 Didier Verna <verna@inf.enst.fr>
|
|
3049
|
|
3050 * redisplay.c (generate_fstring_runes): fixed the modeline
|
|
3051 scrolling lossage (the % constructs appearing in the
|
|
3052 modeline). Now that we can have negative positions and boundaries,
|
|
3053 max_pos == -1 can't mean 'no limit' anymore. Me, stupido!
|
|
3054 (add_string_to_fstring_db_runes): Ditto.
|
|
3055 (add_glyph_to_fstring_db_runes): Ditto.
|
|
3056
|
|
3057 1998-02-19 Jim Radford <radford@robby.caltech.edu>
|
|
3058
|
|
3059 * sysdep.c: Don't clobber SIGIO event flags we don't care about.
|
|
3060 * device.h: removed old_sigio_flag, sigio_enabled from device
|
|
3061 Secretly (on Solaris) F_SETOWN calls I_SETSIG. We unknowingly
|
|
3062 clobbered the changes so restoring the owner would cause
|
|
3063 F_SETOWN's I_SETSIG to fail therby causing an annoying syslog
|
|
3064 message. Changed FASYNC version to match (untested).
|
|
3065
|
|
3066 1998-02-22 SL Baur <steve@altair.xemacs.org>
|
|
3067
|
|
3068 * emacs.c (main): Enable mmap for glibc-2.1 and Linux libc5.
|
|
3069 Enable mmap only for non-Mule for glibc-2.0.
|
|
3070
|
|
3071 1998-02-21 SL Baur <steve@altair.xemacs.org>
|
|
3072
|
|
3073 * config.h.in: Define _NO_MALLOC_WARNING_ if using dlmalloc from
|
|
3074 Linux libc5.
|
|
3075
|
257
|
3076 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3077
|
|
3078 * emacs.c: declare hooks only if !DOUG_LEA_MALLOC since the
|
|
3079 declaration conflicts with glibc's own.
|
|
3080
|
|
3081 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
3082
|
|
3083 * config.h.in: Remove HAVE_TERM, add USE_MINIMAL_TAGBITS and
|
|
3084 USE_INDEXED_LRECORD_IMPLEMENTATION.
|
|
3085
|
|
3086 * process.c (Fopen_network_stream_internal): Remove TERM support.
|
|
3087
|
|
3088 * sysproc.h: Remove TERM support.
|
|
3089
|
|
3090 1998-02-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3091
|
|
3092 * input-method-xfs.c: add setlocale(LC_CTYPE, "") right after
|
|
3093 setlocale(LC_NUMERIC, "C"). Because, without this, the LC_CTYPE
|
|
3094 got a side effect of LC_NUMERIC then set to "C".
|
|
3095
|
|
3096 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
3097
|
|
3098 * emacs.c (main): Enable mmap'ing with XEmacs/Mule.
|
|
3099
|
|
3100 * redisplay.c (add_string_to_fstring_db_runes): Fix infloop
|
|
3101 problem with long modelines and glyphs.
|
|
3102
|
|
3103 * unexelf.c: The proper way to check for GNU libc is with __GLIBC__.
|
|
3104 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3105
|
255
|
3106 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
3107
|
|
3108 * Makefile.in.in: Remove all references to prefix-args.
|
|
3109
|
|
3110 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3111
|
|
3112 * sysdep.c (mswindows_set_errno): New function
|
|
3113 (mswindows_set_last_errno): Ditto
|
|
3114 These convert Win32 error code to ANSI C errno.
|
|
3115
|
|
3116 * sysdep.h: Prototypes for the above 2 functions.
|
|
3117
|
|
3118 * menubar-msw.c (vars_of_menubar_mswindows): Fprovide
|
|
3119 ('mswindows-menubar) removed. See the entry of 1998-01-03
|
|
3120
|
|
3121 * process.c: FSFmacs proc_buffered_char static array
|
|
3122 #if0'ed in 2 places. It is never used.
|
|
3123
|
|
3124 1998-02-01 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3125
|
|
3126 * window.c (save_window_save): Save window-cached
|
|
3127 speciifer values.
|
|
3128 (saved_window_equal): Added comparisons of window-cached
|
|
3129 specifier values.
|
|
3130 (Fset-window-configuration): Restore window-cached
|
|
3131 specifier values.
|
|
3132
|
|
3133 1998-02-18 Didier Verna <verna@inf.enst.fr>
|
|
3134
|
|
3135 * modeline.el (mouse-drag-modeline): added the horizontal
|
|
3136 scrolling functionality for the modeline. This could still be
|
|
3137 improved, for instance when the mouse goes out of the modeline.
|
|
3138
|
|
3139 1998-02-18 Didier Verna <verna@inf.enst.fr>
|
|
3140
|
|
3141 * redisplay.c:
|
|
3142 (generate_formatted_string_db): new flag to distinguish a modeline
|
|
3143 string from a title or icon one, plus use a negative first pos to
|
|
3144 indicate the modeline hscroll ammount.
|
|
3145 (add_string_to_fstring_db_runes): completely rewrote this function
|
|
3146 to handle the case of scrolled modelines.
|
|
3147 (add_glyph_to_fstring_db_runes): handle the case of scrolled
|
|
3148 modelines.
|
|
3149
|
|
3150 * window.c:
|
|
3151 (Fmodeline_hscroll): new function to return the modeline current
|
|
3152 horizontal scroll ammount.
|
|
3153 (Fset_modeline_hscroll): new function to scroll the modeline
|
|
3154 horizontaly.
|
|
3155 Plus some updates related to this new functionality (windows
|
|
3156 configuration, notably).
|
|
3157
|
|
3158 * window.h (struct window): added the new field modeline_hscroll.
|
|
3159
|
|
3160 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
3161
|
|
3162 * m/alpha.h:
|
|
3163 * unexelf.c: Synched with Emacs 20.2.
|
|
3164 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3165
|
|
3166 * emacs.c (main): Don't call __sbrk().
|
|
3167 * gmalloc.c (__sbrk): Ditto.
|
|
3168 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
3169
|
|
3170 1998-02-17 SL Baur <steve@altair.xemacs.org>
|
|
3171
|
|
3172 * console-tty.c (Fset_console_tty_coding_system): New function.
|
|
3173 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3174
|
|
3175 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
3176
|
|
3177 * ralloc.c (init_ralloc): DOUG_LEA_MALLOC support.
|
|
3178 (r_alloc_reinit): Ditto.
|
|
3179 [All non-HAVE_MMAP code]: Synched with Emacs 20.2.
|
|
3180
|
|
3181 * emacs.c: Synch DOUG_LEA_MALLOC support from Emacs 20.2.
|
|
3182 (main): Ditto.
|
|
3183 Add LINUX_SBRK_BUG workaround, what is it?
|
|
3184 (Fdump_emacs): DOUG_LEA_MALLOC support from Emacs 20.2.
|
|
3185
|
|
3186 * alloc.c: Synch DOUG_LEA_MALLOC support from Emacs 20.2.
|
|
3187 (init_alloc_once_early): Ditto.
|
|
3188
|
|
3189 * config.h.in: Add DOUG_LEA_MALLOC symbol.
|
|
3190
|
|
3191 * unexfreebsd.c (run_time_remap): Change printf format string to
|
|
3192 match parameters given.
|
|
3193
|
253
|
3194 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
3195
|
|
3196 * s/sco5.h: Define LIB_GCC as -lgcc for gcc 2.8 and egcs.
|
|
3197 Suggested by Robert Lipe <robertl@dgii.com>
|
|
3198
|
|
3199 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
3200
|
|
3201 * event-Xt.c (x_reset_key_mapping):
|
|
3202 * device-x.c:
|
|
3203 (x-keysym-on-keyboard-p):
|
|
3204 (x-keysym-on-keyboard-sans-modifiers-p):
|
|
3205 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
3206 x-keysym-on-keyboard-p to detect backspace.
|
|
3207 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
3208 Clean up symbols used with dead keys, checking Linux and solaris
|
|
3209 keysyms.
|
|
3210 Simplify x-win-*.el using above methods.
|
|
3211 Change documentation for x-keysym-*-p functions.
|
|
3212
|
|
3213 1998-02-13 SL Baur <steve@altair.xemacs.org>
|
|
3214
|
|
3215 * unexelfsgi.c: Various changes.
|
|
3216 From Olivier Galibert <galibert@pobox.com>
|
|
3217
|
|
3218 * s/freebsd.h: Avoid redefining BSD.
|
|
3219 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
3220
|
|
3221 * extents.c (extent_fragment_update): Break up a line to avoid a
|
|
3222 Digital UNIX 3.2g C compiler bug.
|
|
3223 From Tonny Madsen <tma@nettest.dk>
|
|
3224
|
|
3225 * process.c (create_process): Restore save_environ hackery.
|
|
3226
|
|
3227 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
3228
|
|
3229 * emacsfns.h: Remove mocklisp declarations.
|
|
3230
|
|
3231 * redisplay-msw.c (mswindows_update_dc): Enable evil kludge for
|
|
3232 cygwin.
|
|
3233 From Andy Piper <andyp@parallax.co.uk>
|
|
3234
|
251
|
3235 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
3236
|
253
|
3237 * menubar-msw.c (vars_of_menubar_mswindows): Fix patch failure.
|
|
3238 Suggested by: kny@tekla.fi
|
|
3239
|
251
|
3240 * data.c (Fold_eq): PC-ize.
|
|
3241
|
|
3242 * chartab.c: PC-ize.
|
|
3243
|
|
3244 * window.c (toplevel): PC-ize.
|
|
3245 (syms_of_window): Ditto.
|
|
3246
|
|
3247 * search.c (Freplace_match): PC-ize.
|
|
3248
|
|
3249 * lread.c: PC-ize.
|
|
3250
|
|
3251 * buffer.c (Fbuffer_enable_undo): PC-ize.
|
|
3252 (Fbuffer_disable_undo): ditto.
|
|
3253
|
|
3254 * eval.c (return_from_signal): PC-ize.
|
|
3255
|
|
3256 * casetab.c: PC-ize.
|
|
3257
|
|
3258 * callproc.c (Fcall_process_internal): PC-ize.
|
|
3259
|
|
3260 1998-02-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3261
|
|
3262 * gui.h (struct gui_item): Menu item, submenu or GUI button
|
|
3263 properties are abstracted into this new structure.
|
|
3264 Added prototypes for the following functions
|
|
3265
|
|
3266 * gui.c (gui_item_init): New function
|
|
3267 (gui_item_add_keyval_pair): Ditto
|
|
3268 (gui_parse_item_keywords): Ditto
|
|
3269 (gui_item_active_p): Ditto
|
|
3270 (gui_item_included_p): Ditto
|
|
3271 (gui_item_display_flush_left): Ditto
|
|
3272 (gui_item_display_flush_right): Ditto. The above listen new
|
|
3273 functions manipulate on properties common to menu items and GUI
|
|
3274 buttons.
|
|
3275
|
|
3276 * menubar.c (current_frame_menubar): Moved from menubar-msw.c
|
|
3277 (menu_parse_submenu_keywords): New function
|
|
3278 (Fmenu_find_real_submenu): Ditto, lisp accessible. The last two
|
|
3279 functions operate on menu properties stored in struct gui_item,
|
|
3280 but are specific to menus only.
|
|
3281
|
|
3282 * menubar.h: Prototypes for the above functions.
|
|
3283
|
|
3284 * menubar-msw.c: Modified to utilize struct gui_item instead of
|
|
3285 plists, to reduce garbage. Suggested by Ben Wing.
|
|
3286 Unreachable menus are fixed.
|
|
3287
|
|
3288 1998-01-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3289
|
|
3290 * menubar-msw.c (allocate_menu_item_id): Added third parameter to
|
|
3291 hash, suffix. Menus tend to put non-localizable items into suffix
|
|
3292 with empty name.
|
|
3293 (update_frame_menubar_maybe): top_level_menu is now set here.
|
|
3294 (mswindows_popup_menu): Ditto. It was incorrect to set it from
|
|
3295 populate.
|
|
3296 (vars_of_menubar_mswindows): Fprovide ('mswindows-menubar) removed:
|
|
3297 (featurep (and 'mswindows 'menubars)) tests the same.
|
|
3298 (mswindows_update_frame_menubars): update_..._maybe () now called
|
|
3299 only if frame->menubar_changed is set. Is it right to patch
|
|
3300 menubar.c instead?
|
|
3301
|
|
3302 1998-02-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3303
|
|
3304 * objects-msw.c:
|
|
3305 Updated color database to X11R6. Also added support for
|
|
3306 "#RRRGGGBBB" and "#RRRRGGGGBBBB" in addition to "#RRGGBB".
|
|
3307
|
|
3308 1998-02-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
3309
|
|
3310 * console.h:
|
|
3311 * console-stream.c:
|
|
3312 * redisplay.c:
|
|
3313 * redisplay-msw.c:
|
|
3314 * redisplay-tty.c:
|
|
3315 * redisplay-x.c:
|
|
3316 Added the frame as a parameter to the text_width device
|
|
3317 method.
|
|
3318
|
|
3319 * redisplay-msw.c:
|
|
3320 Support for proportional fonts.
|
|
3321
|
|
3322 1998-02-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
3323
|
|
3324 * window.c (map_windows): Don't return the value of map_windows_1.
|
|
3325 (map_windows): If F is NULL, map through all the windows.
|
|
3326 (mark_windows_in_use): Use map_windows(); made it static.
|
|
3327 (mark_windows_in_use_closure): New function.
|
|
3328
|
|
3329 1998-02-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
3330
|
|
3331 * alloc.c (Fpurecopy): Check for non-`nil'-ness instead of
|
|
3332 checking for Vobarray.
|
|
3333
|
|
3334 * dlopen.c (Fdl_open): Indirect FUNCTION explicitly, for clarity.
|
|
3335
|
|
3336 * elhash.c: Removed broken hashtable_hash().
|
|
3337
|
|
3338 1998-01-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
3339
|
|
3340 * symbols.c (Fintern): Use Qt instead of the actual obarray.
|
|
3341 (init_symbols_once_early): Ditto.
|
|
3342
|
|
3343 1998-01-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
3344
|
|
3345 * lisp.h (DO_REALLOC): Name the variable `do_realloc_newsize'
|
|
3346 instead of `newsize', to avoid name collisions.
|
|
3347
|
|
3348 1998-01-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
3349
|
|
3350 * print.c (print_symbol): Be more wary about the contents of
|
|
3351 Vprint_gensym_alist.
|
|
3352
|
|
3353 1998-02-06 SL Baur <steve@altair.xemacs.org>
|
|
3354
|
|
3355 * emacs.c (Frun_emacs_from_temacs): Disable largely meaning-free
|
|
3356 purity/impurity summary. Compile with -DREPORT_PURE_USAGE to get
|
|
3357 it back.
|
|
3358
|
|
3359 * process.c (create_process): Unused variable elimination.
|
|
3360
|
|
3361 * lread.c (Fload_internal): Compiler warning suppression.
|
|
3362
|
|
3363 * alloc.c (report_pure_usage): Remove unused variable.
|
|
3364
|
|
3365 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3366
|
|
3367 * Makefile.in.in: add support for sheap-adjust.h generation for
|
|
3368 static heap.
|
|
3369
|
|
3370 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3371
|
|
3372 * Makefile.in.in: add sheap-adjust.h support, basically copied
|
|
3373 from puresize-adjust.h. predicate sheap.o on HEAP_IN_DATA. fix
|
|
3374 xemacs target slightly to not be a single shell command, this
|
|
3375 fixes an obscure bug in cygwin gmake.
|
|
3376
|
|
3377 * alloc.c (report_pure_usage): call sheap_adjust_h if HEAP_IN_DATA
|
|
3378 is defined.
|
|
3379
|
|
3380 * sysfile.h: add abstracted OPEN_BINARY, OPEN_TEXT etc defines. On
|
|
3381 Unix these are all 0 and have no effect. On systems defining
|
|
3382 O_BINARY these use it. WINDOWSNT is currently unaffected because
|
|
3383 there are individual #ifdefs in each source file, but with this
|
|
3384 change they could be removed.
|
|
3385
|
|
3386 * emacs.c:
|
|
3387 * doc.c:
|
|
3388 * lread.c:
|
|
3389 * process.c: generalize open() calls with OPEN_BINARY. Does
|
|
3390 nothing under Unix.
|
|
3391
|
|
3392 * emacs.c: predicate inclusion of windows.h on WINDOWSNT not
|
|
3393 _WIN32.
|
|
3394
|
|
3395 * process.c:
|
|
3396 * sysdep.c:
|
|
3397 * signal.c: predicate SIGIO stuff also on !BROKEN_SIGIO, this is
|
|
3398 required for building on cygwin32 b19 which has SIGIO that only
|
|
3399 works on sockets.
|
|
3400
|
|
3401 * fileio.c:
|
|
3402 * event-stream.c: generalize open() calls with OPEN_BINARY. Does
|
|
3403 nothing under Unix. Use open() instead of creat() to make this
|
|
3404 possible. use CREAT_MODE from sysfile.h
|
|
3405
|
|
3406 * config.h.in: add MULE_CODING, currently not used. add support
|
|
3407 for HAVE_A_OUT_H.
|
|
3408
|
|
3409 * elhash.c:
|
|
3410 * menubar-msw.c:
|
|
3411 * mule-ccl.c:
|
|
3412 * device-msw.c: warning elimination.
|
|
3413
|
|
3414 * event-msw.c: add undeclared Dde calls for cygwin.
|
|
3415
|
|
3416 * redisplay-msw.c: warning elimination under mule.
|
|
3417
|
|
3418 * gmalloc.c: make initalize() really do that. If HEAP_IN_DATA is
|
|
3419 defined catch free() & realloc() calls with addresses in the data
|
|
3420 space. __morecore calls more_static_core for temacs, when dumped
|
|
3421 switches to sbrk().
|
|
3422
|
|
3423 * console-msw.h: undef CONST after windows.h inclusion since this
|
|
3424 defines CONST. #ifdef out shellapi under cygwin.
|
|
3425
|
|
3426 * device-msw.c: include sysdep.h
|
|
3427
|
|
3428 * objects-msw.c: add dummy mswindows_font_spec_matches_charset and
|
|
3429 mswindows_find_charset_font so that we can build with mule.
|
|
3430
|
|
3431 * mem-limits: return -1 for get_lim_data() when HEAP_IN_DATA is
|
|
3432 defined.
|
|
3433
|
|
3434 * sheap.c: new file. defines sheap_adjust_h and more_static_core
|
|
3435 so that data space can be used by gmalloc before dumping when
|
|
3436 HEAP_IN_DATA is defined. beef up error message about what to do if
|
|
3437 sheap space runs out.
|
|
3438
|
|
3439 * sysdep.c: make start_of_data reurn something sensible for
|
|
3440 HEAP_IN_DATA.
|
|
3441
|
|
3442 * systime.h: don't use itimer stuff on cygwin b19.
|
|
3443
|
|
3444 * unexcw.c: new file. Full unexec() support for cygwin using the
|
|
3445 HEAP_IN_DATA setup provided by sheap.c and friends. No run-time
|
|
3446 remapping is performed. This could be generalized to support many
|
|
3447 platforms that use COFF. you need a.out.h from my website to build
|
|
3448 this. cygwin b19 will have this.
|
|
3449
|
|
3450 * s/cygwin32.h: fixed commentary. compile in unexcw.o for dumping
|
|
3451 support. removed irrelevent things. define BROKEN_SIGIO. remove
|
|
3452 include of windows.h. add correct process support defines, process
|
|
3453 support might work when non-blocking io is implemented in cygwin.
|
|
3454
|
|
3455 1998-02-02 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3456
|
|
3457 * glyphs.c: Removed ImageMagick support, re-instituted the previous
|
|
3458 support for JPEG, GIF and PNG with the new color system.
|
|
3459
|
|
3460 1998-02-05 Olivier Galibert <galibert@pobox.com>
|
|
3461
|
|
3462 * unexelf.c: Fix alignment problems on Linux.
|
|
3463
|
249
|
3464 1998-02-01 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3465
|
|
3466 * redisplay.c (redisplay_window): After outputting
|
|
3467 the window, invalidate its the line start cache if the
|
|
3468 we're displaying the minibuffer window and the echo
|
|
3469 area is active. The cache is only valid for the echo
|
|
3470 area buffer, and that buffer isn't associated with the
|
|
3471 minibuffer window anymore.
|
|
3472
|
|
3473 1998-01-31 SL Baur <steve@altair.xemacs.org>
|
|
3474
|
|
3475 * alloc.c (disksave_object_finalization): Additional checking for
|
|
3476 sanity when zeroing out unused portions of string_chars_block's.
|
|
3477 (Fpurecopy): Spelling fixes in comment.
|
|
3478 (PURESIZE_SLOP): Set default slop to 0.
|
|
3479
|
|
3480 1998-01-31 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3481
|
|
3482 * chartab.c (make_char_table): Initialize mirror
|
|
3483 tables with Spunct in all the slots. Syntax table
|
|
3484 initialization doesn't touch slots for nonexistent
|
|
3485 characters sets. If character sets corresponding to
|
|
3486 those slots are created later Qnil values in the slots
|
|
3487 will cause crashes.
|
|
3488 (copy_char_table_entry): Return copy not original.
|
|
3489
|
|
3490 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
3491
|
|
3492 * msw-proc.c:
|
|
3493 * event-msw.h:
|
|
3494 * event-msw.c:
|
|
3495 * console-msw.h:
|
|
3496 Deleted the first two and merged them into the last two files.
|
|
3497
|
|
3498 * device-msw.c:
|
|
3499 * event-msw.c:
|
|
3500 * frame-msw.c:
|
|
3501 Added file-based drag and drop support. The "System/Open" DDE command
|
|
3502 is also implemented as if it were a drag and drop operation.
|
|
3503
|
|
3504 * emacsfns.h:
|
|
3505 * event-stream.c:
|
|
3506 * events.c:
|
|
3507 * events.h:
|
|
3508 * frame.c:
|
|
3509 * keymap.c:
|
|
3510 Replaced all "#ifdef HAVE_OFFIX_DND" with
|
|
3511 "#if defined(HAVE_OFFIX_DND) || defined(HAVE_MS_WINDOWS)"
|
|
3512
|
|
3513 * device.h: Added DEVICE_MSWINDOWS_P and related macros.
|
|
3514
|
|
3515 * objects-msw.c:
|
|
3516 * select-msw.c:
|
|
3517 Eliminated warnings.
|
|
3518
|
|
3519 * redisplay-msw.c: Changed color of "dead" box between scrollbars
|
|
3520 to windows' "button" color for compatibility with other windows apps.
|
|
3521
|
|
3522 1998-01-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3523
|
|
3524 * Makefile.in.in: move `rm puresize-adjust.h' from distclean
|
|
3525 to mostlyclean
|
|
3526
|
|
3527 1998-01-29 SL Baur <steve@altair.xemacs.org>
|
|
3528
|
|
3529 * Makefile.in.in (dlopen.o): Add dependencies.
|
|
3530
|
|
3531 * s/sunos4-0.h: Conditionalize use of broken-sun.h for old Gccs.
|
|
3532 Suggested by Amir J Katz <amir@ndsoft.com>
|
|
3533
|
|
3534 1998-01-28 SL Baur <steve@altair.xemacs.org>
|
|
3535
|
|
3536 * faces.c (init_device_faces): This function can call lisp.
|
|
3537
|
|
3538 1998-01-28 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
3539
|
|
3540 * mule-coding.h:
|
|
3541 * mule-coding.c: (determine_real_coding_system): removed the
|
|
3542 static declaration to allow reuse.
|
|
3543
|
|
3544 * md5.c (Fmd5): Rewrote to fully support MULE, as well as streamline
|
|
3545 the code.
|
|
3546
|
|
3547 * mule-ccl.c (ccl_driver): Set initial values of variables to shut up
|
|
3548 the compiler and to give better error message if a quit happens before
|
|
3549 any ccl_code is generated.
|
|
3550
|
|
3551 1998-01-28 SL Baur <steve@altair.xemacs.org>
|
|
3552
|
|
3553 * glyphs.c (allocate_glyph): This function can GC.
|
|
3554 Wrap GCPRO around unprotected function calls.
|
|
3555 (specifier_vars_of_glyphs): Comment change -- Can we GC here?
|
|
3556
|
247
|
3557 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
3558
|
249
|
3559 * lread.c (Fload_internal): Add extra GCPRO around call to
|
|
3560 Fassoc.
|
|
3561 Enable purespace usage counts always.
|
|
3562
|
247
|
3563 * m/powerpc.h: Isolate changes for mklinux from AIX.
|
|
3564
|
|
3565 1998-01-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
3566
|
|
3567 * symbols.c (init_symbols_once_early): Decreased default size of
|
|
3568 Vpure_uninterned_symbol_table to 50.
|
|
3569
|
|
3570 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
3571
|
|
3572 * redisplay-x.c (x_output_string): Correction for handling underlined
|
|
3573 fonts when XGetFontProperty fails.
|
|
3574 From Chris Felaco <felaco@iatcmail.ed.ray.com>
|
|
3575
|
|
3576 1998-01-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3577
|
|
3578 * alloc.c (Fpurecopy): Store symbols that aren't
|
|
3579 interned in Vobarray into Vpure_uninterned_symbol_table.
|
|
3580
|
|
3581 * symbols.c (init_symbols_once_early): Initialize
|
|
3582 Vpure_uninterned_symbol_table.
|
|
3583
|
|
3584 * emacsfns.h: Declare Vpure_uninterned_symbol_table.
|
|
3585
|
|
3586 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
3587
|
|
3588 * alloc.c (report_pure_usage): New macro PURESIZE_SLOP to allow
|
|
3589 for extra pure space.
|
|
3590
|
245
|
3591 1998-01-23 SL Baur <steve@altair.xemacs.org>
|
|
3592
|
|
3593 * sound.c (Fplay_sound_file): Use NILP for comparison of
|
|
3594 Lisp_Object.
|
|
3595
|
|
3596 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3597
|
|
3598 * unexcw.cc: new file for cygwin32 unexec() requires cygwin32
|
|
3599 b19. Predicated on HAVE_COFF_H.
|
|
3600
|
|
3601 * console.c:
|
|
3602 * device-msw.c:
|
|
3603 * event-msw.c:
|
|
3604 * frame-msw.c:
|
|
3605 * msw-proc.c:
|
|
3606 * objects-msw.c:
|
|
3607 Eliminate warnings.
|
|
3608
|
|
3609 * redisplay-msw.c (mswindows_update_gc): eliminate warnings and
|
|
3610 extend hack for bogus bg values.
|
|
3611
|
|
3612 * symsinit.h: add msw headers to eliminate warnings.
|
|
3613
|
|
3614 * s/cygwin32.h: various updates for unexec() support.
|
|
3615
|
|
3616 * lastfile.c: add my_ebss for cygwin32 unexec() support.
|
|
3617
|
|
3618 * gmalloc.c: made __malloc_initialized non-static so that
|
|
3619 it goes into the bss where we expect it.
|
|
3620
|
|
3621 * emacs.c: put run_time_remap() in a place where initialized is
|
|
3622 not always true.
|
|
3623
|
|
3624 * Makefile.in.in: add support for compiling .cc files.
|
|
3625
|
|
3626 * config.h.in: added HAVE_COFF_H support.
|
|
3627
|
|
3628 1998-01-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
3629
|
|
3630 * print.c (print_cons): Use XCAR/XCDR.
|
|
3631 (print_string): Fix up so it Vprint_string_length works under Mule
|
|
3632 correctly.
|
|
3633
|
|
3634 * eval.c (Feval): Increase profile call count.
|
|
3635
|
|
3636 * keymap.c: Fixed typo.
|
|
3637
|
|
3638 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
3639
|
|
3640 * symbols.c (Funintern): Reset symbol's obarray property.
|
|
3641
|
|
3642 1998-01-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3643
|
|
3644 * alloc.c (size_vector): Declare *p as CONST to eliminate warning.
|
|
3645
|
|
3646 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
3647
|
|
3648 * print.c (print_symbol): Recognize Vprint_gensym being a cons;
|
|
3649 use Vprint_gensym_alist.
|
|
3650
|
|
3651 * symbols.c (init_symbols_once_early): Ditto.
|
|
3652
|
|
3653 * alloc.c (Fmake_symbol): Reset it.
|
|
3654
|
|
3655 * symbols.c (Fintern): Set it.
|
|
3656
|
|
3657 * lisp.h (struct Lisp_Symbol): New element `obarray'.
|
|
3658
|
|
3659 * print.c (print_prepare): Reset Vprint_gensym_alist.
|
|
3660 (print_finish): Ditto.
|
|
3661
|
|
3662 * lread.c: Recognize #n= and #n#.
|
|
3663 (readevalloop): Reset read_objects to nil.
|
|
3664 (Fread): Ditto.
|
|
3665
|
|
3666 1998-01-23 SL Baur <steve@altair.xemacs.org>
|
|
3667
|
|
3668 * toolbar.c (update_toolbar_button): Eliminate redundant NILP
|
|
3669 checks.
|
|
3670 From Martin Buchholz <martin@xemacs.org>
|
|
3671
|
|
3672 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
3673
|
|
3674 * dlopen.c: New file.
|
|
3675
|
|
3676 1998-01-19 Steven L Baur <steve@altair.xemacs.org>
|
|
3677
|
|
3678 * eval.c (prog1): Don't GCPRO unitialized variable.
|
|
3679 (prog2): Ditto.
|
|
3680 From Martin Buchholz <martin@xemacs.org>
|
|
3681
|
|
3682 1998-01-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
3683
|
|
3684 * sound.c (Fplay_sound_file): Use
|
|
3685 signal_simple_continuable_error() instead of error().
|
|
3686
|
|
3687 1998-01-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
3688
|
|
3689 * README: Updated.
|
|
3690
|
243
|
3691 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
3692
|
|
3693 * glyphs-x.c (imagick_instantiate): Dynamically allocate pixar
|
|
3694 with alloca.
|
|
3695 From Damon Lipparelli <lipp@primus.com>
|
|
3696
|
|
3697 1998-01-14 Martin Buchholz <martin@xemacs.org>
|
|
3698
|
|
3699 * eval.c (For, Fand, Fif, Fcond, Fprogn, Fprog1, Fprog2):
|
|
3700 Modernize and streamline.
|
|
3701 Replace Fcdr with XCDR, Fcar with XCAR for efficiency.
|
|
3702 Remove REGISTER declarations.
|
|
3703
|
|
3704 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
3705
|
|
3706 * emacsfns.h:
|
|
3707 * alloc.c:
|
|
3708 Add proper prototypes for print_cons, print_vector, print_string.
|
|
3709
|
|
3710 * dired.c (directory-files):
|
|
3711 * elhash.c (elisp_maphash):
|
|
3712 * elhash.h (elisp_maphash):
|
|
3713 * lrecord.h:
|
|
3714 * mule-ccl.c (setup_ccl_program):
|
|
3715 * mule-coding.c (coding_system_charset):
|
|
3716 * offix-cursors.h (cursor_bits):
|
|
3717 Warning elimination.
|
|
3718
|
|
3719 * redisplay.c (add_blank_rune):
|
|
3720 * redisplay.c (add_glyph_rune):
|
|
3721 * redisplay.c (add_emchar_rune):
|
|
3722 Warning elimination. Avoid useless computation in non-mule case.
|
|
3723
|
|
3724 * config.h.in:
|
|
3725 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
|
|
3726 * src/alloc.c:
|
|
3727 * src/events.c:
|
|
3728 Rearrange order of declarations and definitions to avoid forward
|
|
3729 * src/mem-limits.h: Add motivating comment for future cleanup.
|
|
3730
|
|
3731 * s/linux.h: Cleanup. Remove old cruft.
|
|
3732
|
|
3733 * config.h.in:
|
|
3734 Always define _GNU_SOURCE when using GNU libc.
|
|
3735 Support --without-FOO as a synonym for --with-FOO=no.
|
|
3736 Always use $srcdir to locate config.guess.
|
|
3737 Make it clear that CONFIGURATION is optional.
|
|
3738 De-emphasize CONFIGURATION parameter. Random cleanup.
|
|
3739 More compatible with standard GNU install instructions.
|
|
3740 --with-menubars=athena3d ==> --with-menubars=lucid.
|
|
3741
|
|
3742 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3743
|
|
3744 * fileio.c (Fexpand_file_name): Synched with FSF.
|
|
3745
|
|
3746 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
3747
|
|
3748 * objects-msw.c (mswindows_color_instance_rgb_components):
|
|
3749 Multiply components by 257 instead of shifting by 8.
|
|
3750
|
|
3751 1998-01-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
3752
|
|
3753 * elhash.c (Fhashtable_type): New function.
|
|
3754 (Fhashtable_test_function): Ditto.
|
|
3755
|
241
|
3756 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
3757
|
|
3758 * profile.c (Fclear_profiling_info): Fix typing error.
|
|
3759
|
|
3760 * elhash.c (elisp_map_remhash): Fix typing error.
|
|
3761 (elisp_maphash): Ditto.
|
|
3762
|
|
3763 1998-01-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
3764
|
|
3765 * mule-ccl.c (Fccl_execute_on_string): Use Dynar_free to free a
|
|
3766 Dynarr.
|
|
3767
|
|
3768 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
3769
|
|
3770 * profile.c (vars_of_profile): New variable
|
|
3771 `call-count-profile-table'.
|
|
3772 (Fclear_profiling_info): Clear call-count-profile-table.
|
|
3773
|
|
3774 * eval.c (funcall_recording_as): Use it.
|
|
3775
|
|
3776 * profile.c (profile_increase_call_count): New function.
|
|
3777
|
|
3778 * lstream.c (stdio_flusher): Comment addition.
|
|
3779
|
|
3780 * objects-msw.c (mswindows_string_to_color): Support #RRRGGGBBB,
|
|
3781 as well as #RRGGBB.
|
|
3782 (mswindows_X_color_map): Reformatted.
|
|
3783
|
|
3784 1998-01-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
3785
|
|
3786 * line-number.c (invalidate_line_number_cache): Comment fixup.
|
|
3787
|
|
3788 * symbols.c (Fapropos_internal): Docstring fix.
|
|
3789
|
|
3790 * fns.c (Fstring_equal): Docstring fix.
|
|
3791
|
|
3792 1998-01-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
3793
|
|
3794 * profile.c (get_profiling_info_maphash): Return int.
|
|
3795 (mark_profiling_info_maphash): Ditto.
|
|
3796
|
|
3797 * elhash.c (Finternal_hash_value): New debugging function,
|
|
3798 undefined by default.
|
|
3799
|
|
3800 1998-01-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
3801
|
|
3802 * mule-coding.c (add_coding_system_to_list_mapper): Ditto.
|
|
3803
|
|
3804 * mule-charset.c (add_charset_to_list_mapper): Return int.
|
|
3805
|
|
3806 * faces.c (add_face_to_list_mapper): Return int.
|
|
3807 (mark_face_as_clean_mapper): Ditto.
|
|
3808 (update_face_inheritance_mapper): Ditto.
|
|
3809
|
|
3810 * keymap.c (keymap_submaps_mapper_0): Return int.
|
|
3811 (keymap_submaps_mapper): Ditto.
|
|
3812 (copy_keymap_inverse_mapper): Ditto.
|
|
3813 (copy_keymap_mapper): Ditto.
|
|
3814 (map_keymap_unsorted_mapper): Ditto.
|
|
3815 (map_keymap_sorted_mapper): Ditto.
|
|
3816
|
|
3817 * elhash.c (hashtable): Added a hash method.
|
|
3818 (hashtable_hash): New function.
|
|
3819
|
|
3820 1998-01-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3821
|
|
3822 * elhash.c (lisp_maphash_function): Return 0.
|
|
3823 (hashtable_equal_mapper): Bail out when an element is not `equal'.
|
|
3824
|
|
3825 * hash.c (maphash): Bail out if map function returns non-zero.
|
|
3826
|
|
3827 1998-01-11 SL Baur <steve@altair.xemacs.org>
|
|
3828
|
|
3829 * eval.c (Fbacktrace): Treat first parameter to byte-code
|
|
3830 specially.
|
|
3831
|
|
3832 Sat Jan 10 11:36:11 1998 Andy Piper <andyp@parallax.co.uk>
|
239
|
3833
|
|
3834 * config.h.in: undef HAVE_SYS_UN_H so that it gets defined by
|
|
3835 configure for gnuserv with UNIX_DOMAIN_SOCKETS.
|
|
3836
|
|
3837 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
3838
|
|
3839 * buffer.c (reset_buffer_local_variables): Synch case-table
|
|
3840 resetting stuffs from Emacs 20.2.
|
|
3841 Suggested by Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3842
|
|
3843 * src/symbols.c (Fsetq_default): Fix docstring.
|
|
3844 From Didier Verna <verna@inf.enst.fr>
|
|
3845
|
|
3846 1998-01-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3847
|
|
3848 * msw-proc.c (mswindows_wnd_proc): Calls to redisplay() from out
|
|
3849 of WM_SIZE handler limited to the case of dragging frame borders.
|
|
3850
|
|
3851 * redisplay-msw.c (mswindows_bevel_modeline): Added support for
|
|
3852 negative modeline height.
|
|
3853 (mswindows_output_cursor): Added bar cursor drawing
|
|
3854 (mswindows_flash): Flash frame by inverting client area.
|
|
3855
|
|
3856 1998-01-08 Andy Piper <andyp@parallax.co.uk>
|
|
3857
|
|
3858 * lread.c: guess load path if its not set just like the dumped
|
|
3859 version does.
|
|
3860
|
|
3861 * doc.c: guess doc path if its not set just like the dumped
|
|
3862 version does
|
|
3863
|
|
3864 Thu Jan 08 09:42:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
3865
|
|
3866 * emacs.c: don't load loadup.el when CANNOT_DUMP is set, this
|
|
3867 is almost never right on XEmacs.
|
|
3868
|
|
3869 * s/cygwin32.h: add comments about how to buid. Move some
|
|
3870 variables into configure so that we don't have to set them.
|
|
3871
|
|
3872 * config.h.in: define HAVE_WINDOW_SYSTEM if HAVE_MS_WINDOWS is
|
|
3873 set.
|
|
3874
|
|
3875 1998-01-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3876
|
|
3877 * lread.c (Fload_internal): On Win32, this reopened the file
|
|
3878 without first closing the handle. This caused running out of
|
|
3879 handles.
|
|
3880
|
|
3881 * nt.c (sys_open): This one made big mess when opening a handle
|
|
3882 next after MAXDESC-1. Fixed.
|
|
3883
|
|
3884 1998-01-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3885
|
|
3886 * objects-msw.c (mswindows_string_to_color): Patched not to modify
|
|
3887 const char* parameter.
|
|
3888 (hexval): Modified to accept uppercase hex digits.
|
|
3889
|
|
3890 * ntproc.c (sys_spawnve): char* arguments made CONST, to comply
|
|
3891 with standard header declaration.
|
|
3892
|
|
3893 * sysdep.c: Fixed ugly prototypes copied from system headers. Who
|
|
3894 says the solution is as ugly, is right.
|
|
3895 Added a couple of #include directives to avoid undefined functions.
|
|
3896 (struct save_signal): Added parameter to function pointer
|
|
3897 prototype when compiled under ANSI C.
|
|
3898 (save_signal_handlers): Ditto
|
|
3899
|
|
3900 * s/windowsnt.h: Added prototypes for functions defined via
|
|
3901 sys_<name> which are not found or differ on Win32: pipe, sleep,
|
|
3902 spawnve, wait, kill
|
|
3903 Macros created from former nt.c functions: random srandom setpgrp
|
|
3904 Defined HAVE_STRCASECMP, and strcasecmp defined to _stricmp which
|
|
3905 is provided by the compiler.
|
|
3906 Removed hack which prevented winsock.h from including.
|
|
3907
|
|
3908 * nt.c (random): Removed and made a macro in s/windowsnt.h
|
|
3909 (srandom): Ditto
|
|
3910 (setpgrp): Ditto
|
|
3911 (unrequest_sigio): #if0'ed. It is unreferenced; in XEmacs, calls
|
|
3912 to it seem to be controlled by HAVE_SIGIO.
|
|
3913 (request_sigio): Ditto
|
|
3914
|
|
3915 * nt.h: Removed FD_* macros. Rely on definitions in winsock.h.
|
|
3916 Changed EMACSDEBUG references to DEBUG_XEMACS
|
|
3917
|
|
3918 * event-msw.c (mswindows_cancel_dispatch_event): Returns Qnil when
|
|
3919 event not found in the queue. Used to return undefined value.
|
|
3920
|
|
3921 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
3922
|
|
3923 * emacs.c (main_1): Add `-no-autoloads' to suppress loading
|
|
3924 autoloads at startup.
|
|
3925
|
|
3926 * Makefile.in.in (xemacs): Fix call to list load-path shadows.
|
|
3927
|
235
|
3928 1998-01-02 Charles G. Waldman <cgw@pgt.com>
|
|
3929
|
|
3930 * frame.h: fix erroneous FRAME_RIGHT_BORDER_START macro.
|
|
3931 Corrects display glitch when toolbar is on the right.
|
|
3932
|
|
3933 1998-01-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3934
|
|
3935 * emacs.c (make_arg_list_1): On Win32 platforms, GetModuleFileName
|
|
3936 is consulted instead of argv[0] to get full path to the xemacs
|
|
3937 executable.
|
|
3938
|
|
3939 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
3940
|
|
3941 * m/sparc.h: Cleans up some warnings about unused variables in
|
|
3942 getloadavg.c under Sparc/Linux.
|
|
3943 From Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3944
|
|
3945 * fileio.c (vars_of_fileio): Enable directory-sep-char always for
|
|
3946 compatibility.
|
|
3947
|
|
3948 * emacs.c (main_1): Inhibit reloading dumped lisp when using
|
|
3949 `-batch' or `-vanilla'.
|
|
3950
|
|
3951 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
3952
|
|
3953 * emacs.c: New variables `inhibit-update-dumped-lisp' and
|
|
3954 `inhibit-update-autoloads'.
|
|
3955 (vars_of_emacs): Initialize them.
|
|
3956
|
233
|
3957 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru>
|
|
3958
|
|
3959 * msw-proc.c (mswindows_enqueue_magic_event): Made extern. User by
|
|
3960 menubar-msw.c
|
|
3961
|
|
3962 * event-msw.h: Prototype for mswindows_enqueue_magic_event
|
|
3963
|
|
3964 * event-msw.c (mswindows_wm_timer_callback): Fixed counter of
|
|
3965 outstanding timer events (decremented only when KillTimer
|
|
3966 succeeds)
|
|
3967 (emacs_mswindows_remove_timeout): Ditto
|
|
3968
|
|
3969 * console-msw.h: Added frame structure field for menu checksum
|
|
3970
|
|
3971 * menubar-msw.c: Miscellaneous patches and bug fixes.
|
|
3972
|
|
3973 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
3974
|
|
3975 * emacs.c (main): Clarify calls to main_1.
|
|
3976
|
|
3977 * data.c (Fcompiled_function_annotation): Hide DEFUN from
|
|
3978 make-docfile.
|
|
3979
|
|
3980 * emacs.c (main_1): The invocation name requires recomputing when
|
|
3981 running after dumping.
|
|
3982
|
|
3983 1997-12-29 SL Baur <steve@altair.xemacs.org>
|
|
3984
|
|
3985 * free-hook.c (check_free): Added explicit braces to avoid
|
|
3986 dangling else clause.
|
|
3987 * sound.c (Fplay_sound_file): Ditto.
|
|
3988 * process.c (set_process_filter): Ditto.
|
|
3989 * linuxplay.c (linux_play_data_or_file): Ditto.
|
|
3990 * regex.c (regex_compile): Ditto.
|
|
3991
|
|
3992 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
3993
|
|
3994 * emacs.c (main_1): Fix logic to run in place when XEmacs is a
|
|
3995 login shell.
|
|
3996 (main_1): New parameter restart.
|
|
3997 (main): Use it.
|
|
3998
|
|
3999 * bytecode.h: Disable COMPILED_FUNCTION_ANNOTATION_HACK.
|
|
4000
|
|
4001 * print.c (debug_short_backtrace): Guard call to
|
|
4002 Fcompiled_function_annotation.
|
|
4003
|
|
4004 * alloc.c (disksave_object_finalization): Don't zero out
|
|
4005 load-history if history of pure symbols is desired.
|
|
4006
|
|
4007 * lread.c (build_load_history): If LOADHIST_DUMPED is defined, add
|
|
4008 pure symbols to load-history.
|
|
4009
|
|
4010 * emacsfns.h: New symbols added -- LOADHIST_DUMPED, define to get
|
|
4011 a history of dumped lisp. LOADHIST_BUILTIN, define to get a
|
|
4012 history of symbols defined in C source.
|
|
4013
|
231
|
4014 1997-12-23 Andy Piper <andyp@parallax.co.uk>
|
|
4015
|
|
4016 * Conditionals to enable XEmacs to compile (not run!) under
|
|
4017 CygWin32. Files touched:
|
|
4018 events.c
|
|
4019 getloadavg.c
|
|
4020 mem-limits.h
|
|
4021 objects-msw.c
|
|
4022 select-msw.c
|
|
4023 sysdep.c
|
|
4024 * s/cygwin.h: New file.
|
|
4025
|
|
4026 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
4027
|
|
4028 * menubar-msw.c, menubar-msw.h: New files. Menus support.
|
|
4029
|
|
4030 * console-msw.h: Added frame menu hashtable variable.
|
|
4031
|
|
4032 * gui.c: popup_up_p variable and Fpopup_up_p and
|
|
4033 separator_string_p functions are moved from gui-x.c
|
|
4034
|
|
4035 * gui.h: New file declaring the above. It is #included into the
|
|
4036 following files:
|
|
4037 dialog-x.c
|
|
4038 gui-x.c
|
|
4039 menubar-x.c
|
|
4040
|
|
4041 * emacs.c: Added calls to *_of_menubar_mswindows()
|
|
4042
|
|
4043 * event-msw.c: Generalization of modal pump interface so it may be
|
|
4044 used bu menubars also. Some functions and vars renamed, to
|
|
4045 reflect more general approach (event_pump -> modal_loop)
|
|
4046
|
|
4047 * frame-msw.c: Initialization and marking of menu hashtable.
|
|
4048
|
|
4049 * msw-proc.c: Added handling for menu window messages.
|
|
4050
|
|
4051 * opaque.c: opaque objects given hash and equal methods, so they
|
|
4052 can be compared with 'equal. Menubar uses opaque pointers as
|
|
4053 hash keys in an 'equal style hastable.
|
|
4054
|
|
4055 * Most of the above touched files: Eliminated compiler warnings.
|
|
4056
|
|
4057 1997-12-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
4058
|
|
4059 * elhash.c (print_hashtable): Use `%u' for fullness.
|
|
4060 (hashtable_equal): New function.
|
|
4061 (hashtable_equal_mapper): Ditto.
|
|
4062
|
|
4063 * lread.c (vars_of_lread): Initialize Vread_buffer_stream here
|
|
4064 instead of in init_lread.
|
|
4065
|
|
4066 1997-12-26 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
4067
|
|
4068 * glyphs-x.c (imagick_instantiate): Add in error and
|
|
4069 warning handling for ImageMagick files
|
|
4070
|
|
4071 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
4072
|
|
4073 * Makefile.in.in (distclean): Remove `xemacs.*'.
|
|
4074
|
229
|
4075 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
4076
|
|
4077 * device.c (vars_of_device): Provide `devices' feature so W3's
|
|
4078 devices.el emulation won't bloat XEmacs.
|
|
4079
|
|
4080 * lread.c (Fload_internal): Strip path and extension when
|
|
4081 considering a file as a candidate for running after-load functions.
|
|
4082
|
227
|
4083 1997-12-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
4084
|
|
4085 * s/windowsnt.h: SIZEOF_SHORT set to 16 bits instead of 32, to get
|
|
4086 real.
|
|
4087
|
|
4088 * redisplay-msw.c: (many functions): FillRect replaced with
|
|
4089 ExtTextOut where possible, which is much faster.
|
|
4090 (mswindows_redisplay_deadbox_maybe): New function which fixes
|
|
4091 deadbox, a square bounded by scrollbar ends and window corner
|
|
4092 (usually the lower right corner).
|
|
4093
|
|
4094 * emacs.c (assert_failed): On Win32 platforms, when assertion
|
|
4095 fails, debugger break occurs if DEBUG_XEMACS is defined.
|
|
4096
|
|
4097 * event-msw.c (mswindows_pump_outstanding_events): Fixed so two
|
|
4098 consequtive Fsignals are not lost.
|
|
4099
|
|
4100 * scrollbar-msw.c (mswindows_update_scrollbar_instance_values):
|
|
4101 Added SBF_DISABLENOSCROLL flag so the bar is greyed out when
|
|
4102 all lines are visible.
|
|
4103 (mswindows_update_scrollbar_instance_status): Ditto for freshly
|
|
4104 assigned scrollbar.
|
|
4105
|
|
4106 * scrollbar.c (Fscrollbar_set_hscroll): Fixed fitting scroll
|
|
4107 limits into range.
|
|
4108
|
|
4109 1997-12-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
4110
|
|
4111 * events-msw.c: Added support for modal event dispatch pump.
|
|
4112 This mechanism is for scrollbars and menus.
|
|
4113
|
|
4114 * events-msw.h: Public declaration for the pump function.
|
|
4115
|
|
4116 * msw-proc.c: Pump scrollbar misc user events through the
|
|
4117 brand new pump. Pumps!
|
|
4118
|
|
4119 * scrollbar-msw.c: Minor range fixes. Added misc events for
|
|
4120 horizontal bar, which did not fix it...
|
|
4121
|
|
4122 Thu Dec 18 09:53:12 1997 <jsparkes@internetivity.com (Jeff Sparkes)>
|
|
4123
|
|
4124 * objects-msw.c (mswindows_print_color_instance): Scale 8 bit RGB
|
|
4125 components up to 16 bit X sizes.
|
|
4126 (mswindows_string_to_color): numeric colors are #RRGGBB not #BBGGRR.
|
|
4127
|
|
4128 * objects-msw.c (mswindows_color_instance_rgb_components): ditto
|
|
4129
|
|
4130 * objects.c (Fcolor_instance_rgb_components): Document range of
|
|
4131 components as 0-65535.
|
|
4132
|
|
4133 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
4134
|
|
4135 * doc.c (verify_doc_mapper): Fix return value and argument list
|
|
4136 for map_obarray.
|
|
4137
|
|
4138 * device-x.c: New variable -- Vx_app_defaults_directory.
|
|
4139 (x_init_device): Use locale directory searched from package-path.
|
|
4140
|
|
4141 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4142
|
|
4143 * EmacsFrame.c: Added foregroundToolBarColor and
|
|
4144 foreground resources to the resources[] definition.
|
|
4145 Moved default gray8o color value from the
|
|
4146 bcakgroundToolBarCOlor resource to th background
|
|
4147 resource since the override order is now reversed in
|
|
4148 toolbar-x.c. Don't provide a default value for the
|
|
4149 foreground resource that the toolbar code looks at.
|
|
4150
|
|
4151 * EmacsFrame.h: Define foregroundToolBarColor string
|
|
4152 for use in the resoruces code.
|
|
4153
|
|
4154 * EmacsFrameP.h: Added foreground_toolbar_pixel slot
|
|
4155 to EmacsFramePart struct.
|
|
4156
|
|
4157 * toolbar-x.c: Let the toolbar specific background
|
|
4158 resource override the global background resource. Added
|
|
4159 support for a toolbar specific foreground resource,
|
|
4160 which is not currently used for anything internally.
|
|
4161
|
|
4162 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
4163
|
|
4164 * redisplay.c (decode_mode_spec): Comment fixup.
|
|
4165
|
|
4166 * tooltalk.c (Freceive_tooltalk_message): Ditto.
|
|
4167
|
|
4168 * search.c (Freplace_match): Ditto.
|
|
4169
|
|
4170 * frame-x.c (x_frame_property): Ditto.
|
|
4171
|
|
4172 * console.c (Fcurrent_input_mode): Ditto.
|
|
4173
|
|
4174 * callint.c (Fcall_interactively): Ditto.
|
|
4175
|
|
4176 * abbrev.c (Fexpand_abbrev): Ditto.
|
|
4177
|
|
4178 * dired.c (file_name_completion): Use Qzero instead of
|
|
4179 make_int(0).
|
|
4180
|
|
4181 * fileio.c (Finsert_file_contents_internal): Use
|
|
4182 report_file_error() to report reading error.
|
|
4183
|
|
4184 * cmds.c (internal_self_insert): Don't self-insert if the expanded
|
|
4185 symbol's hook has a non-nil `no-self-insert' property; synch with
|
|
4186 FSF 20.2.
|
|
4187
|
|
4188 * abbrev.c (Fexpand_abbrev): Return Vlast_abbrev, like in FSF
|
|
4189 20.2.
|
|
4190
|
|
4191 1997-12-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
4192
|
|
4193 * abbrev.c (abbrev_match): User map_obarray() instead of
|
|
4194 crockishly copying it.
|
|
4195 (abbrev_match_mapper): New function.
|
|
4196 (Fexpand_abbrev): Check whether `pre-abbrev-expand-hook' has
|
|
4197 killed the buffer.
|
|
4198
|
|
4199 * symbols.c (map_obarray): Accept a void * argument.
|
|
4200 (mapatoms_1): Adapt.
|
|
4201 (apropos_accum): Use fast_lisp_string_match().
|
|
4202 (Fapropos_internal): Don't cons.
|
|
4203 (map_obarray): Stop mapping if FN returns non-zero.
|
|
4204
|
|
4205 * marker.c (unchain_marker): Guard assert() with ERROR_CHECK_GC.
|
|
4206 (bi_marker_position): Guard assert() with ERROR_CHECK_BUFPOS.
|
|
4207 (set_bi_marker_position): Ditto.
|
|
4208
|
|
4209 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
4210
|
|
4211 * fileio.c (Finsert_file_contents_internal): Use make_int when
|
|
4212 checking for overflow.
|
|
4213 (Finsert_file_contents_internal): Use EXTERNAL_LIST_LOOP.
|
|
4214 (Ffind_file_name_handler): Ditto.
|
|
4215
|
|
4216 * dired.c (file_name_completion): Use noseeum_cons.
|
|
4217 (file_name_completion_unwind): Free the cons.
|
|
4218
|
225
|
4219 1997-12-16 <jsparkes@internetivity.com (Jeff Sparkes)>
|
|
4220
|
|
4221 * scrollbar.c: Add HAVE_MS_WINDOWS to scrollbar-page functions.
|
|
4222
|
|
4223 * msw-proc.c: Handle scrolling events.
|
|
4224
|
|
4225 * frame-msw.c: Initialize scrollbar width and height. This should
|
|
4226 not be necessary, since the window shouldn't be created until
|
|
4227 init_frame_2
|
|
4228
|
|
4229 * emacs.c: Call mswindows scrolbar setup when appropriate.
|
|
4230
|
|
4231 * scrollbar-msw.c: Created for mswindows-scrollbar support.
|
|
4232
|
|
4233 * scrollbar-msw.h: Ditto.
|
|
4234
|
|
4235 1997-12-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
4236
|
|
4237 * msw-proc.c: Minor bug in the middle button emulation code
|
|
4238 exterminated.
|
|
4239
|
|
4240 * msw-proc.c: Character translation procedure reworked, so C-M-char
|
|
4241 keys now work properly. Keyboard layouts that use AltGr for
|
|
4242 third register characters are detected and handled. The code
|
|
4243 has been tested on French and UK keyboard layouts.
|
|
4244
|
|
4245 * msw-proc.c: #if 0'ed remains of threaded code are removed.
|
|
4246
|
|
4247 * event-msw.c: Mouse motion was incorrectly counted for a user event.
|
|
4248
|
|
4249 * event-msw.c: lisp variables beginnig with w32- are renamed to
|
|
4250 begin with mswindows-.
|
|
4251
|
|
4252 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
4253
|
|
4254 * fileio.c (Finsert_file_contents_internal): Use it.
|
|
4255 (Fcopy_file): Ditto.
|
|
4256
|
|
4257 * sysdep.c (interruptible_open): New function.
|
|
4258
|
|
4259 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4260
|
|
4261 * frame-x.c (x_init_frame_2): Don't call
|
|
4262 update_frame_title. Some modeline specs depend on
|
|
4263 f->device->selected_frame being non-nil and that will
|
|
4264 not be true during initialization of the first frame on
|
|
4265 a device.
|
|
4266
|
|
4267 1997-12-16 SL Baur <steve@altair.xemacs.org>
|
|
4268
|
|
4269 * fileio.c: clean up paren levels between ifdefs.
|
|
4270 From Hrvoje Niksic <hniksic@srce.hr>
|
|
4271
|
|
4272 1997-12-15 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
4273
|
|
4274 * glyphs-x.c (imagick_instantiate): Remove an assumption that
|
|
4275 all machines have LSB XImage support.
|
|
4276
|
|
4277 1997-12-14 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4278
|
|
4279 * Makefile.in.in: Moved $(OFFIX_O) from x_objs to
|
|
4280 X11_objs to avoid having its initialized global
|
|
4281 variables be dumped read-only.
|
|
4282
|
|
4283 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
4284
|
|
4285 * offix.c (DndSetData): Use standard INT_MAX instead of MAXINT.
|
|
4286 Replace <values.h> with <limits.h>
|
|
4287
|
223
|
4288 1997-12-13 Kirill M. Katsnelson <kkm@kis.ru>
|
|
4289
|
|
4290 * msw-proc.c: added emulation for middle mouse button by chording
|
|
4291 left and right buttons
|
|
4292 * event-msw.c: added lisp variables for resize behavior and middle
|
|
4293 button emulation thresholds
|
|
4294 * msw-proc.c: {un}map-frame-hook now are not called directly from
|
|
4295 the window procedure, rather from magic event handler.
|
|
4296 * Formulated golden rule for calling lisp from window procedure:
|
|
4297 "NOOOOOO!". May be violated under circumstances although.
|
|
4298 * frame-msw.c: corrected problem with setting frame width and height
|
|
4299 properties, introduced by 95-style look.
|
|
4300
|
|
4301 1997-12-12 SL Baur <steve@altair.xemacs.org>
|
|
4302
|
|
4303 * input-method-xlib.c (describe_XIC): Add casts, use unsigned long
|
|
4304 int.
|
|
4305
|
|
4306 * eval.c (funcall_subr): Ifdef out as it is now unused.
|
|
4307
|
|
4308 * emacsfns.h: Declare Fdisplay_error.
|
|
4309
|
|
4310 * callint.c (Fquote_maybe): Don't use `==' on Lisp_Objects.
|
|
4311
|
|
4312 1997-12-12 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
4313
|
|
4314 * fileio.c: Removed stillborn set-buffer-modtime.
|
|
4315
|
|
4316 1997-12-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
4317
|
|
4318 * elhash.c (hashtable_instantiate): If SIZE is nil, set it to
|
|
4319 length of DATA.
|
|
4320 (print_hashtable): Would bogusly print #(hashtable).
|
|
4321 (verify_function): Use XCAR.
|
|
4322
|
|
4323 1997-12-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
4324
|
|
4325 * elhash.c (print_hashtable_data_mapper): Use a C structure
|
|
4326 instead of consing.
|
|
4327
|
|
4328 1997-12-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
4329
|
|
4330 * callint.c (quotify_arg): Don't quotify vectors, keywords,
|
|
4331 bit-vectors and lambdas.
|
|
4332 (Fquote_maybe): New subr, from quotify_arg.
|
|
4333 (quotify_args): Use it.
|
|
4334 (Fcall_interactively): Ditto.
|
|
4335
|
|
4336 1997-12-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
4337
|
|
4338 * window.c (Fset_window_point): Ditto for Fgoto_char.
|
|
4339 (Fset_window_configuration): Ditto.
|
|
4340
|
|
4341 * undo.c (Fprimitive_undo): Ditto for Fset_buffer_modified_p,
|
|
4342 Fgoto_char and Fdelete_region.
|
|
4343
|
|
4344 * print.c (temp_output_buffer_setup): Ditto.
|
|
4345
|
|
4346 * glyphs.c (make_string_from_file): Ditto.
|
|
4347
|
|
4348 * glyphs-x.c (pixmap_to_lisp_data): Ditto for Ferase_buffer.
|
|
4349 (pixmap_to_lisp_data): Ditto for Fbuffer_substring.
|
|
4350
|
|
4351 * bytecode.c (Fbyte_code): Use Qnil instead of Fcurrent_buffer()
|
|
4352 when calling functions that use decode_buffer() internally -- it
|
|
4353 is faster.
|
|
4354
|
|
4355 Change done for Fgoto_char, Fchar_after, Ffollowing_char,
|
|
4356 Fpreceding_char, Findent_to, Feolp, Feobp, Fbolp, Fbobp,
|
|
4357 Fforward_char, Fforward_word, Fskip_chars_forward,
|
|
4358 Fskip_chars_backward, Fforward_line, Fbuffer_substring,
|
|
4359 Fdelete_region, Fnarrow_to_region, Fwiden, Fend_of_line, Fupcase
|
|
4360 and Fdowncase.
|
|
4361
|
|
4362 1997-12-11 Jonathan Harris <jhar@tardis.ed.ac.uk>, Kirill M. Katsnelson <kkm@kis.ru>
|
|
4363
|
|
4364 * The first collegial patch in the xemacs-nt history. Well...
|
|
4365 * device-msw.c, event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
4366 xemacs is now single-threaded application. Due to this, the
|
|
4367 problem with crash during input events in GC got resolved.
|
|
4368 * xemacs frames are given "95ish" look with raised border.
|
|
4369 * stop character (ctrl+g) now works. SIGINT (ctrl+c or ctrl+break
|
|
4370 at the console) is still broken although.
|
|
4371 * frame "as lisp object" is now stored in window-associated space
|
|
4372 provided by the system. This enables obtaining frame object given
|
|
4373 window handle in constant time.
|
|
4374 * mswindows_cancel_dispatch_event() now has limited handling
|
|
4375 for key_press_event's in addition to timeout_event's.
|
|
4376
|
|
4377 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
4378
|
|
4379 * intl.c (init_intl_very_early): Force LC_NUMERIC to "C".
|
|
4380 * input-method-xfs.c (Initialize_Locale): Ditto.
|
|
4381 * input-method-motif.c (Initialize_Locale): Ditto.
|
|
4382 * input-method-xlib.c (Initialize_Locale): Ditto.
|
|
4383 Suggested by Didier Verna <verna@inf.enst.fr> and
|
|
4384 Martin Buchholz <martin@xemacs.org>
|
|
4385
|
|
4386 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
4387
|
|
4388 * config.h.in: #undef MAGICK_HEADERS_ARE_UNDER_X11
|
|
4389
|
|
4390 * glyphs-x.c: #ifdef MAGICK_HEADERS_ARE_UNDER_X11 added.
|
|
4391
|
|
4392 1997-12-11 SL Baur <steve@altair.xemacs.org>
|
|
4393
|
|
4394 * glyphs-x.c (_XOS_H_): Try to avoid including Xos.h on Solaris.
|
|
4395 Suggested by Samuel Tardieu <sam@inf.enst.fr>
|
|
4396
|
|
4397 1997-12-11 David Hobley <davidh@wr.com.au>
|
|
4398
|
|
4399 * pure.c: Removed WINDOWSNT conditional.
|
|
4400
|
|
4401 1997-12-10 SL Baur <steve@altair.xemacs.org>
|
|
4402
|
|
4403 * Makefile.in.in: Doc changes, update dependencies.
|
|
4404
|
|
4405 * frame-x.c (x_init_frame_1): Remove unused variable.
|
|
4406
|
|
4407 * fns.c (internal_equal): Guard label with ifdef.
|
|
4408 (internal_old_equal): Ditto.
|
|
4409
|
|
4410 * symsinit.h: Declare structure_type_create_hashtable.
|
|
4411
|
|
4412 * elhash.c (finish_marking_weak_hashtables): Move unused variable
|
|
4413 so gcc doesn't complain about it.
|
|
4414
|
|
4415 * elhash.h: Declare new weak hashtables.
|
|
4416
|
|
4417 * elhash.c (print_hashtable): Fix format.
|
|
4418
|
|
4419 1997-12-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
4420
|
|
4421 * frame-tty.c (tty_raise_frame_no_select): Use LIST_LOOP.
|
|
4422 (tty_lower_frame): Ditto.
|
|
4423
|
|
4424 * faces.c (face_validate): Don't check for doubly defined
|
|
4425 keywords; the reader does that.
|
|
4426
|
|
4427 * emacs.c (main_1): Call structure_type_create_hashtable().
|
|
4428
|
|
4429 * general.c (syms_of_general): Added Qtest and Qsize.
|
|
4430
|
|
4431 * elhash.c (structure_type_create_hashtable): New function.
|
|
4432 (hashtable_type_validate): Ditto.
|
|
4433 (hashtable_test_validate): Ditto.
|
|
4434 (hashtable_size_validate): Ditto.
|
|
4435 (hashtable_data_validate): Ditto.
|
|
4436 (hashtable_instantiate): Ditto.
|
|
4437
|
|
4438 * extents.c (extent_putprop): Made it work.
|
|
4439 (extent_remprop): Ditto.
|
|
4440
|
221
|
4441 1997-12-08 Kirill M. Katsnelson <kkm@kis.ru>
|
|
4442
|
|
4443 * device.h: device::fdin and device::fdout are now defined for
|
|
4444 systems which do not HAVE_UNIXOID_EVENT_LOOP.
|
|
4445 * device-tty.c, process.c, signal.c: call to signal_fake_event()
|
|
4446 bracketed out by #ifdef HAVE_UNIXOID_EVENT_LOOP / #endif
|
|
4447 directives.
|
|
4448 * signal.c: For Win32 systems, longjmp in signal handler excluded
|
|
4449 * nt.c, syssignal.h, systime.h: emulation for SIGALRM and SIGPROF
|
|
4450 and setitimer for Win32 platforms. Profiling now works.
|
|
4451 * emacs.c: calls to syms_of_profile and vars_of_profile enabled
|
|
4452 on Win32 platforms.
|
|
4453 * ntproc.c: handling of SIGCHLD now done by the common signal
|
|
4454 faking mechanism. (To no avail - subprocesses still broken)
|
|
4455 * s/windowsnt.h: Signal constants added
|
|
4456 * redisplay-msw.c: "Sticky" beep which blocked XEmacs until the
|
|
4457 sound finishes is now repaired
|
|
4458
|
|
4459 1997-12-06 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
4460
|
|
4461 * frame-msw.c, msw-proc.c
|
|
4462 Further changes to resizing code so that changing default
|
|
4463 font, either in .emacs or later, works properly.
|
|
4464
|
|
4465 * msw-proc.c
|
|
4466 Minor optimization: Mouse movement events aren't generated
|
|
4467 while the user is resizing the frame.
|
|
4468 Function keys are returned lower-case.
|
|
4469
|
|
4470 1997-12-09 P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
4471
|
|
4472 * glyphs-x.c (imagick_instantiate): fix it so that it works
|
|
4473 properly for PseudoClass files. Still needs some thinking for
|
|
4474 full color... Also added support for old image instantiators
|
|
4475 in various places using the OLDCOMPAT define
|
|
4476
|
|
4477 1997-12-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4478
|
|
4479 * event-stream.c (Faccelerate_menu): Check for the
|
|
4480 existence of a menubar associated with the selected frame
|
|
4481 before trying to use it. Signal an error if there is
|
|
4482 no menubar.
|
|
4483
|
219
|
4484 1997-12-06 P E Jareth Hein <jareth@camelot-soft.com>
|
|
4485
|
|
4486 * device-x.c: Change -privcmap to -privatecolormap.
|
|
4487 * events.c: corret minor think-o.
|
|
4488
|
|
4489 1997-12-04 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
4490
|
|
4491 * event-msw.c, faces.c, msw-proc.c:
|
|
4492 Frame resizing happens in multiples of the default character size.
|
|
4493 * frame-msw.c:
|
|
4494 mswindows_set_frame_size() and
|
|
4495 mswindows_set_frame_properties() now call AdjustWindowRect to
|
|
4496 set the correct window size.
|
|
4497
|
|
4498 1997-12-04 Jeff Sparkes <jsparkes@internetivity.com>
|
|
4499
|
|
4500 * frame-msw.c: added frame functions for move, resize,
|
|
4501 iconify, raise, lower, visible_p, iconified_p, focus,
|
|
4502 make visible, make invisible, set title.
|
|
4503
|
|
4504 1997-12-01 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
4505
|
|
4506 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
4507 - Implemeted simple emacs_mswindows_event_pending_p().
|
|
4508 - Fixed deleting frames.
|
|
4509 - Rewrote timeout code, eliminating "!NILP(rest)" bug.
|
|
4510 - Special processing for 'Ctrl-@' keystroke.
|
|
4511 - Support for some new keysyms.
|
|
4512
|
|
4513 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4514
|
|
4515 * lstream.c (make_stdio_stream_1): Set it.
|
|
4516 (make_filedesc_stream_1): Ditto.
|
|
4517 (finalize_lstream): Use it.
|
|
4518
|
|
4519 * lstream.h: New flag LSTREAM_FL_CLOSE_AT_DISKSAVE.
|
|
4520
|
|
4521 1997-11-29 Jeff Miller <jmiller@smart.net>
|
|
4522
|
|
4523 * menubar-x.c: define restore_in_menu_callback() when motif
|
|
4524 menubars are used.
|
|
4525
|
|
4526 * menubar-x.c: change #ifdef LWLIB_MENUBARS_MOTIF to
|
|
4527 #if defined LWLIB_MENUBARS_LUCID || defined LWLIB_MENUBARS_MOTIF
|
|
4528 around code for incremental menu build.
|
|
4529
|
|
4530 * event-stream.c: Changed HAVE_MENUBARS to HAVE_MENUBARS_LUCID in
|
|
4531 the #ifdef wrappers around menubar accelerator stuff.
|
|
4532
|
|
4533 1997-12-05 SL Baur <steve@altair.xemacs.org>
|
|
4534
|
|
4535 * keymap.h: update describe_map_tree prototype
|
|
4536
|
|
4537 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4538
|
|
4539 * lstream.c (make_stdio_stream_1): Set it.
|
|
4540 (make_filedesc_stream_1): Ditto.
|
|
4541 (finalize_lstream): Use it.
|
|
4542
|
|
4543 * lstream.h: New flag LSTREAM_FL_CLOSE_AT_DISKSAVE.
|
|
4544
|
|
4545 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4546
|
|
4547 * editfns.c (save_excursion_restore): Fix comment.
|
|
4548
|
|
4549 * fns.c (Fmapvector): GCPRO the vector.
|
|
4550
|
|
4551 1997-12-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4552
|
|
4553 * cmdloop.c (default_error_handler): Respect
|
|
4554 errors-deactivate-region; use display-error.
|
|
4555
|
|
4556 * editfns.c (vars_of_editfns): New variable user-full-name.
|
|
4557 (init_editfns): Initialize it.
|
|
4558 (Fuser_full_name): Use it.
|
|
4559 (vars_of_editfns): Docfixes.
|
|
4560
|
|
4561 * dired.c (Fdirectory_files): Use FORMAT_FILENAME instead of
|
|
4562 FORMAT_BINARY.
|
|
4563 (make_directory_hash_table): Ditto.
|
|
4564 (file_name_completion): Bind `completion-ignore-case' to t under
|
|
4565 MS Windows.
|
|
4566 (file_name_completion): Signal an error if a member of
|
|
4567 `completion-ignored-extensions' is not a string.
|
|
4568
|
|
4569 1997-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
4570
|
|
4571 * doc.c (Fsubstitute_command_keys): Don't use
|
|
4572 Vprin1_to_string_buffer.
|
|
4573
|
|
4574 * keymap.c (describe_map_tree): Accept a BUFFER argument.
|
|
4575 (describe_map): Ditto.
|
|
4576 (describe_command): Ditto.
|
|
4577
|
|
4578 1997-11-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
4579
|
|
4580 * insdel.c (signal_before_change): Don't treat
|
|
4581 Vprin1_to_string_buffer specially.
|
|
4582 (signal_after_change): Ditto.
|
|
4583
|
|
4584 * buffer.c (Fkill_buffer): Don't treat Vprin1_to_string_buffer
|
|
4585 specially.
|
|
4586 (complex_vars_of_buffer): Ditto.
|
|
4587
|
|
4588 * print.c (Ferror_message_string): Use Vprin1_to_string_stream.
|
|
4589
|
|
4590 * events.c (Fmake_event): Changed error message.
|
|
4591
|
|
4592 * print.c (Fprin1_to_string): Use a resizing-buffer stream.
|
|
4593
|
|
4594 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
4595
|
|
4596 * buffer.c (Fkill_buffer): Use EXTERNAL_LIST_LOOP.
|
|
4597 (Fget_file_buffer): Use LIST_LOOP.
|
|
4598
|
|
4599 1997-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
4600
|
|
4601 * editfns.c (save_excursion_save): Don't save VISIBLE-P.
|
|
4602 (save_excursion_restore): Changed accordingly.
|
|
4603 (save_excursion_restore): Free the markers and conses even if the
|
|
4604 buffer is dead.
|
|
4605 (save_restriction_restore): Use XCAR/XCDR.
|
|
4606 (Fencode_time): Use XCAR/XCDR, when safe.
|
|
4607
|
|
4608 * menubar.c (Fnormalize_menu_item_name): Use INC_CHARPTR; allow
|
|
4609 `%%' to mean `%'.
|
|
4610
|
|
4611 * minibuf.c (regexp_ignore_completion_p): Use EXTERNAL_LIST_LOOP;
|
|
4612 check type of list elements.
|
|
4613
|
|
4614 * dired.c (file_name_completion): Set up a proper unwind form.
|
|
4615 (file_name_completion_unwind): New function.
|
|
4616 (file_name_completion): Allow errors.
|
|
4617
|
|
4618 * line-number.c (invalidate_line_number_cache): Would lose in
|
|
4619 precence of Finsert_before_markers.
|
|
4620 (narrow_line_number_cache): Only mark LINE_NUMBER_BEGV as dirty.
|
|
4621 (buffer_line_number): Recalculate LINE_NUMBER_BEGV on demand.
|
|
4622 (buffer_line_number): Would ignore LINE_NUMBER_FAR.
|
|
4623
|
|
4624 1997-12-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
4625
|
|
4626 * fns.c (Fmapvector): Don't stack-allocate args; allocate the
|
|
4627 vector and call mapcar1 with its data.
|
|
4628
|
|
4629 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
|
|
4630
|
|
4631 * objects-x.c: Added colormap/visual support, rewrote
|
|
4632 allocate_nearest_color, and changed the x-color-instance to deal
|
|
4633 with possibly not freeing a color.
|
|
4634
|
|
4635 * objects-x.h: Added dealloc_on_gc flag for x-color-instances.
|
|
4636
|
|
4637 * redisplay-x.c: Added colormap/visual support.
|
|
4638
|
|
4639 * balloon-x.c: Added colormap/visual support.
|
|
4640
|
|
4641 * console-x.h: Added colormap/visual support by adding visual,
|
|
4642 depth and colormap slots to a device.
|
|
4643
|
|
4644 * device-x.c: Added colormap/visual support with the command line
|
|
4645 options "-privcmap" and "-visual" and Xresources
|
|
4646 ".privateColormap" and ".EmacsVisual". Also changed the
|
|
4647 device-init so that the app-shell is always realized to properly
|
|
4648 deal with GCs (previously only realized when OFFIX was
|
|
4649 supported), and added the x-display-visual-depth lisp function to
|
|
4650 complement x-display-visual-class.
|
|
4651
|
|
4652 * event-Xt.c: Added colormap/visual support, and stuck in a
|
|
4653 patch/hack to change the way Xt inherits visuals to match the way
|
|
4654 it inherits colormaps.
|
|
4655
|
|
4656 * frame-x.c: Added colormap/visual support.
|
|
4657
|
|
4658 * glyphs-x.c: Added colormap/visual support. Will probably need a
|
|
4659 lot more work.
|
|
4660
|
217
|
4661 1997-11-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4662
|
|
4663 * src/keymap.c (munging_key_map_event_binding): Don't do
|
|
4664 the meta char hack when processing key-translation-map.
|
|
4665 Return nil if the map to be processed (function-key-map
|
|
4666 or key-translation-map) is not a keymap.
|
|
4667
|
|
4668 1997-11-27 SL Baur <steve@altair.xemacs.org>
|
|
4669
|
|
4670 * device-msw.c: Turn on italic flag if appropriate
|
|
4671 * objects-msw.c: Set device-class to color.
|
|
4672 From Jeff Sparkes <jsparkes@internetivity.com>
|
|
4673
|
|
4674 * glyphs-x.c: Should include <magick/magick.h> since that is what
|
|
4675 is autodetected by configure.
|
|
4676
|
|
4677 1997-11-26 SL Baur <steve@altair.xemacs.org>
|
|
4678
|
|
4679 * events.c (Fmake_event): correct type bug.
|
|
4680 From Colin Rafferty <craffert@ml.com>
|
|
4681
|
|
4682 1997-11-26 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4683
|
|
4684 * lisp-disunion.h (VALMASK): Use 1UL instead of 1L to
|
|
4685 shut up Sun's niggling compiler warnings about integer
|
|
4686 overflow.
|
|
4687
|
|
4688 * print.c (Fprin1_to_string): Don't change and
|
|
4689 restore the current buffer; no buffer change is needed
|
|
4690 to accomplish the task.
|
|
4691
|
|
4692 1997-11-23 Jeff Miller <jmiller@smart.net>
|
|
4693
|
|
4694 * Makefile.in.in removed energize support
|
|
4695 * buffer.c removed energize support
|
|
4696 * config.h.in removed energize support
|
|
4697 * console-x.h removed energize support
|
|
4698 * doc.c removed energize support
|
|
4699 * emacs.c removed energize support
|
|
4700 * extents.c removed energize support
|
|
4701 * extents.h removed energize support
|
|
4702 * frame-x.c removed energize support
|
|
4703 * gui-x.c removed energize support
|
|
4704 * menubar-x.c removed energize support
|
|
4705 * process.c removed energize support
|
|
4706 * puresize.h removed energize support
|
|
4707 * symsinit.h removed energize support
|
|
4708 * sysproc.h removed energize support
|
|
4709 * syssignal.h removed energize support
|
|
4710 * undo.c removed energize support
|
|
4711 * window.c removed energize support
|
|
4712
|
|
4713 * energize.c removed
|
|
4714 * energize.h removed
|
|
4715
|
|
4716 1997-11-23 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4717
|
|
4718 * faces.c (face_property_was_changed): Don't call
|
|
4719 update_faces_inheritance, it isn't needed.
|
|
4720
|
|
4721 1997-11-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4722
|
|
4723 * redisplay-x.c (x_flash): Flash the root window
|
|
4724 area instead of the entire frame area.
|
|
4725
|
|
4726 * frame.h: Added echo_area_garbaged field to frame
|
|
4727 struct.
|
|
4728
|
|
4729 * frame.c (change_frame_size_1): Set the
|
|
4730 echo_area_garbaged flag in a frame that has been
|
|
4731 resized.
|
|
4732
|
|
4733 * redisplay.c (redisplay_frame): Clear echo_area_garbaged
|
|
4734 flag on frame after displaying the frame.
|
|
4735
|
|
4736 (Fredisplay_echo_area): Clear echo_area_garbaged
|
|
4737 flag on frame after displaying in echo area.
|
|
4738
|
|
4739 * redisplay.c: Added hscroll_glyph_width_adjust field
|
|
4740 to position_redisplay_data_type struct.
|
|
4741
|
|
4742 (add_hscroll_rune): Compute the difference in width
|
|
4743 between the hscroll glyph and a canonical space; store
|
|
4744 it in data->hscroll_glyph_width_adjust.
|
|
4745
|
|
4746 (create_text_block): In tab field computation, adjust
|
|
4747 left margin to account for the difference between the
|
|
4748 width of the hscroll glyph and the width of a canonical
|
|
4749 space.
|
|
4750
|
215
|
4751 1997-11-19 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4752
|
|
4753 * Emacs.ad: Change uses of Gray75 to Gray80.
|
|
4754 Don't set modeline colors here.
|
|
4755
|
|
4756 * EmacsFrame.c: Fetch "background" resource for use by
|
|
4757 the toolbar initialization code; default this fetched
|
|
4758 value to -1 if it is unspecified, which is different
|
|
4759 from what is found in ef->core.background_pixel in that
|
|
4760 case.
|
|
4761
|
|
4762 * EmacsFrame.h: Define macros for "Background" and
|
|
4763 "background" resource strings.
|
|
4764
|
|
4765 * EmacsFrameP.h: Added background_pixel field to
|
|
4766 EmascFrmaePart struct.
|
|
4767
|
|
4768 * toolbar-x.c (x_initialize_frame_toolbar_gcs): Added
|
|
4769 code to use the global background resource as the
|
|
4770 toolbar background color if it is sepcified. Otherwise
|
|
4771 fall back to the backgroundToolBarColor resource.
|
|
4772
|
|
4773 1997-11-17 Marc Paquette <marcpa@cam.org>
|
|
4774
|
|
4775 * callproc.c (Fcall_process_internal): Fix for bug in
|
|
4776 CRLF -> LF conversion.
|
|
4777
|
|
4778 1997-11-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
4779
|
|
4780 * redisplay-msw.c: Calls GdiFlush() in _ouput_end, _clear_frame and
|
|
4781 _redraw_exposed_area
|
|
4782
|
|
4783 * frame-msw.c: mswindows_init_frame_2
|
|
4784 Sets frame's pixel width and height
|
|
4785
|
|
4786 1997-11-19 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4787
|
|
4788 * callproc.c (call_process_cleanup): Actaully wait
|
|
4789 for the process, rather than not doing it and saying we
|
|
4790 did.
|
|
4791
|
|
4792 1997-11-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
4793
|
|
4794 * callproc.c (Fcall_process_internal): Close fd_error.
|
|
4795
|
|
4796 1997-11-19 Didier Verna <verna@inf.enst.fr>
|
|
4797
|
|
4798 * emacs.c (main_1): Added the missing argmatch call to check
|
|
4799 for the '-h' option.
|
|
4800
|
|
4801 1997-11-18 SL Baur <steve@altair.xemacs.org>
|
|
4802
|
|
4803 * mule-coding.h: Replace freshly broken ENCODE_SJIS and
|
|
4804 DECODE_SJIS macros with working versions from beta4.
|
|
4805
|
|
4806 1997-11-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4807
|
|
4808 * frame-x.c (x_init_frame_1): Set frame visibility
|
|
4809 flag to 1 immediately so that echo area message are
|
|
4810 displayed in it promptly.
|
|
4811
|
|
4812 * redisplay.c (Fredisplay_echo_area): If frame has
|
|
4813 changed, clear it to avoid garbled messages.
|
|
4814
|
|
4815 * window.c (set_window_pixsize): Restore the bail out
|
|
4816 if no size change, but do it after the loop that recomputers
|
|
4817 major child corner coordinates.
|
|
4818
|
|
4819 * keymap.c (describe_map_mapper): Recognize the
|
|
4820 buttonXup keysyms as mouse bindings.
|
|
4821
|
|
4822 1997-11-17 Tor Arntsen <tor@spacetec.no>
|
|
4823
|
|
4824 * Makefile.in.in (update-elc.stamp): Add temacs to dependency.
|
|
4825
|
|
4826 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4827
|
|
4828 * Added suport for toolbar borders.
|
|
4829
|
|
4830 * EmacsFrame.c: Added X resources for new toolbar
|
|
4831 borders.
|
|
4832
|
|
4833 (EmacsFrameSetValues): Added Fadd_spec_to_specifier
|
|
4834 calls to move resourced toolbar border width data
|
|
4835 into the speciifers.
|
|
4836
|
|
4837 * EmacsFrame.h: Defined X resource strings for
|
|
4838 toolbar border width resources.
|
|
4839
|
|
4840 * EmacsFrameP.h: Added toolbar border width fields
|
|
4841 to the EmacsFramePart struct.
|
|
4842
|
|
4843 * console.h: Added toolbar_border_width_changed_in_frame_method
|
|
4844 field to struct console.
|
|
4845
|
|
4846 * events.c (event_x_y_pixel_internal): Factor the
|
|
4847 toolbar border into pixel offset.
|
|
4848
|
|
4849 * frame.c: Document new toolbar border width
|
|
4850 speciifer as being usable as frame properties.
|
|
4851
|
|
4852 (frame_conversion_internal): Factor the toolbar border
|
|
4853 widths into the geometry calculations.
|
|
4854
|
|
4855 (change_frame_size_1): Ditto.
|
|
4856
|
|
4857 * frame.h: Added field to struct frame for toolbar
|
|
4858 border widths. Modified geomtry macros and created
|
|
4859 others in support of the new toolbar border widths.
|
|
4860
|
|
4861 * frameslot.h: Added a default_toolbar_border_width
|
|
4862 slot.
|
|
4863
|
|
4864 * redisplay-x.c (x_clear_frame): Factor the toolbar
|
|
4865 border widths into the geometry calculations.
|
|
4866
|
|
4867 * toolbar-x.c (x_draw_blank_toolbar_button): Add
|
|
4868 support for drawing a border along with the blank
|
|
4869 button. Accept border_width and vertical args.
|
|
4870
|
|
4871 (x_output_toolbar_button): Added support for drawing a
|
|
4872 border along with the button.
|
|
4873
|
|
4874 (X_OUTPUT_BUTTONS_LOOP): Pass border_width and vert
|
|
4875 args to x_draw_blank_toolbar_button. Set vertical and
|
|
4876 border_width fields in toolbar button.
|
|
4877
|
|
4878 (x_output_toolbar): Support toolbar border widths.
|
|
4879
|
|
4880 (x_toolbar_size_changed_in_frame_1): Mark all toolbar
|
|
4881 buttons in the change toolbar as dirty so that they
|
|
4882 are refreshed if had been painted over.
|
|
4883
|
|
4884 New function: x_toolbar_border_width_changed_in_frame.
|
|
4885 Used it as a console method.
|
|
4886
|
|
4887 * toolbar.c: New function: mark_frame_toolbar_buttons_dirty.
|
|
4888
|
|
4889 New function: toolbar_border_width_changed_in_frame.
|
|
4890 Used it as a specifier frame slot change method.
|
|
4891
|
|
4892 (get_toolbar_coords): Factor the toolbar border
|
|
4893 widths into the geometry calculations.
|
|
4894
|
|
4895 (Fset_default_toolbar_position): Update the fallback
|
|
4896 border width specifiers for the affected toolbar
|
|
4897 positions.
|
|
4898
|
|
4899 (specifier_vars_of_toolbar): Added specifiers for the
|
|
4900 toolbar border widths.
|
|
4901
|
|
4902 * toolbar.h: Added vertical and border_width field
|
|
4903 to the toolbar button struct.
|
|
4904
|
|
4905 * window.h: Added default_toolbar_border_width slot
|
|
4906 to window struct, along with four slots for the four
|
|
4907 window local toolbar border width values.
|
|
4908
|
|
4909 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4910
|
|
4911 * frame-x.c: Fixed typo in the documentation of the
|
|
4912 top-toolbar-shadow-color frame property.
|
|
4913
|
|
4914 1997-11-16 Skip Montanaro <skip@calendar.com>
|
|
4915
|
|
4916 * redisplay.c: suppress buffer computation in several places if
|
|
4917 MULE is not defined.
|
|
4918
|
|
4919 1997-11-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
4920
|
|
4921 * events.c (print_event): Use `event-x-pixel' and `event-y-pixel',
|
|
4922 to be consistent with `make-event' and `event-properties'.
|
|
4923 (Fmake_event): Allow nil dnd-data.
|
|
4924
|
213
|
4925 1997-11-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
4926
|
|
4927 * console.h
|
|
4928 mswindows is now a window-system according to
|
|
4929 CONSOLE_TYPESYM_WIN_P
|
|
4930
|
|
4931 * device.msw.c
|
|
4932 Now calls init_baud_rate & init_one_device
|
|
4933
|
|
4934 * msw-proc.c
|
|
4935 Fixed C-key so key is returned unshifted
|
|
4936
|
|
4937 * redisplay-msw.c
|
|
4938 Modeline and vertical divider appearance tweaks
|
|
4939
|
|
4940
|
|
4941 1997-11-14 SL Baur <steve@altair.xemacs.org>
|
|
4942
|
|
4943 * console.c (Fsuspend_emacs): Fix docstring. Evaluating
|
|
4944 `suspend-hook' cannot stop suspension.
|
|
4945
|
|
4946 1997-11-14 Marc Paquette <marcpa@cam.org>
|
|
4947
|
|
4948 * callproc.c (Fcall_process_internal): Do CRLF -> LF
|
|
4949 conversion when reading process output.
|
|
4950
|
|
4951 1997-11-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
4952
|
|
4953 * redisplay.c (init_redisplay): Handle not having DISPLAY and not
|
|
4954 having TTY support.
|
|
4955
|
|
4956 1997-11-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
4957
|
|
4958 * events.c (Fmake_event): Support DND events.
|
|
4959
|
|
4960 1997-11-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
4961
|
|
4962 * events.c (Fmake_event): Reenable the event creation code.
|
|
4963 (Fmake_event): Canonicalize the plist.
|
|
4964
|
|
4965 1997-11-13 SL Baur <steve@altair.xemacs.org>
|
|
4966
|
|
4967 * mule-charset.c (Fcharset_id): Typecast result to Lisp_Object.
|
|
4968
|
|
4969 * mule-ccl.c (CCL_WRITE_STRING): Reorder parens to avoid compiler
|
|
4970 barf on Lisp_Object.
|
|
4971 (Fregister_ccl_program): Remove unused variable idx.
|
|
4972
|
|
4973 * mule-canna.c: Fix declaration of mule_strlen().
|
|
4974
|
|
4975 * mule-coding.h (ENCODE_SJIS): Parenthesize first two params to
|
|
4976 avoid compilation problems.
|
|
4977
|
|
4978 1997-11-13 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
4979
|
|
4980 * mule-charset.h: Added preliminary support for charset Ids.
|
|
4981
|
|
4982 * mule-charset.c: Added preliminary support for charset Ids.
|
|
4983
|
|
4984 * redisplay-msw.c (separate_textual_runs): Synched with FSF 20.2
|
|
4985 ccl API.
|
|
4986
|
|
4987 * redisplay-x.c (separate_textual_runs): Synched with FSF 20.2 ccl
|
|
4988 API.
|
|
4989
|
|
4990 * mule-coding.c: Synched with FSF 20.2 ccl API.
|
|
4991
|
|
4992 * mule-coding.h: Moved ccl part to mule-ccl.h.
|
|
4993
|
|
4994 * mule-ccl.c: Synched with FSF 20.2.
|
|
4995
|
|
4996 * mule-ccl.h: New file.
|
|
4997
|
|
4998 Thu Nov 13 21:34:13 1997 Marc Paquette <marcpa@cam.org>
|
|
4999
|
|
5000 * nt.c (REG_ROOT): Use a registry key different that the one for
|
|
5001 NTEmacs.
|
|
5002
|
|
5003 1997-11-12 SL Baur <steve@altair.xemacs.org>
|
|
5004
|
|
5005 * lrecord.h: Fix typo in set_lheader_implementation.
|
|
5006 From: Robert Pluim <Robert_Pluim@BayNetworks.COM>
|
|
5007
|
|
5008 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr>
|
|
5009
|
|
5010 * configure.in: Remove HAVE_TIMEZONE_DECL test.
|
|
5011
|
|
5012 1997-11-13 Olivier Galibert <galibert@renaissance.loria.fr>
|
|
5013
|
|
5014 * s/freebsd.h: Remove HAVE_TIMEZONE_DECL forced value.
|
|
5015
|
|
5016 * config.h.in: Remove HAVE_TIMEZONE_DECL reference.
|
|
5017
|
|
5018 * systime.h: Remove timezone conditional declaration.
|
|
5019
|
|
5020 1997-11-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5021
|
|
5022 * console.c: Use symbol_value_forward_lheader_initializer
|
|
5023 in various DEFVAR* macros. Forgot this in previous
|
|
5024 related patch.
|
|
5025
|
|
5026 * lisp-disunion.h: Provide a no-op XUNMARK macro for
|
|
5027 the GC error checking code even if GCMARKBITS is not
|
|
5028 greater than 0.
|
|
5029
|
|
5030 * lisp-union.h: Ditto.
|
|
5031
|
211
|
5032 1997-11-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
5033
|
|
5034 * event-stream.c: Make echo_keystrokes a Lisp_Object.
|
|
5035 (maybe_echo_keys): Adapt to that.
|
|
5036
|
|
5037 1997-11-11 SL Baur <steve@altair.xemacs.org>
|
|
5038
|
|
5039 * eval.c (throw_or_bomb_out): Remove abort.
|
|
5040 Suggested by: Kyle Jones <kyle_jones@wonderworks.com>
|
|
5041
|
|
5042 1997-11-11 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5043
|
|
5044 * Added support for referencing lrecord_implementations
|
|
5045 via an index in an lrecord_header rather than a raw
|
|
5046 pointer. Also added a mark bit and a pure bit.
|
|
5047
|
|
5048 * alloc.c: Made lrecord_type_index() and
|
|
5049 lrecord_implementations_table[] global, previously they
|
|
5050 were static. Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
5051 and LHEADER_IMPLEMENTATION macros to access
|
|
5052 lrecord_implementations found in Lisp_Objects and
|
|
5053 lrecord_headers instead of referencing ->implementation.
|
|
5054
|
|
5055 (gc_record_type_p): For USE_INDEXED_LRECORD_IMPLEMENTATION,
|
|
5056 there's no need to check for equality to type or type + 1.
|
|
5057 lrecords are no longer marked by incrementing the
|
|
5058 implementation pointer.
|
|
5059
|
|
5060 (init_alloc_once_early): Initialized subr and
|
|
5061 symbol_value_forward lrecord indexes early so that the
|
|
5062 staticly defined subrs and symbol_value_forward object
|
|
5063 indexes match the lrecord_implementations_table.
|
|
5064
|
|
5065 * buffer.c: Used symbol_value_forward_lheader_initializer in
|
|
5066 various DEFVAR* macros. Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
5067 macro.
|
|
5068
|
|
5069 * elhash.c: Used new XRECORD_LHEADER_IMPLEMENTATION
|
|
5070 macro.
|
|
5071
|
|
5072 * fns.c: Used new XRECORD_LHEADER_IMPLEMENTATION macro.
|
|
5073
|
|
5074 * lisp.h: Defined subr_lheader_initializer macro, used it in
|
|
5075 DEFUN macro.
|
|
5076
|
|
5077 * lrecord.h: For USE_INDEXED_LRECORD_IMPLEMENTATION,
|
|
5078 changed lrecord_header to contain an index into
|
|
5079 lrecord_implementations_table[], plus a mark bit and a pure
|
|
5080 bit. Added support code for this. Defined new
|
|
5081 XRECORD_LHEADER_IMPLEMENTATION and LHEADER_IMPLEMENTATION
|
|
5082 macros to be used to find the lrecord_implementation
|
|
5083 of a Lisp_Object.
|
|
5084
|
|
5085 * print.c: Used new XRECORD_LHEADER_IMPLEMENTATION and
|
|
5086 LHEADER_IMPLEMENTATION macros.
|
|
5087
|
|
5088 * symbols.c: Used symbol_value_forward_lheader_initializer in
|
|
5089 definition of guts_of_unbound_marker.
|
|
5090
|
|
5091 * symeval.h: Defined symbol_value_forward_lheader_initializer
|
|
5092 macro. Used symbol_value_forward_lheader_initializer in various
|
|
5093 macros. Used new XRECORD_LHEADER_IMPLEMENTATION macro.
|
|
5094
|
|
5095
|
|
5096 1997-11-10 SL Baur <steve@altair.xemacs.org>
|
|
5097
|
|
5098 * window.c (set_window_pixsize): Remove unused variable.
|
|
5099
|
|
5100 * extents.c (print_extent_1): Fix type check error in sprintf.
|
|
5101
|
|
5102 * doc.c (Fsnarf_documentation): Remove unused label weird_function.
|
|
5103
|
|
5104 * symsinit.h: Restore declaration of vars_of_dialog_x.
|
|
5105
|
|
5106 * database.c (Fopen_database): Fix unused variable message.
|
|
5107
|
|
5108 * sysdep.c (sys_subshell): vfork() is a demented, obsolete hack.
|
|
5109
|
|
5110 * offix.c (struct): Make ImageData, MaskData be unsigned char *.
|
|
5111
|
|
5112 * event-Xt.c (x_event_to_emacs_event): Clean up typecasting.
|
|
5113 * frame-x.c (Foffix_start_drag_internal): Ditto.
|
|
5114
|
|
5115 1997-11-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5116
|
|
5117 * extents.c (print_extent_1): Use %lx instead of %p
|
|
5118 to get the same output on all compilers.
|
|
5119
|
|
5120 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
5121
|
|
5122 * line-number.c: Use markers.
|
|
5123
|
|
5124 * redisplay.c (window_line_number): Restored.
|
|
5125
|
|
5126 * line-number.c (allocate_line_number_cache): Account for
|
|
5127 narrowing.
|
|
5128 (buffer_line_number): New function.
|
|
5129
|
|
5130 * line-number.c (get_nearest_line_number): New function.
|
|
5131 (window_line_number): Use it.
|
|
5132 (narrow_line_number_cache): New function.
|
|
5133 (invalidate_line_number_cache): Ditto.
|
|
5134 (insert_invalidate_line_number_cache): Ditto.
|
|
5135 (delete_invalidate_line_number_cache): Ditto.
|
|
5136 (add_line_number): Ditto.
|
|
5137
|
|
5138 * editfns.c (widen_buffer): Update line number cache.
|
|
5139 (Fnarrow_to_region): Ditto.
|
|
5140 (save_restriction_restore): Ditto.
|
|
5141
|
|
5142 * insdel.c (buffer_insert_string_1): Invalidate cache for
|
|
5143 insertion.
|
|
5144 (buffer_delete_range): Invalidate cache for deletion.
|
|
5145
|
|
5146 * line-number.c: New file.
|
|
5147 (window_line_number): Moved from redisplay.c.
|
|
5148
|
|
5149 * print.c (debug_print): Print a carriage return, too.
|
|
5150
|
|
5151 * bufslots.h: New slot `line_number_cache'.
|
|
5152
|
|
5153 1997-11-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5154
|
|
5155 * event-stream.c: New Lisp variable: last-command-event-time.
|
|
5156
|
209
|
5157 1997-11-08 SL Baur <steve@altair.xemacs.org>
|
|
5158
|
|
5159 * lread.c (init_lread): start from lisp, not lisp/prim.
|
|
5160
|
|
5161 * Makefile.in.in: lisp/prim does exist any more.
|
|
5162
|
|
5163 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5164
|
|
5165 * abbrev.c (abbrev_lookup): Don't delete dash at the
|
|
5166 abbrev start location; abbrev-prefix-mark no longer
|
|
5167 inserts one.
|
|
5168
|
|
5169 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
|
|
5170
|
|
5171 * fileio.c: insert-file-contents-internal
|
|
5172 Added a bodge to do CRLF->LF conversion of text files,
|
|
5173 conditioned on DOS_NT. This is currently only one-way, so all
|
|
5174 text files written by XEmacs will be UNIXified. CRLF conversion
|
|
5175 is required to make bytecompile work.
|
|
5176
|
|
5177 * Added file headers to:
|
|
5178 console-w32.c, console-w32.h,
|
|
5179 device-w32.c, event-w32.c, event-w32.h, frame-w32.c,
|
|
5180 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c
|
|
5181
|
|
5182 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
|
|
5183
|
|
5184 * redisplay-x.c: x_output_vertical_divider:
|
|
5185 If HAVE_SCROLLBARS was not defined, coordinate of the right of
|
|
5186 the divider was being used unitialised.
|
|
5187
|
|
5188 * console.h: Added Qw32 and CONSOLE_W32* macros, conditioned on
|
|
5189 HAVE_W32GUI.
|
|
5190
|
|
5191 * emacs.c: Added calls to the following, conditioned on HAVE_W32GUI:
|
|
5192 syms_of_*_w32, vars_of_*_w32, console_type_create_*w32.
|
|
5193
|
|
5194 * event-stream.c: Conditioned on HAVE_W32GUI:
|
|
5195 - vars_of_event_stream calls vars_of_event_w32.
|
|
5196 - init_event_stream calls init_event_w32_late.
|
|
5197
|
|
5198 * events-mod.h: Removed comment about having alternative making
|
|
5199 MOD_* constants for different windowing systems.
|
|
5200
|
|
5201 * events.c: Conditioned on HAVE_W32GUI:
|
|
5202 - event-equal: Added case for w32 magic events.
|
|
5203 - event-hash: Added case for w32 magic events.
|
|
5204
|
|
5205 * events.h: Conditioned on HAVE_W32GUI:
|
|
5206 Added struct underlying_w32_event to magic_data.
|
|
5207
|
|
5208 * faces.c: complex_vars_of_faces
|
|
5209 Added fallbacks for w32 faces, conditioned on HAVE_W32GUI.
|
|
5210
|
|
5211 * frame.c: set-frame-properties
|
|
5212 Added reference to default-w32-frame-plist to docstring.
|
|
5213
|
|
5214 * general.c: Added new Lisp_Object Qw32 and defsymbol.
|
|
5215
|
|
5216 * redisplay-output.c: redisplay_update_line
|
|
5217 Conditioned reference to stupid_vertical_scrollbar_drag_hack on
|
|
5218 HAVE_X_WINDOWS. This will need a proper fix when w32 gets
|
|
5219 scrollbars.
|
|
5220
|
|
5221 * redisplay-tty.c: init_tty_for_redisplay
|
|
5222 Conditioned blocking and unblocking of SIGTTOU on !WIN32 because
|
|
5223 these signals don't exist under win32.
|
|
5224
|
|
5225 * redisplay.c: init_redisplay
|
|
5226 Initialise window system to w32, conditioned on HAVE_W32GUI.
|
|
5227
|
|
5228 * symsinit.h: Added syms_of_*_w32, vars_of_*_w32 and
|
|
5229 init_event_w32_late.
|
|
5230
|
|
5231 * sysdep.c: Conditioned various things on WIN32 in addition to
|
|
5232 MSDOS.
|
|
5233
|
|
5234 * New files:
|
|
5235 console-w32.c, console-w32.h,
|
|
5236 device-w32.c, event-w32.c, event-w32.h, frame-w32.c,
|
|
5237 objects-w32.c, objects-w32.h, redisplay-w32.c, w32-proc.c
|
|
5238
|
|
5239 1997-11-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5240
|
|
5241 * doc.c (Fdocumentation_property): GCPRO doc.
|
|
5242 (Fsubstitute_command_keys): Disallow zero bsize.
|
|
5243
|
|
5244 1997-11-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
5245
|
|
5246 * events.c (Fevent_modeline_position): Return nil if event is not
|
|
5247 over modeline, as the docstring says.
|
|
5248
|
|
5249 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
|
|
5250
|
|
5251 * s/aix3-1.h: Remove ^L character wich confuses AIX make.
|
|
5252
|
|
5253 1997-11-06 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
5254
|
|
5255 * event-stream.c (Fnext_command_event): Document keystroke echoing.
|
|
5256
|
|
5257 1997-11-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
5258
|
|
5259 * fns.c (Ffeaturep): Use call1, to prevent stack thrashing with
|
|
5260 circular lists.
|
|
5261 - Update docstring.
|
|
5262
|
|
5263 1997-11-06 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5264
|
|
5265 * frame-x.c (x_delete_frame): Removed code that
|
|
5266 blocked the deletion of popup frames. No need for it.
|
|
5267
|
|
5268 1997-11-05 SL Baur <steve@altair.xemacs.org>
|
|
5269
|
|
5270 * balloon_help.h: Replace <X11/Intrinsic.h> with "xintrinsic.h"
|
|
5271 * balloon_help.c: Ditto.
|
|
5272 * offix.h: Ditto.
|
|
5273
|
|
5274 * mule-coding.c (coding_system_charset): Add prototype.
|
|
5275
|
|
5276 1997-11-04 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5277
|
|
5278 * s/freebsd.h: Add HAVE_TIMEZONE_DECL. Configure will fail at
|
|
5279 checking for the existence of `extern long timezone'.
|
|
5280 FreeBSD actualy has the `timezone', but due to its <time.h> and
|
|
5281 <sys/time.h>, it cannot be recognized by configure.
|
|
5282
|
|
5283 1997-11-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5284
|
|
5285 * data.c (Fsubr_interactive): New function.
|
|
5286
|
|
5287 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5288
|
|
5289 * frame.c (change_frame_size_1): Added explanatory
|
|
5290 comment.
|
|
5291
|
|
5292 * window.c (set_window_pixsize): Don't bail out
|
|
5293 before looping over the major children if there is no
|
|
5294 size change indicated. The top and left coordinates
|
|
5295 may need to be recomputed, e.g. in toolbar visibility
|
|
5296 updates.
|
|
5297
|
|
5298 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5299
|
|
5300 * fileio.c (Ffile_truename): Make the errno == EACCES case
|
|
5301 behave the same as errno == ENOENT.
|
|
5302
|
|
5303 1997-11-03 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5304
|
|
5305 * frame.c (Fframe_property, Fframe_properties): Check
|
|
5306 for minibuffer-onlyness of frame before checking whether
|
|
5307 it has a minibuffer. This makes the minibuffer property
|
|
5308 value be reported as 'only when that is appropriate. The
|
|
5309 check order was reversed which resulted in minibuffer-only
|
|
5310 frames having the minibuffer property reported as t.
|
|
5311
|
|
5312 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
5313
|
|
5314 * m/vax.h:
|
|
5315 * s/cxux.h:
|
|
5316 * s/xenix.h:
|
|
5317 * s/umax.h:
|
|
5318 * s/msdos.h:
|
|
5319 * s/template.h:
|
|
5320 * termcap.c:
|
|
5321 * signal.c:
|
|
5322 * lread.c:
|
|
5323 * callproc.c
|
|
5324 * buffer.c: Remove VMS dependent code.
|
|
5325
|
|
5326 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
5327
|
|
5328 * syspwd.h:
|
|
5329 * systty.h:
|
|
5330 * systime.h:
|
|
5331 * syssignal.h:
|
|
5332 * sysproc.h:
|
|
5333 * sysfloat.h:
|
|
5334 * sysfile.h:
|
|
5335 * regex.h:
|
|
5336 * process.h:
|
|
5337 * ndir.h:
|
|
5338 * mule-mcpath.h:
|
|
5339 * getpagesize.h:
|
|
5340 * sysdep.h:
|
|
5341 * fileio.c:
|
|
5342 * process.c: Remove old VMS code.
|
|
5343
|
|
5344 1997-11-02 SL Baur <steve@altair.xemacs.org>
|
|
5345
|
|
5346 * glyphs-x.c: Use <magick/magick.h> instead of <magick.h>
|
|
5347
|
|
5348 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
5349
|
|
5350 * sysdep.c:
|
|
5351 * getloadavg.c:
|
|
5352 * malloc.c: Remove old VMS code.
|
|
5353
|
|
5354 1997-11-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5355
|
|
5356 * database.c (print_database): Don't use a static buffer to store
|
|
5357 file name.
|
|
5358
|
|
5359 * dired.c (make_directory_hash_table): Ditto.
|
|
5360
|
|
5361 * fileio.c (Ffile_truename): Use `make_ext_string' instead of
|
|
5362 `make_string'.
|
|
5363
|
|
5364 1997-11-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
5365
|
|
5366 * database.c (CONCHECK_DATABASE): Define.
|
|
5367
|
|
5368 * dired.c (Fdirectory_files): Use `make_ext_string' instead of
|
|
5369 `make_string', to avoid crashes under Mule.
|
|
5370 (file_name_completion): Use `make_ext_string'.
|
|
5371
|
|
5372 * database.c (new_database): Renamed to `allocate_database', as
|
|
5373 per coding conventions.
|
|
5374
|
|
5375 1997-11-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
5376
|
|
5377 * dired.c: Remove VMS dependent code.
|
|
5378
|
|
5379 1997-11-01 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5380
|
|
5381 * buffer.h: Change XCHAR_OR_CHAR_INT to use XCHAR or
|
|
5382 XINT as appropriate instead of using XREALINT.
|
|
5383
|
|
5384 * regex.c (re_search_2): cast translate[*d] to
|
|
5385 unsigned char when indexing fastmap to avoid sign
|
|
5386 change when value has the 0x80 bit set.
|
|
5387
|
|
5388 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
5389
|
|
5390 * linuxplay.c (audio_init): Update for newer Linux kernels.
|
|
5391 From Robert Bihlmeyer <robbe@orcus.priv.at>
|
|
5392
|
|
5393 1997-11-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
5394
|
|
5395 * fileio.c (Finsert_file_contents_internal): Fix misleading
|
|
5396 comment.
|
|
5397
|
|
5398 1997-10-31 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5399
|
|
5400 * callproc.c: GC protect current_dir while infile and
|
|
5401 error_file are being initialized.
|
|
5402
|
207
|
5403 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
5404
|
|
5405 * config.h.in: Remove HAVE_GIF, HAVE_JPEG, HAVE_PNG, HAVE_TIFF and
|
|
5406 replace with HAVE_IMAGEMAGICK.
|
|
5407
|
|
5408 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5409
|
|
5410 * process.c (Fprocess_send_string): Protect against
|
|
5411 SIGPIPE when flushing outstream.
|
|
5412
|
|
5413 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
5414
|
|
5415 * input-method-xfs.c: Xlocale.h must be included after config.h.
|
|
5416 * input-method-motif.c: ditto.
|
|
5417 * input-method-xlib.c: ditto.
|
|
5418
|
|
5419 1997-10-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5420
|
|
5421 * Under LRECORD_VECTOR, moved vectors from being an basic
|
|
5422 lrecord tpye to an lcrecord.
|
|
5423 Added support for 31 bits Lisp integers.
|
|
5424 Added support for maskless pointers to Lisp objects.
|
|
5425
|
|
5426 * alloc.c
|
|
5427
|
|
5428 (allocate_lisp_storage): Use XSETOBJ instead of
|
|
5429 XSETCONS to avoid tripping the ERROR_CHECK_TYPECHECK
|
|
5430 code with uninitialized data. XSETCONS used to work
|
|
5431 until it became an lrecord type.
|
|
5432
|
|
5433 Removed sweep_vectors_1, all_vectors and other vector
|
|
5434 specific GC related objects in the LRECORD_VECTOR
|
|
5435 case, as they are unneeded now that lrecord-based
|
|
5436 vectors are lcrecords.
|
|
5437
|
|
5438 Added `equal' methods for lrecord-based conses, vectors
|
|
5439 and strings. I was mistaken before; they are needed.
|
|
5440
|
|
5441 (pure_cons): moved XSETCONS call to after the
|
|
5442 set_lheader_implementation call, to avoid tripping the
|
|
5443 type checking code on an uninitialized implementation
|
|
5444 pointer.
|
|
5445
|
|
5446 (make_pure_vector): moved XSETVECTOR call to after the
|
|
5447 set_lheader_implementation call, to avoid tripping the
|
|
5448 type checking code on an uninitialized implementation
|
|
5449 pointer.
|
|
5450
|
|
5451 (Fpurecopy): return if given a null pointer. THis can
|
|
5452 happen when initializing Qnil.
|
|
5453
|
|
5454 (mark_object): return if passed a null pointer. I
|
|
5455 think this can happen when marking through some kind of
|
|
5456 objects that contain Lisp_Objects and null pointers.
|
|
5457
|
|
5458 (marked_p): Ditto
|
|
5459
|
|
5460 * buffer.c
|
|
5461
|
|
5462 (mark_buffer): Don't mark conses in the indirect children
|
|
5463 list is said list is in fact a null pointer. The
|
|
5464 indirect children list gets reset to a null pointer
|
|
5465 when a bfufer is killed.
|
|
5466
|
|
5467 (complex_vars_of_buffer): initialize indirect_children
|
|
5468 slow of Vbuffer_local_symbols and Vbuffer_defaults to
|
|
5469 nil.
|
|
5470
|
|
5471 * chartab.c
|
|
5472
|
|
5473 (Fcheck_category_at): Don't use XREALINT to extract a
|
|
5474 char from a Lisp_Object, use XCHAR instead.
|
|
5475
|
|
5476 (Fchar_in_category): Ditto.
|
|
5477
|
|
5478 * data.c
|
|
5479
|
|
5480 (eq_with_ebola_notice): Use XCHAR_OR_INT instead of
|
|
5481 XREALINT to extract data from a Lisp_Object that could
|
|
5482 contain a charater or an integer.
|
|
5483
|
|
5484 (make_int): use XSETINT in the USE_MINIMAL_TAGBITS
|
|
5485 case.
|
|
5486
|
|
5487 (make_char): use XSETINT in the USE_MINIMAL_TAGBITS
|
|
5488 case.
|
|
5489
|
|
5490 (Flsh): XUINT is gone; use XINT instead.
|
|
5491
|
|
5492 * elhash.c
|
|
5493
|
|
5494 (elisp_hvector_malloc): Use Qnull_pointer instead of
|
|
5495 Qzero, as Qzero is no longer guaranteed to contain an
|
|
5496 all-zero bit pattern.
|
|
5497
|
|
5498 (make_lisp_hashtable): Ditto.
|
|
5499
|
|
5500 (Fcopy_hashtable): Ditto.
|
|
5501
|
|
5502 * emacsfns.h
|
|
5503
|
|
5504 Conditionalize the declaration of make_char() on
|
|
5505 whether a make_char macro exists or not.
|
|
5506
|
|
5507 * fns.c
|
|
5508
|
|
5509 (internal_equal): Conditionalize existence of cons,
|
|
5510 string and vector comparison code on whether they are
|
|
5511 lrecord-based.
|
|
5512
|
|
5513 (internal_old_equal): Ditto.
|
|
5514
|
|
5515 * lisp-disunion.h
|
|
5516
|
|
5517 USE_MINIMAL_TAGBITS support.
|
|
5518
|
|
5519 31 bit Lisp integer support.
|
|
5520
|
|
5521 Conditionalized existence of markbit related macros on
|
|
5522 the existence of a markbit in a Lisp_Object. There are
|
|
5523 no markbits in the USE_MINIMAL_TAGBITS implementation
|
|
5524 of a Lisp_Object.
|
|
5525
|
|
5526 Replaced XUINT with XPNTRVAL.
|
|
5527
|
|
5528 Added declaration for Qnull_pointer.
|
|
5529
|
|
5530 * lisp-union.h
|
|
5531
|
|
5532 USE_MINIMAL_TAGBITS support.
|
|
5533
|
|
5534 31 bit Lisp integer support.
|
|
5535
|
|
5536 Conditionalized existence of markbit related macros on
|
|
5537 the existence of a markbit in a Lisp_Object. There are
|
|
5538 no markbits in the USE_MINIMAL_TAGBITS implementation
|
|
5539 of a Lisp_Object.
|
|
5540
|
|
5541 Replaced XUINT with XPNTRVAL.
|
|
5542
|
|
5543 Added a make_char macro, similar to the make_int
|
|
5544 macro, for use with the GCC-specific XMAKE_LISP hack.
|
|
5545
|
|
5546 * lisp.h
|
|
5547
|
|
5548 USE_MINIMAL_TAGBITS support.
|
|
5549
|
|
5550 31 bit Lisp integer support.
|
|
5551
|
|
5552 Added GCMARKBITS macro to specify how many markbits a
|
|
5553 Lisp_Object contains.
|
|
5554
|
|
5555 Support for lcrecord-based vectors.
|
|
5556
|
|
5557 Added XCHAR_OR_INT for accessing data in an object
|
|
5558 that might contain either a character or an integer.
|
|
5559
|
|
5560 Made HACKEQ_UNSAFE use XCHAR_OR_INT instead of
|
|
5561 XREALINT during its Ebola check.
|
|
5562
|
|
5563 * print.c
|
|
5564
|
|
5565 Made the printing code undestand the split Lisp integer type.
|
|
5566
|
|
5567 * symbols.c
|
|
5568
|
|
5569 Added declaration for Qnull_pointer.
|
|
5570
|
|
5571 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
|
|
5572
|
215
|
5573 * m/ibmrs6000.h:
|
|
5574 * s/aix3-2.h: C_SWITCH_SYSTEM ==> configure.in
|
|
5575 * s/aix4-1.h: -li18n ==> configure.in
|
|
5576 * s/aix4.h: Always include strings.h
|
|
5577 * config.h.in: Add AIXV3 define, suggested by xmkmf. Remove
|
207
|
5578 AIX_SMT_EXP.
|
215
|
5579 * unexaix.c: Fix nested comments compiler warning
|
207
|
5580
|
|
5581 1997-10-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5582
|
215
|
5583 * profile.c (sigprof_handler): Don't call XUNMARK on
|
207
|
5584 fun, it isn't needed.
|
|
5585
|
215
|
5586 * faces.c (face_property_matching_instance): Check
|
207
|
5587 for charset == Qunbound, which it can be if the
|
|
5588 character set is unspecified.
|
|
5589
|
|
5590 1997-10-27 SL Baur <steve@altair.xemacs.org>
|
|
5591
|
|
5592 * mule-wnnfns.c (vars_of_mule_wnn): Provide 'wnn feature.
|
|
5593
|
|
5594 * mule-canna.c (vars_of_mule_canna): Provide 'CANNA feature.
|
|
5595
|
|
5596 1997-10-27 Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
5597
|
|
5598 * device-x.c (x_init_device): To avoid crazy menubars due to
|
|
5599 lack of suitable font loading. Disabled locale based app-defaults
|
|
5600 loading when menubars=motif or menubars=lucid + xfs feature is not
|
|
5601 used. Currently, the menubar resource has no effect for tty use.
|
|
5602
|
|
5603 1997-10-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
5604
|
|
5605 * README: Remove references to VMS.
|
|
5606
|
|
5607 * vlimit.h:
|
|
5608 * s/vms5-5.h:
|
|
5609 * s/vms4-4.h:
|
|
5610 * s/vms4-2.h:
|
|
5611 * s/vms4-0.h:
|
|
5612 * s/vms.h: Remove files since VMS isn't supported any more.
|
|
5613
|
|
5614 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5615
|
|
5616 * toolbar.h: Reduce MINIMUM_SHADOW_THICKNESS to 1.
|
|
5617
|
|
5618 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
5619
|
|
5620 * database.c: Added support for Berkeley DB 2.x.
|
|
5621
|
|
5622 1997-10-23 SL Baur <steve@altair.xemacs.org>
|
|
5623
|
|
5624 * alloc.c: Disable purespace statistics unless --debug is in
|
|
5625 effect.
|
|
5626
|
|
5627 * console-stream.c (init_console_stream): At the price of a tiny
|
|
5628 memory leak, reinitialize FILE fields of the console.
|
|
5629 From Tonny Madsen <tma@nettest.dk>
|
|
5630
|
|
5631 * emacs.c: New variable `inhibit_package_init'.
|
|
5632 (vars_of_emacs): Use it.
|
|
5633 (main_1): Initialize from command line.
|
|
5634
|
|
5635 * Makefile.in.in (xemacs): Specify -vanilla when searching for
|
|
5636 shadows.
|
|
5637
|
|
5638 * emacs.c: Remove VMS ifdefs.
|
|
5639 (standard_args): Added -no-packages, --no-packages.
|
|
5640 Added -vanilla, --vanilla.
|
|
5641 (Frun_emacs_from_temacs): Guard pure usage report with DEBUG_XEMACS
|
|
5642 (Fdump_emacs): Ditto.
|
|
5643
|
|
5644 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
5645
|
|
5646 * fns.c (Ffeaturep): Use `Fcar' with `or'.
|
|
5647
|
|
5648 1997-10-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5649
|
|
5650 * alloc.c: drop the Lisp_Type_Record case clause
|
|
5651 that I added to the switch statement in a previous
|
|
5652 patch. The string, vector and cons cases belong in
|
|
5653 the `default' clause with the other lrecord types.
|
|
5654
|
|
5655 1997-10-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5656
|
|
5657 * Added support for strings as lrecords.
|
|
5658
|
|
5659 * lisp.h: #ifdef'd out Lisp_Type_String enum value
|
|
5660 if LRECORD_STRING is defined.
|
|
5661
|
|
5662 * alloc.c: Added allocation and garbage collection
|
|
5663 code for lrecord-based strings.
|
|
5664
|
|
5665 * print.c: move Lisp_String printing code to a
|
|
5666 separate function so that it could be used as a
|
|
5667 `print' method for lrecord-based strings.
|
|
5668
|
|
5669 1997-10-20 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5670
|
|
5671 * extents.c: Renamed shot property to initial-redisplay-function
|
|
5672 (extent_fragment_update): Changed the bookkeeping whether an event
|
|
5673 has been spawned. The initial-redisplay-function property is no
|
|
5674 longer set to nil.
|
|
5675
|
|
5676 * extents.h: ditto
|
|
5677
|
|
5678 1997-10-20 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5679
|
|
5680 * Added support for conses and vectors to be lrecords.
|
|
5681
|
|
5682 * alloc.c: Modified allocation and GC code for
|
|
5683 LRECORD_CONS and LRECORD_VECTOR support. Moved some
|
|
5684 macros to lrecord.h.
|
|
5685
|
|
5686 * bytecode.c: Warning comment about LRECORD_CONS.
|
|
5687
|
|
5688 * elhash.c: Let internal_hash handle vector hashing
|
|
5689 if LRECORD_VECTOR is defined, just as it does when
|
|
5690 LRECORD_VECTOR is not defined. The code could have
|
|
5691 been copied into an `hash' method function but I don't
|
|
5692 see any point to it. Added lrecord style marking code
|
|
5693 to finish_marking_weak_hashtables. Bracketed code
|
|
5694 that groks the non-lrecord method of marking vectors
|
|
5695 with #ifdefs.
|
|
5696
|
|
5697 * fns.c: Let internal_equal and internal_old_equal
|
|
5698 handle vector comparisons when LRECORD_VECTOR is
|
|
5699 defined, just as it does when LRECORD_VECTOR is not
|
|
5700 defined. The code could have been copied into an
|
|
5701 `equal' method function but I don't see any point to
|
|
5702 it.
|
|
5703
|
|
5704 * lisp.h: Added typecheck macros for LRECORD_CONS
|
|
5705 support. LRECORD_VECTOR macros were already present.
|
|
5706
|
|
5707 * print.c: New functions print_cons and print_vector
|
|
5708 for LRECORD_CONS and LRECORD_VECTOR support.
|
|
5709 Some GC protection also added.
|
|
5710
|
|
5711 * lrecord.h: Received some macros from alloc.c, so
|
|
5712 that they could be used in lisp.h.
|
|
5713
|
|
5714 1997-10-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
5715
|
|
5716 * fns.c (Ffeaturep): Handle `not' correctly.
|
|
5717
|
|
5718 * lread.c (vars_of_lread): Use defsymbol for featurep.
|
|
5719
|
|
5720 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
5721
|
|
5722 * s/irix5-0.h: Removed -G 0 from LD_SWITCH_SYSTEM. .sbss sections
|
|
5723 are supported since unexelfsgi.c upgrade.
|
|
5724
|
|
5725 1997-10-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5726
|
|
5727 * lstream.c (Lstream_close): Don't return early if the
|
|
5728 closer method reports failure. Doing so caused GC and
|
|
5729 memory corruption crashes.
|
|
5730
|
|
5731 1997-10-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5732
|
|
5733 * extents.c (Fset_extent_property): Allow `keymap' property to be
|
|
5734 set to nil.
|
|
5735
|
|
5736 1997-10-15 SL Baur <steve@altair.xemacs.org>
|
|
5737
|
|
5738 * mule-coding.c (acceptable_control_char_p): Add C-_ for info.
|
|
5739 (detect_coding_iso2022): Ditto.
|
|
5740 From SENDA Shigeya <senda@ic.rdc.ricoh.co.jp>
|
|
5741
|
|
5742 1997-10-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5743
|
|
5744 * mule-coding.c (make-coding-system, detect-coding-region): Modify
|
|
5745 DOC-string because of renaming `automatic-conversion' ->
|
|
5746 `undecided' to sync with Emacs 20.2.
|
|
5747
|
|
5748 (make-coding-system, coding-system-type, detect-coding-region):
|
|
5749 Rename `Qautomatic_conversion' -> `Qundecided'.
|
|
5750
|
|
5751 * general.c (syms_of_general): Rename `automatic-conversion' ->
|
|
5752 `undecided' to sync with Emacs 20.2.
|
|
5753
|
|
5754 * emacsfns.h, event-Xt.c (x_to_emacs_keysym): Rename
|
|
5755 `Qautomatic_conversion' -> `Qundecided'.
|
|
5756
|
|
5757 * buffer.c (buffer-file-coding-system): Modify DOC-string because
|
|
5758 of renaming `automatic-conversion' -> `undecided' to sync with
|
|
5759 Emacs 20.2.
|
|
5760
|
|
5761 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
|
|
5762
|
|
5763 * lisp.h (MANY): Bump SUBR_MAX_ARGS to 12 and add corresponding
|
|
5764 DEFUN_n macros.
|
|
5765
|
|
5766 1997-10-13 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
5767
|
|
5768 * console-tty.c: Include gpmevent.h
|
|
5769 * gpmevent.c (connect_to_gpm): change to void
|
|
5770 * gpmevent.h: Ditto.
|
|
5771
|
|
5772 1997-10-13 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5773
|
|
5774 * lisp-disunion.h (XSETOBJ): cast Lisp type enum to
|
|
5775 an EMACS_UINT quantity to avoid a compiler warning about
|
|
5776 integer overflow when the most significat bit of the
|
|
5777 type tag is shifted into the sign bit position of an
|
|
5778 EMACS_INT.
|
|
5779
|
205
|
5780 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
5781
|
207
|
5782 * s/freebsd.h: Add X11 guard for building without X11.
|
205
|
5783 From Hrvoje Niksic <hniksic@srce.hr>
|
|
5784
|
|
5785 1997-10-12 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5786
|
207
|
5787 * doprnt.c (emacs_doprnt_1): if forwarded field width
|
205
|
5788 is negative, set minus_flag and make the field width
|
|
5789 positive. Makes (format "%*s" -10 "abc") work like
|
|
5790 (format "%-*s" 10 "abc").
|
|
5791
|
|
5792 1997-10-12 SL Baur <steve@altair.xemacs.org>
|
|
5793
|
|
5794 * unexsol2.c (unexec): CONST isn't defined here.
|
|
5795 From Adrian Aichner <aichner@ecf.teradyne.com>
|
207
|
5796
|
203
|
5797 1997-10-11 SL Baur <steve@altair.xemacs.org>
|
|
5798
|
205
|
5799 * realpath.c (realpath): CONST IS LOSING but removing it conflicts
|
|
5800 with system headers.
|
|
5801
|
203
|
5802 * callproc.c: New variable infopath-internal.
|
|
5803 (complex_vars_of_callproc): Declare and initialized it.
|
|
5804
|
|
5805 * paths.h.in: New variable PATH_INFOPATH.
|
|
5806
|
|
5807 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
|
|
5808
|
|
5809 * systty.h:
|
|
5810 - change Xemacs --> XEmacs
|
|
5811
|
|
5812 * buffer.c:
|
|
5813 * editfns.c:
|
|
5814 * msdos.c:
|
|
5815 - Remove bogus FSF-origin \n\ sequences.
|
|
5816
|
|
5817 1997-10-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5818
|
|
5819 * doprnt.c (parse_doprnt_spec): parse `*' field width
|
|
5820 and precision specs and set up spec forwarding.
|
|
5821
|
|
5822 * doprnt.c (emacs_doprnt_1): implement `*' by
|
|
5823 forwarding flags, precision and field width data from a
|
|
5824 spec to a subsequent spec.
|
|
5825
|
|
5826 * editfns.c: document new `*' field width and
|
|
5827 precision spec.
|
|
5828
|
|
5829 1997-10-09 SL Baur <steve@altair.xemacs.org>
|
|
5830
|
|
5831 * database.c (Fclose_database): Rename C function.
|
|
5832 (Fdatabase_last_error): Ditto.
|
|
5833 (Fopen_database): Ditto.
|
|
5834 (Fput_database): Ditto.
|
|
5835 (Fremove_database): Ditto.
|
|
5836 (Fget_database): Ditto.
|
|
5837 (syms_of_dbm): Reflect above changes.
|
|
5838 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
5839
|
|
5840 1997-10-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
5841
|
|
5842 * events.c (Fmake_event): Allow only frames as channel.
|
|
5843
|
|
5844 1997-10-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5845
|
|
5846 * extents.c (print_extent_1): Fixed typo.
|
|
5847
|
|
5848 1997-10-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5849
|
|
5850 * insdel.c (buffer_replace_char): if doing delete/insert
|
|
5851 because of characters with deiffering byte lengths,move
|
|
5852 point forward with the insertion if it was moved backwrad
|
|
5853 to equal the insertion point by the earlier deletion.
|
|
5854
|
|
5855 1997-10-06 SL Baur <steve@altair.xemacs.org>
|
|
5856
|
|
5857 * window.c (Fset_window_dedicated_p): register -> REGISTER.
|
|
5858
|
|
5859 * unexalpha.c (update_dynamic_symbols): register-> REGISTER.
|
|
5860
|
|
5861 * sysdep.c: Global change: register -> REGISTER.
|
|
5862
|
|
5863 * strcat.c (strcat): register -> REGISTER.
|
|
5864
|
|
5865 * search.c: Global change: register -> REGISTER.
|
|
5866
|
|
5867 * regex.c: Global change: register -> REGISTER.
|
|
5868 - Ensure REGISTER is always defined.
|
|
5869
|
|
5870 * nt.c: Global change: register -> REGISTER.
|
|
5871
|
|
5872 * linuxplay.c: Global change: register -> REGISTER.
|
|
5873
|
|
5874 * input-method-xlib.c (best_style): register -> REGISTER.
|
|
5875
|
|
5876 * gifalloc.c: Global change: register -> REGISTER.
|
|
5877 - Ensure REGISTER is always defined.
|
|
5878
|
|
5879 * getloadavg.c (getloadavg): register -> REGISTER.
|
|
5880
|
|
5881 * eval.c (unwind_to_catch): [Unused variable] register -> REGISTER.
|
|
5882
|
|
5883 * cmds.c (Fpoint_at_bol): register -> REGISTER.
|
|
5884
|
|
5885 * chartab.c (check_category_char): register -> REGISTER.
|
|
5886
|
|
5887 * buffer.c (assoc_ignore_text_properties): [Unused function]
|
|
5888 register -> REGISTER.
|
|
5889
|
|
5890 * alloca.c: Global change: register -> REGISTER.
|
|
5891
|
|
5892 * xmu.h (XmuCopyISOLatin1Lowered): Global change: const -> CONST.
|
|
5893
|
|
5894 * gif_lib.h: Global change: const -> CONST.
|
|
5895
|
|
5896 * balloon_help.h (balloon_help_move_to_pointer): const -> CONST.
|
|
5897
|
|
5898 * xmu.c: Global change: const -> CONST.
|
|
5899
|
|
5900 * unexsol2.c (unexec): const -> CONST.
|
|
5901
|
|
5902 * unexhp9k3.c (unexec_error): const -> CONST.
|
|
5903
|
|
5904 * unexfreebsd.c (unexec_error): const -> CONST.
|
|
5905
|
|
5906 * sunOS-fix.c (mbstowcs): const-> CONST.
|
|
5907 (wcstombs): Ditto.
|
|
5908
|
|
5909 * strcpy.c (strcpy): const -> CONST.
|
|
5910
|
|
5911 * strcmp.c: Global change: const -> CONST.
|
|
5912
|
|
5913 * strcat.c (strcat): const -> CONST.
|
|
5914
|
|
5915 * realpath.c (realpath): const -> CONST.
|
|
5916
|
|
5917 * keymap.c (where_is_recursive_mapper): const -> CONST.
|
|
5918
|
|
5919 * extents.c (extent_priority_sort_function): const -> CONST.
|
|
5920
|
|
5921 * dgif_lib.c (DGifOpenFileName): const -> CONST.
|
|
5922
|
|
5923 * balloon_help.c: Global change: const -> CONST.
|
|
5924
|
201
|
5925 1997-10-03 SL Baur <steve@altair.xemacs.org>
|
|
5926
|
|
5927 * lisp.h: Nuke register declarations.
|
|
5928
|
|
5929 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
5930
|
|
5931 * window.c (Frecenter): Correct variable names in docstring.
|
|
5932
|
|
5933 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
5934
|
|
5935 * fns.c: Add some cross references between destructive and
|
|
5936 non-destructive versions of similar functions.
|
|
5937
|
|
5938 Fri Oct 3 12:28:08 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5939
|
|
5940 * lisp-disunion.h: Move markbit to be between the
|
|
5941 type bits and the value bits. Previously it was always
|
|
5942 the sign bit of a EMACS_INT, unless modified by a
|
|
5943 #define in a machine dependent .h file.
|
199
|
5944
|
|
5945 1997-10-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5946
|
|
5947 * profile.c (Fclear_profiling_info): Made interactive.
|
|
5948
|
|
5949 1997-10-02 SL Baur <steve@altair.xemacs.org>
|
|
5950
|
|
5951 * glyphs-x.c (USE_TEMP_FILES_FOR_PNG_IMAGES): Move outside of
|
|
5952 HAVE_JPEG ifdef.
|
|
5953
|
|
5954 1997-10-01 SL Baur <steve@altair.xemacs.org>
|
|
5955
|
|
5956 * lisp.h (min): Fully parenthize.
|
|
5957 (max): Ditto.
|
|
5958
|
|
5959 * Makefile.in.in (widget.o): Insert dependencies.
|
|
5960 - Insert HAVE_OFFIX_DND dependencies.
|
|
5961
|
|
5962 * casefiddle.c (casify_object): Back out bogus undocumented patch
|
|
5963 from 20.3-beta18.
|
|
5964
|
|
5965 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
5966
|
|
5967 * events.c (Fevent_type): Add OffiX guard.
|
|
5968 (command_event_p): Ditto.
|
|
5969 (mark_event): Ditto.
|
|
5970 (print_event): Ditto.
|
|
5971
|
197
|
5972 1997-09-30 SL Baur <steve@altair.xemacs.org>
|
|
5973
|
|
5974 * mule-canna.c (Fcanna_set_bunsetsu): Return a value.
|
|
5975 (Fcanna_parse): Remove unused variables `ks' and `ksv'.
|
|
5976 (Fcanna_henkan_begin): Remove unused variable `res'.
|
|
5977 (Fcanna_henkan_next): Remove unused variable `nbun'.
|
|
5978 (count_char): Change return type to void.
|
|
5979
|
|
5980 * event-Xt.c (x_event_to_emacs_event): Remove unused variable
|
|
5981 `event-size'.
|
|
5982
|
|
5983 * menubar.c (Fnormalize_menu_item_name): Remove unused variable
|
|
5984 `res'.
|
|
5985
|
|
5986 * redisplay-x.c (x_flash): Reorganize test to prefer select over
|
|
5987 poll.
|
|
5988
|
|
5989 * xselect.c (Fx_store_cutbuffer_internal): Remove unused variable
|
|
5990 `encoding'.
|
|
5991
|
|
5992 1997-09-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
5993
|
|
5994 * frame.c (Fmake_frame): Call `custom-initialize-frame'.
|
|
5995
|
|
5996 1997-09-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
5997
|
|
5998 * mule-coding.c: Rename `pathname-coding-system' to
|
|
5999 `file-name-coding-system' to sync with Emacs 20.2.
|
|
6000
|
195
|
6001 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
6002
|
|
6003 * window.c (saved_window_equal): Ditto.
|
|
6004
|
|
6005 * process.c (Fget_process): Use internal_equal.
|
|
6006
|
|
6007 * lread.c (build_load_history): Use internal_equal.
|
|
6008 (build_load_history): Use XCAR/XCDR where safe.
|
|
6009
|
|
6010 * events.c (event_equal): Ditto.
|
|
6011
|
|
6012 * event-stream.c (Fdispatch_event): Ditto.
|
|
6013
|
|
6014 * elhash.c (lisp_object_eql_equal): Ditto.
|
|
6015 (lisp_object_equal_equal): Ditto.
|
|
6016
|
|
6017 * device.c (find_device_of_type): Ditto.
|
|
6018
|
|
6019 * console.c (find_console_of_type): Ditto.
|
|
6020
|
|
6021 * console-tty.c (tty_init_console): Ditto.
|
|
6022
|
|
6023 * console-stream.c (stream_init_console): Use internal_equal.
|
|
6024 (stream_canonicalize_console_connection): Ditto.
|
|
6025
|
|
6026 * fns.c (Fmember): Use internal_equal, to avoid a necessary
|
|
6027 funcall and NILP check.
|
|
6028 (Fold_member): Ditto for internal_old_equal.
|
|
6029 (Fassoc): Use XCAR when we know we deal with a cons. Use
|
|
6030 internal_equal. Removed tem.
|
|
6031 (Fold_assoc): Ditto.
|
|
6032 (Fassq): Use XCAR.
|
|
6033 (Frassoc): Use internal_equal; remove tem.
|
|
6034 (Fold_rassoc): Ditto for internal_old_equal.
|
|
6035 (Frassq): Use XCDR with what we know is a cons.
|
|
6036 (Fold_rassq): Ditto.
|
|
6037 (Fdelete): Use internal_equal.
|
|
6038 (Fold_delete): Ditto for internal_old_equal.
|
|
6039 (Fremassoc): Use internal_equal; use XCAR/XCDR with what we know
|
|
6040 is a cons.
|
|
6041 (Fremrassoc): Ditto.
|
|
6042
|
|
6043 * dired.c (Fdirectory_files): Nreverse the list only if it will be
|
|
6044 sorted.
|
|
6045
|
|
6046 Fri Sep 26 13:55:28 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6047
|
|
6048 * faces.c (update_face_cachel_data): Don't allow the
|
|
6049 background pixmap of the default face to override the
|
|
6050 background of a face if that color has been specified.
|
|
6051
|
|
6052 1997-09-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
6053
|
|
6054 * dired.c (close_directory_fd): New function.
|
|
6055 (Fdirectory_files): Use it to set up an unwind-protection to close
|
|
6056 the descriptor.
|
|
6057 (Fdirectory_files): Allow QUIT in re_search.
|
|
6058 (Fdirectory_files): If the file is too big, allocate necessary
|
|
6059 data with malloc.
|
|
6060 (Fdirectory_files): Use simple Fcons to build the list.
|
|
6061 (close_directory_fd): Free the opaque pointer.
|
|
6062
|
|
6063 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6064
|
|
6065 * extents.c (Fset_extent_properties): New function.
|
|
6066
|
|
6067 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
6068
|
|
6069 * dired.c (Fdirectory_files): Remove broken VMS stuff.
|
|
6070 (file_name_completion_stat): Ditto.
|
|
6071 (file_name_completion): Ditto.
|
|
6072 (Top Level): Ditto.
|
|
6073 (syms_of_dired): Ditto.
|
|
6074
|
|
6075 1997-09-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
6076
|
|
6077 * widget.c (Fwidget_apply): Don't GCPRO result of Fwidget_get.
|
|
6078
|
|
6079 1997-09-24 SL Baur <steve@altair.xemacs.org>
|
|
6080
|
|
6081 * symsinit.h: Declare syms_of_widget.
|
|
6082
|
|
6083 * emacsfns.h: Declare Fchar_syntax.
|
|
6084
|
|
6085 * bytecode.c (Fbyte_code): Call Fchar_syntax for the Bchar_syntax
|
|
6086 bytecode.
|
|
6087
|
|
6088 * syntax.c (Fchar_syntax): convert nil input to \000 for
|
|
6089 compatibility.
|
|
6090
|
|
6091 * alloc.c (report_pure_usage): Increase slop to 512 bytes in betas
|
|
6092 and reduce it to 4 bytes in releases.
|
|
6093
|
|
6094 1997-09-23 SL Baur <steve@altair.xemacs.org>
|
|
6095
|
|
6096 * Makefile.in.in (objs): Add new C file widget.o.
|
|
6097
|
|
6098 1997-09-22 SL Baur <steve@altair.xemacs.org>
|
|
6099
|
|
6100 * editfns.c (vars_of_editfns): New feature 'ampersand-full-name
|
|
6101 declared if AMPERSAND_FULL_NAME configuration option is enabled.
|
|
6102
|
|
6103 * callproc.c (vars_of_callproc): Update docstring of `data-directory'.
|
|
6104
|
|
6105 Sun Sep 21 14:14:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6106
|
|
6107 * lisp.h: underspecify lisp_fn_t function prototype
|
|
6108 to avoid compiler errors in inline_funcall_subr().
|
|
6109
|
|
6110 * eval.c (Fprogn): Walk forms list with XCDR, access
|
|
6111 with XCAR. Check forms list CONSP, so that XCDR and XCAR are
|
|
6112 safe.
|
|
6113
|
|
6114 * eval.c (Fsetq): replace Flength call with for-loop
|
|
6115 to compute list length. Walk arg list with XCDR,
|
|
6116 access with XCAR. Check arg list with CONSP, so that
|
|
6117 XCDR and XCAR are safe.
|
|
6118
|
|
6119 * eval.c: New macro inline_funcall_subr, an inline
|
|
6120 version of funcall_subr + primitive_funcall.
|
|
6121
|
|
6122 * eval.c (Feval): replace Flength call with for-loop
|
|
6123 to compute list length. Use XCAR and XCDR in some
|
|
6124 places where it is safe to do so. Use
|
|
6125 inline_funcall_subr() in place of funcall_subr().
|
|
6126
|
|
6127 * eval.c (funcall_recording_as): Use XCAR instead of
|
|
6128 Fcar where it was safe.
|
|
6129
|
|
6130 * eval.c (Fapply): replace Flength call with for-loop
|
|
6131 to compute list length.
|
|
6132
|
|
6133 * eval.c (apply_lambda):Use XCAR and XCDR in some
|
|
6134 places where it is safe to do so.
|
|
6135
|
|
6136 * eval.c (funcall_lambda): Walk param list with XCDR, access
|
|
6137 with XCAR. Check param list CONSP, so that XCDR and XCAR are
|
|
6138 safe.
|
|
6139
|
|
6140 * symbols.c (find_symbol_value): return quickly if no
|
|
6141 symbol magic is involved, to avoid the expensive call
|
|
6142 to find_symbol_value_1.
|
|
6143
|
|
6144 * symbols.c (store_symval_forwarding): don't call
|
|
6145 reject_constant_symbols unless there is a chance a
|
|
6146 constant symbol is involved. This break the
|
|
6147 encapsulation of the constants check, but symbol stores
|
|
6148 are used heavily and speed is most important than
|
|
6149 cleanliness in this case.
|
|
6150
|
|
6151 1997-09-21 Joel Peterson <tarzan@aosi.com>
|
|
6152
|
|
6153 * menubar.c (normalize-menu-item-name): New function.
|
|
6154
|
|
6155 1997-09-21 SL Baur <steve@altair.xemacs.org>
|
|
6156
|
|
6157 * keymap.c (get_relevant_extent_keymaps): Previous patch reversed.
|
|
6158
|
193
|
6159 1997-09-20 SL Baur <steve@altair.xemacs.org>
|
|
6160
|
|
6161 * Makefile.in.in (xemacs): Adoption of shadow.el to print
|
|
6162 load-path shadowings after successful dump.
|
|
6163
|
|
6164 1997-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
6165
|
|
6166 * redisplay.c (scroll_conservatively): New variable.
|
|
6167 (redisplay_window): Use it.
|
|
6168
|
189
|
6169 1997-09-16 SL Baur <steve@altair.xemacs.org>
|
|
6170
|
|
6171 * events.c (Fmake_event): Add default case, remove unused variables.
|
|
6172
|
|
6173 1997-08-21 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6174
|
|
6175 * extents.c (extent_fragment_update): Trigger one_shot_function
|
|
6176
|
|
6177 * extents.c (set-extent-one-shot-function): New function
|
|
6178
|
|
6179 * extents.h (struct extent_auxiliary): Added one_shot_function
|
|
6180
|
|
6181 * extens.c: Added one_shot_function to assesor functions.
|
|
6182
|
|
6183 1997-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
6184
|
|
6185 * fileio.c (Fexpand_file_name): Don't treat "//" and "~/" in the
|
|
6186 middle of path specially.
|
|
6187
|
187
|
6188 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
6189
|
|
6190 * event-stream.c (inhibit_input_event_recording): New boolean
|
|
6191 variable.
|
|
6192 (Fnext_event): Use it.
|
|
6193
|
|
6194 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
6195
|
|
6196 * fns.c (Fmapc): Renamed from Fmapc_internal.
|
|
6197
|
|
6198 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
6199
|
|
6200 * database.c (Fmake_database): Expand FILE.
|
|
6201
|
|
6202 * redisplay.c (window-system): Warn against using it.
|
|
6203
|
|
6204 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
6205
|
|
6206 * emacs.c (PACKAGE_PATH): Reverse PACKAGE_PATH.
|
|
6207 Suggested by Colin Rafferty <craffert@ml.com>
|
|
6208
|
|
6209 1997-09-03 SL Baur <steve@altair.xemacs.org>
|
|
6210
|
|
6211 * print.c (print_internal): Special treatment for C-\.
|
|
6212
|
183
|
6213 1997-08-13 P E Jareth Hein <jareth@camelot-soft.com>
|
|
6214
|
|
6215 * insdel.c (buffer_delete_range): Changed the location where point
|
|
6216 was actually moved to after all other movement handling. This
|
|
6217 prevents a MULE related crash in VALID_BYTIND.
|
|
6218
|
|
6219 1997-08-11 SL Baur <steve@altair.xemacs.org>
|
|
6220
|
|
6221 * doc.c (Fsnarf_documentation): Semi-clarify types of weird
|
|
6222 functions.
|
|
6223
|
181
|
6224 1997-08-05 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
6225
|
|
6226 * eval.c (vars_of_eval): Updated docstring for `debug_on_error' to
|
|
6227 mention `debug-ignored-errors'.
|
|
6228
|
|
6229 1997-08-01 SL Baur <steve@altair.xemacs.org>
|
|
6230
|
|
6231 * emacsfns.h: Fix declaration.
|
|
6232
|
|
6233 * event-stream.c (syms_of_event_stream): HAVE_MENUBARS not
|
|
6234 HAVE_MENUBAR.
|
|
6235
|
179
|
6236 1997-07-31 SL Baur <steve@altair.xemacs.org>
|
|
6237
|
|
6238 * frame-x.c (x_offix_drop_event_handler): Use stderr_out instead
|
|
6239 of fprintf.
|
|
6240
|
|
6241 * mule-coding.c (parse_iso2022_esc): Add abort() trap on unhandled
|
|
6242 condition.
|
|
6243
|
|
6244 * mule-wnnfns.c (Fwnn_dict_search): Remove unused variable.
|
|
6245 (Fwnn_hindo_update): Ditto.
|
|
6246 (Fwnn_inspect): Ditto.
|
|
6247 (Fwnn_bunsetu_henkou): Ditto.
|
|
6248
|
|
6249 * eval.c (call_with_suspended_errors): Fix Gcc warning:
|
|
6250 argument `retval' might be clobbered by `longjmp' or `vfork'
|
|
6251
|
|
6252 1997-07-30 SL Baur <steve@altair.xemacs.org>
|
|
6253
|
|
6254 * redisplay.c: `window-system' isn't going away any time soon.
|
|
6255
|
|
6256 1997-07-29 SL Baur <steve@altair.xemacs.org>
|
|
6257
|
|
6258 * callint.c (Fcall_interactively): Allow floating point numbers
|
|
6259 for `n' and `N' interactive specs.
|
|
6260
|
|
6261 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
6262
|
|
6263 * event-stream.c (command_builder_find_leaf): Fix typo in
|
|
6264 HAVE_MENUBARS.
|
|
6265
|
|
6266 * gui-x.c (popup_selection_callback): Fix typo in HAVE_MENUBARS.
|
|
6267
|
|
6268 * event-stream.c (syms_of_event_stream): accelerate_menu needed
|
|
6269 guards.
|
|
6270
|
|
6271 * emacs.c (vars_of_emacs): Main default package directory is now
|
|
6272 ${prefix}/lib/xemacs/packages.
|
|
6273
|
177
|
6274 1997-07-25 David Moore <dmoore@ucsd.edu>
|
|
6275
|
|
6276 * alloc.c (Fmake_byte_code): GC protect newly allocated function
|
|
6277 when looking up filename.
|
|
6278
|
|
6279 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
6280
|
|
6281 * Makefile.in.in: Added support for linking with dmalloc.
|
|
6282
|
|
6283 1997-07-25 P E Jareth Hein <jareth@camelot-soft.com>
|
|
6284
|
|
6285 * xselect.c (x_atom_to_symbol): Fixed a memory corruption bug
|
|
6286 where a possibly MULEified string was getting freed before use.
|
|
6287
|
|
6288 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
6289
|
|
6290 * callproc.c: New variable Vdata_directory_list.
|
|
6291 * emacsfns.h: Declare it.
|
|
6292
|
|
6293 * fns.c (Frequire): Undo previous change.
|
|
6294
|
|
6295 * print.c (print_internal): Handle circular objects like Emacs
|
|
6296 handles them (and as documented in the Lispref).
|
|
6297
|
|
6298 * database.c (Fputdatabase): Complain when `val' is not a string.
|
|
6299
|
|
6300 * event-stream.c (command_builder_find_leaf): Guard menubar
|
|
6301 accelerator stuffs with HAVE_MENUBAR.
|
|
6302 * gui-x.c (popup_selection_callback): Ditto.
|
|
6303
|
|
6304 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
6305
|
|
6306 * event-stream.c (menu_move_up): Guard menubar accelerator code
|
|
6307 with HAVE_MENUBARS.
|
|
6308
|
|
6309 * emacs.c (decode_path): New function, derived from latter portion
|
|
6310 of decode_env_path.
|
|
6311 (decode_env_path): Break out the naughty bits -- shouldn't do
|
|
6312 getenv and separator parsing in one function.
|
|
6313 New variable Vpackage_path.
|
|
6314 (vars_of_emacs): Use it.
|
|
6315
|
|
6316 * editfns.c (Fstring_to_char): Return nil instead of `0' for empty
|
|
6317 string.
|
|
6318
|
173
|
6319 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
6320
|
|
6321 * fileio.c (Finsert_file_contents_internal): Handle non-regular
|
|
6322 files.
|
|
6323
|
|
6324 1997-07-12 Steven L Baur <steve@altair.xemacs.org>
|
|
6325
|
|
6326 * Makefile.in.in (LOCK_OBJ): Only include filelock.[co] when
|
|
6327 CLASH_DETECTION is defined.
|
|
6328
|
|
6329 1997-07-11 Steven L Baur <steve@altair.xemacs.org>
|
|
6330
|
|
6331 * emacs.c (main_1): Spelling fix.
|
|
6332
|
|
6333 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
6334
|
|
6335 * Makefile.in.in (dump-elcs): Shouldn't use SATISFIED hack.
|
|
6336 (xemacs-no-site-file): Not supported any more.
|
|
6337 (binary): New dependency for dumping XEmacs.
|
|
6338 (xemacs): Attempt to be a little smarter about not dumping a new
|
|
6339 XEmacs if it is not needed.
|
|
6340 (temacs): Remove `xemacs' after success.
|
|
6341
|
171
|
6342 1997-07-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
6343
|
|
6344 * extents.c: Allow non-symbol properties of extents.
|
|
6345
|
|
6346 1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6347
|
|
6348 * data.c (Fstring_to_number): Use `check_int_range'.
|
|
6349 (Fstring_to_number): Would bug out on wrong type check.
|
|
6350
|
|
6351 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
6352
|
|
6353 * data.c (Fcompiled_function_doc_string): Implement correctly.
|
|
6354 Was forgotten cut & paste identical clone to
|
|
6355 Fcompiled_function_interactive?
|
|
6356
|
|
6357 * Makefile.in.in (alloc.o): Remove dependency on puresize_adjust.h
|
|
6358 so alloc.c need not be recompiled when puresize changes.
|
|
6359
|
|
6360 * alloc.c (PURIFIED): Use get_PURESIZE() instead of constant.
|
|
6361 (check_purespace): Ditto.
|
|
6362 (alloc_pure_lrecord): Ditto.
|
|
6363 (report_pure_usage): Ditto.
|
|
6364 (disksave_object_finalization): Ditto.
|
|
6365 (report_pure_usage): Modify message reported when Build is
|
|
6366 restarted due to change in PURESIZE_ADJUSTMENT.
|
|
6367
|
|
6368 * puresize.h: Remove dependency on puresize_adjust.h.
|
|
6369 (get_PURESIZE): New function -- declare it.
|
|
6370
|
|
6371 * pure.c: Move final PURESIZE computation and include of
|
|
6372 puresize_adjust.h into here so alloc.c need not be recompiled each
|
|
6373 time the puresize is adjusted.
|
|
6374 (get_PURESIZE): New function.
|
|
6375
|
169
|
6376 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
6377
|
171
|
6378 * data.c (Fstring_to_number): Wrong parameter was being checked.
|
|
6379
|
169
|
6380 * emacs.c (vars_of_emacs): Fprovide the system type as a feature.
|
|
6381
|
|
6382 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
6383
|
|
6384 * data.c (Fstring_to_number): Fix typo. base isn't an integer.
|
|
6385
|
|
6386 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
|
|
6387
|
|
6388 * data.c, emacsfns.h: This is the port of GNU Emacs capability.
|
|
6389 I am still not sure what this buys us, but I guess it doesn't hurt
|
|
6390 to have it.
|
|
6391 From Hrvoje Niksic <hniksic@srce.hr>
|
|
6392
|
|
6393 * glyphs.c (make_string_from_file): Use
|
|
6394 insert-file-contents-literally instead of
|
|
6395 insert-file-contents-internal.
|
|
6396
|
|
6397 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
6398
|
|
6399 * fns.c (check_losing_bytecode): Correct reported version.
|
|
6400
|
|
6401 * Makefile.in.in (${libsrc}DOC): Break up line length for stupid
|
|
6402 make programs.
|
|
6403
|
|
6404 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
6405
|
|
6406 * emacsfns.h: Put void in prototype.
|
|
6407 Suggested by Ben Wing.
|
|
6408
|
|
6409 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
6410
|
|
6411 * glyphs.c (make_string_from_file): must protect from
|
|
6412 `format-alist'.
|
|
6413
|
167
|
6414 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
6415
|
|
6416 * config.h.in: Back out previous change to LOSING_BYTECODE. It's
|
|
6417 just not worth it.
|
|
6418
|
|
6419 1997-06-27 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
6420
|
|
6421 * s/sol2.h: Undefined _XOPEN_SOURCE for Solaris 2.4.
|
|
6422
|
|
6423 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
6424
|
|
6425 * abbrev.c (abbrev_match): New function.
|
|
6426 (abbrev_oblookup): New function.
|
|
6427 (obarray_has_blank_p): New function.
|
|
6428 (abbrev_count_case): New function.
|
|
6429 (Fexpand_abbrev): Use them. Allow abbreviations to contain
|
|
6430 arbitrary characters.
|
|
6431
|
|
6432 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
6433
|
|
6434 * config.h.in: LOSING_BYTECODE will not be compiled into XEmacs.
|
|
6435
|
|
6436 * doc.c (Fsnarf_documentation): Remove VMS dependent stuff for
|
|
6437 cleanliness.
|
|
6438
|
|
6439 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
6440
|
|
6441 * print.c (Ferror_message_string): Simplify.
|
|
6442
|
|
6443 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
6444
|
|
6445 * symbols.c (Fdefine_function): Correct docstring.
|
|
6446 (Fsetplist): Ditto.
|
|
6447 (Ffset): Ditto.
|
|
6448 (Fsetq_default): Ditto.
|
|
6449
|
|
6450 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
6451
|
|
6452 * eval.c (skip_debugger): Removed comment and #ifdef-ed code.
|
|
6453 (signal_call_debugger): Call skip_debugger after wants_debugger.
|
|
6454 (signal_call_debugger): Gcpro cons sent to skip_debugger.
|
|
6455
|
|
6456 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
|
|
6457
|
|
6458 * process.c (create_process): Default to fork instead of vfork.
|
|
6459
|
|
6460 * callproc.c (Fcall_process_internal): Default to fork instead of
|
|
6461 vfork.
|
|
6462
|
|
6463 * emacsfns.h: Add declarations of Ferror_message_string(),
|
|
6464 Frunning_temacs_p().
|
|
6465
|
|
6466 * eval.c: Remove declarations of Ferror_message_string(),
|
|
6467 Frunning_temacs_p().
|
|
6468
|
|
6469 * Makefile.in.in (${libsrc}DOC): Correct dependency for the docfile.
|
|
6470 (${mo_dir}emacs.po): Remove obsolete references to lisp source.
|
|
6471
|
|
6472 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
6473
|
|
6474 * mule-charset.c: Modify charset DOC-strings to be more detailed.
|
|
6475
|
165
|
6476 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
6477
|
|
6478 * alloc.c (Flist): Optimize.
|
|
6479 From Hrvoje Niksic.
|
|
6480
|
|
6481 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
6482
|
|
6483 * lisp.h: Get uintptr_t stuffs because it is needed for including
|
|
6484 emacsfns.h.
|
|
6485
|
|
6486 * sysdep.h: Removed uintptr_t stuffs.
|
|
6487
|
|
6488 1997-06-22 Steven L Baur <steve@altair.xemacs.org>
|
|
6489
|
|
6490 * fns.c (concat): Replace Fcar/Fcdr with XCAR/XCDR.
|
|
6491 (Fnreverse): Ditto.
|
|
6492 (internal_equal): Ditto.
|
|
6493 (internal_old_equal): Ditto.
|
|
6494 (Fnconc): Ditto.
|
|
6495 (Freverse): Saner implementation.
|
|
6496 From Hrvoje Niksic <hniksic@srce.hr>
|
|
6497
|
|
6498 * s/linux.h: getpgrp with glibc is now properly detected by
|
|
6499 configure.
|
|
6500 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
6501
|
163
|
6502 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
6503
|
|
6504 * events.c: Remove declaration of Qempty.
|
|
6505
|
|
6506 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
6507
|
|
6508 * frame-x.c, EmacsFrame.c, menubar-x.c, redisplay-x.c, scrollbar-x.c:
|
|
6509 Make 64 bit clean.
|
|
6510
|
|
6511 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
|
|
6512
|
|
6513 * config.h.in:
|
|
6514 - Autodetect X defines using xmkmf.
|
|
6515 - Compute rpath on *bsd* systems as well.
|
|
6516 - rewrite PRINT_VAR m4 macro.
|
|
6517 - detect sizes of void* and long long for future use by unex*.c
|
|
6518 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
|
|
6519
|
|
6520 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
|
|
6521
|
|
6522 * Makefile.in:
|
|
6523 * s/*.h:
|
|
6524 * m/*.h:
|
203
|
6525 * config.h.in:
|
215
|
6526 * emacs.c:
|
163
|
6527 * version.sh:
|
|
6528 * configure.in: Another rewrite.
|
|
6529 - support powerpcle (Solaris on ppc)
|
|
6530 - Now just have one s/sol2.h for all Solaris versions
|
|
6531 - Specifying colon-separated directories actually works now.
|
|
6532 - OS_RELEASE is a new define to avoid proliferation of s&m files.
|
|
6533 - extract more stuff from s&m files.
|
|
6534 - more debugging info
|
|
6535 - More changes to avoid the `echo -e' problem
|
|
6536 - Add more tests: fcntl.h AC_TYPE_*, AC_FUNC_GETPGRP
|
|
6537 - Back out -lPW test.
|
|
6538 - More paranoid xpm test
|
|
6539 - Put version information in version.sh instead of version.el
|
|
6540 - Make quoted pre-processor string tokens out of all macro values
|
|
6541 to be used only by configure.
|
|
6542 * xmu.c: DON'T use Xos.h
|
|
6543 * sysdep.c (wait_for_termination):
|
|
6544 * search.c:
|
|
6545 * editfns.c:
|
|
6546 * console-*:
|
|
6547
|
|
6548 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
6549
|
|
6550 * unexelfsgi.c: Some things that Needed To Be Done(tm) into
|
|
6551 unexelfsgi:
|
|
6552 - support for .sbss section (no more -G 0 needed, 0.00001% speed
|
|
6553 increase)
|
|
6554 - support for Elf64 (64bits executables)
|
|
6555 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
|
|
6556
|
|
6557 * fns.c (Fmapvector): New function converted from Lisp.
|
|
6558 From Hrvoje Niksic <hniksic@srce.hr>
|
|
6559
|
|
6560 Wed Jun 18 16:42:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6561
|
|
6562 * Makefile.in.in: Convert two missed C style comments.
|
|
6563 (LIBES): Remove LIBS_DEBUG which is no longer defined.
|
|
6564 (LIBES): lwlibs_libs was misspelled.
|
|
6565
|
|
6566 1997-06-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
6567
|
|
6568 * eval.c (vars_of_eval): New variable Vdebug_ignored_errors.
|
|
6569 (skip_debugger): New function; use Vdebug_ignored_errors.
|
|
6570 (signal_call_debugger): Use it.
|
|
6571
|
|
6572 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
6573
|
|
6574 * emacs.c (vars_of_emacs): Moved symbols emacs-version,
|
|
6575 emacs-major-version, and emacs-minor-version from version.el to
|
|
6576 here.
|
|
6577
|
|
6578 * general.c (syms_of_general): New symbols and, not, and or.
|
|
6579
|
|
6580 * emacsfns.h: New symbols Qand, Qnot, Qor.
|
|
6581
|
|
6582 * Makefile.in.in: Call temacs to compute lisp libraries to
|
|
6583 include in the DOC file.
|
|
6584
|
|
6585 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
6586
|
|
6587 * Makefile.in.in (lisp): Remove explicit mention of auto-autoloads.el.
|
|
6588
|
|
6589 Sat Jun 14 21:55:27 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6590
|
|
6591 * console.c (Fselect_console):
|
|
6592 Check DEVICE_SELECTED_FRAME of console's selected
|
|
6593 device for non-nil value before using it as a frame.
|
|
6594
|
161
|
6595 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
6596
|
|
6597 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid
|
|
6598 unavoidable Ebola notices in the bytecompiler.
|
|
6599
|
|
6600 * emacsfns.h: Fextent_in_region_p: Move.
|
|
6601
|
|
6602 * keymap.c Fextent_in_region_p: Move.
|
|
6603
|
|
6604 Fri Jun 13 00:38:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6605
|
215
|
6606 * console.c (Fsuspend_console):
|
161
|
6607 Disable input on ttys. Hide unhidden frames.
|
|
6608
|
215
|
6609 * console.c (Fresume_console):
|
161
|
6610 Enable input on ttys. Raise the device selected frame.
|
|
6611
|
|
6612 Fri Jun 13 00:25:46 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6613
|
|
6614 * process.c (status_notify):
|
|
6615 Revert back to the code that does not use
|
|
6616 save_excursion_restore. Just bounds check opoint
|
|
6617 instead.
|
|
6618
|
|
6619 * process.c (read_process_output):
|
|
6620 Bounds check saved clip region and point values for
|
|
6621 validity before using them. Call Fwiden before calling
|
|
6622 Fnarrow_to_region to insure values will not be out of
|
|
6623 range.
|
|
6624
|
|
6625 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
6626
|
|
6627 * alloc.c: Make the GC cursor appear on all frames.
|
|
6628 From Hrvoje Niksic <hniksic@srce.hr>
|
|
6629
|
|
6630 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
6631
|
|
6632 * data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and
|
|
6633 byte-compile-push-constant to list of ignored functions.
|
|
6634
|
|
6635 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
6636
|
|
6637 * bytecode.c (Bsave_current_buffer): Register.
|
|
6638 (Fbyte_code): Do action.
|
|
6639
|
|
6640 * editfns.c (Fsave_current_buffer): New SUBR.
|
|
6641
|
159
|
6642 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
6643
|
|
6644 * syntax.c (Fchar_syntax): Handle case of being passed nil.
|
|
6645
|
|
6646 * data.c (eq_with_ebola_notice): Add more legitimate places in the
|
|
6647 bytecompiler that should not get Ebola notices.
|
|
6648
|
|
6649 Tue Jun 10 00:34:40 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6650
|
|
6651 * process.c (status_notify):
|
|
6652 Use record_unwind_protect and save_excursion_restore to
|
|
6653 handle the point and buffer restoration. Cleaner. Doesn't
|
|
6654 crash the editor if before/after-change-functions change
|
|
6655 things behind our back.
|
|
6656
|
|
6657 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
6658
|
|
6659 * data.c (vars_of_data): Set Ebola warning backtrace limit to 16.
|
|
6660 (eq_with_ebola_notice): Bypass Ebola warnings for special
|
|
6661 bytecompiler functions where they are 100% spurioius.
|
|
6662
|
|
6663 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
6664
|
|
6665 * Makefile.in.in: Use lisp/mule/language/misc-lang.el instead of
|
|
6666 lisp/mule/ipa-hooks.el.
|
|
6667
|
|
6668 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
6669
|
|
6670 * Makefile.in.in: Use lisp/mule/language/thai.elc instead of
|
|
6671 lisp/mule/thai-hooks.elc.
|
|
6672
|
|
6673 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
6674
|
|
6675 * Makefile.in.in: Use lisp/mule/language/chinese.el,
|
|
6676 lisp/mule/language/cyrillic.el, lisp/mule/language/european.el,
|
|
6677 lisp/mule/language/greek.el, lisp/mule/language/japanese.el and
|
|
6678 lisp/mule/language/korean.el instead of
|
|
6679 lisp/mule/chinese-hooks.el, lisp/mule/cyrillic-hooks.el,
|
|
6680 lisp/mule/european-hooks.el, lisp/mule/greek-hooks.el,
|
|
6681 lisp/mule/japanese-hooks.el and lisp/mule/korean-hooks.el.
|
|
6682
|
157
|
6683 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
6684
|
|
6685 * keymap.c: Declare Fextent_in_region_p.
|
|
6686
|
|
6687 * s/linux.h: Can't use ORDINARY_LINK in linux until usage of -lPW
|
|
6688 is determined more sensibly.
|
|
6689
|
|
6690 1997-06-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
6691
|
|
6692 * keydefs.c (get_relevant_extent_keymaps): Choose correct keymap
|
|
6693 at extent boundaries.
|
|
6694
|
|
6695 Mon Jun 9 19:35:19 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6696
|
|
6697 * redisplay.c (pixel_to_glyph_translation):
|
|
6698 Fixed off by one error in computation of closest
|
|
6699 position when mouse is in the frame's right-side
|
|
6700 border area.
|
|
6701
|
|
6702 Sat Jun 7 22:07:41 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6703
|
|
6704 * frame.c (delete_frame_internal):
|
|
6705 Calling Fselect_frame isn't sufficient to set the
|
|
6706 frame device's selected frame if the frame we're
|
|
6707 selecting is on a different device. Call
|
|
6708 set_device_selected_frame apprpriately in that case.
|
|
6709 Also don't set the frame device's selected frame to a
|
|
6710 frame that's on another device.
|
|
6711
|
|
6712 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
6713
|
|
6714 * sysdep.c: MS Windows NT doesn't (yet) do child TTY processes.
|
|
6715 From David Hobley <davidh@wr.com.au>
|
|
6716
|
|
6717 Sat Jun 7 22:00:54 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6718
|
215
|
6719 * device-x.c (x_delete_device):
|
157
|
6720 Add an EQ check so that we don't set Vdefault_x_device
|
|
6721 back to the device we're deleting.
|
|
6722
|
155
|
6723 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
6724
|
|
6725 * frame.c (Fmake_frame): Correct checking of first_frame_on_device.
|
|
6726 From Hrvoje Niksic <hniksic@srce.hr>
|
|
6727
|
|
6728 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
6729
|
|
6730 * device.c (delete_deviceless_console): New function.
|
|
6731 (Fmake_device): Use it. Fix problem of creation of a frame on a
|
|
6732 tty where something fails during initialization.
|
|
6733 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
6734
|
|
6735 * specifier.c (Fboolean_specifier_p): Correct spelling in
|
|
6736 Docstring (synch from Infodock 3.5).
|
|
6737
|
|
6738 * frame.c: Update docstring.
|
|
6739
|
|
6740 1997-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6741
|
|
6742 * sysdep.c (tty_init_sys_modes_on_device): Initialize it.
|
|
6743
|
|
6744 * console.c (complex_vars_of_console): New variable
|
|
6745 `tty-erase-char'.
|
|
6746
|
|
6747 * conslots.h (MARKED_SLOT): New slot.
|
|
6748
|
|
6749 Mon Jun 2 02:49:44 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6750
|
|
6751 * frame.c, frame-tty.c
|
|
6752 Treat tty frames like a cross between stacked window
|
|
6753 system frames and frames on virtual displays. All
|
|
6754 frames but the top frame are visible but hidden by
|
|
6755 default. next-frame and previous-frame now skip
|
|
6756 invisible tty frames by default. raise-frame and
|
|
6757 lower-frame now control whether a frame is hidden
|
|
6758 instead of whether it is visible. Frames are no
|
|
6759 longer automatically raised when they are selected.
|
|
6760 After a raise/lower operation selection of the new
|
|
6761 topmost frame is deferred until a selection magic
|
|
6762 event is read.
|
|
6763
|
|
6764 Sat May 31 19:59:49 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
6765
|
|
6766 * frame-tty.c (tty_init_frame_3:
|
|
6767 Defer selection of the newly created frame until
|
|
6768 an event is read.
|
|
6769
|
|
6770 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
6771
|
|
6772 * search.c (REGEXP_CACHE_SIZE): Bump to 20.
|
|
6773 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>
|
|
6774
|
|
6775 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
6776
|
|
6777 * device-tty.c (tty_asynch_device_change):
|
|
6778 * gpmevent.c (connect_to_gpm): Makes it so it doesn't **ck up the
|
|
6779 mouse stuff on an XTerm, and resets the internal GPM variables for
|
|
6780 the width and height of the screen when we get a sigwinch.
|
|
6781 From William M. Perry <wmperry@aventail.com>
|
|
6782
|
153
|
6783 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
6784
|
|
6785 * eval.c (Fprogn): Delete mocklisp support.
|
|
6786 (Fwhile): Ditto.
|
|
6787 (Fcommandp): Ditto.
|
|
6788 (Feval): Ditto.
|
|
6789 (funcall_recording_as): Ditto.
|
|
6790 (funcall_lambda): Ditto.
|
|
6791
|
|
6792 * elhash.c (verify_function): Delete mocklisp support.
|
|
6793
|
|
6794 * doc.c (Fdocumentation): Delete mocklisp support.
|
|
6795
|
|
6796 * data.c (wrong_type_argument): Delete mocklisp support.
|
|
6797
|
|
6798 * config.h.in: Delete mocklisp support.
|
|
6799
|
|
6800 * callint.c (Fcall_interactively): Delete mocklisp support.
|
|
6801
|
|
6802 * emacs.c (main_1): Delete mocklisp initialization.
|
|
6803
|
|
6804 * symsinit.h: Delete mocklisp.c decls.
|
|
6805
|
|
6806 * Makefile.in.in: Delete mocklisp stuffs.
|
|
6807
|
|
6808 Thu May 29 03:00:16 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
6809
|
|
6810 * frame.c (change_frame_size_1):
|
|
6811 Drop code that returns immediately if the old frame
|
|
6812 size is equal to the new.
|
|
6813 Leave the minibuffer height the same if the frame has
|
|
6814 been initialized, and the minibuffer height is tall
|
|
6815 enough to display at least one line of text in the default
|
|
6816 font, and the old minibuffer height is a multiple of the
|
|
6817 default font height. This should cause the minibuffer
|
|
6818 height to be recomputed on font changes but not for
|
|
6819 other frame size changes, which seems reasonable.
|
|
6820
|
|
6821 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
6822
|
|
6823 * event-stream.c (Frecent_keys): Take optional parameter to
|
|
6824 indicate how many keystrokes to return.
|
|
6825 (Frecent_keys_ring_size): New function returns the maximum number
|
|
6826 of events `recent-keys' can return.
|
|
6827 (Fset_recent_keys_ring_size): New function. Modifies the above.
|
|
6828
|
|
6829 From Hrvoje Niksic <hniksic@srce.hr>
|
|
6830
|
|
6831 * event-stream.c: New variable recent_keys_ring_size replacing a
|
|
6832 hard-coded macro.
|
|
6833
|
|
6834 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
6835 From Hrvoje Niksic <hniksic@srce.hr>
|
|
6836
|
|
6837 * sysdep.c: Correction of subprocess support when compiling
|
|
6838 without ttys.
|
|
6839
|
151
|
6840 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
6841
|
|
6842 * editfns.c (format-time-string): Update DOCstring. Make time
|
|
6843 parameter optional.
|
|
6844
|
|
6845 Wed May 21 11:58:17 1997 Kyle Jones <kyle@crystal.wonderworks.com>
|
|
6846
|
215
|
6847 * insdel.c (signal_first_change):
|
151
|
6848 record the current buffer for the unwind instead of the
|
|
6849 buffer that's about to become the current buffer.
|
|
6850
|
|
6851 Tue May 20 23:23:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6852
|
|
6853 * frame.c: Correct spelling typo in docstring.
|
|
6854
|
|
6855 Mon May 19 03:40:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
6856
|
215
|
6857 * redisplay.c: (window_line_number)
|
151
|
6858 don't prefer buffer point value over window point
|
|
6859 value unless window, frame, device and console are
|
|
6860 all selected.
|
|
6861
|
215
|
6862 * redisplay.c: (redisplay_window)
|
151
|
6863 don't prefer buffer point value over window point
|
|
6864 value unless window, frame, device and console are
|
|
6865 all selected.
|
|
6866
|
215
|
6867 * redisplay.c: (create_text_block)
|
151
|
6868 don't prefer buffer point value over window point
|
|
6869 value unless window, frame, device and console are
|
|
6870 all selected.
|
|
6871
|
|
6872 Sun May 18 13:03:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6873
|
|
6874 * Makefile.in.in (distclean): remove xemacs-version.h.
|
|
6875
|
149
|
6876 Sun May 11 13:38:46 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
6877
|
215
|
6878 * frame.c (change_frame_size_1):
|
149
|
6879 return without doing anything if the frame has benn
|
|
6880 initialized and the new frame size is same as the
|
|
6881 current frame size.
|
|
6882
|
|
6883 Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6884
|
|
6885 * device-tty.c (tty_asynch_device_change): Make
|
|
6886 `no-redraw-on-reenter' work. Patch from Hrvoje Niksic.
|
|
6887
|
|
6888 Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
6889
|
|
6890 * frame-tty.c: Support multiple frames.
|
|
6891
|
|
6892 * redisplay.c (decode_mode_spec): New coding `%N'.
|
|
6893
|
146
|
6894 Sun May 11 23:36:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6895
|
|
6896 * buffer.c: Rename Vdelete_auto_save_files to coding standards.
|
|
6897
|
|
6898 * frame.c: Rename Vallow_deletion_of_last_visible_frame to coding
|
|
6899 standards.
|
|
6900
|
142
|
6901 Thu May 8 19:10:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6902
|
|
6903 * frame.c: Change internal type of
|
|
6904 `allow-deletion-of-last-visible-frame' to boolean.
|
|
6905
|
|
6906 * buffer.c: Change internal type of `delete-auto-save-files' to
|
|
6907 boolean.
|
|
6908
|
|
6909 Sat May 3 15:28:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6910
|
|
6911 * redisplay.c: `column-number-start-at-one' is a user customizable
|
|
6912 variable.
|
|
6913
|
|
6914 * event-stream.c (vars_of_event_stream): `focus-follows-mouse' is
|
|
6915 a user customizable variable.
|
|
6916
|
|
6917 * cmds.c (vars_of_cmds): `signal-error-on-buffer-boundary' is a
|
|
6918 user customizable variable.
|
|
6919
|
|
6920 * lread.c (parse_integer): Fix incorrect upper bounds on loop.
|
|
6921
|
140
|
6922 Thu May 1 18:59:20 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6923
|
|
6924 * glyphs-x.c (Fmake_subwindow): Update error message.
|
|
6925
|
|
6926 Wed Apr 30 18:07:18 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6927
|
|
6928 * lread.c: New variable featurep.
|
|
6929 (read1): Add processing for #- and #+.
|
|
6930 (read_list_conser): Handle case where a feature test has removed a
|
|
6931 portion of the input stream.
|
|
6932 (vars_of_lread): New feature `xemacs'.
|
|
6933
|
|
6934 * fns.c (Ffeaturep): Remove function when using #-, #+ feature
|
|
6935 reader syntax.
|
|
6936
|
|
6937 * Makefile.in.in (lisp): Put features.elc in the dump list.
|
|
6938
|
|
6939 Thu May 1 05:24:25 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
6940
|
|
6941 * buffer.c (Fmake_indirect_buffer): Don't pretend it's there.
|
|
6942
|
138
|
6943 Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6944
|
|
6945 * glyphs-x.c: libpng already includes setjmp.h, so don't attempt
|
|
6946 to include it twice.
|
|
6947
|
|
6948 Thu Apr 24 09:14:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6949
|
|
6950 * balloon-x.c (vars_of_balloon_x): Don't override advertised and
|
|
6951 supported balloon-help.
|
|
6952
|
136
|
6953 Tue Apr 22 11:54:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6954
|
|
6955 * emacs.c (main_1): Add syms_of_balloon_x and guard with
|
|
6956 HAVE_X_WINDOWS.
|
|
6957 (main_1): Add vars_of_balloon_x and guard with HAVE_X_WINDOWS.
|
|
6958
|
|
6959 * process.c (get_process): This function can be passed a BUFFER as
|
|
6960 a parameter.
|
|
6961
|
|
6962 Tue Apr 22 01:32:00 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
6963
|
215
|
6964 * menubar-x.c (pre_activate_hook):
|
136
|
6965 set in_menu_callback around call to call to
|
|
6966 menu_item_descriptor_to_widget_value.
|
|
6967
|
215
|
6968 * event-stream.c (Fnext_event):
|
136
|
6969 signal error if in_menu_callback non-nil to avoid
|
|
6970 reentering the menubar code and causing a crash later.
|
|
6971
|
215
|
6972 * cmdloop.c (command_loop_3):
|
136
|
6973 signal error if in_menu_callback non-nil to avoid
|
|
6974 inflooping calling Fnext_event, which will signal an
|
|
6975 error if the situation is not caught earlier.
|
|
6976
|
|
6977 Tue Apr 22 08:22:22 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
6978
|
|
6979 * balloon-x.c, balloon_help.c, balloon_help.h: Modified to conform
|
|
6980 to XEmacs coding standards.
|
|
6981
|
134
|
6982 Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6983
|
|
6984 * balloon-x.c: New file from Douglas Keller.
|
|
6985
|
|
6986 * balloon_help.c: New file from Douglas Keller.
|
|
6987
|
|
6988 * balloon_help.h: New file from Douglas Keller.
|
|
6989
|
126
|
6990 Sun Apr 13 09:56:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
6991
|
|
6992 * emacs.c (shut_down_emacs): Advertise using send-pr as the
|
|
6993 mechanism for submitting a bug report.
|
|
6994
|
|
6995 * Makefile.in.in: Handle pathological case of mis-autodetected
|
|
6996 TOOLTALK.
|
|
6997
|
|
6998 Sun Apr 13 11:33:34 1997 David Moore <dmoore@ucsd.edu>
|
|
6999
|
|
7000 * regex.c (re_search_2): Prevent incorrect matching and infinite
|
|
7001 loop with \\` and MULE.
|
|
7002
|
124
|
7003 Sat Apr 12 05:57:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7004
|
|
7005 * Makefile.in.in (lisp): Dump cus-start.elc with XEmacs.
|
|
7006
|
|
7007 * event-Xt.c (x_to_emacs_keysym): Allow for dead keys. (Patch
|
|
7008 from Joachim Schnitter).
|
|
7009
|
|
7010 * Makefile.in.in: Allow native sound for BSD/I.
|
|
7011
|
|
7012 * linuxplay.c: Rename global sndbuf to linuxplay_sndbuf.
|
|
7013 Make sndbuf, mix_fd, audio_vol, audio_fd, audio_dev non-static to
|
|
7014 avoid dump time lossage.
|
|
7015 (sndcnv8U_2mono): Rename global sndbuf to linuxplay_sndbuf.
|
|
7016 (sndcnv8S_2mono): Ditto.
|
|
7017 (sndcnv2monounsigned): Ditto.
|
|
7018 (sndcnv2unsigned): Ditto.
|
|
7019 (sndcnvULaw_2mono): Ditto.
|
|
7020 (sndcnv16_2monoLE): Ditto.
|
|
7021 (sndcnv16_2monoBE): Ditto.
|
|
7022 (sndcnv2byteLE): Ditto.
|
|
7023 (sndcnv2byteBE): Ditto.
|
|
7024 (sndcnv2monobyteLE): Ditto.
|
|
7025 (sndcnv2monobyteBE): Ditto.
|
|
7026 (linux_play_data_or_file): Ditto.
|
|
7027 (linux_play_data_or_file): Ditto.
|
|
7028 (linux_play_data_or_file): Ditto.
|
|
7029
|
|
7030 Sat Apr 12 01:59:14 1997 Kyle Jones <kyle_jones@WonderWorks.COM>
|
|
7031
|
|
7032 * glyphs-x.c, glyphs.c, glyphs.h: Added domain parameter to all
|
|
7033 image *_instantiate functions so that the domsin is available to
|
|
7034 specifier lookups in the various instantiator functions. Passed
|
|
7035 domain argument to extract_xpm_color_names for the
|
|
7036 Fspecifier_instance call.
|
|
7037
|
|
7038 Fri Apr 11 20:02:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7039
|
|
7040 * glyphs-x.c (extract_xpm_color_names): Add checking to handle
|
|
7041 case for when XEmacs is in initialization.
|
|
7042
|
|
7043 * events.c (Fevent_type): Remove handling for dead_event.
|
|
7044 (Fevent_properties): Remove handling for dead_event.
|
|
7045
|
|
7046 Thu Apr 10 20:41:53 1997 David Moore <dmoore@ucsd.edu>
|
|
7047
|
|
7048 * ntproc.c (sys_spawnve): Clean up GC protection.
|
|
7049
|
|
7050 * fileio.c (Ffile_executable_p): Clean up GC protection.
|
|
7051
|
122
|
7052 Thu Apr 10 12:48:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7053
|
|
7054 * glyphs.c: Undo duplicate declaration of display_table.
|
|
7055
|
|
7056 * glyphs.h: Back out name change of autodetect to
|
|
7057 automatic_conversion.
|
|
7058
|
|
7059 * glyphs.c: Back out name change of autodetect to
|
|
7060 automatic_conversion.
|
|
7061
|
|
7062 * glyphs-x.c (image_instantiator_format_create_glyphs_x): Back out
|
|
7063 name change of autodetect to automatic_conversion.
|
|
7064
|
|
7065 * events.c (Fevent_properties): Do something sensible for
|
|
7066 dead_event and empty_event.
|
|
7067
|
|
7068 * general.c: Restore autodetect symbol.
|
|
7069
|
|
7070 * emacsfns.h: Declare new symbol Qempty.
|
|
7071
|
|
7072 * general.c: Add symbol to identify empty events.
|
|
7073
|
|
7074 * events.c (Fevent_type): Don't abort() when presented with an
|
|
7075 empty_event or a dead_event.
|
|
7076
|
120
|
7077 Mon Apr 7 18:12:26 1997 David Moore <dmoore@ucsd.edu>
|
|
7078
|
|
7079 * xmu.c: Renamed local `initialized' variable to `hex_initialized'
|
|
7080 and don't assign to static, as some compilers crash.
|
|
7081 (initHexTable): Use it.
|
|
7082 (XmuReadBitmapData): Use it.
|
|
7083
|
|
7084 Sun Apr 6 18:03:47 1997 David Moore <dmoore@ucsd.edu>
|
|
7085
|
|
7086 * fileio.c (Fexpand_file_name): Clean up GC protection.
|
|
7087
|
|
7088 * dired.c (Fdirectory_files): Clean up GC protection.
|
|
7089
|
|
7090 * insdel.c (signal_after_change): Don't run after_change_functions
|
|
7091 on special Vprin1_to_string_buffer.
|
|
7092 (signal_before_change): Ditto for before_change_functions.
|
|
7093
|
|
7094 Fri Apr 4 14:41:17 1997 David Moore <dmoore@ucsd.edu>
|
|
7095
|
|
7096 * buffer.c (Fkill_buffer): Don't kill special
|
|
7097 Vprin1_to_string_buffer.
|
|
7098
|
|
7099 Mon Apr 7 19:13:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7100
|
|
7101 * Makefile.in.in (xemacs-version.h): Added to rename main_1 to
|
|
7102 something reflecting the XEmacs version in use (for lusers
|
|
7103 reporting crashes who forget to include the version number).
|
|
7104
|
|
7105 * toolbar.c (specifier_vars_of_toolbar): Strip HAVE_NEXTSTEP.
|
|
7106
|
|
7107 * sound.c: Strip HAVE_NEXTSTEP.
|
|
7108
|
|
7109 * redisplay.c (init_redisplay): Strip HAVE_NEXTSTEP.
|
|
7110
|
|
7111 * faces.c: Strip HAVE_NEXTSTEP.
|
|
7112 (update_EmacsFrame): Ditto.
|
|
7113
|
|
7114 * events.c (event_equal): Strip HAVE_NEXTSTEP.
|
|
7115 (event_hash): Ditto.
|
|
7116 (format_event_object): Ditto.
|
|
7117
|
|
7118 * event-stream.c (init_event_stream): Strip HAVE_NEXTSTEP.
|
|
7119
|
|
7120 * emacs.c (main_1): Strip HAVE_NEXTSTEP.
|
|
7121 Attempt hack to change name of main_1 to something reflecting the
|
|
7122 current version for lusers who don't include version numbers with
|
|
7123 stack backtraces.
|
|
7124
|
|
7125 * device.c: Strip HAVE_NEXTSTEP.
|
|
7126
|
|
7127 * console.c (Fconsole_type): Remove reference to unimplemented ns
|
|
7128 windows type.
|
|
7129
|
|
7130 Sun Apr 6 08:08:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7131
|
|
7132 * frame.h: Strip NeXTStep stuff.
|
|
7133
|
|
7134 * device.h: Strip NeXTStep stuff.
|
|
7135
|
|
7136 * console.h: More NeXTStep trimming.
|
|
7137
|
|
7138 * console-x.h: Strip Epoch stuff.
|
|
7139
|
|
7140 * symsinit.h (init_sunpro): Strip vms/Epoch stuff.
|
|
7141
|
|
7142 * events.h (union magic_data): Strip NeXTStep stuff.
|
|
7143
|
|
7144 * console.h: Strip NeXTStep stuff.
|
|
7145
|
|
7146 * config.h.in: Strip unimplemented NeXTStep/Epoch stuff out.
|
|
7147
|
|
7148 * Makefile.in.in: Remove unused NeXTStep support. It's all in the
|
|
7149 cvs attic if someone wishes to revive it.
|
|
7150 (epoch.o): Remove last vestiges of non-existent epoch support.
|
|
7151
|
|
7152 Sat Apr 5 17:16:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7153
|
|
7154 * fns.c: Correct DOC string to not equate integers and
|
|
7155 characters.
|
|
7156
|
118
|
7157 Thu Apr 3 08:01:50 1997 Steve Carney <carney@gvc.dec.com>
|
|
7158
|
|
7159 * s/decosf4.0-static.h: New file.
|
|
7160
|
|
7161 Tue Apr 1 12:22:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7162
|
|
7163 * config.h.in: MAIL_USE_POP, KERBEROS, HESIOD -- new parameters to
|
|
7164 deal with upgraded movemail.c.
|
|
7165
|
|
7166 Fri Mar 28 19:25:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7167
|
|
7168 * inline.c: Restore this blasphemous file.
|
|
7169
|
|
7170 * Makefile.in.in (inline.o): Restore the bletcherous
|
|
7171 inline.c.
|
|
7172
|
116
|
7173 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
7174
|
|
7175 * fileio.c (barf_or_query_if_file_exists): GC fixes.
|
|
7176 (Ffile_readable_p): ditto.
|
|
7177 (Ffile_writable_p): ditto.
|
|
7178 (Ffile_symlink_p): ditto.
|
|
7179 (Ffile_accessible_directory_p): ditto.
|
|
7180
|
|
7181 * sound.c (Fplay_sound_file): Fix up gc problems with file
|
|
7182 handlers.
|
|
7183
|
|
7184 * buffer.c (Fkill_buffer): Fix up buffer killing problems with
|
|
7185 file handlers.
|
|
7186
|
|
7187 * sysdep.c (sys_subshell): Fix up gc problems with file handlers.
|
|
7188
|
|
7189 * callproc.c (Fcall_process_internal): Fix up gc problems with
|
|
7190 file handlers.
|
|
7191 Tue Mar 25 17:16:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7192
|
|
7193 * ralloc.c (MHASH): Make 64bit Alpha happier.
|
|
7194
|
|
7195 Tue Mar 25 11:36:08 1997 David Moore <dmoore@ucsd.edu>
|
|
7196
|
|
7197 * fileio.c (auto_save_expand_name_error): New function.
|
|
7198 (auto_save_expand_name): Ditto.
|
|
7199 (Fdo_auto_save): Protect against an error in Fexpand_file_name
|
|
7200 from kicking us inappropriately out of auto-save.
|
|
7201
|
|
7202 Mon Mar 24 21:50:13 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7203
|
|
7204 * s/linux.h (GETPGRP_NEEDS_ARG): Define if compiling with glibc
|
|
7205 2.1 (suggested by Andreas Jaeger).
|
|
7206
|
|
7207 Mon Mar 24 12:40:56 1997 David Moore <dmoore@ucsd.edu>
|
|
7208
|
|
7209 * profile.c: Fixed some comments about GC status of functions.
|
|
7210
|
|
7211 * profile.c (inside_profiling): New variable to lock the
|
|
7212 profiling table.
|
|
7213 (sigprof_handler): Check it.
|
|
7214 (Fget_profiling_info): Set it.
|
|
7215 (mark_profiling_info): Set it.
|
|
7216 (Fclear_profiling_info): Set it.
|
|
7217
|
|
7218 * eval.c (PUSH_BACKTRACE): New macro.
|
|
7219 (POP_BACKTRACE): Ditto.
|
|
7220
|
|
7221 * eval.c (Fcommand_execute): Use them and fix problem with
|
|
7222 backtrace_list build ordering requirements for profiling code.
|
|
7223 (Feval): Ditto.
|
|
7224 (funcall_recording_as): Ditto.
|
|
7225
|
114
|
7226 Fri Mar 21 20:19:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7227
|
|
7228 * Makefile.in.in: strip inline.o.
|
|
7229
|
|
7230 Fri Mar 21 18:54:04 1997 David Moore <dmoore@ucsd.edu>
|
|
7231
|
|
7232 * fileio.c (call2_check_string_or_nil): New function.
|
|
7233 (Ffile_name_directory): Use it.
|
|
7234 (Fsubstitute_in_file_name): Use it.
|
|
7235
|
|
7236 * fileio.c (Fexpand_file_name): GC protect against file handlers.
|
|
7237 (Fdelete_file): ditto
|
|
7238 (Ffile_writable_p): ditto
|
|
7239 (Ffile_directory_p): ditto
|
|
7240 (Ffile_regular_p): ditto
|
|
7241 (Fset_file_modes): ditto
|
|
7242 (Ffile_newer_than_file_p): ditto
|
|
7243 (Fset_visited_file_modtime): ditto
|
|
7244
|
|
7245 *fileio.c (Ffile_truename): Unneccessary GC protection.
|
|
7246 (Fdelete_directory): Fix broken caller-must-GC-protect call.
|
|
7247
|
|
7248 * filelock.c (lock_file): New comments warning that this function
|
|
7249 may kill the current buffer.
|
|
7250 (unlock_file): ditto
|
|
7251 (Flock_buffer): ditto
|
|
7252 (Funlock_buffer): ditto
|
|
7253 (unlock_buffer): ditto
|
|
7254
|
|
7255 * filelock.c (unlock_all_files): GC protect against unlock_file
|
|
7256 killing random buffers.
|
|
7257
|
|
7258 * buffer.c (Fkill_buffer): GC protect against unlock_file killing
|
|
7259 the buffer.
|
|
7260
|
|
7261 * insdel.c (prepare_to_modify_buffer): GC protect against
|
|
7262 lock_file() killing the buffer.
|
|
7263
|
|
7264 Fri Mar 21 19:11:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7265
|
|
7266 * mule-coding.c (vars_of_mule_coding): Add
|
|
7267 enable-multibyte-characters for MULE compatibility.
|
|
7268
|
|
7269 Thu Mar 20 13:25:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7270
|
|
7271 * glyphs-x.c: Implement a dummy function to insert a fake EOI
|
|
7272 marker if called. Based on code from William Perry.
|
|
7273
|
|
7274 Wed Mar 19 10:49:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7275
|
|
7276 * menubar-x.c (pre_activate_callback): Attempt to avoid recursive
|
|
7277 expansion of submenus via :filter expansion.
|
|
7278
|
|
7279 * glyphs-x.c (x_print_image_instance): Move define of
|
|
7280 HAVE_SUBWINDOWS to glyphs-x.h.
|
|
7281 (our_skip_input_data): Implement with some error checking based on
|
|
7282 patch by Dominic Froud.
|
|
7283
|
|
7284 * glyphs-x.h (HAVE_SUBWINDOWS): Define to keep inline.c from
|
|
7285 barfing.
|
|
7286
|
|
7287 Tue Mar 18 11:15:23 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7288
|
|
7289 * glyphs-x.c: Strip unimplemented subwindows code.
|
|
7290
|
112
|
7291 Mon Mar 17 15:40:12 1997 David Moore <dmoore@ucsd.edu>
|
|
7292
|
|
7293 * glyphs-x.c (our_own_dgif_slurp_from_gif2x11_c): Only get the
|
|
7294 first image out of a multi-image or animated gif.
|
|
7295
|
|
7296 Mon Mar 17 15:27:26 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7297
|
|
7298 * Makefile.in.in (xemacs): Invert sense of test for successful
|
|
7299 completion of XEmacs dump.
|
|
7300
|
110
|
7301 Sat Mar 15 14:21:39 1997 David Moore <dmoore@ucsd.edu>
|
|
7302
|
|
7303 * fileio.c (Fdo_auto_save): Protect against file handlers which
|
|
7304 may kill the buffer being saved or otherwise modify Vbuffer_alist.
|
|
7305
|
|
7306 Sat Mar 15 15:32:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7307
|
|
7308 * Makefile.in.in (lisp): Add auto-customize.elc.
|
|
7309
|
|
7310 Fri Mar 14 19:10:37 1997 David Moore <dmoore@ucsd.edu>
|
|
7311
|
|
7312 * extents.c (extent_changed_for_redisplay): New parameter.
|
|
7313 (extent_changed_for_redisplay): Notify redisplay if invisible text
|
|
7314 has become visible.
|
|
7315 (extent_maybe_changed_for_redisplay): New parameter.
|
|
7316 (extent_attach): Use it.
|
|
7317 (extent_detach): Use it.
|
|
7318 (Fset_extent_parent): Use it.
|
|
7319 (set_extent_invisible): Use visibility change parameter.
|
|
7320 (Fset_extent_face): Ditto.
|
|
7321 (Fset_extent_mouse_face): Ditto.
|
|
7322 (set_extent_glyph): Ditto.
|
|
7323 (do_highlight): Ditto.
|
|
7324
|
|
7325 Thu Mar 13 10:40:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7326
|
|
7327 * s/sunos4-1-4-shr.h: New file.
|
|
7328
|
|
7329 * s/sunos4-1-4.h: New file.
|
|
7330
|
|
7331 * s/sunos4-1.h (BROKEN_SIGIO): Define.
|
|
7332
|
|
7333 Wed Mar 12 14:29:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7334
|
|
7335 * emacs.c (fatal_error_signal): (mostly) useless check on
|
|
7336 /usr/proc/bin/pstack removed.
|
|
7337
|
|
7338 * s/bsdos3.h: New file for BSDI 3.0.
|
|
7339
|
|
7340 * editfns.c (Fchar_equal): Correct DOC string.
|
|
7341 (Fchar_Equal): (char=) CL Case sensitve comparison added.
|
|
7342
|
|
7343 * data.c (Fcharacterp): Make DOC string less confrontational.
|
|
7344
|
|
7345 Mon Mar 10 23:51:04 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
7346
|
|
7347 * input-method-motif.c (XIM_init_frame): Fix XIM crash on some
|
|
7348 versions of X11R6 XIM.
|
|
7349
|
|
7350 Sun Mar 9 21:46:53 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
7351
|
|
7352 * minibuf.c (regexp_ignore_completion_p): Reverse meaning of
|
|
7353 completion-regexp-list.
|
|
7354
|
108
|
7355 Thu Mar 6 19:15:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7356
|
|
7357 * data.c (eq_with_ebola_notice): Unobfuscate Ebola warning!!!
|
|
7358 message.
|
|
7359
|
|
7360 Wed Mar 5 16:11:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7361
|
|
7362 * process.c (get_internet_address): Put upper bounds on attempting
|
|
7363 to get system name (similar to nearly identical processing in
|
|
7364 sysdep.c.
|
|
7365
|
|
7366 Tue Mar 4 17:30:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7367
|
|
7368 * puresize.h (PURESIZE): *Must* use angle brackets for
|
|
7369 puresize_adjust.h or build will lose with --srcdir.
|
|
7370
|
|
7371 * alloc.c (report_pure_usage): Adjust error message printed when
|
|
7372 too low on PURESIZE.
|
|
7373
|
|
7374 * Makefile.in.in: Move site-packages.
|
|
7375 Add vpath correction for puresize_adjust.h.
|
|
7376
|
106
|
7377 Mon Mar 3 20:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7378
|
|
7379 * Makefile.in.in (lisp): Remove custom-xmas.elc.
|
|
7380
|
104
|
7381 Sat Mar 1 01:20:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7382
|
|
7383 * doc.c (weird_doc): Don't print `duplicate' messages as they are
|
|
7384 almost always due to symbols that are both autoloaded and dumped.
|
|
7385
|
|
7386 * data.c (syms_of_data): char-int and int-char -> char-to-int and
|
|
7387 int-to-char.
|
|
7388
|
|
7389 Thu Feb 27 21:48:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7390
|
|
7391 * Makefile.in.in (xemacs): Loop when dumping until SATISFIED.
|
|
7392
|
|
7393 * lstream.c (signal_simple_internal_error): Remove the abort().
|
|
7394
|
|
7395 * alloc.c (Fpurecopy): Make it work for byte compiled functions.
|
|
7396 (Fgarbage_collect): Disable garbage collection if we're dumping
|
|
7397 XEmacs and we've overflowed purespace.
|
|
7398
|
|
7399 Thu Feb 27 14:14:53 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
7400
|
|
7401 * event-Xt.c (change_frame_visibility): New function.
|
|
7402 (handle_map_event): Use it.
|
|
7403 (emacs_Xt_handle_magic_event): Correction of handling of
|
|
7404 VisibilityNotify.
|
|
7405
|
|
7406 Thu Feb 27 14:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7407
|
|
7408 * frame-x.c (x_frame_visible_p): Reverse previous change.
|
|
7409
|
|
7410 Sun Mar 2 14:01:32 1997 David Moore <dmoore@ucsd.edu>
|
|
7411
|
|
7412 * regex.c (re_search_2): Properly handle crossing the buffer gap
|
|
7413 when doing a backwards search under MULE.
|
|
7414
|
102
|
7415 Wed Feb 26 10:24:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7416
|
|
7417 * Makefile.in.in: make-docfile takes a "-i" parameter to pass
|
|
7418 site-loaded lisp files.
|
|
7419
|
|
7420 * alloc.c (report_pure_usage): Adjust restart message.
|
|
7421
|
|
7422 Tue Feb 25 10:58:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7423
|
|
7424 * Makefile.in.in: Add PURESIZE.h to special treatment in vpath.
|
|
7425
|
|
7426 * alloc.c (PURESIZE_h): New function.
|
|
7427 (report_pure_usage): Use it. If PURESIZE is not the right amount,
|
|
7428 use the correct value.
|
|
7429
|
|
7430 * puresize.h: Use dynamic computation of PURESIZE.
|
|
7431
|
|
7432 * PURESIZE.h: New file.
|
|
7433
|
|
7434 * fns.c (Frandom): Fix docstring.
|
|
7435
|
|
7436 Mon Feb 24 17:35:05 1997 Jonathan Edwards <edwards@intranet.com>
|
|
7437
|
|
7438 * process.c (record_exited_processes): Fix obvious typo in
|
|
7439 checking for SIGCLD.
|
|
7440
|
|
7441 Sun Feb 23 01:45:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
7442
|
|
7443 * scrollbar.c (update_scrollbar_instance): Fix for
|
|
7444 all-hail-xemacs scrollbar drag bug.
|
|
7445
|
|
7446 * scrollbar.c (Fscrollbar_to_bottom): Now calls Frecenter(-3)
|
|
7447 as end-of-buffer does, instead of hostile Frecenter(0). Makes
|
|
7448 C-button-1 on down-arrow friendlier.
|
|
7449
|
100
|
7450 Sun Feb 23 16:56:17 1997 David Hobley <david@spook-le0.cia.com.au>
|
|
7451 Initial MS Windows NT support.
|
|
7452 * unexnt.c: New file.
|
|
7453
|
|
7454 * ntproc.c: New file.
|
|
7455
|
|
7456 * ntheap.h: New file.
|
|
7457
|
|
7458 * ntheap.c: New file.
|
|
7459
|
|
7460 * nt.h: New file.
|
|
7461
|
|
7462 * nt.c: New file.
|
|
7463
|
|
7464 Sun Feb 23 15:56:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7465
|
|
7466 * floatfns.c (_GNU_SOURCE): Define if compiling with glibc 2.
|
|
7467
|
|
7468 * gmalloc.c: Guard __getpagesize definition against glibc 2.
|
|
7469
|
|
7470 Sat Feb 22 17:12:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7471
|
|
7472 * Makefile.in.in (lisp): Snarf docstrings from new file
|
|
7473 itimer-autosave.elc.
|
|
7474
|
|
7475 Fri Feb 21 18:21:32 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7476
|
|
7477 * event-Xt.c (emacs_Xt_handle_magic_event): Correction for frame
|
|
7478 freezing bug.
|
|
7479
|
|
7480 Wed Feb 19 12:54:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
7481
|
|
7482 * buffer.c (Fbuffer_disable_undo): Default to current buffer.
|
|
7483
|
|
7484 Tue Feb 18 12:37:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7485
|
|
7486 * Makefile.in.in (lisp): Dump new file custom-xmas.elc.
|
|
7487
|
|
7488 Mon Feb 17 11:29:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7489
|
|
7490 * print.c (Ferror_message_string): New function, ported from Emacs
|
|
7491 19.34.
|
|
7492 (print_error_message): Ditto.
|
|
7493
|
|
7494 * extents.c (verify_extent_mapper): Experimental deletion of code
|
|
7495 to allow deletion of read-only extents.
|
|
7496
|
|
7497 * symbols.c (hash_string): Replace algorithm with one given in
|
|
7498 Aho, Sethi & Ullman.
|
|
7499
|
|
7500 Sun Feb 16 14:53:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7501
|
|
7502 * keymap.c (lookup_keys): Wrong sense in test.
|
|
7503
|
|
7504 * Makefile.in.in: Dont dump font.elc.
|
|
7505
|
98
|
7506 Sat Feb 15 02:30:51 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7507
|
|
7508 * cmds.c: Define new symbol signal-error-on-buffer-boundary.
|
|
7509 (Fforward_char): Use it.
|
|
7510 (Fbackward_char): Use it.
|
|
7511
|
|
7512 * window.c (Fscroll_up): Use it.
|
|
7513 (Fscroll_down): Use it.
|
|
7514
|
|
7515 * keymap.c (syms_of_keymap): define mouse-[123] and
|
|
7516 down-mouse-[123] pseudo-keysym aliases for Emacs compatibility.
|
|
7517
|
|
7518 Thu Feb 13 21:28:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7519
|
|
7520 * Makefile.in.in: Don't dump tm with XEmacs under any
|
|
7521 circumstances.
|
|
7522
|
|
7523 * puresize.h: Remove extra SunPro puresize for MULE+tm.
|
|
7524
|
|
7525 Sun Feb 9 04:40:36 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
7526
|
|
7527 * emacs.c (main_1): Fix NeXT malloc initialization.
|
|
7528
|
96
|
7529 Fri Feb 7 11:36:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7530
|
|
7531 * mule-coding.c (Fdecode_coding_region): Make explicit call to
|
|
7532 `barf_if_buffer_read_only'.
|
|
7533 (Fencode_coding_region): Ditto.
|
|
7534
|
|
7535 Thu Feb 6 22:39:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7536
|
|
7537 * extents.c (syms_of_extents): Remove references to replicating
|
|
7538 extents.
|
|
7539
|
|
7540 * extents.h (struct extent): Remove references to replicating
|
|
7541 extents.
|
|
7542
|
|
7543 Thu Feb 6 01:11:43 1997 Jareth Hein <jhod@po.iijnet.or.jp>
|
|
7544
|
|
7545 * mule-coding.c (ENCODE_SJIS): Correct typo.
|
|
7546
|
|
7547 Thu Feb 6 01:10:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7548
|
|
7549 * frame.c (delete_frame_internal): Protect against deletion of
|
|
7550 frames with living popup children.
|
|
7551
|
94
|
7552 Wed Feb 5 17:13:17 1997 David Moore <dmoore@UCSD.EDU>
|
|
7553
|
|
7554 * emacs.c (main_1): Try to avoid collisions against potentially
|
|
7555 incompatible system mallocs.
|
|
7556
|
|
7557 Mon Feb 3 23:04:41 1997 Joel Peterson <tarzan@aosi.com>
|
|
7558
|
|
7559 * redisplay.c: Activate face/charset redisplay caching.
|
|
7560
|
|
7561 Mon Feb 3 22:01:09 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
7562
|
|
7563 * eval.c (do_debug_on_exit): Don't restore old value of
|
|
7564 debug_on_next_call improperly.
|
|
7565
|
88
|
7566 Fri Jan 31 10:28:47 1997 David Byers <davby@ida.liu.se>
|
|
7567
|
|
7568 * frame.c (frame_matches_frametype): Fix next-window when the next
|
|
7569 window is on another frame.
|
|
7570
|
|
7571 Thu Jan 30 20:25:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7572
|
|
7573 * syntax.c (scan_sexps_forward): Change test on targetdepth to
|
|
7574 match Emacs 19.34.
|
|
7575
|
|
7576 Wed Jan 29 22:11:53 1997 James LewisMoss <dres@scsn.net>
|
|
7577
|
|
7578 * gmalloc.c: Corrections for namespace collision with Linux libc
|
|
7579 malloc.
|
|
7580
|
86
|
7581 Mon Jan 27 21:46:53 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
7582
|
|
7583 * fileio.c (Fwrite_region_internal): pack lockname to write-region
|
|
7584 handler.
|
|
7585
|
|
7586 Mon Jan 27 04:50:50 1997 David Moore <dmoore@UCSD.EDU>
|
|
7587
|
|
7588 * gmalloc.c (malloc): Guard against incompatible system mallocs
|
|
7589 with conflicting symbols.
|
|
7590
|
|
7591 Sun Jan 26 12:27:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7592
|
|
7593 * redisplay.c (add_emchar_rune): Back out optimization change of
|
|
7594 caching last_charset.
|
|
7595
|
|
7596 Sun Jan 26 09:10:45 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
7597
|
|
7598 * s/decosf4-0.h: Digital Unix 4.0 has a realpath, but it's buggy.
|
|
7599 And I *do* mean buggy.
|
|
7600
|
84
|
7601 Thu Jan 23 10:41:19 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
7602
|
|
7603 * puresize.h: Increase SUNPRO usage to reflect tm & cc-mode.
|
|
7604 Decrease BASE_PURESIZE and increase MULE_PURESIZE_EXTRA.
|
|
7605
|
82
|
7606 Wed Jan 22 21:09:52 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7607 * puresize.h (BASE_PURESIZE): Tighten up.
|
|
7608
|
|
7609 * scrollbar.c (scrollbar-page-up): Add Athena3d to Lucid/Motif
|
|
7610 code.
|
|
7611 (scrollbar-page-down): Ditto.
|
|
7612
|
|
7613 * scrollbar-x.c (x_create_scrollbar_instance): Add Athena3d to
|
|
7614 Lucid/Motif code.
|
|
7615 (x_update_vertical_scrollbar_callback): Ditto.
|
|
7616 (x_update_horizontal_scrollbar_callback): Add Athena3d to Lucid
|
|
7617 special case code.
|
|
7618
|
|
7619 * scrollbar-x.h (struct x_scrollbar_data): Add start drag position
|
|
7620 for Athena3d.
|
|
7621
|
|
7622 * redisplay-output.c (redisplay_update_line): A vain attempt to
|
|
7623 get the Athena vertical thumb adjusted after drag.
|
|
7624
|
|
7625 * EmacsFrame.c: Default to lower/right with Athena3d libraries.
|
|
7626
|
|
7627 Wed Jan 22 18:38:52 1997 Ian Wells <I.Wells@tarragon-et.co.uk>
|
|
7628
|
|
7629 * m/aviion.h: Remove definition of m88k.
|
|
7630
|
|
7631 * s/dgux5-4r4.h: New file.
|
|
7632
|
|
7633 Wed Jan 22 18:32:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7634
|
|
7635 * buffer.h: Put proper typecasts on calls to alloca().
|
|
7636
|
|
7637 Tue Jan 21 22:25:23 1997 Steven L. Baur <steve@altair.xemacs.org>
|
|
7638
|
|
7639 * config.h.in: Add LWLIB_USES_ATHENA symbol
|
|
7640
|
|
7641 * Makefile.in.in (TOOLKIT_LIBS): It is possible to have both
|
|
7642 Athena and Motif in the same link.
|
|
7643
|
|
7644 Tue Jan 21 20:43:41 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
7645
|
|
7646 * redisplay-tty.c (tty_ring_bell): Don't ring tty bell if the
|
|
7647 volume is set to 0.
|
|
7648
|
|
7649 Tue Jan 21 20:38:58 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
7650
|
|
7651 * s/nextstep.h (signal_handler_t): define as int.
|
|
7652
|
|
7653 Mon Jan 20 21:12:57 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
7654
|
215
|
7655 * event-Xt.c (emacs_Xt_handle_magic_event):
|
82
|
7656 (frame-totally-visible-p) sometimes incorrectly returned nil.
|
|
7657
|
|
7658 Thu Jan 16 17:24:29 1997 Joel Peterson <tarzan@aosi.com>
|
|
7659
|
|
7660 * menubar-x.c (pre_activate_callback): Correctly handle buffer
|
|
7661 local variables in :included clauses.
|
|
7662 (compute_menubar_data): Ditto.
|
|
7663
|
|
7664 Wed Jan 15 21:44:53 1997 Joel Peterson <tarzan@aosi.com>
|
|
7665
|
|
7666 * redisplay.c (add_emchar_rune): Enable last_charset display
|
|
7667 optimization.
|
|
7668
|
|
7669 Wed Jan 15 19:06:27 1997 David Moore <dmoore@UCSD.EDU>
|
|
7670
|
|
7671 * event-stream.c (Faccept_process_output): Avoid checking an
|
|
7672 uninitialized variable.
|
|
7673
|
|
7674 Wed Jan 15 14:14:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7675
|
|
7676 * regex.c: Modify values of re_max_failures and MAX_FAILURE_ITEMS
|
|
7677 to match Emacs 19.34.
|
|
7678
|
|
7679 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
7680
|
|
7681 * sysdep.c (sys_execvp): Fix when compiled with
|
|
7682 --const-is-losing=no. Old code could crash if argv contained
|
|
7683 non-ascii characters and the execvp failed and then caller
|
|
7684 examined argv (for error message, for example).
|
|
7685
|
|
7686 Sun Jan 12 17:22:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7687
|
|
7688 * Makefile.in.in: TM .elcs moved to SUNPRO_LISP only.
|
|
7689
|
80
|
7690 Fri Jan 10 20:21:47 1997 Ben Wing <ben@666.com>
|
|
7691
|
|
7692 * minibuf.c (Ftry_completion): Don't crash if not given a proper
|
|
7693 obarray.
|
|
7694
|
|
7695 Fri Jan 10 09:49:44 1997 Ted Phelps <phelps@dstc.edu.au>
|
|
7696
|
|
7697 * objects-x.c (x_initialize_font_instance): Hardcode 'n' for
|
|
7698 default font width.
|
|
7699
|
|
7700 Mon Jan 6 15:16:46 1997 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
|
7701
|
|
7702 * Makefile.in.in: Linking with canna requires -lRKC.
|
|
7703
|
|
7704 Mon Jan 6 12:22:57 1997 Frederic Poncin <fp@info.ucl.ac.be>
|
|
7705
|
|
7706 * gmalloc.c: Don't declare __sbrk on SparcLinux.
|
|
7707
|
|
7708 Sun Jan 5 18:04:47 1997 Soren Dayton <csdayton@cs.uchicago.edu>
|
|
7709
|
|
7710 * Makefile.in.in: IRIX6 can use sgiplay.c too.
|
|
7711
|
78
|
7712 Sat Jan 4 12:15:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
7713
|
|
7714 * toolbar.c (specifier_vars_of_toolbar): Clean up fallback
|
|
7715 specifiers so XEmacs can be built without tty support.
|
|
7716
|
|
7717 * console-stream.c: Moved function bodies of
|
|
7718 semi_canonicalize_console_connection,
|
|
7719 canonicalize_console_connection,
|
|
7720 semi_canonicalize_device_connection, and
|
|
7721 canonicalize_device_connection into this file from console-tty.c.
|
|
7722 Moved variable Vstdio_str into this file.
|
|
7723
|
|
7724 * console-tty.c: See above.
|
|
7725
|
|
7726 Fri Jan 3 18:07:11 1997 Axel Seibert <aseibert@cybernet-ag.net>
|
|
7727
|
|
7728 * m/next.h: Cleanup accumulated cruft.
|
|
7729
|
|
7730 * s/nextstep.h: Remove useless #undef REL_ALLOC/HAVE_MMAP.
|
|
7731
|
|
7732 * syssignal.h: Don't typedef SIGTYPE on NeXT.
|
|
7733
|
|
7734 Fri Jan 3 12:06:44 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
7735
|
|
7736 * m/ibmrs6000.inp: Added various get.* symbols.
|
|
7737
|
|
7738 Sun Dec 29 20:16:08 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7739
|
|
7740 * m/next.h: Remove signal_handler_t #define.
|
|
7741
|
|
7742 * s/nextstep.h: Remove signal_handler_t #define.
|
|
7743
|
76
|
7744 Fri Dec 27 21:13:33 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
7745
|
|
7746 * event-Xt.c (x_to_emacs_keysym): Corrections to SUNOS_GCC_LO_BUG.
|
|
7747
|
|
7748 Mon Dec 23 11:37:16 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
7749
|
|
7750 * fns.c (Ffillarray): Fix for (fillarray #*10 0)
|
|
7751
|
|
7752 Mon Dec 23 10:27:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7753
|
|
7754 * bitmaps.h: Change to unsigned char.
|
|
7755
|
|
7756 * frame-x.c (x_cde_transfer_callback): Typecast fix.
|
|
7757
|
|
7758 * keymap.c (define_key_check_and_coerce_keysym): Typecast fix.
|
|
7759
|
74
|
7760 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7761
|
|
7762 * Makefile.in.in (lisp): Remove cc-mode as a dumped package.
|
|
7763
|
|
7764 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete
|
|
7765 binding of kp_.* not lose.
|
|
7766
|
|
7767 * bitmaps.h: Add left & right arrows to show extended lines.
|
|
7768
|
|
7769 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU>
|
|
7770
|
|
7771 * event-stream.c (event_stream_wakeup_pending_p): New function.
|
|
7772 (Faccept_process_output): Fix timeout handling race conditions.
|
|
7773 (Fsleep_for): Ditto.
|
|
7774 (Fsit_for): Ditto.
|
|
7775
|
|
7776 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com>
|
|
7777
|
|
7778 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines.
|
|
7779
|
|
7780 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
7781
|
|
7782 * syssignal.h: The declaration of SIGTYPE shouldn't be protected
|
|
7783 by HAVE_SIGPROCMASK.
|
|
7784
|
|
7785 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
7786
|
|
7787 * dgif_lib.c: Miscellaneous cleanup, including removing signed
|
|
7788 bitfields.
|
|
7789
|
|
7790 * mule-charset.h: Change charset names.
|
|
7791
|
|
7792 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields.
|
|
7793 Change charset names.
|
|
7794
|
|
7795 * mule-charset.c: Change charset names.
|
|
7796
|
|
7797 * mule-canna.c: Change charset names.
|
|
7798
|
|
7799 * EmacsShell-sub.c: Ansify and reformat.
|
|
7800
|
|
7801 * console-tty.h (struct tty_console): Uniform unsigned bitfields.
|
|
7802
|
|
7803 * glyphs-x.c: Ansify.
|
|
7804
|
|
7805 * specifier.c: Use lisp_fn_t.
|
|
7806
|
|
7807 * EmacsShell.c: Ansify.
|
|
7808
|
|
7809 * vm-limit.c: Ansify.
|
|
7810
|
|
7811 * emacsfns.h: Use lisp_fn_t.
|
|
7812
|
|
7813 * lstream.c (struct filedesc_stream): Unsigned int bitfields.
|
|
7814
|
|
7815 * xselect.c (hack_motif_clipboard_selection): Change charset name.
|
|
7816 (Fx_store_cutbuffer_internal): Change charset name.
|
|
7817
|
|
7818 * ralloc.c: Ansify and clean up.
|
|
7819
|
|
7820 * frame.h (struct frame): Uniform unsigned bit fields.
|
|
7821
|
|
7822 * event-Xt.c: Documentation change.
|
|
7823
|
|
7824 * lisp.h: Introduce lisp_fn_t.
|
|
7825 Remove SunPro C compiler warning message workaround.
|
|
7826
|
|
7827 * xmu.c: Ansify.
|
|
7828
|
|
7829 * doprnt.c (struct printf_spec): Use unsigned bitfields.
|
|
7830
|
|
7831 * fileio.c: various code formatting changes.
|
|
7832
|
|
7833 * eval.c: reorganize primitive funcalls.
|
|
7834
|
|
7835 * config.h.in (NeedFunctionPrototypes): Force slightly better type
|
|
7836 checking in X header files.
|
|
7837
|
|
7838 * Makefile.in.in: #undef i386, move mime-setup.elc?.
|
|
7839
|
|
7840 * s/sunos4-0-shr.h: Documentation change.
|
|
7841
|
|
7842 * s/sol2.h (__EXTENSIONS__): Add.
|
|
7843 Include <setjmp.h> under certain conditions.
|
|
7844
|
|
7845 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7846
|
|
7847 * lstream.c (Lstream_pseudo_close): Return status on error.
|
|
7848 (Lstream_close): Ditto. (Fixes disk full-no error on write bug).
|
|
7849
|
|
7850 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7851
|
|
7852 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading
|
|
7853 because the in-core code is broken.
|
|
7854
|
|
7855 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7856
|
|
7857 * device-x.c (x_init_device): Don't make nonexistent X server the
|
|
7858 default when running on a tty.
|
|
7859
|
|
7860 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1.
|
|
7861
|
|
7862 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1.
|
|
7863
|
|
7864 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
7865
|
|
7866 * lread.c (Fload_internal): Change arity of call to
|
|
7867 file-name-handlers.
|
|
7868
|
|
7869 * fileio.c (Finsert_file_contents_internal): Ditto.
|
|
7870
|
|
7871 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
7872
|
|
7873 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions.
|
|
7874 (Fend_of_line, Fbeginning_of_line): Use them.
|
|
7875
|
72
|
7876 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com>
|
|
7877
|
|
7878 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h
|
|
7879
|
|
7880 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h
|
|
7881
|
|
7882 Sat Dec 7 18:29:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7883
|
|
7884 * puresize.h (BASE_PURESIZE): Bumped up PURESIZE by 10k.
|
|
7885
|
|
7886 Sat Dec 7 16:26:34 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
7887
|
|
7888 * config.h.in: configure for POSIX getcwd if available.
|
|
7889
|
|
7890 Sat Dec 7 15:48:39 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7891
|
|
7892 * s/sunos4-1-shr.h: Renamed from sunos4-1shr.h.
|
|
7893
|
|
7894 * s/sunos4-1-3-shr.h: Renamed from sunos4-1-3shr.h.
|
|
7895
|
|
7896 * s/sunos4-1-2-shr.h: Renamed from sunos4-1-2-shr.h.
|
|
7897
|
|
7898 * s/sunos4-0-shr.h: Renamed from sunos4-0shr.h.
|
|
7899
|
|
7900 * s/hpux9-shr.h: Renamed from hpux9shr.h.
|
|
7901
|
|
7902 * s/hpux8-shr.h: Renamed from hpux8shr.h.
|
|
7903
|
|
7904 * s/hpux10-shr.h: Renamed from hpux10shr.h.
|
|
7905
|
|
7906 Wed Dec 4 23:38:03 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
7907
|
|
7908 * redisplay.c: Allow column numbers in modeline to start from 1.
|
|
7909
|