summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* emacs.c (main): Under NS, set working dir to HOME when get a 'psn' argument.Adrian Robert2008-08-051-3/+2
* set working dir to /Users/arobert under NS when psn argument givenAdrian Robert2008-08-051-0/+2
* cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or M...Adrian Robert2008-08-041-1/+2
* * bitmaps/README:Dan Nicolaescu2008-07-311-82/+2
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-51/+3
* * m/alpha.h (LINUX_SBRK_BUG):Dan Nicolaescu2008-07-231-1/+2
* (main): Use defined(GNU_LINUX).Dan Nicolaescu2008-07-231-1/+1
* * s/darwin.h (DATA_END):Dan Nicolaescu2008-07-231-1/+1
* * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.Dan Nicolaescu2008-07-161-12/+0
* (system-type): Doc fix.Glenn Morris2008-07-161-3/+2
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-9/+75
* * lisp.h:Dan Nicolaescu2008-07-111-1/+1
* * unexnext.c:Dan Nicolaescu2008-06-261-11/+1
* * Makefile.in (obj): Always add menu.oAndreas Schwab2008-06-081-2/+0
* (main): Call syms_of_menu.Chong Yidong2008-06-081-0/+4
* * minibuf.c (keys_of_minibuf): Delete.Stefan Monnier2008-05-221-1/+0
* (main): Call syms_of_font unconditionally.Kenichi Handa2008-05-201-1/+1
* (USAGE1, standard_args): Remove -disable-font-backend.Glenn Morris2008-05-151-2/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Merge from emacs--rel--22Miles Bader2008-05-141-6/+6
|\
| * (main_thread): Conditionalize onYAMAMOTO Mitsuharu2008-05-121-6/+6