bpt/emacs.git
30 years ago(memory_warning_signal): Call force_auto_save_soon.
Richard M. Stallman [Sat, 30 Apr 1994 07:39:01 +0000 (07:39 +0000)]
(memory_warning_signal): Call force_auto_save_soon.

30 years ago(scroll-bar-event-ratio): New function.
Richard M. Stallman [Sat, 30 Apr 1994 07:23:15 +0000 (07:23 +0000)]
(scroll-bar-event-ratio): New function.

30 years ago*** empty log message ***
Richard M. Stallman [Sat, 30 Apr 1994 07:00:37 +0000 (07:00 +0000)]
*** empty log message ***

30 years ago(Fopen_network_stream): Retry the connect if EADDRINUSE. Ignore EISCONN.
Richard M. Stallman [Sat, 30 Apr 1994 06:05:51 +0000 (06:05 +0000)]
(Fopen_network_stream): Retry the connect if EADDRINUSE.  Ignore EISCONN.

30 years agoentered into RCS
Richard M. Stallman [Sat, 30 Apr 1994 05:04:27 +0000 (05:04 +0000)]
entered into RCS

30 years agomajor code speedups, bug fixes, behavior
Richard M. Stallman [Sat, 30 Apr 1994 04:47:22 +0000 (04:47 +0000)]
major code speedups, bug fixes, behavior
   refinements, doc-string clarification and elaboration, etc.
   Prominent new features include:
  - Exposure changes and navigation are greatly accelerated.
  - More elaborate and clear doc-string for outline-mode,
    giving better guidance on use of the mode.
  - A new exposure-layout syntax, which accomodates outlines
    with multiple top-level topics.  (See `outline-expose' and
    `outline-new-exposure'.)
  - Automatic exposure and verfication-prompting on attempts to
    change text within concealed regions, before they are
    applied.  (Undo affecting concealed regions is only
    exposed, not verified, to facilitate smooth undo sequences.)
 - 'hot-spot' navigation implemented.  When the cursor is on a
    topic's bullet, regular-character keystrokes will be
    interepreted as if they were preceded by ^C, when
    appropriate, so users can navigate and adjust exposure,
    etc, with single-stroke commands.
  - Lucid emacs accomodated.

30 years ago(hack-one-local-variable): Silently execute eval
Richard M. Stallman [Sat, 30 Apr 1994 04:29:23 +0000 (04:29 +0000)]
(hack-one-local-variable): Silently execute eval
if the form is a put of a harmless property with harmless args.

30 years ago(gnus-summary-mode-map): Bind C-c C-v to gnus-uu-ctl-map.
Richard M. Stallman [Sat, 30 Apr 1994 04:22:22 +0000 (04:22 +0000)]
(gnus-summary-mode-map): Bind C-c C-v to gnus-uu-ctl-map.
(gnus-uu-ctl-map): Autoload it from gnus-uu.

30 years ago(revert-buffer): widen before replacing text.
Karl Heuer [Sat, 30 Apr 1994 02:41:03 +0000 (02:41 +0000)]
(revert-buffer): widen before replacing text.

30 years ago*** empty log message ***
Richard M. Stallman [Sat, 30 Apr 1994 02:19:25 +0000 (02:19 +0000)]
*** empty log message ***

30 years ago(init_eval): Initialize when_entered_debugger to -1.
Richard M. Stallman [Sat, 30 Apr 1994 02:16:15 +0000 (02:16 +0000)]
(init_eval): Initialize when_entered_debugger to -1.

30 years agoentered into RCS
Richard M. Stallman [Sat, 30 Apr 1994 01:38:51 +0000 (01:38 +0000)]
entered into RCS

30 years ago(tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
Roland McGrath [Sat, 30 Apr 1994 00:51:52 +0000 (00:51 +0000)]
(tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
(tags-next-table): Save tags-table-list in tags-table-parent-pointer-list
and then set it to tags-included-tables.
Restore tags-table-list from tags-table-parent-pointer-list.
(tags-find-table-in-list): Renamed from tags-table-list-member.
Search included tables.  Take new arg MOVE-TO; if t, frob list pointers.
(tags-table-including): Save tags-table-list in tags-table-parent-pointer-list.
Set tags-table-list to the passed TABLES value.
(visit-tags-table-buffer): When CONT is nil, pop all
tags-table-parent-pointer-list state before doing anything else.
Don't do list frobnication when CONT is 'same.
Call tags-find-table-in-list instead of tags-table-list-member; let it do
list frobnication when it succeeds.

30 years ago(x_wm_set_size_hint): Always set PWinGravity.
Richard M. Stallman [Sat, 30 Apr 1994 00:15:20 +0000 (00:15 +0000)]
(x_wm_set_size_hint): Always set PWinGravity.
Rename the args.  Compute x and y fields from negative positions.
Use XGetWMNormalHints if X11R4 or newer.
(x_make_frame_visible): Call x_set_offset only if not USE_X_TOOLKIT.
(x_make_frame_invisible): Call x_wm_set_size_hint.
(x_set_offset): Pass 0 as 3rd arg to x_wm_set_size_hint.
(x_set_window_size): Likewise.  Set win_gravity field here if nec.

30 years ago(Fx_create_frame): Pass 0 as 3rd arg to x_wm_set_size_hint.
Richard M. Stallman [Sat, 30 Apr 1994 00:13:44 +0000 (00:13 +0000)]
(Fx_create_frame): Pass 0 as 3rd arg to x_wm_set_size_hint.
(x_figure_window_size): Fix typo setting XNegative.

30 years ago(xdialog_show): Clear x_mouse_grabbed.
Richard M. Stallman [Fri, 29 Apr 1994 23:45:17 +0000 (23:45 +0000)]
(xdialog_show): Clear x_mouse_grabbed.

30 years ago(Ftranspose_regions): New function.
Richard M. Stallman [Fri, 29 Apr 1994 23:22:51 +0000 (23:22 +0000)]
(Ftranspose_regions): New function.
(transpose_markers): Helper func for above.
(syms_of_frame): Call defsubr for Stranspose_regions.

30 years ago(Ffset, Ffmakunbound): Signal an error if SYM is nil or t.
Karl Heuer [Fri, 29 Apr 1994 23:21:37 +0000 (23:21 +0000)]
(Ffset, Ffmakunbound): Signal an error if SYM is nil or t.

30 years ago[MSDOS]: Re-enable some #undef's.
Karl Heuer [Fri, 29 Apr 1994 23:16:43 +0000 (23:16 +0000)]
[MSDOS]: Re-enable some #undef's.

30 years agoWe have bcmp. Configuration is "msdos". Get rid of ^Ms.
Richard M. Stallman [Fri, 29 Apr 1994 22:07:19 +0000 (22:07 +0000)]
We have bcmp.  Configuration is "msdos".  Get rid of ^Ms.

30 years agoSet CFLAGS=-O2, not -g. Correct for
Richard M. Stallman [Fri, 29 Apr 1994 22:07:02 +0000 (22:07 +0000)]
Set CFLAGS=-O2, not -g.  Correct for
new configuration regarding utilities not to compile.
Fix version number.  Get rid of ^Ms.

30 years agoSet CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman [Fri, 29 Apr 1994 22:06:43 +0000 (22:06 +0000)]
Set CFLAGS=-O2, not -g.  Handle the new
M_FILE, S_FILE, and SET_MAKE defines.  Get rid of ^Ms.

30 years ago(window_system): Restore accidentally deleted code that uses AC_FIND_X.
Richard M. Stallman [Fri, 29 Apr 1994 21:29:49 +0000 (21:29 +0000)]
(window_system): Restore accidentally deleted code that uses AC_FIND_X.

30 years ago(desktop-internal-v2s): Default case fixed to return correct quote flag.
Richard M. Stallman [Fri, 29 Apr 1994 20:13:16 +0000 (20:13 +0000)]
(desktop-internal-v2s): Default case fixed to return correct quote flag.
Fix cons cell handling to avoid recursion in the cdr part.

30 years ago(getppid): Definition deleted.
Richard M. Stallman [Fri, 29 Apr 1994 20:02:48 +0000 (20:02 +0000)]
(getppid): Definition deleted.

30 years ago(Fminibuffer_complete): Add third arg to Fset_window_start.
Richard M. Stallman [Fri, 29 Apr 1994 20:00:51 +0000 (20:00 +0000)]
(Fminibuffer_complete): Add third arg to Fset_window_start.

30 years ago(decode_mode_spec): Fix handling of `%t'.
Richard M. Stallman [Fri, 29 Apr 1994 19:38:03 +0000 (19:38 +0000)]
(decode_mode_spec): Fix handling of `%t'.

30 years ago[MSDOS]: Don't define proto type for exit.
Richard M. Stallman [Fri, 29 Apr 1994 19:35:46 +0000 (19:35 +0000)]
[MSDOS]: Don't define proto type for exit.

30 years ago*** empty log message ***
Richard M. Stallman [Fri, 29 Apr 1994 19:29:03 +0000 (19:29 +0000)]
*** empty log message ***

30 years ago*** empty log message ***
Richard M. Stallman [Fri, 29 Apr 1994 10:16:53 +0000 (10:16 +0000)]
*** empty log message ***

30 years agoentered into RCS
Richard M. Stallman [Fri, 29 Apr 1994 10:07:31 +0000 (10:07 +0000)]
entered into RCS

30 years ago(vc-mode-line): Fix previous change.
Richard M. Stallman [Fri, 29 Apr 1994 06:25:49 +0000 (06:25 +0000)]
(vc-mode-line): Fix previous change.

30 years ago(Fsingle_key_description): Undo previous change.
Karl Heuer [Fri, 29 Apr 1994 06:05:19 +0000 (06:05 +0000)]
(Fsingle_key_description): Undo previous change.
(describe_map): Skip string entries.

30 years ago(do_completion): Initialize vars before gcpro.
Karl Heuer [Fri, 29 Apr 1994 05:48:36 +0000 (05:48 +0000)]
(do_completion): Initialize vars before gcpro.

30 years agoComment change.
Richard M. Stallman [Fri, 29 Apr 1994 04:59:22 +0000 (04:59 +0000)]
Comment change.

30 years ago(update_frame): Move those assignments even farther down.
Richard M. Stallman [Fri, 29 Apr 1994 04:54:39 +0000 (04:54 +0000)]
(update_frame): Move those assignments even farther down.

30 years ago(x_wm_set_size_hint): Don't set PMaxSize.
Richard M. Stallman [Fri, 29 Apr 1994 04:04:51 +0000 (04:04 +0000)]
(x_wm_set_size_hint): Don't set PMaxSize.
Don't touch win_gravity field if no PWinGravity.

30 years ago(describe_buffer_bindings): gcpro stuff. Delete some unused code.
Karl Heuer [Fri, 29 Apr 1994 03:40:16 +0000 (03:40 +0000)]
(describe_buffer_bindings): gcpro stuff.  Delete some unused code.

30 years agoDoc fixes.
Karl Heuer [Fri, 29 Apr 1994 03:06:08 +0000 (03:06 +0000)]
Doc fixes.

30 years ago(describe_map_tree): gcpro some things.
Karl Heuer [Fri, 29 Apr 1994 02:51:44 +0000 (02:51 +0000)]
(describe_map_tree): gcpro some things.

30 years ago(Fsingle_key_description): Accept strings as keys since the buffer menu uses
Karl Heuer [Fri, 29 Apr 1994 01:10:33 +0000 (01:10 +0000)]
(Fsingle_key_description): Accept strings as keys since the buffer menu uses
them.

30 years ago(inhibit-file-name-handers): Correct documentation.
Richard M. Stallman [Thu, 28 Apr 1994 22:27:06 +0000 (22:27 +0000)]
(inhibit-file-name-handers): Correct documentation.

30 years agoFix syntax in previous change.
Richard M. Stallman [Thu, 28 Apr 1994 22:24:41 +0000 (22:24 +0000)]
Fix syntax in previous change.

30 years agoDon't look for -lresolv.
Richard M. Stallman [Thu, 28 Apr 1994 22:22:28 +0000 (22:22 +0000)]
Don't look for -lresolv.

30 years ago(update_frame): Move assignments to current_frame and desired_frame.
Richard M. Stallman [Thu, 28 Apr 1994 22:05:54 +0000 (22:05 +0000)]
(update_frame): Move assignments to current_frame and desired_frame.

30 years agoentered into RCS
Richard M. Stallman [Thu, 28 Apr 1994 20:01:12 +0000 (20:01 +0000)]
entered into RCS

30 years ago(logb): Test HPUX, not hpux.
Richard M. Stallman [Thu, 28 Apr 1994 19:37:53 +0000 (19:37 +0000)]
(logb): Test HPUX, not hpux.

30 years ago(LIBS_SYSTEM): #if 0'd.
Richard M. Stallman [Thu, 28 Apr 1994 19:27:47 +0000 (19:27 +0000)]
(LIBS_SYSTEM): #if 0'd.

30 years ago(Fx_popup_menu): Doc fix.
Richard M. Stallman [Thu, 28 Apr 1994 18:55:14 +0000 (18:55 +0000)]
(Fx_popup_menu): Doc fix.

30 years ago*** empty log message ***
Richard M. Stallman [Thu, 28 Apr 1994 18:52:49 +0000 (18:52 +0000)]
*** empty log message ***

30 years ago(disabled-command-hook): Try to enable command in user
Richard M. Stallman [Thu, 28 Apr 1994 18:51:35 +0000 (18:51 +0000)]
(disabled-command-hook): Try to enable command in user
init file only if there is a user init file.

30 years ago(x_window) [USE_X_TOOLKIT]: Call XSetWMHints.
Richard M. Stallman [Thu, 28 Apr 1994 18:13:22 +0000 (18:13 +0000)]
(x_window) [USE_X_TOOLKIT]: Call XSetWMHints.

30 years ago(Vunread_command_events): Renamed.
Richard M. Stallman [Thu, 28 Apr 1994 08:23:25 +0000 (08:23 +0000)]
(Vunread_command_events): Renamed.

30 years ago(lisp-mode-variables): Undo previous change.
Karl Heuer [Thu, 28 Apr 1994 08:09:01 +0000 (08:09 +0000)]
(lisp-mode-variables): Undo previous change.

30 years ago(XTread_socket): Only top window cares about LeaveNotify.
Karl Heuer [Thu, 28 Apr 1994 07:59:17 +0000 (07:59 +0000)]
(XTread_socket): Only top window cares about LeaveNotify.

30 years ago(Vunread_command_events): Renamed from unread_command_events.
Richard M. Stallman [Thu, 28 Apr 1994 07:49:45 +0000 (07:49 +0000)]
(Vunread_command_events): Renamed from unread_command_events.
All uses changed.

(read_char): Don't use menus if we have events waiting.

(syms_of_keyboard): Init and staticpro accent_key_syms.

30 years ago(x_make_frame_visible): Use XtMapWidget, not XtPopup.
Richard M. Stallman [Thu, 28 Apr 1994 07:46:27 +0000 (07:46 +0000)]
(x_make_frame_visible): Use XtMapWidget, not XtPopup.

30 years agoDrop the trailing slash.
Karl Heuer [Thu, 28 Apr 1994 07:32:21 +0000 (07:32 +0000)]
Drop the trailing slash.

30 years ago(gud-mips-p, gud-irix-p): Test system-configuration.
Richard M. Stallman [Thu, 28 Apr 1994 07:32:04 +0000 (07:32 +0000)]
(gud-mips-p, gud-irix-p): Test system-configuration.

(gud-mipsdbx-marker-filter): Reimplemented based on
gud-gdb-marker-filter, with regexps appropriately altered.
(gud-marker-acc): New variable, replacing the
debugger-specific accumulation variables.
(dbx): Arrange to fire up the source window with irixdbx.

(dbx): Fix gud-break under SunOS, at least.  (I suspect
this is a general problem, because of the \n for some reason.)

(gud-dbx-mips-p, gud-dbx-irix-p): Use system-type to
choose system-dependent dbx incantations.

(gud-dbx-mips-p): Use "-emacs" for OSF/1 dbx as for MIPS.

(gud-irix-dbx-p): Determines whether to use (new) gud-irixdbx-marker-filter.
(gud-irixdbx-marker-filter): New function.
(dbx): Insert case for Irix.

30 years agoFix typo in previous change.
Richard M. Stallman [Thu, 28 Apr 1994 07:10:24 +0000 (07:10 +0000)]
Fix typo in previous change.

30 years ago(syms_of_emacs): Doc fix.
Richard M. Stallman [Thu, 28 Apr 1994 06:19:03 +0000 (06:19 +0000)]
(syms_of_emacs): Doc fix.

30 years ago(Fframe_parameters) [!MULTI_FRAME]: Unstub it again.
Karl Heuer [Thu, 28 Apr 1994 06:16:11 +0000 (06:16 +0000)]
(Fframe_parameters) [!MULTI_FRAME]: Unstub it again.

30 years ago(child_setup): Test PRIO_PROCESS, as in sys_subshell.
Richard M. Stallman [Thu, 28 Apr 1994 05:44:54 +0000 (05:44 +0000)]
(child_setup): Test PRIO_PROCESS, as in sys_subshell.

30 years agoUse m/hp800.h in place of m/hp9000s800.h.
Richard M. Stallman [Thu, 28 Apr 1994 05:19:08 +0000 (05:19 +0000)]
Use m/hp800.h in place of m/hp9000s800.h.

30 years agoRenamed from hp9000s800.h.
Richard M. Stallman [Thu, 28 Apr 1994 05:18:06 +0000 (05:18 +0000)]
Renamed from hp9000s800.h.
(hp9000s800): Undo previous change.

30 years agoDon't include string.h or strings.h.
Richard M. Stallman [Thu, 28 Apr 1994 04:44:54 +0000 (04:44 +0000)]
Don't include string.h or strings.h.

30 years ago(create_process): If vfork fails, close forkin and forkout.
Richard M. Stallman [Thu, 28 Apr 1994 04:35:39 +0000 (04:35 +0000)]
(create_process): If vfork fails, close forkin and forkout.

30 years ago(describe-buffer-case-table): Don't use text-char-description.
Richard M. Stallman [Thu, 28 Apr 1994 04:29:45 +0000 (04:29 +0000)]
(describe-buffer-case-table): Don't use text-char-description.

30 years ago(menu-bar-update-buffers): Get rid of debugging code accidentally left in.
Richard M. Stallman [Thu, 28 Apr 1994 04:19:30 +0000 (04:19 +0000)]
(menu-bar-update-buffers): Get rid of debugging code accidentally left in.

30 years ago(menu-bar-help-menu): Add item for report-emacs-bug.
Richard M. Stallman [Thu, 28 Apr 1994 04:17:42 +0000 (04:17 +0000)]
(menu-bar-help-menu): Add item for report-emacs-bug.

30 years ago(menu-bar-help-menu): Add item for emacs-version.
Richard M. Stallman [Thu, 28 Apr 1994 04:15:32 +0000 (04:15 +0000)]
(menu-bar-help-menu): Add item for emacs-version.

30 years ago(lib-src): Depend on src/paths.h.
Richard M. Stallman [Thu, 28 Apr 1994 04:14:00 +0000 (04:14 +0000)]
(lib-src): Depend on src/paths.h.

30 years ago(unexec): Cast pointers. Fix error message.
Karl Heuer [Thu, 28 Apr 1994 03:49:12 +0000 (03:49 +0000)]
(unexec): Cast pointers.  Fix error message.

30 years agoMake a sub-keymap for the Buffers menu bar item.
Richard M. Stallman [Thu, 28 Apr 1994 03:44:48 +0000 (03:44 +0000)]
Make a sub-keymap for the Buffers menu bar item.
(menu-bar-select-buffer, menu-bar-select-frame):
New commands for that subkeymap.
(menu-bar-update-buffers): New function, on menu-bar-update-hook,
made partly out of mouse-menu-bar-buffers.

30 years agoChase symlinks manually.
Karl Heuer [Thu, 28 Apr 1994 03:34:14 +0000 (03:34 +0000)]
Chase symlinks manually.

30 years agoGet the file's truename in case it is a link.
Richard M. Stallman [Thu, 28 Apr 1994 03:01:49 +0000 (03:01 +0000)]
Get the file's truename in case it is a link.

30 years agoDon't make an empty script.
Karl Heuer [Thu, 28 Apr 1994 02:42:43 +0000 (02:42 +0000)]
Don't make an empty script.
Use signal, not error.

30 years ago(hp800): Define this instead of hp9000s800.
Richard M. Stallman [Thu, 28 Apr 1994 02:39:40 +0000 (02:39 +0000)]
(hp800): Define this instead of hp9000s800.

30 years ago(mostlyclean): Remove liblw.a.
Richard M. Stallman [Thu, 28 Apr 1994 02:35:25 +0000 (02:35 +0000)]
(mostlyclean): Remove liblw.a.

30 years ago(read1): Allow `\C- ' and `\C-?'.
Richard M. Stallman [Thu, 28 Apr 1994 02:34:20 +0000 (02:34 +0000)]
(read1): Allow `\C- ' and `\C-?'.

30 years ago(ange-ftp-hook-function): Use ange-ftp-run-real-handler.
Richard M. Stallman [Wed, 27 Apr 1994 23:44:39 +0000 (23:44 +0000)]
(ange-ftp-hook-function): Use ange-ftp-run-real-handler.
(ange-ftp-run-real-handler): Inhibit ange-ftp-completion-hook-function
as well as ange-ftp-hook-function.

30 years ago(ange-ftp-completion-hook-function): Use new inhibit vars.
Richard M. Stallman [Wed, 27 Apr 1994 23:43:46 +0000 (23:43 +0000)]
(ange-ftp-completion-hook-function): Use new inhibit vars.

30 years agoImprove error message for bad --with-x-toolkit value.
Richard M. Stallman [Wed, 27 Apr 1994 22:33:52 +0000 (22:33 +0000)]
Improve error message for bad --with-x-toolkit value.

30 years ago(LD_SWITCH_SYSTEM): Undo previous change.
Richard M. Stallman [Wed, 27 Apr 1994 22:31:09 +0000 (22:31 +0000)]
(LD_SWITCH_SYSTEM): Undo previous change.

30 years agoRestore deleted AC_SUBST of `configuration'.
Richard M. Stallman [Wed, 27 Apr 1994 21:58:53 +0000 (21:58 +0000)]
Restore deleted AC_SUBST of `configuration'.

30 years ago(compilation-error-regexp-alist): Add fortran pattern.
Karl Heuer [Wed, 27 Apr 1994 21:57:57 +0000 (21:57 +0000)]
(compilation-error-regexp-alist): Add fortran pattern.

30 years agoUse C-style comments.
Karl Heuer [Wed, 27 Apr 1994 21:43:24 +0000 (21:43 +0000)]
Use C-style comments.

30 years agoC_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer [Wed, 27 Apr 1994 20:20:31 +0000 (20:20 +0000)]
C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.

30 years ago*** empty log message ***
Karl Heuer [Wed, 27 Apr 1994 20:02:46 +0000 (20:02 +0000)]
*** empty log message ***

30 years ago(Fframe_parameters) [!MULTI_FRAME]: Replace with stub.
Karl Heuer [Wed, 27 Apr 1994 19:18:40 +0000 (19:18 +0000)]
(Fframe_parameters) [!MULTI_FRAME]: Replace with stub.
(Fframe_parameters, Fmodify_frame_parameters) [!MULTI_FRAME]:
Remove extra docstring.

30 years agoComment change.
Richard M. Stallman [Wed, 27 Apr 1994 08:39:01 +0000 (08:39 +0000)]
Comment change.

30 years ago(calendar-starred-day): Var renamed from starred-day.
Richard M. Stallman [Wed, 27 Apr 1994 08:38:11 +0000 (08:38 +0000)]
(calendar-starred-day): Var renamed from starred-day.

30 years ago(LIBS_SYSTEM): Commented out.
Richard M. Stallman [Wed, 27 Apr 1994 08:37:12 +0000 (08:37 +0000)]
(LIBS_SYSTEM): Commented out.

30 years ago(Finsert_file_contents): Fix accessing buffer_file_type
Richard M. Stallman [Wed, 27 Apr 1994 08:35:48 +0000 (08:35 +0000)]
(Finsert_file_contents): Fix accessing buffer_file_type
since it is t or nil.  Change to handle t or nil as value
of find-buffer-file-type.

30 years ago(xmenu_show, xdialog_show):
Richard M. Stallman [Wed, 27 Apr 1994 08:27:50 +0000 (08:27 +0000)]
(xmenu_show, xdialog_show):
If we unread some events, set interrupt_input_pending.

30 years ago(XTread_socket, case ClientMessage): Don't call
Richard M. Stallman [Wed, 27 Apr 1994 08:27:00 +0000 (08:27 +0000)]
(XTread_socket, case ClientMessage): Don't call
XSetInputFocus if event is not for an existing frame.

(XTread_socket) [USE_X_TOOLKIT]: Never pass motion events to the toolkit.

30 years agoAdded comment indicating author.
Noah Friedman [Wed, 27 Apr 1994 06:19:51 +0000 (06:19 +0000)]
Added comment indicating author.

30 years agoDefine CONFIGURATION in src/config.h
Richard M. Stallman [Wed, 27 Apr 1994 05:27:02 +0000 (05:27 +0000)]
Define CONFIGURATION in src/config.h
rather than substituting into src/Makefile.in.

30 years ago(configuration): Make variable deleted.
Richard M. Stallman [Wed, 27 Apr 1994 05:26:05 +0000 (05:26 +0000)]
(configuration): Make variable deleted.
(emacs.o): Use the default .c.o command.

30 years ago(CONFIGURATION): Add #undef.
Richard M. Stallman [Wed, 27 Apr 1994 05:25:33 +0000 (05:25 +0000)]
(CONFIGURATION): Add #undef.