bpt/emacs.git
31 years ago(wait_for_termination): Fix sigpause in POSIX_SIGNALS case.
Richard M. Stallman [Fri, 4 Jun 1993 05:22:19 +0000 (05:22 +0000)]
(wait_for_termination): Fix sigpause in POSIX_SIGNALS case.

(init_sys_modes): Disable VLNEXT char.
Also VWERASE, VREPRINT, VDISCARD.

(sys_suspend): Handle GETPGRP_NO_ARG.

31 years ago[__GNUC__ >= 2]: Don't include alloca.h.
Richard M. Stallman [Fri, 4 Jun 1993 05:21:01 +0000 (05:21 +0000)]
[__GNUC__ >= 2]: Don't include alloca.h.

31 years ago(hft_alrm): Don't return a value.
Richard M. Stallman [Fri, 4 Jun 1993 05:20:16 +0000 (05:20 +0000)]
(hft_alrm): Don't return a value.
Always declare to return void.

31 years ago(enable-flow-control): Doc fix.
Richard M. Stallman [Fri, 4 Jun 1993 05:16:58 +0000 (05:16 +0000)]
(enable-flow-control): Doc fix.

31 years ago(mail-do-fcc): Omit first 2 lines when appending to an RMAIL buffer.
Richard M. Stallman [Fri, 4 Jun 1993 03:00:25 +0000 (03:00 +0000)]
(mail-do-fcc): Omit first 2 lines when appending to an RMAIL buffer.

31 years ago(kill-ring-save): Doc fix.
Richard M. Stallman [Fri, 4 Jun 1993 02:39:51 +0000 (02:39 +0000)]
(kill-ring-save): Doc fix.

31 years ago(rmail-summary-expunge-and-save): Do save-buffer last.
Richard M. Stallman [Fri, 4 Jun 1993 02:24:45 +0000 (02:24 +0000)]
(rmail-summary-expunge-and-save): Do save-buffer last.
Use two separate save-excursion calls.
(rmail-summary-input): Use pop-to-buffer.
(rmail-summary-get-new-mail): Gobble rmail-current-message;
later go to that message.
(rmail-summary-next-msg): Start at end of line, if moving forward.
Move to beginning of line, after the loop.
(rmail-new-summary): Fix format of elt in minor-mode-alist.

31 years ago(x_catch_errors): Fill in missing array size in cast.
Richard M. Stallman [Fri, 4 Jun 1993 00:57:45 +0000 (00:57 +0000)]
(x_catch_errors): Fill in missing array size in cast.

31 years ago(xmakefile): Depend on ../config.status.
Richard M. Stallman [Thu, 3 Jun 1993 22:42:02 +0000 (22:42 +0000)]
(xmakefile): Depend on ../config.status.

31 years ago(init_buffer): Init default-directory of minibuffer.
Richard M. Stallman [Thu, 3 Jun 1993 22:07:18 +0000 (22:07 +0000)]
(init_buffer): Init default-directory of minibuffer.

31 years ago(rmail-select-summary): Add a save-excursion.
Richard M. Stallman [Thu, 3 Jun 1993 21:02:22 +0000 (21:02 +0000)]
(rmail-select-summary): Add a save-excursion.

31 years ago(rmail-summary-expunge-and-save):
Richard M. Stallman [Thu, 3 Jun 1993 21:02:10 +0000 (21:02 +0000)]
(rmail-summary-expunge-and-save):
Call set-buffer again after rmail-only-expunge.
(rmail-summary-add-label, rmail-summary-kill-label):
Fix reading the label.
(rmail-summary-rmail-update): Bind window locally.
Use unwind-protect, not save-window-excursion.

31 years agoDo NOT look for `unknown' as company name.
Richard M. Stallman [Thu, 3 Jun 1993 20:43:29 +0000 (20:43 +0000)]
Do NOT look for `unknown' as company name.

Fix typo in message.

31 years ago(vc-find-file-hook): Check buffer-file-name is non-nil.
Richard M. Stallman [Thu, 3 Jun 1993 20:29:41 +0000 (20:29 +0000)]
(vc-find-file-hook): Check buffer-file-name is non-nil.

