annotate version.sh @ 3646:b6287dbce5f0
[xemacs-hg @ 2006-10-31 09:16:27 by michaels]
2006-10-28 Nix <nix@esperi.org.uk>
* window-xemacs.el (window-configuration-includes-position): New.
* window-xemacs.el (window-configuration-equal): Use it: window
configurations with distinct positions are equal by default.
* window-xemacs.el (really-set-window-configuration): Do not
restore window positions unless requested.
author |
michaels |
date |
Tue, 31 Oct 2006 09:16:29 +0000 |
parents |
bb49f3386667 |
children |
510e0d6cee7e |
rev |
line source |
163
|
1 #!/bin/sh
|
467
|
2 emacs_is_beta=t
|
265
|
3 emacs_major_version=21
|
474
|
4 emacs_minor_version=5
|
3402
|
5 emacs_beta_version=27
|
|
6 xemacs_codename="fiddleheads"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
3645
|
11 xemacs_extra_name="(+CVS-20061030)"
|
3402
|
12 xemacs_release_date="2006-05-16"
|