(Qforeground_color, Qbackground_color): Declare.
[bpt/emacs.git] / src / emacs.c
1998-04-16 Richard M. Stallman(standard_args): Add --no-unibyte.
1998-04-14 Andreas SchwabFix -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. StallmanUpdate 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...
1997-08-15 Richard M. Stallman(main): Update re_max_failures so regex.c won't overflow
1997-08-12 Richard M. StallmanComment 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...
1997-07-01 Richard M. Stallman(decode_env_path): Ensure path elements use proper...
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 VoelkerChange 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...
1996-09-22 Richard M. Stallman(main): Add copyright etc. to --version output.
1996-09-17 Karl HeuerReplace 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. StallmanComment change.
1996-03-08 Richard M. Stallman(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
1996-03-03 Richard M. Stallman(main): Always call syms_of_xmenu.
1996-02-06 Richard M. StallmanInclude blockinput.h.
1996-02-06 Richard M. Stallman(fatal_error_signal): Do TOTALLY_UNBLOCK_INPUT.
1996-01-28 Richard M. Stallman(sort_args): Error if option is missing an arg.
1996-01-17 Richard M. Stallman(Fdump_emacs): If HAVE_TZSET and not
1996-01-09 Karl Heuer(main): In batch mode, don't handle SIGHUP if was ignored.
1996-01-09 Erik Naggum(Fdump_emacs_data, Fdump_emacs): Harmonize arguments...
1996-01-05 Karl HeuerTest SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG.
1995-12-28 Richard M. Stallman(main): Call syms_of_xmenu if and only if HAVE_MENUS.
1995-12-13 Karl Heuer(main): Fix args to handle `--display DISPLAY'.
1995-11-21 Richard M. Stallman(main): Add LINUX_SBRK_BUG conditional call to __sbrk.
1995-11-07 Geoff Voelker[HAVE_NTGUI]: Declare Vwindow_system.
1995-11-04 Karl Heuer(main): [MSDOS] Call init_gettimeofday.
1995-09-10 Richard M. Stallman(main): Call tzset only if LOCALTIME_CACHE is defined;
1995-08-29 Richard M. Stallman(decode_env_path): Use ".", not nil, for current dir.
1995-08-15 Karl Heuer(sort_args): Initialize best_priority smaller than any
1995-08-14 Richard M. Stallman(standard_args): Fix previous change.
1995-08-14 Richard M. Stallman(standard_args): Add option --eval to evalute an
1995-07-17 Karl Heuer(main): Add to usage message.
1995-06-26 Richard M. Stallman(init_cmdargs): Make Vinvocation_directory
1995-06-24 Richard M. Stallman(main): Fix --help message.
1995-05-26 Karl Heuer(standard_args): -i, -itype, --icon-type take 0, not...
1995-05-18 Karl Heuer(Fkill_emacs): Delete the auto-save-list file
1995-05-17 Karl Heuer(Fdump_emacs): Don't take address of array.
1995-05-12 Karl Heuer(main) [NeXT]: Add missing braces.
1995-05-08 Richard M. Stallman(Fdump_emacs): Don't use & before my_edata.
1995-05-06 Richard M. StallmanDelete all APOLLO conditionals.
1995-04-30 Richard M. Stallman(main): Delete duplicate code for -version.
1995-04-30 Richard M. Stallman(standard_args): Add #ifdef VMS for -map.
1995-04-29 Richard M. Stallman(standard_args): Add -L/--directory/-directory.
1995-04-26 Richard M. Stallman(standard_args): Move -iconic and --icon-type (etc.)
1995-04-07 Karl HeuerUpdate copyright.
1995-04-07 Richard M. Stallman(main): Cast arg to `brk'.
1995-04-03 Karl Heuer(main): Start with an empty message log.
1995-03-31 Karl Heuer(sort_args): Skip strncmp if longname is a null pointer.
1995-03-21 Richard M. Stallman(dump-emacs-data, dump-emacs): Declare my_edata as...
1995-03-02 Richard M. Stallman(syms_of_emacs): Doc fix.
1995-02-05 Richard M. Stallman(main): Undo previous change.
1995-01-31 Richard M. StallmanFix previous change.
1995-01-31 Richard M. Stallman(main) [REL_ALLOC]: Set __malloc_extra_blocks.
1995-01-22 Richard M. Stallman(sort_args): Ordinary args get priority 0.
1995-01-11 Richard M. Stallman(main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,
1994-12-15 Richard M. Stallman(main): Fix conversion of --display to -d.
1994-12-13 Richard M. Stallman(sort_args): Make `options' a vector of ints.
1994-12-04 Richard M. Stallman(argmatch): Take argc as arg; don't go past end of...
next