31 years ago(HAVE_FTIME): Defined.
Richard M. Stallman [Thu, 3 Jun 1993 20:27:26 +0000 (20:27 +0000)]
(HAVE_FTIME): Defined.

31 years ago(define-hide-ifdef-mode-map): Don't bind C-c LETTER.
Richard M. Stallman [Thu, 3 Jun 1993 19:35:54 +0000 (19:35 +0000)]
(define-hide-ifdef-mode-map): Don't bind C-c LETTER.
Use C-c ESC LETTER instead.
Handle case where where-is-internal returns nil.

31 years agoProvide texinfmt.
Richard M. Stallman [Thu, 3 Jun 1993 19:28:59 +0000 (19:28 +0000)]
Provide texinfmt.

31 years ago(byte-compile-insert-header): Fix backwards test
Richard M. Stallman [Thu, 3 Jun 1993 18:35:28 +0000 (18:35 +0000)]
(byte-compile-insert-header): Fix backwards test
of byte-compile-compatibility.

31 years ago(syms_of_emacs): Doc fix.
Richard M. Stallman [Thu, 3 Jun 1993 18:32:26 +0000 (18:32 +0000)]
(syms_of_emacs): Doc fix.

31 years ago(read_char_menu_prompt): Now static. Add declaration.
Richard M. Stallman [Thu, 3 Jun 1993 17:48:18 +0000 (17:48 +0000)]
(read_char_menu_prompt): Now static.  Add declaration.

31 years ago(read_key_sequence) [!USE_TEXT_PROPERTIES]: Fix typo.
Richard M. Stallman [Thu, 3 Jun 1993 17:46:38 +0000 (17:46 +0000)]
(read_key_sequence) [!USE_TEXT_PROPERTIES]: Fix typo.
(menu_bar_items) [!USE_TEXT_PROPERTIES]: Likewise.

(kbd_buffer_get_event):
Shorten the first MULTI_FRAME conditional.

