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