bpt/emacs.git
30 years ago(graft_intervals_into_buffer): If SOURCE is null
Richard M. Stallman [Thu, 23 Dec 1993 01:58:56 +0000 (01:58 +0000)]
(graft_intervals_into_buffer): If SOURCE is null
and TREE is null, no need to call Fset_text_properties.

30 years ago(HAVE_XSETWMPROTOCOLS): Add #undef.
Richard M. Stallman [Thu, 23 Dec 1993 01:57:54 +0000 (01:57 +0000)]
(HAVE_XSETWMPROTOCOLS): Add #undef.

30 years ago(Fsubstitute_command_keys): Ignore menu bar bindings.
Richard M. Stallman [Thu, 23 Dec 1993 01:56:43 +0000 (01:56 +0000)]
(Fsubstitute_command_keys): Ignore menu bar bindings.

(Fdocumentation_property): 3 args is maximum.

30 years ago(Fbuffer_disable_undo): Make arg optional.
Richard M. Stallman [Thu, 23 Dec 1993 01:55:14 +0000 (01:55 +0000)]
(Fbuffer_disable_undo): Make arg optional.

30 years ago(Fwhere_is_internal): Doc fix.
Richard M. Stallman [Thu, 23 Dec 1993 01:54:13 +0000 (01:54 +0000)]
(Fwhere_is_internal): Doc fix.

30 years ago(Fmake_symbolic_link): Do expand FILENAME if starts with ~.
Richard M. Stallman [Thu, 23 Dec 1993 01:53:11 +0000 (01:53 +0000)]
(Fmake_symbolic_link): Do expand FILENAME if starts with ~.

(Fread_file_name): If defalt is nil and user tries to use it, signal an error.

30 years ago(x_get_foreign_selection): Use x_catch_errors.
Richard M. Stallman [Thu, 23 Dec 1993 01:43:11 +0000 (01:43 +0000)]
(x_get_foreign_selection): Use x_catch_errors.

(x_handle_selection_clear): Call prepare_menu_bars.

30 years agoLine breaking change.
Richard M. Stallman [Thu, 23 Dec 1993 01:31:39 +0000 (01:31 +0000)]
Line breaking change.

30 years ago(Fmessage): Use message2.
Richard M. Stallman [Thu, 23 Dec 1993 01:28:34 +0000 (01:28 +0000)]
(Fmessage): Use message2.

(Fsubst_char_in_region): Move the NOUNDO hacking code
after the modify_region call.

30 years agoUse WORDS_BIG_ENDIAN, not BIG_ENDIAN.
Richard M. Stallman [Thu, 23 Dec 1993 01:26:50 +0000 (01:26 +0000)]
Use WORDS_BIG_ENDIAN, not BIG_ENDIAN.
(Qmenu_bar): Declared.

(DEFUN_ARGS_MANY, DEFUN_ARGS_UNEVALLED, DEFUN_ARGS_0,...): New macros.
(DEFUN) [__STDC__]: Use those macros.

30 years ago(Fprocess_status): Use get_process, not Fget_process.
Richard M. Stallman [Thu, 23 Dec 1993 01:24:18 +0000 (01:24 +0000)]
(Fprocess_status): Use get_process, not Fget_process.

[BROKEN_O_NONBLOCK]: Undefine O_NONBLOCK.

(create_process): Delete SYSV4_PTYS code.
(deactivate_process): Likewise.

(create_process) [SET_CHILD_PTY_PGRP]: Do ioctls
to set the pgrp of the pty.

(wait_reading_process_input): Call prepare_menu_bars.

