log src/keyboard.c @ 109302:60516122d066

age author description
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Mon, 05 Jul 2010 19:16:59 +0200 Andreas Schwab Remove obsolete volatile
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
Wed, 07 Jul 2010 19:39:49 +0200 Jan D If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).
Tue, 06 Jul 2010 15:33:34 +0200 Andreas Schwab Fix conflicting declarations of x_get_keysym_name
Mon, 05 Jul 2010 09:29:35 -0700 Dan Nicolaescu Convert function definitions and declarations to standard C.
Mon, 05 Jul 2010 12:36:06 +0200 Juanma Barranquero Convert most remaining function definitions to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Thu, 20 May 2010 10:53:30 -0400 Chong Yidong Doc fix (Bug#6224).
Thu, 20 May 2010 10:50:32 -0400 Chong Yidong Doc fix (Bug#6224).
Tue, 20 Apr 2010 20:52:07 +0200 Jan D. Gtk tool bars can be text, icons with text or just icons.
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Thu, 01 Apr 2010 20:10:33 -0700 Dan Nicolaescu Remove extern errno declarations.
Wed, 31 Mar 2010 00:14:08 -0400 Stefan Monnier Get rid of the direct_output optimizations.
Mon, 22 Mar 2010 12:51:59 -0700 Dan Nicolaescu Remove dead code dealing with POSIX_SIGNALS.
Sun, 21 Mar 2010 19:56:56 -0700 Dan Nicolaescu * keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,
Wed, 10 Mar 2010 09:45:21 -0500 Stefan Monnier Cleanup setup of gl_state in various parts of the code.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Wed, 13 Jan 2010 13:42:45 +0900 YAMAMOTO Mitsuharu Call SIGNAL_THREAD_CHECK from signal handlers.
Tue, 12 Jan 2010 19:10:51 +0900 YAMAMOTO Mitsuharu * keyboard.c (read_char): Don't apply previous change when current
Tue, 12 Jan 2010 09:12:52 +0100 Jan D. keyboard.c (read_char): Return after executing from special map.
Tue, 05 Jan 2010 07:04:04 -0700 Chong Yidong * keyboard.c (read_key_sequence): Catch keyboard switch after
Fri, 25 Dec 2009 05:27:03 +0000 Kenichi Handa (command_loop_1): Fix previous change.
Fri, 25 Dec 2009 02:41:59 +0000 Kenichi Handa (command_loop_1): Force redisplay if the last point
Tue, 17 Nov 2009 08:21:23 +0000 Jan Dj¸«£rv Handle system default font and changing font parameters.
Wed, 11 Nov 2009 20:11:51 +0000 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
Wed, 11 Nov 2009 06:10:42 +0000 Dan Nicolaescu * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
Tue, 10 Nov 2009 19:06:40 +0000 Jan Dj¸«£rv Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
Mon, 09 Nov 2009 06:21:03 +0000 Stefan Monnier * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,