(lispy_function_keys): Add `remove' key.

(read_key_sequence): Take out previous change.
If we changed buffers during read_char, go to replay_sequence.

31 years ago(Info-mode-map): Bind mouse-2, not mouse-3.
Richard M. Stallman [Thu, 3 Jun 1993 17:37:18 +0000 (17:37 +0000)]
(Info-mode-map): Bind mouse-2, not mouse-3.

31 years ago(View-scroll-lines-forward): If we exit, do nothing else.
Richard M. Stallman [Thu, 3 Jun 1993 06:34:58 +0000 (06:34 +0000)]
(View-scroll-lines-forward): If we exit, do nothing else.

31 years ago(do_pending_window_change): No need to clear
Richard M. Stallman [Thu, 3 Jun 1993 06:18:18 +0000 (06:18 +0000)]
(do_pending_window_change): No need to clear
FRAME_NEW_HEIGHT/WIDTH.  Do test width != 0.

31 years ago(calendar-mode): Doc fix.
Richard M. Stallman [Thu, 3 Jun 1993 06:12:46 +0000 (06:12 +0000)]
(calendar-mode): Doc fix.
(calendar-mark-ring): New defvar.

31 years ago(x_set_frame_parameters): Process all parms in reverse order.
Richard M. Stallman [Thu, 3 Jun 1993 05:56:44 +0000 (05:56 +0000)]
(x_set_frame_parameters): Process all parms in reverse order.

31 years ago(x_window): Use Vxrdb_name for res_name field.
Richard M. Stallman [Thu, 3 Jun 1993 05:55:55 +0000 (05:55 +0000)]
(x_window): Use Vxrdb_name for res_name field.
Delete the shortname stuff.

31 years ago(frame-initialize): Set cursor-color last.
Richard M. Stallman [Thu, 3 Jun 1993 05:50:43 +0000 (05:50 +0000)]
(frame-initialize): Set cursor-color last.

31 years ago(x_wm_set_size_hint): Handle XGetNormalHints returning 0.
Richard M. Stallman [Thu, 3 Jun 1993 05:29:12 +0000 (05:29 +0000)]
(x_wm_set_size_hint): Handle XGetNormalHints returning 0.

31 years ago(rmail-summary-by-senders): New function.
Richard M. Stallman [Thu, 3 Jun 1993 04:48:56 +0000 (04:48 +0000)]
(rmail-summary-by-senders): New function.
(rmail-message-senders-p): New function.

31 years ago(Info-suffix-list): Handle .gz suffix.
Richard M. Stallman [Thu, 3 Jun 1993 03:54:55 +0000 (03:54 +0000)]
(Info-suffix-list): Handle .gz suffix.

31 years ago(ange-ftp-binary-file-name-regexp): Handle .gz.
Richard M. Stallman [Thu, 3 Jun 1993 03:53:33 +0000 (03:53 +0000)]
(ange-ftp-binary-file-name-regexp): Handle .gz.

31 years ago(electric-help-command-loop): Use equal to compare
Richard M. Stallman [Thu, 3 Jun 1993 03:50:05 +0000 (03:50 +0000)]
(electric-help-command-loop): Use equal to compare
lists of events.

31 years ago(Electric-command-loop): Use eq to compare events.
Richard M. Stallman [Thu, 3 Jun 1993 03:48:37 +0000 (03:48 +0000)]
(Electric-command-loop): Use eq to compare events.

31 years ago(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman [Thu, 3 Jun 1993 03:45:55 +0000 (03:45 +0000)]
(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.

(random, srandom): Defined.

31 years agoInclude sys/time.h.
Richard M. Stallman [Thu, 3 Jun 1993 03:28:21 +0000 (03:28 +0000)]
Include sys/time.h.

31 years agoTest XOS_NEEDS_TIME_H, not HPUX, for including time.hj.
Richard M. Stallman [Wed, 2 Jun 1993 20:15:43 +0000 (20:15 +0000)]
Test XOS_NEEDS_TIME_H, not HPUX, for including time.hj.

31 years ago(XOS_NEEDS_TIME_H): Defined.
Richard M. Stallman [Wed, 2 Jun 1993 20:15:04 +0000 (20:15 +0000)]
(XOS_NEEDS_TIME_H): Defined.

31 years ago(shut_down_emacs): Handle GETPGRP_NO_ARG.
Richard M. Stallman [Wed, 2 Jun 1993 19:11:58 +0000 (19:11 +0000)]
(shut_down_emacs): Handle GETPGRP_NO_ARG.

(main) [BSD]: Delete the setpgrp (both times).

31 years ago(frame-initialize): Delete geometry parms from initial-frame-alist.
Richard M. Stallman [Wed, 2 Jun 1993 19:10:31 +0000 (19:10 +0000)]
(frame-initialize): Delete geometry parms from initial-frame-alist.

31 years agoComment change.
Richard M. Stallman [Wed, 2 Jun 1993 18:40:44 +0000 (18:40 +0000)]
Comment change.

31 years ago(MOTOROLA_DELTA): Defined.
Richard M. Stallman [Wed, 2 Jun 1993 18:37:28 +0000 (18:37 +0000)]
(MOTOROLA_DELTA): Defined.
(HAVE_SYSVIPC, BAT68K, BAT_ALLOCA): Deleted--obsolete.
(STACK_DIRECTION, HAVE_X_WINDOWS): Deleted--configure knows.
(C_SWITCH_MACHINE): Set to -ga if using the Green Hills compiler.
(LIB_STANDARD, LIB_MATH): Defined to the 68881 versions.
(LIBS_SYSTEM): -lbsd brings sigblock and sigsetmask.
(sigsetmask): Undefined--it is in -lbsd.
(LDAV_SYMBOL): Undefined--we have no such thing.
(KERNEL_FILE): Defined to "/sysV68".
(BSTRING, HAVE_SELECT, HAVE_UNISTD_H, HAVE_TIMEVAL): Defined.
(SIGNALS_VIA_CHARACTERS): Defined.
(memmove): Defined as memcpy--we have no memmove.
(SIGIO, INTERRUPT_INPUT): Undefined--not yet tested.
(SHORT_FILE_NAMES, CLASH_DETECTION): Defined.

31 years agoentered into RCS
Richard M. Stallman [Wed, 2 Jun 1993 17:53:31 +0000 (17:53 +0000)]
entered into RCS

31 years ago(diff): Really do use arg SWITCHES.
Richard M. Stallman [Wed, 2 Jun 1993 17:09:37 +0000 (17:09 +0000)]
(diff): Really do use arg SWITCHES.

31 years ago(all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
Richard M. Stallman [Wed, 2 Jun 1993 06:52:09 +0000 (06:52 +0000)]
(all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.

31 years agoComment change.
Richard M. Stallman [Wed, 2 Jun 1993 05:19:11 +0000 (05:19 +0000)]
Comment change.

31 years ago(do-install): Partially rewrite using `if'.
Richard M. Stallman [Wed, 2 Jun 1993 05:16:03 +0000 (05:16 +0000)]
(do-install): Partially rewrite using `if'.

31 years ago(syms_of_keymap): Add missing 2nd arg to Fcons.
Richard M. Stallman [Wed, 2 Jun 1993 02:09:04 +0000 (02:09 +0000)]
(syms_of_keymap): Add missing 2nd arg to Fcons.

31 years ago(mail-signature): Do not insert a line with `--'.
Richard M. Stallman [Tue, 1 Jun 1993 23:19:49 +0000 (23:19 +0000)]
(mail-signature): Do not insert a line with `--'.

(mail-yank-hooks): New hook variable.
(mail-yank-original): Run the hook.
(mail-indent-citation): New function.

31 years ago(do-install): Correct previous etc-copying change.
Richard M. Stallman [Tue, 1 Jun 1993 22:49:36 +0000 (22:49 +0000)]
(do-install): Correct previous etc-copying change.
(src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.

31 years agoDon't hassle me about emacs.texi.
Richard M. Stallman [Tue, 1 Jun 1993 22:37:43 +0000 (22:37 +0000)]
Don't hassle me about emacs.texi.

31 years agoInitial revision
Richard M. Stallman [Tue, 1 Jun 1993 22:26:20 +0000 (22:26 +0000)]
Initial revision

31 years ago(mouse-buffer-menu): Don't select the event's window,
Richard M. Stallman [Tue, 1 Jun 1993 22:19:16 +0000 (22:19 +0000)]
(mouse-buffer-menu): Don't select the event's window,
if event has frame instead.

31 years agoTypo in autoload cookie.
Richard M. Stallman [Tue, 1 Jun 1993 21:42:03 +0000 (21:42 +0000)]
Typo in autoload cookie.

31 years ago(shell-prompt-pattern): Use defvar.
Richard M. Stallman [Tue, 1 Jun 1993 21:41:11 +0000 (21:41 +0000)]
(shell-prompt-pattern): Use defvar.

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 Jun 1993 21:25:47 +0000 (21:25 +0000)]
*** empty log message ***

31 years ago(ange-ftp-make-backup-files): Doc fix.
Richard M. Stallman [Tue, 1 Jun 1993 21:20:31 +0000 (21:20 +0000)]
(ange-ftp-make-backup-files): Doc fix.

31 years ago(Fwrite_region): Don't fsync if autosaving.
Richard M. Stallman [Tue, 1 Jun 1993 21:15:25 +0000 (21:15 +0000)]
(Fwrite_region): Don't fsync if autosaving.

31 years ago(GETPGRP_NO_ARG): Defined.
Richard M. Stallman [Tue, 1 Jun 1993 21:07:09 +0000 (21:07 +0000)]
(GETPGRP_NO_ARG): Defined.

31 years agoComment change.
Richard M. Stallman [Tue, 1 Jun 1993 20:57:18 +0000 (20:57 +0000)]
Comment change.

31 years ago(mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.
Richard M. Stallman [Tue, 1 Jun 1993 20:54:21 +0000 (20:54 +0000)]
(mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.

31 years ago(posn-timestamp): Doc fix.
Richard M. Stallman [Tue, 1 Jun 1993 20:52:15 +0000 (20:52 +0000)]
(posn-timestamp): Doc fix.

31 years ago[HPUX9]: Don't include errnet.h.
Richard M. Stallman [Tue, 1 Jun 1993 20:49:28 +0000 (20:49 +0000)]
[HPUX9]: Don't include errnet.h.

31 years ago(sort-fold-case): New variable.
Richard M. Stallman [Tue, 1 Jun 1993 20:35:33 +0000 (20:35 +0000)]
(sort-fold-case): New variable.
(sort-subr): Bind case-fold-search from sort-fold-case.

31 years ago(undo): Pass proper arg to delete-auto-save-file-if-necessary.
Richard M. Stallman [Tue, 1 Jun 1993 20:31:47 +0000 (20:31 +0000)]
(undo): Pass proper arg to delete-auto-save-file-if-necessary.

31 years ago[!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.
Richard M. Stallman [Tue, 1 Jun 1993 20:29:48 +0000 (20:29 +0000)]
[!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.
(Flog): Fix argument of `log'.