30 years ago(deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it.
Richard M. Stallman [Thu, 23 Dec 1993 01:22:23 +0000 (01:22 +0000)]
(deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it.

30 years ago(minibuffer_auto_raise): Really define it.
Richard M. Stallman [Thu, 23 Dec 1993 01:20:50 +0000 (01:20 +0000)]
(minibuffer_auto_raise): Really define it.

(minibuffer_auto_raise): New variable.
(syms_of_minibuf): Set up Lisp var.
(read_minibuf): Maybe raise the minibuffer's frame.

30 years ago(del_range): Second argument in call to
Richard M. Stallman [Thu, 23 Dec 1993 01:19:25 +0000 (01:19 +0000)]
(del_range): Second argument in call to
offset_intervals is 'from', not 'point'.

(modify_region): Call record_first_change if necessary.

(insert_from_string): Pass LENGTH arg to graft_intervals_into_buffer.

30 years ago(syms_of_emacs): Define Lisp var system-configuration.
Richard M. Stallman [Thu, 23 Dec 1993 01:15:13 +0000 (01:15 +0000)]
(syms_of_emacs): Define Lisp var system-configuration.

(memory_warning_signal): New function.
(main): Handle SIGDANGER, if defined.

30 years ago(echo_area_glyphs_length): Declared.
Richard M. Stallman [Thu, 23 Dec 1993 01:13:02 +0000 (01:13 +0000)]
(echo_area_glyphs_length): Declared.

30 years ago(configuration): New variable.
Richard M. Stallman [Thu, 23 Dec 1993 01:11:33 +0000 (01:11 +0000)]
(configuration): New variable.
(emacs.o): Define macro CONFIGURATION.

[__GNUC__ > 1]: Maybe define LINKER_WAS_SPECIFIED.
[LINKER_WAS_SPECIFIED] (YMF_PASS_LDFLAGS): Define as identity.

30 years ago(printchar, strout): Set echo_area_glyphs_length.
Richard M. Stallman [Thu, 23 Dec 1993 01:09:51 +0000 (01:09 +0000)]
(printchar, strout): Set echo_area_glyphs_length.

30 years ago(Fdisplay_buffer): If pop_up_frames, pass t to Fget_buffer_window.
Richard M. Stallman [Thu, 23 Dec 1993 01:07:58 +0000 (01:07 +0000)]
(Fdisplay_buffer): If pop_up_frames, pass t to Fget_buffer_window.

30 years ago(make_terminal_frame): Add frame to Vframe_list.
Richard M. Stallman [Thu, 23 Dec 1993 01:05:51 +0000 (01:05 +0000)]
(make_terminal_frame): Add frame to Vframe_list.
(make_frame): Don't add to frame list here.

30 years ago(message): Use message2, not message1.
Richard M. Stallman [Thu, 23 Dec 1993 01:04:26 +0000 (01:04 +0000)]
(message): Use message2, not message1.

(display_string): Fix truncation-criterion after main loop
for termination due to LENGTH.

(echo_area_glyphs_length): New variable.
(message1): Set it.
(message2): New function.
(display_string): New arg LENGTH.
(echo_area_display): Pass new arg to display_string.
(redisplay_window): Likewise.
(display_text_line): Likewise.
(display_menu_bar): Likewise.
(display_mode_element): Likewise.

(update_menu_bar, update_menu_bars): New functions.
(prepare_menu_bars): New function.
(redisplay_window): Don't update menu bar here.
(display_menu_bar): Assume item list already updated.

(redisplay_window): Don't alter lpoint when w is
selected window in a non-selected frame.

30 years ago(Fx_list_fonts): Handle BROKEN_XLISTFONTSWITHINFO.
Richard M. Stallman [Thu, 23 Dec 1993 01:00:49 +0000 (01:00 +0000)]
(Fx_list_fonts): Handle BROKEN_XLISTFONTSWITHINFO.

(Fx_create_frame): Add frame to Vframe_list.

(Fx_create_frame): Fix order of arguments of
x_wm_set_size_hint call.  This corrects handling of +x-y and -x+y
geometry specifications.

(XSetWMProtocols): New function, defined conditionally.

30 years ago(XTread_socket): Don't offset keysym here.
Richard M. Stallman [Thu, 23 Dec 1993 00:57:11 +0000 (00:57 +0000)]
(XTread_socket): Don't offset keysym here.
Special handling for "dead accent" keysyms.

(construct_mouse_click, x_scroll_bar_handle_click)
(XTread_socket): `code' of an event is now an int.

(pixel_to_glyph_coords): New arg NOCLIP.  Callers changed.

(XTread_socket): For MotionNotify, if x_mouse_grabbed, use last_mouse_frame.
(construct_mouse_click): Set last_mouse_frame.
(XTmouse_position): If x_mouse_grabbed, use last_mouse_frame.

(x_calc_absolute_position): Borderwidth must be doubled
before subtracting from width to get correct value.

30 years agoInitial revision
Richard M. Stallman [Thu, 23 Dec 1993 00:55:25 +0000 (00:55 +0000)]
Initial revision

30 years ago(struct input_event): `code' is now an int.
Richard M. Stallman [Thu, 23 Dec 1993 00:54:23 +0000 (00:54 +0000)]
(struct input_event): `code' is now an int.

30 years ago(make_lispy_event): Offset the event code here.
Richard M. Stallman [Thu, 23 Dec 1993 00:52:50 +0000 (00:52 +0000)]
(make_lispy_event): Offset the event code here.
Special handling for "dead accent" keysyms.
(lispy_accent_codes, lispy_accent_keys): New variables.

(quit_throw_to_read_char): Don't switch frames if
internal_last_event_frame is not a frame.

(kbd_buffer_store_event, make_lispy_event)
(stuff_buffered_input): `code' of an event is now an int.

(make_lispy_movement): If we have a frame but pos is not
in a window, return an event with the frame.

(read_key_sequence): Don't return if in middle
of possible function-key-map sequence, if the bindings were all
found by case conversion.

(set_waiting_for_input): Code testing echo_flag deleted.
(echo_flag, echo_now): Vars deleted.

(read_key_sequence): Bind case_converted at top level.
Clear it at replay_sequence.
(follow_key): Never clear *CASE_CONVERTED.

(syms_of_keyboard): Define Lisp var track-mouse.

(follow_key): New arg case_converted.
(read_key_sequence): Pass the new arg.
If key has a binding via case-conversion, that does not prevent
use of function_key_map.

(read_char): Call prepare_menu_bars.
(tracking_off): Call prepare_menu_bars.

30 years ago(kbd_buffer_get_event): For delete-window-event, do count iconified frames.
Richard M. Stallman [Thu, 23 Dec 1993 00:39:25 +0000 (00:39 +0000)]
(kbd_buffer_get_event): For delete-window-event, do count iconified frames.

30 years ago(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman [Thu, 23 Dec 1993 00:22:10 +0000 (00:22 +0000)]
(Fsit_for): Call prepare_menu_bars.

(direct_output_forward_char):
Give up if in truncated text at end of line.

30 years ago* m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.
Francesco Potortì [Wed, 22 Dec 1993 17:18:49 +0000 (17:18 +0000)]
* m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.
(HAVE_UNISTD_H): deleted because configure takes care of it.
(C_SWITCH_MACHINE): added optimisation options for gnu cc.

30 years ago(Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.
Noah Friedman [Wed, 22 Dec 1993 12:06:54 +0000 (12:06 +0000)]
(Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'.
Change comments to indicate that any header starting with `X-' is
not supposed to be implemented.  This gives us the same "out" as
that RFC822 does.

30 years agoInitial revision
Richard M. Stallman [Sun, 19 Dec 1993 13:56:32 +0000 (13:56 +0000)]
Initial revision

30 years agoentered into RCS
Richard M. Stallman [Wed, 15 Dec 1993 18:51:14 +0000 (18:51 +0000)]
entered into RCS

30 years ago(update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ.
Roland McGrath [Wed, 15 Dec 1993 01:59:43 +0000 (01:59 +0000)]
(update_frame): Only call sleep (outq / baud_rate) if baud_rate >= OUTQ.
Calling sleep (0) causes a gratuitous delay on some systems.

30 years agoInitial revision
Richard M. Stallman [Mon, 13 Dec 1993 17:23:04 +0000 (17:23 +0000)]
Initial revision

30 years ago[! MAP_FILE] (MAP_FILE): Define to zero.
Roland McGrath [Sat, 11 Dec 1993 22:26:14 +0000 (22:26 +0000)]
[! MAP_FILE] (MAP_FILE): Define to zero.
(unexec): Remove unused variable BUF.
Use MAP_FILE bit in mmap call.
(run_time_remap): Use MAP_FILE bit in mmap call.

30 years ago(compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
Roland McGrath [Thu, 9 Dec 1993 01:12:13 +0000 (01:12 +0000)]
(compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
also match `"foo.c", line 13 pos 1...".

30 years ago(PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
Roland McGrath [Wed, 8 Dec 1993 23:49:24 +0000 (23:49 +0000)]
(PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
C library.  I changed this in version 18 in 1991, but the change never got
propagated.

30 years ago(lunar-phase): Add calendar-time-zone to solar ephemeris correction.
Paul Eggert [Sun, 5 Dec 1993 18:29:24 +0000 (18:29 +0000)]
(lunar-phase): Add calendar-time-zone to solar ephemeris correction.
This fixes a bug where GMT was being reported as if it were local time.

30 years ago(vc-workfile-unchanged-p): Add optional argument
Paul Eggert [Fri, 3 Dec 1993 09:30:38 +0000 (09:30 +0000)]
(vc-workfile-unchanged-p): Add optional argument
specifying whether we want to compute the differences if the
file is changed.  Otherwise, use cmp instead of diff.
(vc-next-action-on-file): Use new vc-workfile-unchanged-p option;
this avoids recomputing the differences in some cases.
(vc-backend-diff): OLDVERS is now optional; all callers changed.
New optional argument CMP says to use `cmp' rather than `diff'.

30 years agoAdd --brief option.
Paul Eggert [Fri, 3 Dec 1993 09:29:18 +0000 (09:29 +0000)]
Add --brief option.

30 years ago(mail-fcc): Take argument and use interactive spec to prompt, rather than
Roland McGrath [Thu, 2 Dec 1993 21:04:45 +0000 (21:04 +0000)]
(mail-fcc): Take argument and use interactive spec to prompt, rather than
calling read-file-name explicitly.  This function is useful to call from
programs with a computed argument.

30 years ago(vc-locking-user): Don't assume that the umask permits
Paul Eggert [Thu, 2 Dec 1993 07:47:48 +0000 (07:47 +0000)]
(vc-locking-user): Don't assume that the umask permits
group-write and other-write.

30 years agoRemove spurious comment between autoload cookie and defvar for
Noah Friedman [Wed, 1 Dec 1993 13:04:24 +0000 (13:04 +0000)]
Remove spurious comment between autoload cookie and defvar for
rlogin-initially-track-cwd.

30 years ago(rlogin-filter): initialize `region-begin' to (marker-position proc-mark),
Noah Friedman [Wed, 1 Dec 1993 09:57:04 +0000 (09:57 +0000)]
(rlogin-filter): initialize `region-begin' to (marker-position proc-mark),
not just (point), whatever random value that may be.
Put bindings for `proc-mark', `region-begin', and `window' in separate setq
forms.
In determining whether window-start readjustment is needed, do not examine
scroll-step; it is irrelevant.

30 years agoWhen breaking links, use cp -p.
Richard M. Stallman [Sun, 28 Nov 1993 11:38:10 +0000 (11:38 +0000)]
When breaking links, use cp -p.
Copy install.sh into distribution.
Move the temp dir up into the parent dir;
don't leave the staging dir make-dist.tmp... in existence.

30 years ago(NO_MODE_T): Defined.
Richard M. Stallman [Sun, 28 Nov 1993 11:33:43 +0000 (11:33 +0000)]
(NO_MODE_T): Defined.

30 years ago[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman [Sun, 28 Nov 1993 11:32:00 +0000 (11:32 +0000)]
[!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.

30 years ago(LIBS_SYSTEM): Always define this one way or another.
Richard M. Stallman [Sun, 28 Nov 1993 11:30:23 +0000 (11:30 +0000)]
(LIBS_SYSTEM): Always define this one way or another.
Include -lPW in it.

30 years agoProperly install previous change.
Richard M. Stallman [Sat, 27 Nov 1993 19:37:46 +0000 (19:37 +0000)]
Properly install previous change.

30 years ago(vc-buffer-sync): Signal error if user says no.
Richard M. Stallman [Sat, 27 Nov 1993 11:39:02 +0000 (11:39 +0000)]
(vc-buffer-sync): Signal error if user says no.

30 years ago(do-install): Use umask 022 in copying etc and lisp dirs.
Richard M. Stallman [Sat, 27 Nov 1993 09:19:39 +0000 (09:19 +0000)]
(do-install): Use umask 022 in copying etc and lisp dirs.

30 years ago(make-face-unitalic, make-face-unbold, make-face-bold)
Richard M. Stallman [Sat, 27 Nov 1993 07:52:47 +0000 (07:52 +0000)]
(make-face-unitalic, make-face-unbold, make-face-bold)
(make-face-bold-italic, make-face-italic): If frame is t,
do the special handling only if face-font is a list.

30 years ago(mouse-set-font): Update nonstandard faces that are supposed
Richard M. Stallman [Sat, 27 Nov 1993 07:52:19 +0000 (07:52 +0000)]
(mouse-set-font): Update nonstandard faces that are supposed
to use a modification of the frame's font.

30 years ago(main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY.
Richard M. Stallman [Sat, 27 Nov 1993 06:37:16 +0000 (06:37 +0000)]
(main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY.

30 years agoUndo last change.
Roland McGrath [Fri, 26 Nov 1993 22:20:23 +0000 (22:20 +0000)]
Undo last change.

30 years ago(isearch-search): Use real quit-char extracted from current-input-mode,
Roland McGrath [Fri, 26 Nov 1993 22:15:09 +0000 (22:15 +0000)]
(isearch-search): Use real quit-char extracted from current-input-mode,
rather than always C-g.

30 years ago(kbd_buffer_get_event): If user destroys the last frame,
Richard M. Stallman [Fri, 26 Nov 1993 21:54:39 +0000 (21:54 +0000)]
(kbd_buffer_get_event): If user destroys the last frame,
exit before calling Fdelete_frame.

(read_avail_input): Undo Nov 18 change.

30 years ago(x_window): Call XSetWMProtocols.
Richard M. Stallman [Fri, 26 Nov 1993 21:50:57 +0000 (21:50 +0000)]
(x_window): Call XSetWMProtocols.

30 years ago(rmail-variables): Abbreviate truename for comparison.
Richard M. Stallman [Fri, 26 Nov 1993 20:42:23 +0000 (20:42 +0000)]
(rmail-variables): Abbreviate truename for comparison.

30 years ago(SYSTEM_TYPE): Make it "irix".
Richard M. Stallman [Fri, 26 Nov 1993 20:14:14 +0000 (20:14 +0000)]
(SYSTEM_TYPE): Make it "irix".

30 years ago(mostlyclean): Make it distinct from clean.
Richard M. Stallman [Fri, 26 Nov 1993 11:08:58 +0000 (11:08 +0000)]
(mostlyclean): Make it distinct from clean.

30 years ago(closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.
Richard M. Stallman [Fri, 26 Nov 1993 10:40:27 +0000 (10:40 +0000)]
(closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.

30 years agoAdd sample test for tpu-set-scroll-margins.
Richard M. Stallman [Fri, 26 Nov 1993 06:35:00 +0000 (06:35 +0000)]
Add sample test for tpu-set-scroll-margins.

30 years agoRemove free/bound cursor and scroll
Richard M. Stallman [Fri, 26 Nov 1993 06:33:45 +0000 (06:33 +0000)]
Remove free/bound cursor and scroll
margin fsets and key mappings.  Add autoload cookies.

30 years ago(tpu-quoted-insert): New function.
Richard M. Stallman [Fri, 26 Nov 1993 06:33:18 +0000 (06:33 +0000)]
(tpu-quoted-insert): New function.
(tpu-reset-control-keys): Remove C-f mapping.
Insert (in file) fsets for free/bound cursor, scroll
margins, key mappings for same.

(tpu-revision): Variable deleted.

30 years ago(readevalloop): Get error if buffer being eval'd is killed.
Richard M. Stallman [Fri, 26 Nov 1993 02:18:54 +0000 (02:18 +0000)]
(readevalloop): Get error if buffer being eval'd is killed.

30 years agoWhen breaking links, use cp -p.
Richard M. Stallman [Thu, 25 Nov 1993 21:47:07 +0000 (21:47 +0000)]
When breaking links, use cp -p.

30 years ago(SETPGRP_RELEASES_CTTY): Defined.
Richard M. Stallman [Thu, 25 Nov 1993 21:40:15 +0000 (21:40 +0000)]
(SETPGRP_RELEASES_CTTY): Defined.

30 years ago(IRIX5, SETPGRP_RELEASES_CTTY): Defined.
Richard M. Stallman [Thu, 25 Nov 1993 21:37:54 +0000 (21:37 +0000)]
(IRIX5, SETPGRP_RELEASES_CTTY): Defined.

30 years ago(create_process): Do setpgrp for USG regardless of IRIX.
Richard M. Stallman [Thu, 25 Nov 1993 21:36:51 +0000 (21:36 +0000)]
(create_process): Do setpgrp for USG regardless of IRIX.
(process_send_signal) [IRIX5]: For SIGTSTP, use VSUSP, not VSWTCH.

30 years agoComment changes.
Richard M. Stallman [Thu, 25 Nov 1993 21:35:08 +0000 (21:35 +0000)]
Comment changes.

30 years ago(child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX.
Richard M. Stallman [Thu, 25 Nov 1993 21:33:31 +0000 (21:33 +0000)]
(child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX.
(init_callproc): Fix previous change.

30 years ago(quit_throw_to_read_char):
Richard M. Stallman [Thu, 25 Nov 1993 19:38:14 +0000 (19:38 +0000)]
(quit_throw_to_read_char):
Look at internal_last_event_frame only if MULTI_FRAME.

30 years ago(HAVE_FTIME): Deleted (autoconf does it).
Richard M. Stallman [Thu, 25 Nov 1993 11:48:28 +0000 (11:48 +0000)]
(HAVE_FTIME): Deleted (autoconf does it).

30 years agoComment change.
Richard M. Stallman [Thu, 25 Nov 1993 11:43:58 +0000 (11:43 +0000)]
Comment change.

30 years ago(bcopy, bzero, bcmp): If HAVE_BCOPY, don't #define.
Richard M. Stallman [Thu, 25 Nov 1993 09:38:56 +0000 (09:38 +0000)]
(bcopy, bzero, bcmp): If HAVE_BCOPY, don't #define.

30 years ago(tags-add-tables): New variable.
Richard M. Stallman [Thu, 25 Nov 1993 08:12:35 +0000 (08:12 +0000)]
(tags-add-tables): New variable.
(visit-tags-table-buffer): Use it.
(default-tags-table-function): No longer user var, no longer autoload.

30 years ago(merge_properties_sticky): Declared.
Richard M. Stallman [Thu, 25 Nov 1993 07:47:14 +0000 (07:47 +0000)]
(merge_properties_sticky): Declared.

30 years ago(Fhandle_switch_frame, Fredirect_frame_focus): Declared.
Richard M. Stallman [Thu, 25 Nov 1993 07:42:27 +0000 (07:42 +0000)]
(Fhandle_switch_frame, Fredirect_frame_focus): Declared.

30 years ago(ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files.
Richard M. Stallman [Thu, 25 Nov 1993 06:51:50 +0000 (06:51 +0000)]
(ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files.

30 years ago(HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions.
Richard M. Stallman [Thu, 25 Nov 1993 06:47:28 +0000 (06:47 +0000)]
(HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions.
(LIB_X11_LIB, LIBX11_SYSTEM): Add override definitions.
(USG_SHARED_LIBRARIES): Add #undef.

30 years ago(graft_intervals_into_buffer): New arg LENGTH.
Richard M. Stallman [Thu, 25 Nov 1993 06:28:03 +0000 (06:28 +0000)]
(graft_intervals_into_buffer): New arg LENGTH.
If source has no intervals, set dest properties to nil.

30 years ago(insert_from_string): Pass new arg to graft_intervals_into_buffer.
Richard M. Stallman [Thu, 25 Nov 1993 06:26:39 +0000 (06:26 +0000)]
(insert_from_string): Pass new arg to graft_intervals_into_buffer.

30 years ago(init_baud_rate): Avoid referring to sg uninitialized.
Richard M. Stallman [Thu, 25 Nov 1993 05:41:47 +0000 (05:41 +0000)]
(init_baud_rate): Avoid referring to sg uninitialized.

30 years ago(comint-send-input): Don't call comint-arguments
Richard M. Stallman [Thu, 25 Nov 1993 04:14:10 +0000 (04:14 +0000)]
(comint-send-input): Don't call comint-arguments
to set HISTORY, even if comint-input-autoexpand is not `history'.
When comint-input-autoexpand is `history', undo part of prev change:
do put INPUT back in the buffer in place of expanded hist.

30 years agoAdd a provide.
Richard M. Stallman [Thu, 25 Nov 1993 03:59:28 +0000 (03:59 +0000)]
Add a provide.

30 years ago(vc-make-backup-files): Doc fix.
Richard M. Stallman [Thu, 25 Nov 1993 03:46:27 +0000 (03:46 +0000)]
(vc-make-backup-files): Doc fix.
(vc-rcs-status): Use colon, not dash, in the string LOCKS.

30 years agoComment change.
Richard M. Stallman [Thu, 25 Nov 1993 02:37:21 +0000 (02:37 +0000)]
Comment change.

30 years ago(Fmove_to_column): Increments for control characters
Richard M. Stallman [Wed, 24 Nov 1993 23:41:42 +0000 (23:41 +0000)]
(Fmove_to_column): Increments for control characters
were too low by 1.

30 years ago(Fdelete_process): Fix paren error.
Richard M. Stallman [Wed, 24 Nov 1993 22:42:25 +0000 (22:42 +0000)]
(Fdelete_process): Fix paren error.

30 years ago(${archlibdir}): Don't do chown or chgrp.
Richard M. Stallman [Wed, 24 Nov 1993 12:25:49 +0000 (12:25 +0000)]
(${archlibdir}): Don't do chown or chgrp.

30 years ago(rmail-sort-messages): In summary buf, go to rmail buf.
Richard M. Stallman [Wed, 24 Nov 1993 08:08:56 +0000 (08:08 +0000)]
(rmail-sort-messages): In summary buf, go to rmail buf.

30 years ago(closedir): Pass on the value from sys_closedir.
Richard M. Stallman [Wed, 24 Nov 1993 08:02:26 +0000 (08:02 +0000)]
(closedir): Pass on the value from sys_closedir.
Do use this definition, if INTERRUPTIBLE_CLOSE.

30 years ago(walk-windows): If start at minibuf window, do return to it.
Richard M. Stallman [Wed, 24 Nov 1993 06:46:26 +0000 (06:46 +0000)]
(walk-windows): If start at minibuf window, do return to it.

30 years ago(XTread_socket): Really handle Xatom_wm_window_moved events.
Richard M. Stallman [Wed, 24 Nov 1993 06:39:54 +0000 (06:39 +0000)]
(XTread_socket): Really handle Xatom_wm_window_moved events.

(XTread_socket): Generate delete_window_event's.

30 years ago(main): Call init_callproc and init_callproc_1.
Richard M. Stallman [Wed, 24 Nov 1993 06:37:51 +0000 (06:37 +0000)]
(main): Call init_callproc and init_callproc_1.

30 years ago(init_callproc): Maybe add ../lib-src to exec-path
Richard M. Stallman [Wed, 24 Nov 1993 06:37:13 +0000 (06:37 +0000)]
(init_callproc): Maybe add ../lib-src to exec-path
and maybe store it in exec-directory.
Maybe put ../etc into data-directory.
(init_callproc_1): Part of init_callproc is split out.

30 years ago(mouse-save-then-kill-delete-region):
Richard M. Stallman [Wed, 24 Nov 1993 06:35:03 +0000 (06:35 +0000)]
(mouse-save-then-kill-delete-region):
Call undo-boundary at the beginning and at the end.

(mouse-start-end): Use MODE mod 3.
(mouse-save-then-kill): Test mouse-selection-click-count mod 3.
(mouse-drag-secondary, mouse-secondary-save-then-kill): Likewise.

(mouse-kill-secondary): Do the kill in proper buffer.
Give error if in the wrong buffer.
(mouse-secondary-save-then-kill): Give error if click is not in
the buffer already used for secondary selection.
Don't switch windows; always temporarily switch buffers.

30 years ago(comint-send-input): Don't call comint-arguments while
Richard M. Stallman [Wed, 24 Nov 1993 05:12:36 +0000 (05:12 +0000)]
(comint-send-input): Don't call comint-arguments while
computing the value for history.
(comint-delim-arg): Treat quoted delim chars as non-delims.

30 years ago(count-lines): In selective-display case,
Richard M. Stallman [Wed, 24 Nov 1993 04:35:28 +0000 (04:35 +0000)]
(count-lines): In selective-display case,
adjust value if end is not at bol.