log src/emacs.c @ 112440:b5017c649dfb

age author description
Sat, 22 Jan 2011 23:30:19 -0800 Paul Eggert Check return values of some library calls.
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Fri, 07 Jan 2011 18:31:57 -0800 Glenn Morris Fix bug#7750.
Thu, 06 Jan 2011 19:10:39 -0800 Glenn Morris Add --no-site-lisp option, make -Q use it. (Bug#5707)
Mon, 03 Jan 2011 20:42:43 -0800 Glenn Morris * src/emacs.c (emacs_copyright): Update short copyright year to 2011.
Tue, 23 Nov 2010 10:47:23 -0800 Dan Nicolaescu Mark debugger related variables and functions as EXTERNALLY_VISIBLE
Sat, 20 Nov 2010 21:39:01 -0800 Dan Nicolaescu Remove emacs-priority.
Sun, 14 Nov 2010 22:10:35 -0800 Dan Nicolaescu Clean up src/systty.h macros.
Tue, 09 Nov 2010 19:45:29 -0800 Glenn Morris * src/emacs.c (syms_of_emacs) <system-type>: Doc fix.
Fri, 29 Oct 2010 12:43:38 +0200 Eli Zaretskii Fix revno 102144 for non-CLASH_DETECTION platforms.
Sun, 24 Oct 2010 12:00:57 -0400 Chong Yidong * emacs.c (argmatch): Don't treat "--" as "--chdir".
Wed, 13 Oct 2010 16:50:06 +0200 Juanma Barranquero Rename `image-library-alist' to `dynamic-library-alist'.
Sun, 03 Oct 2010 06:59:56 -0700 Dan Nicolaescu Remove unused arguments for unexec.
Sat, 02 Oct 2010 10:24:14 +0200 Eli Zaretskii Invoke kill-emacs on SIGINT on Windows as well.
Fri, 01 Oct 2010 19:30:11 -0700 Glenn Morris Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.
Sun, 26 Sep 2010 01:06:28 -0500 Ted Zlatanov Set up GnuTLS support.
Tue, 21 Sep 2010 14:13:36 +0300 Dan Nicolaescu * src/emacs.c: Do not include sys/ioctl.h, not needed.
Fri, 10 Sep 2010 18:44:35 +0200 Lars Magne Ingebrigtsen Add support for the libxml2 library.
Sun, 22 Aug 2010 17:15:20 -0400 Chong Yidong Make obsolete --unibyte argument do nothing (Bug#6886).
Sun, 22 Aug 2010 08:14:37 -0700 Dan Nicolaescu Simplify termio code.
Fri, 20 Aug 2010 22:45:24 +0300 Eli Zaretskii Fix version string in top-level MSDOS Makefile.
Wed, 11 Aug 2010 14:34:46 +0200 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
Sun, 08 Aug 2010 14:03:45 -0700 Dan Nicolaescu Use const char* instead of char*.
Fri, 06 Aug 2010 11:48:24 -0700 Dan Nicolaescu emacs.c cleanups.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Tue, 27 Jul 2010 01:02:44 -0700 Dan Nicolaescu * src/emacs.c (Fkill_emacs): Remove return statement.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.