log src/emacs.c @ 30113:44717f85a62c

age author description
2000-07-04 Gerd Moellmann (handle_USR1_signal, handle_USR2_signal) Clear
2000-06-23 Dave Love (setgrp): Undefine before defining.
2000-05-25 Ken Raeburn * emacs.c (main): Initialize keyboard syms before initializing
2000-05-24 Gerd Moellmann (setpgrp): Don't define if USG and BSD_PGRPS are not defined.
2000-05-23 Gerd Moellmann (setpgrp) [HAVE_SETPGID]: Define as setpgid.
2000-05-16 Gerd Moellmann Use the term `invalid' instead of `illegal'.
2000-04-24 Gerd Moellmann (USAGE2): Add `--line-spacing' and `-lsp'.
2000-03-29 Ken Raeburn * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
2000-03-04 Jason Rumney [HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.
2000-02-25 Gerd Moellmann (main): Remove code snipped commented out with `//'.
2000-02-17 Gerd Moellmann (main): Use #if GC_MARK_STACK instead of #ifdef.
2000-02-17 Gerd Moellmann (main) [GC_MARK_STACK]: Initialize stack_base.
2000-02-17 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-06 Andrew Innes (USAGE): Split into USAGE1 and USAGE2, to work-around
2000-01-31 Gerd Moellmann (USAGE): Use term `display options' instead of `X
2000-01-28 Gerd Moellmann (USAGE): New macro.
2000-01-25 Gerd Moellmann (main): Call init_atimer.
1999-12-15 Kenichi Handa (main): Call syms_of_composite.
1999-12-01 Dave Love (main): Set LANG=C iff AX3_2 defined.
1999-11-28 Eli Zaretskii (synchronize_locale): Avoid compiler warnings about
1999-11-25 Paul Eggert * emacs.c (fixup_locale): Don't bother to record initial locale.
1999-11-24 Gerd Moellmann (PVEC_FLAG): New variable.
1999-11-22 Gerd Moellmann (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
1999-11-22 Paul Eggert * callproc.c (strerror): Remove decl.
1999-11-11 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
1999-10-26 Gerd Moellmann (standard_args): Add `file' as synonym for `visit',
1999-10-25 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
1999-10-22 Dave Love (main): Enable profiling conditional on __linux also.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-16 Gerd Moellmann (main): Remove unused variables.
1999-09-13 Gerd Moellmann (handle_USR1_signal): Change for Lisp_Object selected_frame.
1999-08-30 Andreas Schwab Include <stdlib.h> if available.
1999-08-21 Gerd Moellmann (shut_down_emacs): Call check_message_stack.
1999-07-21 Gerd Moellmann (main): Call init_fns.
1999-06-29 Karl Heuer [DOUG_LEA_MALLOC] (malloc_initialize_hook):
1999-03-09 Karl Heuer (main) [CLASH_DETECTION]: Call init_filelock.
1999-02-28 Andreas Schwab (main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it calls
1999-02-26 Andreas Schwab (main) [DOUG_LEA_MALLOC]: Work around a bug in glibc's
1999-02-22 Andreas Schwab Don't define Qusr1_signal and Qusr2_signal.
1999-02-20 Andrew Innes (main): [!SYSTEM_MALLOC]: Call realloc and free as well
1999-02-19 Richard M. Stallman (Qusr1_signal, Qusr2_signal): New variables.
1999-01-30 Andrew Innes (main): Pass argv to init_environment.
1999-01-26 Richard M. Stallman (main): Up-date copyright.
1999-01-24 Dave Love Comment about unibyte.
1999-01-02 Richard M. Stallman (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.
1998-12-29 Richard M. Stallman (main): Call memory_warnings and uninterrupt_malloc
1998-10-30 Geoff Voelker emacs.c (main): Invoke init_fileio_once.
1998-10-25 Geoff Voelker (main) [HAVE_NTGUI]: Invoke syms_of_fontset().
1998-09-27 Richard M. Stallman (sort_args): Fill extra space with NULL ptrs.
1998-09-10 Karl Heuer (main): Mention --display and --eval in help.
1998-07-21 Kenichi Handa (main): Call init_coding.
1998-06-23 Richard M. Stallman (sort_args): Discard duplicate options with no args.
1998-06-20 Karl Heuer Doc fixes.
1998-06-12 Richard M. Stallman (standard_args): Fix arg order to match code in `main'.
1998-06-05 Karl Heuer Comment change.
1998-06-04 Karl Heuer (main): Don't implement --version if not initialized.
1998-06-01 Karl Heuer (main): Test `initialized' before clearing *Messages*.
1998-05-06 Richard M. Stallman (main): Call the syms_of_... and keys_of_... functions
1998-04-29 Andreas Schwab (main): Use Vbuffer_alist instead of Fbuffer_list.
1998-04-29 Richard M. Stallman (abort): Omit this definition, if NO_ABORT.
1998-04-28 Richard M. Stallman (main): Doc --multibyte and --unibyte in --help message.
1998-04-28 Richard M. Stallman (main): Fix bug report address.
1998-04-26 Richard M. Stallman (standard_args): Apply --unibyte/multibyte after --nw.
1998-04-23 Richard M. Stallman Include buffer.h
1998-04-17 Richard M. Stallman (syms_of_emacs): Fix patching error in previous change.
1998-04-17 Geoff Voelker (Vpath_separator): New variable.
1998-04-16 Richard M. Stallman (standard_args): Add --no-unibyte.
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-09 Karl Heuer (abort): Don't redefine on DOS_NT.
1998-04-08 Karl Heuer (abort): Don't redefine on MSDOS.
1998-04-07 Dave Love (main): Obey environment variable EMACS_UNIBYTE as
1998-04-02 Dave Love (main): Add [--unibyte] to usage.
1998-01-26 Richard M. Stallman (standard_args): Add "-unibyte" aka "--unibyte".
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-09 Richard M. Stallman (main): Pass new arg to message_dolog.
1997-12-30 Richard M. Stallman (abort): New function.
1997-12-21 Richard M. Stallman (Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.
1997-12-04 Karl Heuer (main): Fix the stack-limit code to calculate
1997-10-13 Eli Zaretskii (shut_down_emacs): Call `dos_cleanup'.
1997-09-04 Erik Naggum (main): Update Copyright messages.
1997-09-03 Richard M. Stallman (main): Call run_time_remap earlier, before any use of stdio.
1997-08-15 Richard M. Stallman (main): Update re_max_failures so regex.c won't overflow
1997-08-12 Richard M. Stallman Comment change.
1997-08-12 Richard M. Stallman (main): Fix previous change.
1997-08-11 Richard M. Stallman (main) [__FreeBSD__ && PROFILING]: Add code for profiling.
1997-08-07 Richard M. Stallman (main): Remove call to init_filelock.
1997-07-29 Richard M. Stallman (sort_args): Check properly for `--'.
1997-07-24 Richard M. Stallman (main): Make --help msg end in newline.
1997-07-12 Richard M. Stallman (main): Use setrlimit only if RLIMIT_STACK.
1997-07-09 Richard M. Stallman (main) [__NetBSD__]: Round up new stack limit to page bdry.
1997-07-01 Richard M. Stallman (decode_env_path): Ensure path elements use proper directory separator.
1997-06-23 Richard M. Stallman (Fdump_emacs): Bind command-line-processed to nil here.
1997-06-23 Richard M. Stallman (Fdump_emacs): Error if not run in batch mode.
1997-05-31 Richard M. Stallman (main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
1997-04-25 Richard M. Stallman (sort_args): Free the malloc'd memory.
1997-04-09 Richard M. Stallman (malloc_get_state, malloc_set_state): New declarations.
1997-04-06 Eli Zaretskii (init_cmdargs) [MSDOS]: Make the change that sets
1997-02-22 Karl Heuer (main): Call several initialization function introduced
1997-02-03 Richard M. Stallman (main): Don't extend stack limit too far.
1997-01-13 Richard M. Stallman (init_cmdargs): Allow `installation-directory'
1996-12-26 Richard M. Stallman (standard_args): Add -find-file and -visit.
1996-11-19 Geoff Voelker Change identifiers of the form win32* to w32*.
1996-11-09 Richard M. Stallman (main): Call syms_of_insdel.
1996-10-31 Richard M. Stallman (main): Clear out *Messages* before init_callproc.
1996-10-04 Richard M. Stallman (decode_env_path): Add /: to dir names that could be magic.
1996-09-22 Richard M. Stallman (main): Add copyright etc. to --version output.
1996-09-17 Karl Heuer Replace symbol BSD with BSD_SYSTEM.
1996-09-03 Richard M. Stallman (sort_args): Don't rearrange any args that follow "--".
1996-09-01 Richard M. Stallman [HAVE_SETRLIMIT]: Include time.h and resource.h.
1996-08-28 Richard M. Stallman (main): Add bug report info in --help message.
1996-06-29 Richard M. Stallman (main): Add `GNU Emacs' to the response to --version.
1996-06-28 Richard M. Stallman (standard_args): Delete `-rn' option.
1996-06-12 Richard M. Stallman (main): For SIGHUP, use sigblock and sigunblock,
1996-05-10 Richard M. Stallman (main) [WINDOWSNT]: Call syms_of_ntproc.
1996-04-26 Richard M. Stallman (main) [WINDOWSNT]: Invoke init_ntproc.
1996-04-12 Richard M. Stallman (main) [MSDOS]: Always call tzset, not init__gettimeofday.
1996-04-11 Richard M. Stallman (standard_args): Synchronize with startup.el.
1996-04-10 Richard M. Stallman (main) [MSDOS]: Handle DJGPP version 2.
1996-04-02 Richard M. Stallman (main): Initialize displayname.
1996-03-22 Richard M. Stallman Comment change.