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