31 years ago(KERNEL_FILE): New override definition.
Richard M. Stallman [Tue, 1 Jun 1993 20:25:45 +0000 (20:25 +0000)]
(KERNEL_FILE): New override definition.

31 years agoentered into RCS
Richard M. Stallman [Tue, 1 Jun 1993 20:11:54 +0000 (20:11 +0000)]
entered into RCS

31 years agoInitial revision
Richard M. Stallman [Tue, 1 Jun 1993 20:09:25 +0000 (20:09 +0000)]
Initial revision

31 years agoComment changes.
Richard M. Stallman [Tue, 1 Jun 1993 20:00:49 +0000 (20:00 +0000)]
Comment changes.

31 years ago#undef C_SWITCH_SYSTEM.
Richard M. Stallman [Tue, 1 Jun 1993 19:57:02 +0000 (19:57 +0000)]
#undef C_SWITCH_SYSTEM.

31 years ago(init_frame_faces): Don't look at selected_frame unless it is an X frame.
Richard M. Stallman [Tue, 1 Jun 1993 19:23:38 +0000 (19:23 +0000)]
(init_frame_faces): Don't look at selected_frame unless it is an X frame.

31 years ago(fortran-mode): Replace comment-indent-hook with
Richard M. Stallman [Tue, 1 Jun 1993 19:03:52 +0000 (19:03 +0000)]
(fortran-mode): Replace comment-indent-hook with
comment-indent-function.

