Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
lang/python upgraded to 2.0
lang/py-html-docs upgraded to 2.0
misc/py-readline upgraded to 2.0
databases/py-gdbm upgraded to 2.0
x11/py-Tk upgraded to 2.0
devel/py-curses upgraded to 2.0
lang/py-extclass upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher upgraded to 2.2.2 and for Python 2.0
print/py-reportlab upgraded to 1.01 and for Python 2.0
More coming...
|
|
|
|
own tests.
Bump version to 1.1.5nb1
Changes include:
- make multithreading actually work
- activate esound backend
- /dev/dsp -> /dev/audio
- /dev/cdrom -> /dev/cd?a
- tons of bugfixes
|
|
* Query and activation changes:
- Async activation interface (Mathieu)
- Per-DISPLAY server support, so you can run bonobo apps on
multiple displays at once. (Maciej)
- Make test components not show up unless in test mode. (Maciej)
- Forbid oafinfo files to specify properties that start with
`_' (Elliot)
* Added ref/unref to factory interface for future expansion (Elliot)
* Build improvements (Pavel, Ramiro)
* Bug fixes
- Portability fixes (Dan Winship)
- Exception handling fixes (Jaka)
- CORBA fixes (Bradford)
- Remove debugging spew (Maciej)
- Leak fixes (Darin)
* Translations:
- New translations from (Alastair McKinstry, Jarkko Ranta,
Manuel de Vega Barreiro, Christopher R. Gabriel, Yuri Syrota, Takayuki
KUSANO, Jesus Bravo Alvarez)
* Administrative:
- Updated commit policy, set of people with commit privs (Maciej)
|
|
|
|
|
|
|
|
|
|
|
|
* gal/e-text/e-text.c (e_text_destroy): Remove dbl_timeout and
tpl_timeout.
* gal/e-text/e-text-event-processor-emacs-like.c: Made the number
keys on the number pad work in ETexts and ECellTexts.
* gal/e-text/e-entry.c: Made EEntry accept focus properly.
* gal/widgets/e-hscrollbar.c (e_hscrollbar_new): Use
`gtk_object_new()' instead of `gtk_type_new()' and then
`gtk_object_set()', as the latter doesn't set the CONSTRUCTED
flag.
* gal/widgets/e-vscrollbar.c (e_vscrollbar_new): Likewise.
* gal/widgets/e-scroll-frame.c (e_scroll_frame_set_vadjustment):
Use an EVScrollbar instead of a GtkVScrollbar.
(e_scroll_frame_set_hadjustment): Use an EHScrollbar instead of a
GtkHScrollbar.
* gal/widgets/e-vscrollbar.h: New.
* gal/widgets/e-vscrollbar.c: New.
* gal/widgets/e-hscrollbar.h: New.
* gal/widgets/e-hscrollbar.c: New.
* configure.in: Use $UNICODE_CFLAGS and $UNICODE_LIBS instead
of gnome-config
|
|
|
|
Make LOCALID a runtime option, instead of a compiletime option, by moving
the value to CVSROOT/config (repository specific).
Some minor fixes for buffer sizes.
Add a RCS Id where missing; add some warning about the deprecated
RCS_LOCALID variable.
Both changes from OpenBSD.
Bump to 1.11nb1.
|
|
1.2 wasn't working because _DIAGASSERT isn't defined on 1.4.x; worked around
it by defining it in the getopt_long.c distfile.
|
|
|
|
much-improved getopt_long).
Bump to 1.2.
|
|
* The new "cvs version" command gives a short version message. If
the repository is remote, both the client and server versions are
reported.
* "cvs admin -t" now works correctly in client/server mode.
* The "cvs history" command output format has changed -- the date
now includes the year and is given is ISO 8601 format (yyyy-mm-dd).
Also, the new LogHistory option in CVSROOT/config can be used to
control what information gets recorded in the log file and code has
been added to record file removals.
* The buggy PreservePermissions code has been disabled.
* Anonymous read-only access can now be done without requiring a
password. On the server side, simply give that user (presumably
`anonymous') an empty password in the CVSROOT/passwd file, and then
any received password will authenticate successfully.
* There is a new access method :fork: which is similar to :local:
except that it is implemented via the CVS remote protocol, and thus
has a somewhat different set of quirks and bugs.
* The -d command line option no longer updates the CVS/Root file. For
one thing, the CVS 1.9/1.10 behavior never had updated CVS/Root in
subdirectories, and for another, it didn't seem that popular in
general. So this change restores the CVS 1.8 behavior (which is also
the CVS 1.9/1.10 behavior if the environment variable
CVS_IGNORE_REMOTE_ROOT is set; with this change,
CVS_IGNORE_REMOTE_ROOT no longer has any effect).
* It is now possible for a single CVS command to recurse into several
CVS roots. This includes roots which are located on several servers,
or which are both remote and local. CVS will make connections to as
many servers as necessary.
* It is now possible to put the CVS lock files in a directory
set by the new LockDir option in CVSROOT/config. The default
continues to be to put the lock files in the repository itself.
|
|
was breaking compilation on my machine -- not sure why it was set in the
first place, and the reason wasn't logged in CVS.
|
|
|
|
|
|
- radio menu item support (from patch by Mitch Chapman)
- make accelerators visible in GtkPixmapMenuitems.
- Added a glade_set_custom_handler to allow better control
over creation of `Custom' widgets. This can be used by
language bindings or other applications that want more
control over custom widget handling.
- add tearoff menu items to menus if gnome settings say that
they should be shown.
- a few other bug fixes.
|
|
|
|
* Added 'bool' overload to '""' overload, so object always evaluates
to true.
* Evaluating an IO::Scalar in a string context now yields the
underlying string. *Thanks to B. K. Oxley (binkley) for this.*
* Minor documentation fixes.
|
|
|
|
* Added workaround for SEGV bug in GnomeMessageBox in gnome-libs 1.2.3.
* A few changes in the generated code to keep g++ happy.
* Added gtk_widget_grab_focus() and gtk_widget_activate_default() to the
lists of standard signal handlers.
* Changed the widget tree view so it automatically expands to show
selected widgets.
* Updates to Russian, Swedish, French, Korean and Japanese translations.
* Fixed code generation bug with GnomePropertyBox which caused a SEGV.
* Added support for the "relief" property for GtkButton & GtkToggleButton.
This is the only change to the XML file format.
* Fixed menu editor bug which meant that widgets were occasionally given
the same name.
* Added support for tooltips for GtkRadioButton and GtkCheckButton.
* Better support for keyboard navigation (from Jon K Hellan).
* Fixed --write-source option so it handles relative paths (from Rick
Niles).
* Stopped installing logo into `gnome-config --datadir` since it causes
problems for people installing in personal directories etc. Also
changed the generated Makefile.am so it doesn't do it either.
* Added 'Class' property to the property editor so you can see the class
of the selected widget (from Jon K Hellan).
* Output the GtkOptionMenu and GtkCombo item strings separately in the
translatable strings file.
* Allowed start & finish pages of a GnomeDruid to be removed, in case the
developer wants to replace them with custom pages.
* Fixed the 'Redisplay Window' (Ctl-R) command so it should work again.
* Added the XML file and the autogen.sh file to the EXTRA_DIST in the
generated Makefile.am so they get distributed with the project.
|
|
|
|
|
|
|
|
|
|
* Some bug fixes.
* Search function.
* Click on a different portion in two-pane mode, and the portion is
selected. No UI feedback except statusbar. It could be useful after
you search any word.
* Toolbar support.
* Menubar becomes a little bit fancy.
* Preference settings in directory view are restored properly.
* A bug fix related to DBCS(Double Byte Character String).
* A notification release.
* A new tool, gtkdiff-cvs. It's a simple shell script, handling CVS
files.
* Minor bug fixes.
* Accelerator key bug fix. (You might need to delete
~/.gnome/accels/gtkdiff file, if some accelerator keys don't work.)
* Turkish message translation.
* Danish message translation.
* Merge view.
* Some changes in ~/.gnome/gtkdiff file.
"PaneMode" entry becomes obsolete.
"DiffArgs" entry is moved to "Diff" section.
Although they don't matter, if you don't like useless lines remained,
please delete ~/.gnome/gtkdiff by yourself.
* Internal version.
* Most of GUI components become widget base.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since these are generated from the contents of /usr/include, and varies
from release to release, the version number for this packages is simply
the OS_VERSION, e.g. p5-perl-headers-1.4.2, p5-perl-headers-1.5C.
This package closes PRs: 6369, 7422.
|
|
but mostly comprises patches to ease building on NetBSD pkgsrc. Tom Dickey
has been kind enough to accept our patches back into the main source tree.
Many thanks to him.
|
|
To test, type "info libtool|" and hold down space. See it stop with a
``Cannot find the node "(/usr/pkg/info/libtool.info)Linking executables"''
error. Simply making sure the info-files get re-done works here.
|
|
|
|
Make sure that an -fPIC c++rt0 is pulled in for sparc<1.4.3
Fixes: pkg/11166, pkg/10190, pkg/11189, and port-sparc/10846
|
|
|
|
|
|
|
|
|
|
|
|
support for termcap, new extensions for color, several bug fixes, minor API
changes, buffer-overrun checks.
|
|
|