/[thuban]/branches/greater-ms3/thuban/ChangeLog
ViewVC logotype

Diff of /branches/greater-ms3/thuban/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 202 by bh, Mon Jul 8 10:51:14 2002 UTC revision 216 by bh, Tue Jul 16 15:26:15 2002 UTC
# Line 1  Line 1 
1    2002-07-16  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/UI/application.py: Don't use "import from" for the
4            MainWindow. It can't always be resolved.
5            (ThubanApplication.OnInit): change reference to MainWindow
6            accordingly.
7    
8            * Thuban/UI/menu.py (Menu.SetItems): New method to replace a menu
9            completely
10    
11    2002-07-10  Bernhard Herzog  <[email protected]>
12    
13            * setup.py (create_init_module): New configurable variable whose
14            default depends on the platform we're running on.
15            (ThubanInstall.initialize_options): Initialize
16            self.create_init_module from the global create_init_module
17            (ThubanInstall.user_options): indictate that the options
18            create-init-module and init-module-dir have arguments.
19    
20            * setup.py: In the setup call change the version number to include
21            cvs.
22    
23            * MANIFEST.in: Add the files in Examples
24    
25    2002-07-09  Bernhard Herzog  <[email protected]>
26    
27            * setup.py: In the setup call, use the thuban homepage as the
28            value of the url parameter.
29    
30            * Examples: New subdirectory for examples.
31    
32            * Examples/simple_extensions/simple_tool.xpm,
33            Examples/simple_extensions/simple_tool.py,
34            Examples/simple_extensions/simple_command.py,
35            Examples/simple_extensions/README: Simple examples showing how to
36            add new commands and tools.
37    
38            * setup.cfg (bdist_rpm): Add the default value for prefix and tell
39            bdist_rpm that we also have an install script.
40            (bdist_inno): Add 2002 to the copyright notice.
41    
42            * setup.py: Create a file in python's site-packages directory to
43            make installation of Thuban as a library easier.
44            (ThubanInstall.user_options): Add two new options,
45            create-init-module and init-module-dir
46            (ThubanInstall.expand_with_pure_python_dirs): New method to expand
47            filenames for installation in the default directories.
48            (ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend
49            the inherited methods to capture some filenames before they're
50            transformed too much by distutils.
51            (ThubanInstall.run): Create the init module if requested.
52            (ThubanInstall.thuban_init_filename): New method to return the
53            full name of the init module.
54            (ThubanInstall.get_outputs): Append the filename of the init
55            module.
56    
57  2002-07-08  Bernhard Herzog  <[email protected]>  2002-07-08  Bernhard Herzog  <[email protected]>
58    
59            * setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to
60            handle the prefix properly which means that the default for the
61            installation prefix should be /usr for RPMs and /usr/local when
62            doing a normal source install.
63            (bdist_rpm_install_script): Script to override the default install
64            commands in the specfile generated by the bdist_rpm command.
65            (thuban_bdist_rpm.user_options): Add a prefix option
66            (thuban_bdist_rpm.initialize_options): Init the prefix option.
67            Create the script files for the spec files as empty files here
68            (thuban_bdist_rpm._make_spec_file): Override the inherited method
69            to fill the script files with content.
70    
71          * Thuban/Model/save.py (relative_filename): Wrapper around          * Thuban/Model/save.py (relative_filename): Wrapper around
72          Thuban.Lib.fileutil.relative_filename that accepts an empty dir          Thuban.Lib.fileutil.relative_filename that accepts an empty dir
73          argument. save_session now automatically uses this version,          argument. save_session now automatically uses this version,

Legend:
Removed from v.202  
changed lines
  Added in v.216

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26