(fortran-is-in-string-p): Replaced with new version
that uses the syntax table.

(calculate-fortran-indent): Lines that have a # after
whitespace are interpreted as cpp directives and outdented back to
column zero.

31 years ago(map-keymap): Doc fix.
Richard M. Stallman [Tue, 1 Jun 1993 18:24:00 +0000 (18:24 +0000)]
(map-keymap): Doc fix.

31 years ago(dired-compress-file): Use gzip when proper/possible.
Richard M. Stallman [Tue, 1 Jun 1993 18:02:02 +0000 (18:02 +0000)]
(dired-compress-file): Use gzip when proper/possible.

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 Jun 1993 17:50:34 +0000 (17:50 +0000)]
*** empty log message ***

31 years ago(LIBS_MACHINE): Defined.
Richard M. Stallman [Tue, 1 Jun 1993 17:32:53 +0000 (17:32 +0000)]
(LIBS_MACHINE): Defined.

31 years ago(cl-mod): Renamed from mod.
Richard M. Stallman [Tue, 1 Jun 1993 16:30:54 +0000 (16:30 +0000)]
(cl-mod): Renamed from mod.

31 years agoComment change.
Richard M. Stallman [Tue, 1 Jun 1993 15:56:29 +0000 (15:56 +0000)]
Comment change.

31 years ago#undef signal.
Richard M. Stallman [Tue, 1 Jun 1993 08:08:38 +0000 (08:08 +0000)]
#undef signal.

31 years ago[LINUX]: #undef signal.
Richard M. Stallman [Tue, 1 Jun 1993 08:08:11 +0000 (08:08 +0000)]
[LINUX]: #undef signal.

