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