Richard M. Stallman
7bf5e9e404
(scan_lists): Signal errors using scan-error.
...
(syms_of_syntax): Set up Qscan_error.
1997-02-10 09:47:12 +00:00
Richard M. Stallman
2d955a501c
(Fminibuffer_message): New function.
...
(syms_of_minibuf): Set up Lisp function.
1997-02-10 09:46:16 +00:00
Richard M. Stallman
db98a733f2
(change_window_height): Take size from multiple siblings,
...
nearest ones first, when that can be done without deleting any of them.
1997-02-08 18:34:53 +00:00
Richard M. Stallman
9317a85d0f
(scroll_preserve_screen_position): New variable.
...
(keys_of_window): Set up Lisp var.
(window_scroll): If scroll_preserve_screen_position is 0,
behave the old way (advancing point the minimum distance).
1997-02-08 15:50:17 +00:00
Richard M. Stallman
d331bcad5b
(Feval_buffer): Doc fix.
1997-02-06 09:13:29 +00:00
Richard M. Stallman
509a8fcde8
(main): Don't extend stack limit too far.
1997-02-03 02:51:09 +00:00
Eli Zaretskii
917e56592f
dos_rawgetc: When international keyboard doesn't have
...
to be supported, recognize Alt-key combinations even if the Alt
key is no longer pressed.
1997-02-02 15:41:27 +00:00
Richard M. Stallman
498e9ac35b
(Vx_resource_class): New variable.
...
(syms_of_xfns): Set up Lisp variable.
(Fx_get_resource, x_window): Use Vx_resource_class.
(validate_x_resource_name): Ensure Vx_resource_class is a string.
1997-02-02 09:51:09 +00:00
Paul Eggert
98f1928d38
automatically generated from GPLed version
1997-02-02 01:50:06 +00:00
Richard M. Stallman
1b65c68491
Whitespace change.
1997-02-01 01:39:11 +00:00
Paul Eggert
bc1c9d7e6b
(isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
...
might need it.
(fmod): Ensure that the magnitude of the result does not exceed that
of the divisor, and that the sign of the result does not disagree with
that of the dividend. This does not yield a
particularly accurate result, but at least it will be in the
range promised by fmod.
1997-01-28 04:51:45 +00:00
Paul Eggert
be65c2f46a
Include <float.h> if STDC_HEADERS.
...
(DBL_MAX_10_EXP): Define if not defined; default is IEEE double.
(doprnt1): Allocate enough buffer space to handle very large floating
point numbers, or very large field widths or precisions.
Detect overflow in field widths or precisions.
1997-01-27 20:12:52 +00:00
Karl Heuer
f8e004fecb
(HAVE_RINT, HAVE_CBRT): Add undefs.
1997-01-27 01:47:08 +00:00
Richard M. Stallman
74549846a6
(openp): Handle remote file names in path.
...
Don't use the path for an absolute name.
(Fload): Handle openp finding a remote file name.
(Qinhibit_file_name_operation): New variable.
(syms_of_lread): Initialize and staticpro.
(Fload): Bind inhibit-file-name-operation to nil.
1997-01-27 00:48:16 +00:00
Richard M. Stallman
05ef7169a0
(set_internal): New subroutine. New arg BINDFLAG.
...
Don't make a new buffer-local binding if BINDFLAG is 0.
(Fset): Use set_internal.
1997-01-25 20:19:30 +00:00
Richard M. Stallman
ab07bca08a
(unbind_to, specbind): Use set_internal.
1997-01-25 20:19:07 +00:00
Karl Heuer
4b5878a8c6
[!HAVE_RINT] (rint): Convert macro to an actual
...
function, so we can take its address.
1997-01-25 09:50:25 +00:00
Richard M. Stallman
fd2d7b3dd4
(try_window): Remove frobnication of tab_offset in a minibuffer window.
...
(display_text_line): Likewise, for the taboffset parameter.
1997-01-24 09:31:32 +00:00
Richard M. Stallman
2dd4e608e1
(pos_tab_offset): Take the width of the minibuffer prompt into account.
...
(vmotion): In calls to compute_motion use a value for tab_offset
that is corrected by the minibuffer prompt width.
1997-01-24 09:31:18 +00:00
Richard M. Stallman
90ed3ec5e7
(read1): Round size of bool-vector properly.
1997-01-24 05:47:12 +00:00
Paul Eggert
e0bf9fafdb
(set_time_zone_rule_tz1, set_time_zone_rule_tz2):
...
Put "+" in value; needed if we are a Solaris 1 executable
running under Solaris 2.
Define these variables only if LOCALTIME_CACHE is defined.
1997-01-22 02:56:37 +00:00
Eli Zaretskii
a7cf915174
(run_msdos_command): Remove unused variables.
...
(crlf_to_lf): Remove unused variables.
(Fmsdos_downcase_filename): Remove unused variable.
(IT_set_frame_parameters): Declare prototypes for external functions.
(IT_set_frame_parameters): Correct format specifier.
(IT_set_terminal_modes): Remove unused variable.
(top level): Add header files which declare used functions.
1997-01-21 17:41:30 +00:00
Richard M. Stallman
f084eb91d5
(FAST_MAKE_GLYPH): Rename args to CHAR and FACE.
...
Cast CHAR to unsigned char before using it.
1997-01-21 05:38:46 +00:00
Richard M. Stallman
084f76ff7f
(stamp-oldxmenu): New target.
...
(temacs): Depend on stamp-oldxmenu, not on ${OLDXMENU}.
1997-01-21 05:26:30 +00:00
Richard M. Stallman
eefe909628
(dumpglyphs): Declare g as GLYPH.
1997-01-20 08:08:13 +00:00
Richard M. Stallman
1559a86dab
(init_display): Use `fatal'.
1997-01-20 02:22:25 +00:00
Richard M. Stallman
c11d3d1773
(Fsignal): Call fatal if no error handlers and no catch.
1997-01-20 02:21:33 +00:00
Richard M. Stallman
e12c105445
(fatal): Print a newline at the end.
...
(term_init): Calls to fatal changed.
1997-01-20 02:21:19 +00:00
Richard M. Stallman
1bad7c5925
(print): Round size of bool-vector properly.
1997-01-20 01:56:52 +00:00
Geoff Voelker
75b08edbf5
Rebuild Vsystem_configuration at startup.
1997-01-20 01:52:48 +00:00
Richard M. Stallman
d86c299a5f
(init_display): Check for overflow in screen size.
1997-01-20 01:21:07 +00:00
Geoff Voelker
5fba49f0cd
Update include conditionals to use new name.
1997-01-20 01:10:38 +00:00
Geoff Voelker
07bc5c0bec
Use new name w32gui.h.
1997-01-20 01:00:08 +00:00
Geoff Voelker
c0ac470c88
Use new name w32gui.h
1997-01-20 00:58:23 +00:00
Geoff Voelker
de31b97a3e
Change all uses of win95, winnt, and win32 into Windows 95, Windows
...
NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
1997-01-20 00:43:16 +00:00
Geoff Voelker
29f27c39d1
(term_init): Use new name initialize_w32_display.
1997-01-20 00:39:13 +00:00
Geoff Voelker
e9e23e2348
Change all uses of win95, winnt, and win32
...
into Windows 95, Windows NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
1997-01-20 00:38:22 +00:00
Geoff Voelker
e6b20d6541
Change all uses of win95, winnt, and win32
...
into Windows 95, Windows NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
1997-01-20 00:34:34 +00:00
Richard M. Stallman
3826ea1a0f
(change_frame_size_1): Reject new sizes if they cause overflow.
1997-01-19 01:34:39 +00:00
Richard M. Stallman
5caa45d38a
(skip_chars): Optimize by not calling SET_PT in the loop.
1997-01-19 01:28:07 +00:00
Richard M. Stallman
b8cab0060c
(push_key_description): Print C-j, not TAB.
1997-01-17 07:07:20 +00:00
Richard M. Stallman
606538987c
Clean up parentheses.
1997-01-17 07:01:51 +00:00
Eli Zaretskii
31e4e97b5b
* (interrupt_signal): Make emergency exit work on MSDOS
...
frames. Block further SIGINTs while `interrupt_signal' runs.
1997-01-16 13:12:51 +00:00
Eli Zaretskii
417a04bb04
* (sigprocmask, sig_suspender): New functions, implement
...
signal blocking on MSDOS.
1997-01-16 12:50:00 +00:00
Eli Zaretskii
bf8360aed2
* (XMenuActivate): Don't allow non-positive menu
...
coordinates.
1997-01-16 12:20:49 +00:00
Jim Meyering
3da4f36796
[hpux && HAVE_PSTAT_GETDYNAMIC]: Use HPUX's pstat_getdynamic so
...
we don't need any special privileges to determine load averages.
Patch from Kaveh Ghazi, based on a sample implementation from
Richard J. Rauenzahn.
Indent cpp-directives to reflect nesting.
1997-01-16 03:33:02 +00:00
Richard M. Stallman
93b649d3b3
(HAVE_PSTAT_GETDYNAMIC): New definition.
1997-01-15 20:24:01 +00:00
Richard M. Stallman
1f8bd7fb36
(get_emacs_configuration): Return windows95 instead of win95.
1997-01-15 20:19:54 +00:00
Richard M. Stallman
de004cc6b4
(init_cmdargs): Allow `installation-directory'
...
to be set if either `lib-src' or `info' are found as its
subdirectories or siblings.
1997-01-13 21:42:33 +00:00
Richard M. Stallman
de712da3be
(concat): Take modulus of thisindex before shifting.
...
Declare thisindex as unsigned.
1997-01-13 03:33:26 +00:00