log src/emacs.c @ 9801:7003b5184aec

age author description
Tue, 01 Nov 1994 07:07:32 +0000 Richard M. Stallman (Fdump_emacs): Don't reset the data start address by
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Tue, 27 Sep 1994 03:05:28 +0000 Karl Heuer (Fkill_emacs): Use type test macros.
Mon, 26 Sep 1994 18:14:29 +0000 Karl Heuer (argmatch): New function.
Sat, 17 Sep 1994 02:05:34 +0000 Karl Heuer (Vsystem_configuration_options): New variable.
Sat, 17 Sep 1994 00:14:40 +0000 Richard M. Stallman (shut_down_emacs): Don't call Fx_close_current_connection.
Mon, 05 Sep 1994 04:06:23 +0000 Richard M. Stallman (init_cmdargs): After chasing link, use only the expanded name.
Mon, 13 Jun 1994 20:41:00 +0000 Richard M. Stallman (init_cmdargs): Set up initial_argv, initial_argc.
Sun, 05 Jun 1994 11:31:25 +0000 Richard M. Stallman (main): Do the setpgrp after checking for -batch.
Sat, 28 May 1994 04:46:38 +0000 Richard M. Stallman (main): In batch mode, don't set the pgrp.
Wed, 18 May 1994 05:39:39 +0000 Richard M. Stallman (syms_of_emacs): EMACS_CONFIGURATION renamed from CONFIGURATION.
Fri, 13 May 1994 07:17:59 +0000 Richard M. Stallman (main): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
Sat, 30 Apr 1994 07:39:01 +0000 Richard M. Stallman (memory_warning_signal): Call force_auto_save_soon.
Thu, 28 Apr 1994 07:10:24 +0000 Richard M. Stallman Fix typo in previous change.
Thu, 28 Apr 1994 06:19:03 +0000 Richard M. Stallman (syms_of_emacs): Doc fix.
Thu, 21 Apr 1994 09:04:25 +0000 Richard M. Stallman (init_cmdargs): Check only for etc and lib-src subdirs
Thu, 21 Apr 1994 08:43:33 +0000 Richard M. Stallman (init_cmdargs): Just check for etc and lib-src subdirs
Wed, 13 Apr 1994 22:24:38 +0000 Richard M. Stallman (inherited_pgroup): Conditionalize on BSD_PGRPS.
Tue, 12 Apr 1994 01:33:57 +0000 Richard M. Stallman (main): Fix typo in prev. change.
Sat, 09 Apr 1994 21:43:19 +0000 Richard M. Stallman (main): Handle EXTRA_INITIALIZE.
Fri, 08 Apr 1994 06:58:23 +0000 Karl Heuer (main): Call syms_of_term.
Tue, 22 Mar 1994 20:18:06 +0000 Richard M. Stallman (__do_global_ctors, __do_global_ctors_aux)
Sun, 20 Mar 1994 01:13:53 +0000 Richard M. Stallman (syms_of_emacs): Don't initialize Vinstallation_name
Sat, 05 Mar 1994 20:38:30 +0000 Richard M. Stallman (shut_down_emacs): Set Vrun_hooks to nil.
Thu, 03 Mar 1994 17:43:26 +0000 Richard M. Stallman Comment change.
Tue, 22 Feb 1994 19:43:28 +0000 Karl Heuer Move extern declarations to top of file.
Thu, 17 Feb 1994 03:00:56 +0000 Richard M. Stallman (main): Test BSD_PGRPS, not BSD.
Sat, 05 Feb 1994 22:42:49 +0000 Richard M. Stallman (main) [AIX]: Don't handle signal 20, 21 or 22.
Thu, 03 Feb 1994 19:51:07 +0000 Richard M. Stallman (init_cmdargs): Set Vinstallation_directory.
Fri, 14 Jan 1994 18:09:06 +0000 Richard M. Stallman (main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.
Sat, 08 Jan 1994 21:47:36 +0000 Roland McGrath (main): Call strerror instead of using sys_errlist.
Sat, 08 Jan 1994 13:26:00 +0000 Richard M. Stallman (main): Don't call setpgrp if !initialized.
Sat, 08 Jan 1994 08:48:32 +0000 Richard M. Stallman (main) [MSDOS]: Call init_environment. Set file types to
Sun, 26 Dec 1993 18:05:39 +0000 Richard M. Stallman (main) [AIX]: Call putenv.
Thu, 23 Dec 1993 01:15:13 +0000 Richard M. Stallman (syms_of_emacs): Define Lisp var system-configuration.
Sat, 27 Nov 1993 06:37:16 +0000 Richard M. Stallman (main) [AIX]: Don't handle signals 23, SIGAIO, SIGPTY.
Wed, 24 Nov 1993 06:37:51 +0000 Richard M. Stallman (main): Call init_callproc and init_callproc_1.
Wed, 10 Nov 1993 20:02:12 +0000 Richard M. Stallman (main): Use EMACS_GETPGRP macro.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Sat, 14 Aug 1993 18:37:47 +0000 Richard M. Stallman (init_cmdargs): Check openp result for 1, not != 0.
Sat, 14 Aug 1993 07:34:28 +0000 Richard M. Stallman (__CTOR_LIST__): Don't declare it on Linux.
Thu, 12 Aug 1993 22:05:30 +0000 Richard M. Stallman Include process.h.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
Sun, 08 Aug 1993 06:23:21 +0000 Richard M. Stallman (Vinvocation_directory): New var.
Tue, 27 Jul 1993 08:32:33 +0000 Richard M. Stallman (main): Test LOCALTIME_CACHE.
Wed, 30 Jun 1993 17:51:16 +0000 Richard M. Stallman (PRIO_PROCESS): Definition deleted.
Sat, 19 Jun 1993 20:26:11 +0000 Jim Blandy * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.
Fri, 18 Jun 1993 23:33:20 +0000 Jim Blandy Changes for Irix 4.0, tested this time:
Thu, 17 Jun 1993 05:04:57 +0000 Jim Blandy Changes for correct pgrp behavior; approach suggested by Bob
Sun, 13 Jun 1993 02:06:51 +0000 Richard M. Stallman (shut_down_emacs): New arg STUFF. Stuff input here.
Fri, 11 Jun 1993 16:22:03 +0000 Jim Blandy Interact properly with shells lacking job control (sh, rc, es...)
Thu, 03 Jun 1993 18:32:26 +0000 Richard M. Stallman (syms_of_emacs): Doc fix.
Wed, 02 Jun 1993 19:11:58 +0000 Richard M. Stallman (shut_down_emacs): Handle GETPGRP_NO_ARG.
Sun, 30 May 1993 21:34:53 +0000 Richard M. Stallman (main) [AIX _I386]: Don't handle SIGIOINT.
Sat, 29 May 1993 20:57:33 +0000 Richard M. Stallman Don't include termios.h directly--let systty.h do it.
Fri, 28 May 1993 00:51:49 +0000 Richard M. Stallman (syms_of_emacs) [CANNOT_DUMP]: Don't defsubr Sdump_emacs*.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Wed, 19 May 1993 22:01:35 +0000 Jim Blandy Some changes from Michael K. Johnson for Linux.
Thu, 06 May 1993 17:04:56 +0000 Richard M. Stallman (main): Handle -display like -d.
Tue, 04 May 1993 02:29:06 +0000 Jim Blandy * emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS and