2009-02-09 23:56:28 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
|
2008-10-08 16:26:25 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use py-qt3-modules bl3.mk file instead of DEPENDS.
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 12:02:59 by Alistair G. Crooks | Files touched by this commit (172) |
Log message:
Add RMD160 digests
|
2004-05-09 19:23:21 by Marc Recht | Files touched by this commit (4) | |
Log message:
update to 2.4.2
Fix for PyQt < 3.8. The BlackAdder generated files are now hacked (again) to
eliminate an attibute error for WState_Polished. Also, backreferences are now
supported in the replace output.
|
2004-02-08 13:44:43 by Marc Recht | Files touched by this commit (3) | |
Log message:
update to 2.4.0
Changes since 2.3.1:
- The widget used for the "Group" tab has been changed to allow for
the proper display of matches that span multiple lines.
- Minor bug fixes
Changes since 2.3.0:
- Fixed several bugs that were introduced by my first attempt at
internationalizing the application.
- Added a Polish translation of Kodos that was contributed by Jarek
Zgoda. Many thanks to Jarek for his translation efforts and 2.3.0 bug
reports. If you prefer to use the Polish version of Kodos, simply
launch Kodos with the -l pl flag (kodos.py -l pl or kodos.exe -l pl)
Changes since 2.1:
- Added: Support for unicode. Users can now create regular
expressions that contain unicode characters.
- Added: Support for multiple languages (locales) via translation
files. If you're interested in translating Kodos to another language
please email me.
- Normalized the distribution paths so that Kodos can find help files
regardless of distribution.
- Fixed some issues with the RPMs. They should now install correctly.
- Minor bug fixes
- Code cleanup
Changes since 2.0:
- Added: The Regex Library which aims to be a repository of common
reusable regular expression patterns. Please see
http://kodos.sourceforge.net/regex-lib.html for more information.
- Added: Kodos tries to save/restore window positions and sizes.
- Added: Kodos now prompts the user to save their work before exiting
or before performing an action that would otherwise result in the loss
of the work.
- Upgraded: The look and feel of the regex reference guide.
- Code cleanup
|