aboutsummaryrefslogtreecommitdiffstats
path: root/src/xsmfns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-12/+17
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-4/+0
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-2/+1
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
* Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-051-8/+14
* Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-40/+20
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-30/+13
* xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).Jan Djärv2010-05-041-1/+1
* Run kill-emacs when exiting for display closed or SIGTERM/HUP.Jan Djärv2010-05-021-5/+22
* Fix for bug#5512, don't rely on SIGIO alone.Jan Djärv2010-02-101-21/+41
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* remove useless if-before-free testsJim Meyering2008-06-021-2/+1
* Remove includes that are already included by config.hJason Rumney2008-05-231-11/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-7/+0
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merged from [email protected]Karoly Lorentey2007-01-291-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from [email protected]. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-1/+1
|\|
| * (syms_of_xsmfns): Fix typo in docstring.Juanma Barranquero2006-11-061-1/+1
* | Merged from [email protected]Karoly Lorentey2006-02-121-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Merged from [email protected] (patch 118-132, 551-577)Karoly Lorentey2005-10-091-1/+1
|\|
| * * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2005-09-111-12/+7
|\|
| * (get_current_dir_name): Remove prototype.Eli Zaretskii2005-09-101-2/+0
| * (smc_save_yourself_CB): Use get_current_dir_name.Eli Zaretskii2005-09-101-11/+8
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* | Work around crashes in X session management after normal shutdown of X server.Karoly Lorentey2005-08-041-0/+8
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-311-35/+47
|\|
| * * xsmfns.c: Put empty line between comment and function body.Jan Djärv2004-10-261-35/+47
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-241-1/+1
|\|
| * Update copyright.Kim F. Storm2004-06-161-1/+1
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-281-14/+6
|\|
| * (x_session_check_input): Remove numchars arg.Kim F. Storm2004-02-271-14/+6
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-0/+1
|/
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Create and initialize a client leader window so session managementJan Djärv2003-08-211-2/+44
* xsmfns.c (smc_save_yourself_CB): Add --no-splash to optionsJan Djärv2003-03-031-3/+12
* *** empty log message ***Juanma Barranquero2003-01-241-4/+4
* Fix typo in comment.Juanma Barranquero2002-10-181-29/+29
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-9/+9