aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs buil...Ben Key2002-12-181-0/+12
* (main) [!VMS]: Avoid third arg.Dave Love2002-11-141-1/+7
* Fix typo in comment.Juanma Barranquero2002-10-181-1/+1
* Minor white space fix, just to supplement the log for previous change:Markus Rost2002-10-121-1/+1
* *** empty log message ***Markus Rost2002-10-111-3/+5
* (syms_of_emacs) <command-line-args>: Doc fix.Richard M. Stallman2002-09-121-1/+2
* (USAGE1): Add missing newline.Juanma Barranquero2002-08-281-1/+1
* (main): Handle --script.Richard M. Stallman2002-08-271-0/+12
* Correct yesterday's mistake of changing test for MAC_OSX toAndrew Choi2002-08-271-1/+1
* 2002-08-25 Andrew Choi <[email protected]>Andrew Choi2002-08-271-1/+1
* 2002-08-25 Andrew Choi <[email protected]>Andrew Choi2002-08-251-1/+1
* (decode_env_path): Don't add /: if file name handlerRichard M. Stallman2002-08-241-0/+11
* 2002-08-15 Andrew Choi <[email protected]>Andrew Choi2002-08-161-0/+5
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-11/+11
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-1/+1
* (USAGE1): Add --no-splash.Colin Walters2002-05-281-0/+2
* * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-2/+2
* (init_cmdargs): Update call to openp.Stefan Monnier2002-04-301-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-14/+34
* (Fdump_emacs): Fix a typo in "command-line-processed".Eli Zaretskii2002-03-261-1/+1
* (main): Handle --unibyte, --multibyte, and --no-loadupStefan Monnier2002-03-221-12/+4
* (main): Update the Copyright year in the blurb printedEli Zaretskii2002-03-221-2/+2
* (main) [WINDOWSNT]: Call init_xfns.Jason Rumney2002-03-201-1/+1
* (main): Added call to syms_of_xsmfns ().Jan Djärv2002-03-101-0/+3
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
* (USAGE2): Add the --color option.Eli Zaretskii2002-01-141-0/+5
* (USAGE2): Add the new full-screen arguments.Eli Zaretskii2002-01-131-0/+6
* (main): Do not call syms_of_mocklisp.Pavel Janík2001-12-221-1/+0
* Test GNU_LINUX, not LINUX.Richard M. Stallman2001-12-111-1/+1
* (main): Don't call `keys_of_frame' any more.Stefan Monnier2001-11-191-1/+0
* Doc fix.Pavel Janík2001-11-131-1/+1
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-3/+3
* (USAGE1): Show command line option --no-window-system instead ofPavel Janík2001-10-311-10/+18
* (main): Don't call keys_of_macros any more.Stefan Monnier2001-10-311-1/+0
* Use argv[0] instead of emacs when -t was specified.Pavel Janík2001-10-281-2/+2
* (bug_reporting_address): New function.Pavel Janík2001-10-281-2/+37
* Fix typos in comments.Pavel Janík2001-10-271-104/+105
* Update calls to openp.Stefan Monnier2001-10-121-1/+1
* (empty_string): New var.Stefan Monnier2001-10-121-0/+6
* Include keymap.h.Stefan Monnier2001-10-101-0/+1
* USE_LUCID can be defined iff USE_X_TOOLKIT is defined.Pavel Janík2001-10-081-1/+1
* (fatal_error_signal_hook): New variable.Gerd Moellmann2001-10-051-1/+14
* (shut_down_emacs): Fix last change.Gerd Moellmann2001-08-301-1/+1
* (shut_down_emacs): Don't call check_glyph_memoryGerd Moellmann2001-08-301-2/+7
* (USAGE1): Add +LINE:COLUMN option help.Gerd Moellmann2001-07-171-1/+3
* (main): Remove extern declaration for sys_nerr, whichGerd Moellmann2001-06-291-1/+0
* Comment fix.Gerd Moellmann2001-04-051-3/+4
* (main): Update the copyright year.Eli Zaretskii2001-03-251-2/+3
* (malloc_initialize_hook): Handle case thet `environ'Gerd Moellmann2001-02-191-1/+1