log src/keyboard.h @ 112453:06719a229a46 default tip

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Fri, 17 Dec 2010 12:04:06 +0800 Chong Yidong Support for menu separators in the GTK tool-bar.
Thu, 18 Nov 2010 08:57:00 -0800 Dan Nicolaescu Move declarations from .c files to .h files.
Sat, 25 Sep 2010 05:36:36 -0400 Eli Zaretskii Fix int/EMACS_INT use in keyboard.c.
Mon, 16 Aug 2010 09:52:32 +0200 Jan D. Don't define QPRIMARY twice.
Wed, 11 Aug 2010 14:34:46 +0200 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
Wed, 11 Aug 2010 10:58:56 +0200 Jan D Use const char* for -Wwrite_strings.
Fri, 06 Aug 2010 12:52:47 -0700 Dan Nicolaescu Move declarations to header files.
Fri, 06 Aug 2010 13:28:59 +0200 Jan D More undeclared function fixes and add -Wimplicit-function-declaration.
Thu, 05 Aug 2010 16:15:24 -0700 Dan Nicolaescu Add declarations to header files.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *