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