log src/xsmfns.c @ 109749:be18c3b67d66

age author description
Wed, 11 Aug 2010 14:34:46 +0200 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Mon, 05 Jul 2010 11:17:12 +0200 Jan D Fix some bad prototypes and formatting after conversion from K&R declaration.
Sun, 04 Jul 2010 21:52:39 -0700 Dan Nicolaescu Convert declarations or definitions to standard C.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Tue, 04 May 2010 18:03:23 +0200 Jan D. xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
Sun, 02 May 2010 20:44:04 +0200 Jan D. Run kill-emacs when exiting for display closed or SIGTERM/HUP.
Wed, 10 Feb 2010 10:29:28 +0100 Jan D. Fix for bug#5512, don't rely on SIGIO alone.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Mon, 02 Jun 2008 06:00:54 +0000 Jim Meyering remove useless if-before-free tests
Fri, 23 May 2008 09:24:50 +0000 Jason Rumney Remove includes that are already included by config.h