log src/window.c @ 112346:a3e090c3eecb

age author description
Fri, 14 Jan 2011 21:55:58 -0500 Chong Yidong Avoid crash in Fselect_frame due to null selected_window (Bug#7728).
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.
Sun, 02 Jan 2011 15:28:40 -0500 Chong Yidong Merge changes from emacs-23 branch
Sat, 25 Dec 2010 23:04:58 -0500 Stefan Monnier * src/window.c (Fmove_to_window_line): Avoid abort when called in a buffer
Wed, 29 Dec 2010 19:16:44 +0800 Chong Yidong * window.c (syms_of_window): Add missing defsubr for window-use-time.
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Sun, 19 Dec 2010 00:43:42 -0500 Stefan Monnier Minor clean up to silence some gcc warnings.
Tue, 16 Nov 2010 21:37:45 -0500 Chong Yidong Cleanup of window coordinate positioning code.
Tue, 16 Nov 2010 16:47:43 -0500 Chong Yidong Revert changes in revision 102407
Tue, 16 Nov 2010 14:59:24 -0500 Chong Yidong Cleanup of window coordinate positioning code.
Sat, 13 Nov 2010 13:49:22 -0500 Chong Yidong * src/window.c (Fwindow_use_time): New function.
Sat, 25 Sep 2010 09:21:20 -0400 Eli Zaretskii Fix int/EMACS_INT use in textprop.c and window.c.
Fri, 06 Aug 2010 13:04:29 +0200 Jan D Can't include menu.h in window.c for X targets.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Thu, 29 Jul 2010 18:49:59 +0200 Jan D. Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
Tue, 27 Jul 2010 04:10:05 +0200 Juanma Barranquero Merge from emacs-23
Fri, 23 Jul 2010 01:57:23 +0200 Juanma Barranquero * window.c (Fwindow_height): Doc fix (bug#6518).
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.
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.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Thu, 01 Jul 2010 20:09:28 +0200 Jan D * window.c (Fwindow_absolute_pixel_edges): Doc fix.
Thu, 01 Jul 2010 14:34:40 +0200 Jan D New functions that return window edges with absolute coords (bug#5721).
Sat, 12 Jun 2010 14:30:48 +0300 Eli Zaretskii Fix bug #6409.
Mon, 07 Jun 2010 21:28:02 +0300 Juri Linkov * window.el (pop-to-buffer): Remove the conditional that
Fri, 16 Apr 2010 02:51:12 +0300 Juri Linkov Add the `scroll-command' property.