- 50+ new integration tests
- many NetBSD portability fixes
- release build on gcc 3.4 / FC3
- masses of changeset bugs in 0.15 fixed
Some bogus changesets were generated in the 0.16 development cycle. You
will need to rebuild revision graph.
Bugs fixed in 1.9.4:
* Longstanding bugs:
- Portability nits in install-sh and mdata-sh.
- Don't let `make install' fails if a _JAVA primary becomes empty
because of conditionals.
- Do not confuse CHANGELOG with ChangeLog on case-insensitive
case-preserving file systems (likewise for all automatically
distributed files).
- Do not embed $DESTDIR in Python's byte-code files.
- Work around programs that read stdin when checking for --version
and --help options (when the `std-options' is used).
- Fix AM_PATH_PYTHON to correctly define PYTHON as `:' when no minimum
version was supplied and no interpreter is found.
* Noteworthy manual updates:
- Conditional Subdirectories: more comments about non-distributed
subdirectories.
- Flag Variables Ordering: new FAQ entry.
- Per-Object Flags: new FAQ entry.
Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use. It resembles Java's Remote Method
Invocation (RMI). It is less similar to CORBA - which is a system- and
language independent Distributed Object Technology and has much more to
offer than Pyro or RMI. But Pyro is small, simple and free (MIT software
license).
Get the manual from
http://pyro.sourceforge.net/pyro-manual/PyroManual.html
Check quite impressive success stories on
http://pyro.sourceforge.net/projects.html
new glade2-gnome package, which provides the missing bits. Bump PKGREVISION
to 1.
While here, pick maintainership. This package was maintained by the same
person as gnome2-terminal, who is unreachable according to ben@.
Addresses PR pkg/25030.
- Lots of bugfixes and enhancements:
- Added drawing of partial trees.
- Most error and warning messages are now displayed in the graph,
instead of being written to stderr.
- Works with CVSNT.
Important changes since GNU arch 1.2.1 include:
* reverting the 1k tagline boundary error to a warning, allowing old
archives to continue to be accessed,
* fixing a regression in get-changeset,
* fixing the "one-way" star-merge bug, and
* recognizing patch logs from archives beginning with a digit again.
- Add python24 to the supported python versions
- From the Changelog:
gera - v1.08 - Nov 17, 2004
fixed a bug in Variable (leading to a bug in IfInlineEgg)
added long conditional jumps
setString() now uses a call over the string and pop to set the string when
the string is long enough to justify it - thanks spoonm
2004-09-14 James Henstridge <james@jamesh.id.au>
* configure.in: bump version number to 2.8.0
2004-08-30 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: fix up error message when a required
M4 file isn't found. Fixes bug #147417.
* macros2/gnome-autogen.sh: Revert Rodney's changes, since
glib-gettextize has been fixed on the HEAD and 2.4 branches.
2004-06-10 Rodney Dawes <dobey@ximian.com>
* macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
the shared automake files directory, and copy it in if we are using
AM_GLIB_GNU_GETTEXT
Fixes#144069
2004-05-26 James Henstridge <james@daa.com.au>
* macros2/gnome-compiler-warnings.m4: some small cleanups.
* macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is
turned off in all recent Autoconfs, it doesn't make sense to use
it. Change implementation to instead make sure ${ACLOCAL_FLAGS}
gets passed to aclocal when called from the makefile.
* macros2/Makefile.am: alter installation so that it puts the
macros directly into $(datadir)/aclocal instead of
$(datadir)/aclocal/gnome2-macros
* autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
automake.
* macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
reduce chance of collisions.
* macros2/gnome-autogen.sh: move from autogen.sh
* Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
* configure.in: don't create makefiles for bin/ and macros/
directories.
Since we don't actually build the support/ directory (since 2001),
remove the matching parts from the configure script.
2004-05-13 James Henstridge <james@daa.com.au>
* gnome-common.spec.in: simplify and update spec file.
2004-02-27 Sven Herzberg <herzi@abi02.de>
* macros2/autogen.sh: fix#135557
2004-02-17 Mark McLoughlin <mark@skynet.ie>
* doc-build/xmldocs.make: fix one last occurrence of
not using $(DESTDIR).
* LoginHelper API docs improved.
* fixed bug which caused problems if an app which loaded atk-bridge forks,
and one fork exits. (Padraig O'Briain).
* New language: Galician (gl), Jesus Bravo Alvarez.
* Ansi build fixes (Kjartan Maraas).
* Correct reporting of visibility of items on GnomeCanvas. (bug #156143)
* Do not activate menu item when selectinit it. (bug #156164)
* Set cells as selectable. (bug 153638)
* Fix error when tab ir removed from GtkNotebook. (bug #159206)
* Fix crasher when GtkTreeView is changed immediately after row is expanded.
(bug #132551)
* Add translation: Galician [Jesus Bravo Alvarez]
* Updated translations: Canadian English [Adam Weinberger], Persian [Meelad
Zakaria]
- Register GtkFileChooserDialog correctly.
- Fix a number of bugs in the libglade-convert utility.
- Fix some memory leaks in the XML parsing code.
- Handle tooltips on GtkToolItems properly, and get rid of uses of
the old toolbar API.
- Fix some bugs in setting up ATK relations.
- Various other bug fixes (see ChangeLog).
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
Urwid is a curses-based user interface library. It includes many
features useful for text console application developers including,
fluid interface resizing (xterm window resizing / fbset on Linux
console), support for 8-bit and CJK encodings, multiple text alignment
and wrapping modes built-in, ability to register user-defined text
alignment and wrapping modes, simple markup for setting text
attributes, powerful list box that handles scrolling between different
widget types, list box contents may be managed with a user-defined
class, flexible edit box for editing many different types of text, and
easy interface for creating HTML screen shots.
Changes:
1.06 Sun Sep 19 23:29:23 CEST 2004
- Remove the "found package ..." message to make Makefile.PL's less
verbose.
1.05 Fri Jul 16 14:52:39 EDT 2004
- add configure-time check for pkg-config, don't build without it.
- add a pointer to pkg-config's webpage in the docs.
1.04 Fri Mar 5 00:28:59 EST 2004
- add long-overdue version-checking import implementation.
Changes:
0.204 Sun Sep 19 23:26:23 CEST 2004
- Use capitals at the start of everything that is printed out, to unify
Makefile.PL output.
0.203 Fri Mar 12 16:09:35 EST 2004
- don't output a PM pair from get_makefile_vars unless we actually
have data in the pm key.
* Version 0.5.12 (released 2004-12-04)
** Java code now support the XMPP NodePrep and ResourcePrep profiles.
** Bug fixes and improvements to Java code.
The allowUnassigned flag is now respected properly. The prohibited
code points check now works. Arguments are now checked. Convenience
method with allowUnassigned set to false was added.
** Update getopt from gnulib.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.11 (released 2004-11-21)
** Fix formatting of man pages, based on warnings from Doclifter.
** Update of gnulib files to fix potential getopt problem on ELF systems.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.10 (released 2004-11-08)
** Libtool's -export-symbols-regex is now used to only export official APIs.
Before, applications might accidentally access internal functions.
Note that this is not supported on all platforms, so you must still
make sure you are not using undocumented symbols in Libidn.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.9 (released 2004-11-07)
** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
This mean that you can now browse the Libidn API manual using Devhelp.
** Update of gnulib files to fix potential problem in getopt on BSD.
** Documentation improvements.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.8 (released 2004-10-12)
** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
This allow builds to succeed after 'make realclean'.
** Generated files now have consistent 'DO NOT EDIT!' comments.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.7 (released 2004-10-12)
** Shared library version incremented, because new APIs were added.
This was forgotten in the last release.
** French translation updated.
** Minor bug fixes.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.6 (released 2004-10-02)
** Added functions to convert return codes to human readable text.
** Now using GNULib in command line front end (src/) for portability code.
See <http://www.gnu.org/software/gnulib/> for more information on
GNULib. This should make the code easier to read and maintain.
** API and ABI is backwards compatible with the previous version.
idna_strerror: ADD.
pr29_strerror: ADD.
punycode_strerror: ADD.
stringprep_strerror: ADD.
tld_strerror: ADD.
TLD_NO_TLD: ADD. Replaces TLD_NOTLD.
TLD_NOTLD: DEPRECATED. Use TLD_NO_TLD instead.