31 years ago(x_set_menu_bar_lines): Use FRAME_NEW_HEIGHT and ..._WIDTH.
Richard M. Stallman [Tue, 1 Jun 1993 08:07:38 +0000 (08:07 +0000)]
(x_set_menu_bar_lines): Use FRAME_NEW_HEIGHT and ..._WIDTH.

(x_window): In XSetClassHint, use a shortened version of the frame name.

31 years ago[__GNUC__ >= 2]: Don't include alloca.h.
Richard M. Stallman [Tue, 1 Jun 1993 07:32:23 +0000 (07:32 +0000)]
[__GNUC__ >= 2]: Don't include alloca.h.

31 years ago(copy-tree): Use let* to bind new before i.
Richard M. Stallman [Tue, 1 Jun 1993 06:03:56 +0000 (06:03 +0000)]
(copy-tree): Use let* to bind new before i.

31 years agoProvide cookie1.
Richard M. Stallman [Tue, 1 Jun 1993 06:02:24 +0000 (06:02 +0000)]
Provide cookie1.

31 years ago(te-pass-through): Delete debugging code left by mistake.
Richard M. Stallman [Tue, 1 Jun 1993 05:36:19 +0000 (05:36 +0000)]
(te-pass-through): Delete debugging code left by mistake.

31 years ago(comint-filter): Put window-start before the input.
Richard M. Stallman [Tue, 1 Jun 1993 05:31:15 +0000 (05:31 +0000)]
(comint-filter): Put window-start before the input.

31 years ago(isearch-mode): If enter recursive-edit,
Richard M. Stallman [Tue, 1 Jun 1993 04:52:28 +0000 (04:52 +0000)]
(isearch-mode): If enter recursive-edit,
also bind isearch-recursive-edit.

31 years agoUse cookie1.el.
Richard M. Stallman [Tue, 1 Jun 1993 04:28:54 +0000 (04:28 +0000)]
Use cookie1.el.

31 years agoRenamed to cookie1.el.
Richard M. Stallman [Tue, 1 Jun 1993 04:26:42 +0000 (04:26 +0000)]
Renamed to cookie1.el.

31 years agoHandle 386bsd.
Richard M. Stallman [Tue, 1 Jun 1993 04:12:00 +0000 (04:12 +0000)]
Handle 386bsd.

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 Jun 1993 04:07:25 +0000 (04:07 +0000)]
*** empty log message ***

31 years agoInitial revision
Richard M. Stallman [Tue, 1 Jun 1993 04:07:09 +0000 (04:07 +0000)]
Initial revision

31 years ago(internal_equal): Don't let ints be equal to floats.
Richard M. Stallman [Tue, 1 Jun 1993 03:38:24 +0000 (03:38 +0000)]
(internal_equal): Don't let ints be equal to floats.

31 years ago(Frem): Fix result sign properly.
Richard M. Stallman [Tue, 1 Jun 1993 03:37:28 +0000 (03:37 +0000)]
(Frem): Fix result sign properly.

31 years ago(float_to_string): Skip `-' like digits when ensuring
Richard M. Stallman [Tue, 1 Jun 1993 03:33:40 +0000 (03:33 +0000)]
(float_to_string): Skip `-' like digits when ensuring
result looks like a float.

31 years ago(outline-flag-region): Pass t as NOUNDO arg
Richard M. Stallman [Tue, 1 Jun 1993 03:24:24 +0000 (03:24 +0000)]
(outline-flag-region): Pass t as NOUNDO arg
to subst-char-in-region.  No need to restore buffer-modified-p by hand.

31 years ago(count-windows): PROC argument of walk-windows takes an argument.
Richard M. Stallman [Tue, 1 Jun 1993 00:54:52 +0000 (00:54 +0000)]
(count-windows): PROC argument of walk-windows takes an argument.

31 years agoUpdate getdate.c.
Richard M. Stallman [Tue, 1 Jun 1993 00:50:50 +0000 (00:50 +0000)]
Update getdate.c.

Copy config.guess.

31 years ago(x-invocation-args): Add defvar.
Richard M. Stallman [Tue, 1 Jun 1993 00:29:11 +0000 (00:29 +0000)]
(x-invocation-args): Add defvar.