annotate version.sh @ 1559:9bf5135fc04f
[xemacs-hg @ 2003-07-04 07:16:25 by michaels]
2003-07-02 Mike Sperber <mike@xemacs.org>
* toolbar.c (update_frame_toolbars_geometry): Update the frame
size when correct information to compute it is actually available.
Moreover, do it right via the frame method if it's available.
author |
michaels |
date |
Fri, 04 Jul 2003 07:16:26 +0000 |
parents |
2a1866f3e7c0 |
children |
c69c3868eeeb |
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
|
1510
|
5 emacs_beta_version=14
|
|
6 xemacs_codename="cassava"
|
1558
|
7 xemacs_extra_name="(+CVS-20030703)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|