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