summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* Turn `directory-sep-char' into a noop.Juanma Barranquero2010-06-041-5/+2
* * emacs.c (main): Initialize initial-environment and process-environmentKen Raeburn2010-05-151-1/+5
* Handle --version reasonably in CANNOT_DUMP configuration.Ken Raeburn2010-05-151-23/+46
* * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.Dan Nicolaescu2010-05-061-2/+0
* Remove BSD_PGRPS.Dan Nicolaescu2010-05-041-14/+1
* Run kill-emacs when exiting for display closed or SIGTERM/HUP.Jan Djärv2010-05-021-0/+14
* Remove extern errno declarations.Dan Nicolaescu2010-04-011-3/+0
* Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-6/+0
* Clean up BSD_SYSTEM use.Dan Nicolaescu2010-03-311-1/+1
* Remove support for old GNU/Linux using libc version 5.Dan Nicolaescu2010-03-201-5/+0
* Remove obsolete uses of HAVE_SHM.Dan Nicolaescu2010-03-191-42/+0
* Remove obsolete code in emacs.c that chooses a bug reporting address.Glenn Morris2010-03-171-37/+2
* Command line arg processing fix (Bug#5392)Chong Yidong2010-01-161-3/+4
* Fix typos in comments and ChangeLogs.Juanma Barranquero2010-01-131-1/+1
* Replace emacs-pretest-bug with bug-gnu-emacs mailing list.Glenn Morris2010-01-111-3/+3
* * configure.in: Allow compiling Emacs with GTK on Cygwin.Chong Yidong2009-12-091-0/+5
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-1/+2
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-7/+7
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-061-3/+3
* * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.Stefan Monnier2009-10-231-1/+0
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * emacs.c (main) [HAVE_NS]: fix error printf in daemon case.Adrian Robert2009-09-181-1/+1
* (inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't pro...Adrian Robert2009-09-181-22/+2
* The --quick command line option now ignores X resources and Registry settings.Juanma Barranquero2009-09-171-5/+7
* * NEWS: Declare unibyte sessions obsolete.Stefan Monnier2009-08-291-4/+3
* * lisp.h: Replace #if 0 code for checking with text pointing toDan Nicolaescu2009-08-261-3/+1
* (system-type): Doc fix.Glenn Morris2009-08-201-8/+10
* (main): Don't call syms_of_data twice.Ken Raeburn2009-08-171-4/+2
* * emacs.c (USAGE3, standard_args): Add -mm and --maximized.Jan Djärv2009-07-011-0/+2
* (main): Call init_font ().Kenichi Handa2009-06-231-0/+1
* (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.Richard M. Stallman2009-03-011-1/+1
* fix comments in last changeAdrian Robert2009-01-231-8/+9
* * emacs.c (ns_no_defaults): New declaration. (main): Use it. * nsterm.h (ns...Adrian Robert2009-01-231-0/+14
* * emacs.c (main): Do fork+exec under --daemon in Cocoa.Adrian Robert2009-01-231-0/+51
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * emacs.c (main): Print and error and exit when no data is readDan Nicolaescu2008-12-181-0/+5
* (main): Close daemon_pipe on exec.Dan Nicolaescu2008-12-081-0/+4
* Ulrich Mueller <ulm at kph.uni-mainz.de>Glenn Morris2008-11-021-2/+2
* (Fdaemon_initialized): Initialize nfd.Chong Yidong2008-10-291-1/+1
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-281-3/+1
* * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)Stefan Monnier2008-10-281-7/+32
* * emacs.c (daemon_name): New variable.Dan Nicolaescu2008-10-271-3/+16
* * startup.el (command-line): Call daemon-initialized afterDan Nicolaescu2008-10-261-8/+75
* (main): Unconditionally set PER_LINUX32 and execJan Djärv2008-10-211-16/+11
* (Vbefore_init_time, Vafter_init_time): Moved from startup.el.Chong Yidong2008-10-061-0/+12
* (USAGE1): Add --daemon.Glenn Morris2008-10-031-0/+1
* * emacs.c (Fdaemonp): Doc fix.Juanma Barranquero2008-09-221-9/+9
* (main): Place #ifdef.in the proper place.Dan Nicolaescu2008-09-221-4/+4
* * emacs.c (standard_args): Add --daemon.Dan Nicolaescu2008-09-211-0/+40
* (main) [MSDOS]: Call syms_of_xmenu.Eli Zaretskii2008-08-231-0/+4