Richard M. Stallman
a889bd0eff
(file_name_completion_stat): If have symlinks, use lstat.
1994-01-04 06:37:51 +00:00
Richard M. Stallman
59d6105877
(Fx_list_fonts): Don't fail to init `tail'.
...
(Fx_create_frame): Add to Vframe_list before making visible.
1994-01-04 01:22:38 +00:00
Richard M. Stallman
4f8804a1e5
(get_system_name): If the official name of the host is
...
not a fully qualified domain name, then try to find one in the
list of alternate names.
1994-01-03 07:21:12 +00:00
Richard M. Stallman
4314dea4b4
(rotate_right, rotate_left): Simplify
...
total_length calculation. Minimize pointer dereferencing.
(balance_an_interval): Remove recursive rebalancing.
Rebalance precisely when imbalanced. If a rotation is done,
rebalance only the node which may have become unbalanced.
Iterate until the current node is balanced.
(balance_possible_root_interval): New function.
(balance_intervals): Move the interation into rebalance_an_interval.
(balance_intervals_internal): New subroutine of balance_intervals.
(split_interval_right, split_interval_left): Speed up by
not checking LEAF_INTERVAL_P.
(split_interval_right, split_interval_left, find_interval,
adjust_intervals_for_insertion, graft_intervals_into_buffer):
Add dynamic rebalancing anywhere a node may become unbalanced.
(graft_intervals_into_buffer, copy_intervals): No longer
any need to do a full rebalance as the tree stays balanced.
1994-01-02 19:01:15 +00:00
Richard M. Stallman
7ac78c9ad4
(NULL_RIGHT_CHILD, NULL_LEFT_CHILD):
...
Assume children must be intervals, never strings or buffers.
1994-01-02 19:00:54 +00:00
Richard M. Stallman
561cb8e159
(Fwrite_region): Don't change START and END from nil
...
until after checking for a magic handler.
1994-01-01 18:01:49 +00:00
Richard M. Stallman
53aad33f8a
(read_process_output): Use clip_to_bounds when moving
...
to the process marker.
1994-01-01 15:12:52 +00:00
Richard M. Stallman
4f87ed716d
Delete `show env TERMCAP'.
1994-01-01 15:11:38 +00:00
Richard M. Stallman
80b233a9da
(${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS.
1994-01-01 11:56:01 +00:00
Richard M. Stallman
229c1c6a14
(SOME_MACHINE_OBJECTS): New var.
...
(${etc}DOC): Use SOME_MACHINE_OBJECTS, not OBJECTS_MACHINE or OBJECTS_SYSTEM.
1994-01-01 11:55:19 +00:00
Richard M. Stallman
a7e8247287
(Finsert_file_contents): Avoid setting buffer-file-name field if ran a handler.
...
Get rid of local var `handled'.
1993-12-31 18:16:16 +00:00
Richard M. Stallman
79a7046ca7
(lispy_accent_codes): Cope if an XK symbol is undefined.
...
(make_lispy_event): Define i.
1993-12-31 17:29:12 +00:00
Richard M. Stallman
bc1ed4864c
Always include termhooks.h.
...
[! MULTI_FRAME] (Fmouse_position): New definition.
[! MULTI_FRAME] (syms_of_frame): Add mouse-position.
1993-12-31 13:28:05 +00:00
Richard M. Stallman
62bcf0098d
(Finsert_file_contents): Don't run after change hook
...
if inserted is 0. New local `handled', set if run handler.
Avoid setting modtime field if ran a handler.
1993-12-31 12:56:41 +00:00
Richard M. Stallman
5e5623c2e2
(PENDING_OUTPUT_COUNT): Two alternate definitions
...
for different versions of stdio.h.
1993-12-31 10:42:30 +00:00
Richard M. Stallman
ef586bbd32
(Fsubstitute_command_keys): Fix previous change.
1993-12-31 03:05:39 +00:00
Richard M. Stallman
68e5a8a28d
(read_from_minibuffer): Rename arg initial_input to initial_contents.
1993-12-30 16:43:05 +00:00
Richard M. Stallman
7fd233b39a
(Femacs_pid): New function.
...
(syms_of_editfns): Define it for Lisp.
1993-12-30 10:08:46 +00:00
Richard M. Stallman
02c2c53f5c
(read_avail_input): Turn O_NDELAY off on DGUX as on USG.
1993-12-30 07:49:15 +00:00
Richard M. Stallman
2cbaf88681
(Fall_completions): Allow completions that start with space
...
if the input starts with space.
1993-12-30 07:23:51 +00:00
Richard M. Stallman
98fb23e2bf
(LDFLAGS): Define as empty.
...
(ALL_LDFLAGS): Define as LDFLAGS used to be defined.
(temacs): Use ALL_LDFLAGS.
1993-12-30 07:20:56 +00:00
Richard M. Stallman
24065b9c3d
(describe_command): If binding is a kbd macro, say so.
1993-12-29 07:43:21 +00:00
Richard M. Stallman
93aed04d17
(main) [AIX]: Call putenv.
1993-12-26 18:05:39 +00:00
Richard M. Stallman
b04101bbbd
(A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.
1993-12-26 09:10:10 +00:00
Richard M. Stallman
66c30ea1e4
(XTflush): FIx typo in last change.
1993-12-26 09:06:44 +00:00
Richard M. Stallman
9257d3746e
(struct input_event): FIx typo in previous change.
1993-12-26 08:43:36 +00:00
Richard M. Stallman
307feb1fd5
(XTread_socket): Make proper junk values to pass to select.
1993-12-26 07:08:08 +00:00
Richard M. Stallman
6d1e5a964e
(bcopy) Use memmove instead of memcpy.
1993-12-26 06:04:51 +00:00
Richard M. Stallman
4fb83f3cde
(EMACS_GET_TIME) [USG5_4]: Give gettimeofday just one arg.
1993-12-26 06:04:18 +00:00
Richard M. Stallman
ce3f43382e
(XTflash): Use EMACS_GET_TIME.
1993-12-26 06:00:04 +00:00
Richard M. Stallman
31ce1c9154
(Fmemory_limit): No longer interactive.
1993-12-25 08:12:08 +00:00
Richard M. Stallman
82ba47d77a
(command_loop_1): Test of whether disp tab elt
...
was a vector was backwards.
1993-12-25 02:31:25 +00:00
Richard M. Stallman
c9d14ebc74
(Fwrite_region): If handler, don't mess with modtime.
...
(Finsert_file_contents): Likewise.
1993-12-25 02:17:41 +00:00
Richard M. Stallman
8359469caa
(callproc.o): Depend on systty.h and syssignal.h.
1993-12-25 01:45:30 +00:00
Richard M. Stallman
a129418f94
Include systty.h.
...
(child_setup): Use EMACS_SET_TTY_PGRP.
1993-12-25 01:45:14 +00:00
Richard M. Stallman
000ab717b0
(create_process) [NTTYDISC]: Set the tty line discipline.
1993-12-25 01:44:47 +00:00
Richard M. Stallman
f72ea9815b
Add #undef HAVE_SETSID.
1993-12-25 01:44:18 +00:00
Richard M. Stallman
9d6a6bb9b9
(redisplay_window): Before altering lpoint,
...
make sure the buffer it pertains to is the one being displayed.
1993-12-25 00:05:02 +00:00
Richard M. Stallman
abae13bd2c
(Fmodify_syntax_entry): Doc fix.
1993-12-24 23:12:07 +00:00
Richard M. Stallman
6eb7492c51
(TERMCAP_NAME): Defined.
1993-12-24 04:38:03 +00:00
Richard M. Stallman
457a9beede
(Fopen_network_stream): Turn off SIGIO while connecting.
1993-12-24 03:49:30 +00:00
Richard M. Stallman
e9c772d53e
(LIBS_SYSTEM): Use -lresolv if HAVE_RES_INIT
...
is not defined and HAVE_GETHOSTNAME is defined.
1993-12-23 02:11:23 +00:00
Richard M. Stallman
8f26edca74
(SYSTEM_TYPE): Make it dgux.
...
(SYSV4_PTYS): Remove.
(SIGNALS_VIA_CHARACTERS): Defined.
1993-12-23 02:10:25 +00:00
Richard M. Stallman
6647093951
(C_DEBUG_SWITCH): Delete -systype bsd43; not needed.
...
(NO_MODE_T): Defined.
1993-12-23 02:09:10 +00:00
Richard M. Stallman
0d4c1a6e0b
(SET_CHILD_PTY_PGRP): Defined.
1993-12-23 02:08:11 +00:00
Richard M. Stallman
af77f20d5b
(OTHER_FILES): Use ${libsrc} as dir.
1993-12-23 02:07:16 +00:00
Richard M. Stallman
47ccd8b6ef
(Fmacroexpand): For an autoload definition,
...
check the 4th elt, not the car of the 4th elt.
1993-12-23 02:04:40 +00:00
Richard M. Stallman
56b185250f
[VMS] (wait_for_kbd_input): Call prepare_menu_bars.
1993-12-23 02:02:36 +00:00
Richard M. Stallman
696810ff0a
(Fcall_process): Call prepare_menu_bars.
1993-12-23 02:00:55 +00:00
Richard M. Stallman
0ad477db95
(Fcall_process): Call prepare_menu_bars.
...
(Fgetenv): One arg is maximum.
1993-12-23 02:00:09 +00:00