Sat, 22 Jan 2011 11:36:45 -0800 |
Glenn Morris |
Merge from emacs-23
|
Sat, 22 Jan 2011 10:55:08 -0500 |
Chong Yidong |
Fix last change.
|
Fri, 21 Jan 2011 21:44:53 -0500 |
Chong Yidong |
Rework 2011-01-15 changes to window.c.
|
Wed, 19 Jan 2011 08:06:24 -0700 |
Tom Tromey |
* window.c: Fix error introduced by previous patch.
|
Tue, 18 Jan 2011 13:45:37 -0700 |
Tom Tromey |
Move all DEFVAR'd globals into a structure -- threading infrastructure
|
Sat, 15 Jan 2011 15:16:57 -0800 |
Glenn Morris |
Nuke arch-tags.
|
Sat, 15 Jan 2011 12:38:27 -0800 |
Glenn Morris |
Merge from emacs-23 branch, up to r100382.
|
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.
|