1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
Commit graph

10633 commits

Author SHA1 Message Date
Paul Eggert
8db5fdf588 (BROKEN_MKTIME): New macro. 1996-12-31 19:10:03 +00:00
Paul Eggert
6009ff5ad3 (MKTIME_OBJ):
Use BROKEN_MKTIME instead of system-specific macros to determine
whether mktime is broken.
1996-12-31 19:10:03 +00:00
Paul Eggert
89e5d42066 (mktime):
Use BROKEN_MKTIME instead of system-specific macros to determine
whether mktime is broken.
1996-12-31 19:10:03 +00:00
Richard M. Stallman
c9ab42e191 Initial revision 1996-12-31 04:55:55 +00:00
Paul Eggert
ad8d56b960 <float.h>: Include if STDC_HEADERS.
(IEEE_FLOATING_POINT): New symbol.
(float_arith_driver, Fmod):
Test for division by 0 only if ! IEEE_FLOATING_POINT.
1996-12-30 08:07:51 +00:00
Paul Eggert
d137ae2faa <float.h>: Include if STDC_HEADERS.
(IEEE_FLOATING_POINT): New symbol.
(Ffloor): Test for division by 0 only if ! IEEE_FLOATING_POINT.
(fmod_float): New function.
1996-12-30 08:07:51 +00:00
Paul Eggert
22a8b81674 (MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it
botches time arithmetic as used by display-time.
1996-12-30 07:34:15 +00:00
Richard M. Stallman
3d5fc37b72 (Fbyte_code): Add error check for jumping out of range. 1996-12-30 05:59:42 +00:00
Richard M. Stallman
ececcbec2a Include blockinput.h.
(create_process): Block input around the fork.
1996-12-30 01:26:08 +00:00
Richard M. Stallman
8877186525 (process.o): Depend on blockinput.h. 1996-12-30 01:25:10 +00:00
Richard M. Stallman
e5df7c4ad7 (LD_SWITCH_SYSTEM): Use just -X.
(LIB_STANDARD): Alternate definition if NS_TARGET.
1996-12-27 04:38:50 +00:00
Richard M. Stallman
695a5c4976 (dos_set_keyboard): Test whether KEYB.COM is installed
for international keyboard support.
(dos_get_modifiers): If international keyboard support is NOT
required, make both Right and Left Alt key behave like Meta key.
1996-12-27 02:11:22 +00:00
Richard M. Stallman
73e0d965cc (Fdefalias): Change argument name and doc string. 1996-12-26 22:41:42 +00:00
Richard M. Stallman
8c0b5540a7 (Ffset): Change argument name and doc string. 1996-12-26 22:40:23 +00:00
Richard M. Stallman
1e6bc770bd (x_iconify_frame): Clear visible when we set iconified. 1996-12-26 21:07:30 +00:00
Richard M. Stallman
98381e4289 (single_keymap_panes): New arg DEPTH.
Cut off recursion at that depth.  Callers changed.
1996-12-26 21:06:19 +00:00
Richard M. Stallman
101d160585 (window_scroll): Preserve vpos of point
if we cannot preserve the actual position of it.
Make it static.  New arg WHOLE; callers changed.
1996-12-26 21:01:10 +00:00
Richard M. Stallman
8eb4d8ef14 (read_char_x_menu_prompt): Unread and record all the input events from here.
(record_menu_key): New subroutine.
1996-12-26 21:00:03 +00:00
Richard M. Stallman
2e13f8e971 (standard_args): Add -find-file and -visit. 1996-12-26 20:55:04 +00:00
Richard M. Stallman
e57640c004 (internal_self_insert): If the abbrev has no expansion,
just a hook, inhibit the insertion of the character.
1996-12-26 20:54:22 +00:00
Richard M. Stallman
f530ce2748 (Fexpand_abbrev): Return the abbrev symbol, or nil if no expansion. 1996-12-26 20:53:54 +00:00
Richard M. Stallman
ca41a64d00 (set_point): Use virtual bounds, not real bounds,
in the abort test for POSITION.
Skip the intangibility test if POSITION is at either end of buffer.
1996-12-20 18:15:52 +00:00
Richard M. Stallman
97f7b3b252 (FRONT_NONSTICKY_P): New macro. 1996-12-20 18:15:32 +00:00
Richard M. Stallman
9cbab4ff07 (try_window): Add error check for POS.
(prepare_menu_bars, update_menu_bar):
Call Fmatch_data with new explicit arguments.
1996-12-20 18:14:47 +00:00
Richard M. Stallman
2ff6714dd1 (modify_event_symbol):
Don't index thru name_table if it is null.
1996-12-19 23:57:33 +00:00
Richard M. Stallman
beb403b379 (x_set_title): Check data type of NAME. 1996-12-19 17:05:37 +00:00
Richard M. Stallman
8ca821e9f8 (Fmatch_data): Doc fix. 1996-12-19 08:11:56 +00:00
Richard M. Stallman
7935c7387b (set_frame_menubar): Call Fmatch_data with new explicit arguments. 1996-12-19 06:42:08 +00:00
Richard M. Stallman
dd13022778 (read_process_output, exec_sentinel):
Call Fmatch_data with new explicit arguments.
1996-12-19 06:41:48 +00:00
Richard M. Stallman
56256c2a0c (Fmatch_data): New args INTEGERS and REUSE. 1996-12-18 23:35:48 +00:00
Richard M. Stallman
5aab7a7208 (HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs. 1996-12-18 18:12:37 +00:00
Richard M. Stallman
f3e6605c82 (send_process) [EMACS_HAS_USECS]:
When we wait for the buffer to clear, wait just .02 second.
1996-12-18 16:37:52 +00:00
Richard M. Stallman
b827a9e32b (set_point): Use virtual bounds, not real bounds,
in the abort test for POSITION.
Skip the intangibility test if POSITION is at either end of buffer.
1996-12-18 06:30:59 +00:00
Richard M. Stallman
4ab19eb30d (merge_properties_sticky): Don't discard explicit nil
properties.  Don't put on a front-sticky property if we inherit
one from the category that does the job.
1996-12-17 07:25:35 +00:00
Richard M. Stallman
94bec52a55 Fix previous change. 1996-12-16 05:53:33 +00:00
Richard M. Stallman
4d2a0879ff (Finsert_file_contents): Handle BEG and END non-nil
when REPLACE is non-nil.
1996-12-16 05:46:37 +00:00
Richard M. Stallman
99d15a7a70 (HAVE_LIMITS_H): Add #undef. 1996-12-16 02:44:07 +00:00
Richard M. Stallman
3347526ce7 (Fuser_full_name): Return nil if the specified user doesn't exist.
(init_editfns): Set Vuser_full_name to "unknown" if the user name
can't be resolved.
1996-12-15 20:14:13 +00:00
Richard M. Stallman
0a26b136cd (x_set_scroll_bar_width): Reject a width that's too small. 1996-12-15 18:48:23 +00:00
Richard M. Stallman
580fae9403 (set_point): Check for intangible properties on overlays. 1996-12-15 04:58:53 +00:00
Richard M. Stallman
fcab51aabb (Fnext_char_property_change): New function.
(Fprevious_char_property_change): New function.
(syms_of_textprop): defsubr them.
1996-12-15 04:57:31 +00:00
Richard M. Stallman
319c537c12 (syms_of_buffer): Doc fix (transient-mark-mode). 1996-12-11 01:07:41 +00:00
Richard M. Stallman
ef4296336d (Fwrite_region): Be careful not to destroy contents of
existing file when appending.
1996-12-11 00:29:18 +00:00
Richard M. Stallman
b6436d4e83 (message2_nolog): Handle minibuffer_auto_raise. 1996-12-10 23:29:00 +00:00
Richard M. Stallman
d3e81d0a9e (Fcall_process_region): Define missing local `count'. 1996-12-10 23:27:58 +00:00
Richard M. Stallman
345d45b2c0 (window_scroll): Don't set w->start or w->force_start if signaling an error. 1996-12-10 23:26:48 +00:00
Richard M. Stallman
38b294ca29 (Fend_of_line, Fbeginning_of_line):
Use Fline_beginning_position, Fline_end_position.
1996-12-10 23:25:45 +00:00
Richard M. Stallman
bfc524bcad (Vmenu_updating_frame): New variable.
(syms_of_xmenu): Set up Lisp var.
(Fx_popup_menu, set_frame_menubar): Initialize it.
1996-12-10 23:25:14 +00:00
Richard M. Stallman
58cc371087 (Fread_file_name_internal): Verify STRING is a string.
(Fread_file_name): Don't insert DIR or INITIAL if it isn't a string.
1996-12-09 06:38:01 +00:00
Richard M. Stallman
c9ac7fca83 (Fuser_full_name): Use build_string instead of make_string. 1996-12-09 02:41:44 +00:00