log src/w32fns.c @ 109301:d7201a19a376

age author description
Sun, 04 Jul 2010 02:59:56 +0200 Juanma Barranquero src/w32fns.c (Qtooltip): Declare.
Fri, 02 Jul 2010 12:35:08 -0400 Chong Yidong Fix faulty `if' statement in delete_frame.
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 11:45:28 +0200 Juanma Barranquero Fix whitespace to follow coding guidelines.
Tue, 06 Jul 2010 16:22:29 +0200 Juanma Barranquero src/w32*.c: Convert 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_
Sat, 26 Jun 2010 20:30:52 -0400 Chong Yidong Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
Fri, 07 May 2010 20:08:31 +0300 Eli Zaretskii Fix bug #6126.
Wed, 31 Mar 2010 12:08:40 +0300 Eli Zaretskii Fix bug #5703.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Thu, 29 Oct 2009 14:33:44 +0000 Jason Rumney (syms_of_w32fns): Change default value of
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Fri, 02 Oct 2009 06:00:58 +0000 Michael Albinus * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
Thu, 01 Oct 2009 23:17:39 +0000 Juanma Barranquero * lisp.h (Qdelete_directory_internal):
Wed, 22 Jul 2009 16:03:39 +0000 Jason Rumney * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position
Wed, 01 Jul 2009 16:48:35 +0000 Jan Dj¸«£rv * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
Wed, 03 Jun 2009 23:04:51 +0000 Jason Rumney (x_create_tip_frame): Use the uniscribe font backend if
Sun, 15 Mar 2009 14:53:53 +0000 Jason Rumney * w32term.h (WM_EMACS_PAINT): New message.
Wed, 04 Mar 2009 13:36:34 +0000 Jason Rumney (w32_wnd_proc): Only ignore IME messages for the
Sun, 08 Feb 2009 15:34:38 +0000 Jason Rumney (w32_hide_hourglass): Handle case where frame
Sun, 18 Jan 2009 03:58:09 +0000 Juanma Barranquero * dbusbind.c (Fdbus_register_signal):
Thu, 08 Jan 2009 13:12:16 +0000 Jason Rumney (Vx_pointer_shape, Vx_nontext_pointer_shape)
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Mon, 22 Dec 2008 09:40:33 +0000 Martin Rudalics * frame.c (delete_frame): New function derived from
Fri, 12 Dec 2008 15:34:46 +0000 Jason Rumney (x_display_info_for_name, Fx_open_connection): Set
Thu, 30 Oct 2008 01:27:06 +0000 Juanma Barranquero * w32fns.c (x_create_tip_frame): Prevent default foreground color for
Wed, 22 Oct 2008 09:33:30 +0000 Juanma Barranquero * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
Fri, 19 Sep 2008 08:44:14 +0000 Juanma Barranquero * frame.c (x_fullscreen_adjust): Declare var as Display_Info.