1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-04 08:47:03 +00:00
Commit Graph

104 Commits

Author SHA1 Message Date
Carsten Dominik
33897c104b Bugfix: Use `window-full-width-p' correctly. 2009-01-18 21:21:29 +01:00
Carsten Dominik
703be2056c Maintenance: Better implementation of `fit-window-to-buffer'.
This function now uses `window-full-width-p' to check if the window
has the full width.
2009-01-09 09:09:42 +01:00
Carsten Dominik
34867369df Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
Carsten Dominik
6b686333fb Release 6.17c 2009-01-06 23:35:50 +01:00
Carsten Dominik
621d11687d Update copyright notice to 2009 2009-01-06 10:47:36 +01:00
Carsten Dominik
da36bd29ab Release 6.17b 2009-01-06 09:56:42 +01:00
Carsten Dominik
35c0798d69 Release 6.17a 2009-01-05 13:25:58 +01:00
Carsten Dominik
2f38ef0c60 Release 6.17 2009-01-04 09:00:34 +01:00
Carsten Dominik
8915859c08 Version number back to 6.16trans. 2008-12-25 11:10:02 +01:00
Carsten Dominik
20f2f8e1e1 Release 6.16c 2008-12-25 11:06:35 +01:00
Carsten Dominik
a8282e38c3 Version number: Pushed to 6.16trans. 2008-12-22 07:35:14 +01:00
Carsten Dominik
f35b0549ec Release 6.16a 2008-12-21 12:47:50 +01:00
Carsten Dominik
d89284b240 Release 6.16 2008-12-20 11:16:01 +01:00
Carsten Dominik
952c6b9901 Version number to 6.15trans. 2008-12-19 09:14:00 +01:00
Carsten Dominik
8ff0c60894 Release 6.15f 2008-12-18 23:38:53 +01:00
Carsten Dominik
2075b26a92 Pushing version number to 6.15trans. 2008-12-18 09:04:15 +01:00
Carsten Dominik
ec702aa4ba Release 6.15d. 2008-12-17 11:52:55 +01:00
Carsten Dominik
181235f605 Release 6.15c. 2008-12-17 09:59:25 +01:00
Carsten Dominik
9029d93e3a Release 6.15b. 2008-12-17 09:18:32 +01:00
Carsten Dominik
96d9a2e467 Release 6.15a 2008-12-16 10:40:42 +01:00
Carsten Dominik
67a50839e9 Release 6.15 2008-12-16 08:30:55 +01:00
Carsten Dominik
c5ca477c38 Pushed version number to 6.14trans. 2008-12-10 23:34:16 +01:00
Carsten Dominik
a64bf8f599 Fix bug in XEmacs compatibility code.
Calling `org-substring-no-properties' with a nil value for FROM would
cause XEmacs to throw an error.

Thanks to Thomas Fuchs for the fix.
2008-12-08 21:57:46 +01:00
Carsten Dominik
7b6ad9054e Release 6.14. 2008-12-06 07:34:30 +01:00
Carsten Dominik
0e157c59ba 6.14pre01
Moving toward a release.
2008-12-05 14:55:58 +01:00
Carsten Dominik
825fdfa95e Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
Carsten Dominik
eb48aaa7c1 Release 6.13a. 2008-11-24 12:22:56 +01:00
Carsten Dominik
06edd56942 Release 6.13 2008-11-23 08:10:04 +01:00
Carsten Dominik
5810f0a8c9 6.13pre05
Getting close.....
2008-11-22 10:25:55 +01:00
Carsten Dominik
db5c609be9 6.13pre04 2008-11-21 13:35:45 +01:00
Carsten Dominik
8a13a7704f Fix XEmacs compatibility problems. 2008-11-21 09:14:26 +01:00
Carsten Dominik
7d45c9f4bf 6.13p03 2008-11-21 07:18:35 +01:00
Carsten Dominik
81e3b95843 6.13pre02. 2008-11-20 15:02:53 +01:00
Carsten Dominik
926bab3a67 Pushing version number to 6.13pre01. 2008-11-20 08:28:02 +01:00
Carsten Dominik
24b32f199b Switch version number to 6.12trans 2008-11-17 07:58:11 +01:00
Carsten Dominik
3b5007cd2b Release 6.12b. 2008-11-12 23:58:49 +01:00
Carsten Dominik
b55ec41bc4 Release 6.12a
Because I forgot to push before I pressed the release button.....
2008-11-11 11:21:36 +01:00
Carsten Dominik
ed81800ccf Release 6.12 2008-11-11 11:03:17 +01:00
Carsten Dominik
1ffa6b76f5 Release 6.11c. 2008-11-09 08:20:00 +01:00
Carsten Dominik
eb4f62ae34 Release 6.11a. 2008-11-08 22:29:54 +01:00
Carsten Dominik
c708279809 Release 6.11 2008-11-08 16:43:48 +01:00
Carsten Dominik
2c0291287a Push version number to 6.11pre01.
We are moving toward the next release, please test!
2008-11-06 09:14:14 +01:00
Carsten Dominik
293d3311d6 Check for horizontally-split windows when shrinking a window.
So far, Org used either `fit-window-to-buffer' or
`shrink-window-if-larger-than-buffer' without any further checks when
displaying one of its many help and selection buffers.  This can cause
problems if the user has set up Emacs to split windows horizontally
rather than vertically, because the window being shrunken then may be
side-by-side with another window, and shrinking the height of one will
also change the other.

With this patch, shrinking a window always goes through the new
function `org-fit-window-to-buffer' which only acts if the current
window spans the whole width of the frame.

Furthermore, this function also helps with compatibility, because it
falls back to `shrink-window-if-larger-than-buffer' if
`fit-window-to-buffer' does not exist, as is the case on older version
of Emacs and XEmacs.
2008-11-03 13:38:25 +01:00
Carsten Dominik
c6455acf3f New function org-fit-window-to-buffer.
This function only does its job if no side-by-side
window would be affected as well.  Also, if
fit-window-to-buffer is not defined, use
shrink-window-if-larger-than-buffer instead.
2008-10-29 14:55:22 +01:00
Carsten Dominik
523cf1fe31 Release 6.10c. 2008-10-25 12:56:42 +02:00
Carsten Dominik
3794f574e2 Release 6.10b. 2008-10-25 12:54:49 +02:00
Carsten Dominik
88d4405e86 Release 6.10a. 2008-10-24 23:16:42 +02:00
Carsten Dominik
794839f1da Release 6.10. 2008-10-23 09:19:43 +02:00
Carsten Dominik
b7db897e6d Moving toward the 6.10 release. 2008-10-22 09:57:42 +02:00
Carsten Dominik
f3dda5ba2c Fix infinite loop when rescheduling from agenda with tags filtering. 2008-10-14 16:50:02 +02:00