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