Commit graph

117579 commits

Author SHA1 Message Date
heinz
6e0643e9ba Changed hard link to symbolic link. Otherwise people using MANZ get two
distinct files.
2007-09-18 19:59:38 +00:00
heinz
012774c469 Added support for installation to DESTDIR. 2007-09-18 19:44:40 +00:00
drochner
6f38a01a1e update to 2.12.2
This is a major release. Significant changes include:
* calc may be built with static or dynamic shared libraries
* overhauled Makefiles to use system targets
  - replaced compiler sets with host targets
  - targets include: linux, OS X, FreeBSD, simple, default
  - many changes to Makefile variables
* calc source static and extern variables declared with CPP symbols
  - to make it easier to compile under certain Windoz environments
  - to assist those who are developing a multi-threaded calc lib
* calc library makes it easier to control parse and scan messages
* added Makefile.simple for hosts without GNU Make
* added custom registers
  - when calc is run with the -C flag
* dropped support of md5 and sha-0 hashes
* calc supports real and complex exponentiation bases and exponents
  - i.e., 2.5 ^ 3.5, 0.5i ^ 0.25, 2.5 ^ 2.718i, 3.13145i ^ 0.30103i

added TEST_TARGET
2007-09-18 19:40:19 +00:00
rillig
3cd03bc8b4 libbonobo needs flex, at least on Solaris. 2007-09-18 19:24:17 +00:00
bouyer
6eb48581f5 Fix path in RCD_SCRIPT_SRC, and let RCD_SCRIPT install it in
share/example/rc.d/. Based on patch from MASUDA Hideo in pkg/36970,
and advise from Joerg Sonnenber.
2007-09-18 19:24:07 +00:00
drochner
7b224c9f33 update to 0.16
changes:
-Changed keybinding in GEdit plugin from F7 to F2 to avoid a conflict
 with GTK+ 2.12
-translation updates
2007-09-18 19:23:01 +00:00
drochner
3176f60d65 update to 1.10.1
changes: minor bugfixes
2007-09-18 19:19:56 +00:00
drochner
6095cfb18f update to 1.4.0
changes: security fixes, and a few crashes fixed
2007-09-18 19:18:10 +00:00
drochner
1dd2146d9f update to 0.16.9
changes:
- Slightly improved pango backend
- Misc bug fixes
2007-09-18 19:11:39 +00:00
drochner
36f550034f update to 2.14.9
changes: minor bugfixes and portability fixes
2007-09-18 19:10:21 +00:00
drochner
c1fc848370 update to 0.8.9
changes: bugfix in the parser error handler
2007-09-18 19:08:06 +00:00
drochner
5bf2e6bd2e update to 1.18.2
changes: minor bugfixes
2007-09-18 19:06:22 +00:00
drochner
9344acf1ad update to 1.6.6
changes:
-minor feature additions to the command line tools
-C++ API: Added support for Szip
-bugfixes

pkgsrc changes:
-fixes for the cxx option (should be a separate pkg)
-fixes for the threadsafe option -- replaced a pthread_equal() by a
 simple "==" to make it usable with non-threaded apps
 (not 100% portable, but should be fine for the platforms in question)
 The shared libraries should not be linked against libpthread, but
 that would require serious changes to the autoconf/make machinery
 so I've left it alone for now.
 If that is fixed, "threadsafe" could be made default.
-Don't try to strip scripts on install.
2007-09-18 18:58:08 +00:00
tnn
757711de51 Updated devel/glib2 to 2.14.1 2007-09-18 17:37:57 +00:00
tnn
aefb760754 update to glib2-2.14.1. This is a bug fix release in the 2.14 series.
Overview of Changes from GLib 2.14.0 to GLib 2.14.1
===================================================

* Bugs fixed:
 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
 444765 Fix FIXME in gregex.c when new pcre is out
 464145 g_markup_escape_text Produces Invalid XML
 465625 g_type_default_interface_ref() does not ensure working g_...
 466768 Clearify that comments can be put anywhere in a Key-file.
 474229 The GError documentation should give convention for the G...
 474899 G_BREAKPOINT() docs inaccurate
 475854 Overuse of -lpcre when using system pcre
 473879 Incorrect includes in gregex.c
 468694 Typoes in documentation
 469051 g_snprintf () talks about characters where it probably me...
 457601 Missing arch specific atomic implementation
 475923 Missing pcre flags when static-linking against glib
 475619 glibthread-2.0.la does not list -lpthread

Also many updated translations.
2007-09-18 17:37:02 +00:00
joerg
c58de1f138 devel/litool-base was left out o fthe update commit, fix up version
here to avoid going back in revision.
2007-09-18 16:51:00 +00:00
joerg
79ba801833 Don't cache the allocated argv in a local static variable, just allocate
and free it.
2007-09-18 15:44:18 +00:00
joerg
5046845687 Remove EXPECT_DEBUG code and if(0)'ed call of setbuf. 2007-09-18 15:40:47 +00:00
joerg
7177f144cd Make allocation errors fatal. Better than leaking memory in the error
case.
2007-09-18 15:38:10 +00:00
joerg
b36cfdf538 Simplify a bit to work under bulk builds as well. 2007-09-18 14:14:31 +00:00
tron
2d30aeb24b Note update of "libtorrent" and "rtorrent" packages to versions
0.11.7 and 0.7.7.
2007-09-18 12:37:10 +00:00
tron
a5b36fa336 Update "libtorrent" package to version 0.11.7 and "rtorrent" package
to version 0.7.7. Changes since version 0.11.6/0.7.6:
- Renamed all commands to from e.g "get_d_*" to "d.get_*". Remember to
  update your rc file.
- Removed support for appending multiple commands to 'schedule'.
  Multiple commands must now be quoted, e.g "print=cmd1 ;print=cmd2".
-  Enabled 'max_downloads_div' by default. This should give better
  connection responsiveness if a reasonable download throttle rate is set.
- Added a default low_diskspace check for 500MB. It is scheduled with
  the id "low_diskspace".
- Allow lists as arguments in commands by using '{' and '}'. The list
  will be recursed and all '$' will be called, while '~' will only be
  expanded when in the first element in the list. E.g "execute =
  touch,{~/tmp/,$get_client_version=}".
- Added 'execute_log' for logging the result of calls to 'execute'.
- Dynamically sized SCGI read buffer, system.multicall should work
  properly now.
- Added 'call_download' that takes a view as the first parameter and
  then a list of commands. It will return a list of lists containing the
  results from those commands.
- Allow loading torrents from https and ftp uri's.

A quick release to get new "d.get_*" naming into use before too many
people write XMLRPC clients using the old commands.
2007-09-18 12:35:12 +00:00
wiz
9f5e2dc295 + GraphicsMagick-1.1.9, ap-ssl-2.8.30, at-spi-1.20.0, atk-1.20.0,
bochs-2.3.5, dasher-4.6.0, dejavu-ttf-2.20, deskbar-applet-2.20.0,
  eog2-2.20.0, epiphany-2.20.0, epiphany-extensions-2.20.0,
  evince-2.20.0, evolution-2.12.0, evolution-data-server-1.12.0,
  evolution-exchange-2.12.0, evolution-webcal-2.12.0, gail-1.20.0,
  gcalctool-5.20.0, gdm-2.20.0, gedit-2.20.0, glade3-3.4.0,
  glib2-2.14.1, gnome-common-2.20.0, gnome-keyring-2.20.0,
  gnome-mag-1.14.10, gnome-vfs2-2.20.0, gnome2-applets-2.20.0,
  gnome2-control-center-2.20.0, gnome2-games-2.20.0, gnome2-media-2.20.0,
  gnome2-system-monitor-2.20.0, gnome2-utils-2.20.0, gok-1.3.4,
  gpaint-0.3.3, gtk2-engines-2.12.0, gtkhtml-3.16.0, gtksourceview-2.20.0,
  gwenview-1.4.2, intltool-0.36.2, libgnomekbd-2.20.0, libgtop-2.20.0,
  libxklavier-3.3, metacity-2.20.0, neon-0.27.1, openoffice2-2.3.0,
  orca-2.20.0, p5-IO-Socket-SSL-1.09, p5-Image-Info-1.26,
  p5-Test-Simple-0.71, p5-glib2-1.160, p5-gtk2-1.160, plone-3.0.1,
  pwlib-1.10.9, py-gnome2-2.20.0, py-gnome2-desktop-2.20.0,
  py-gobject-2.14.0, py-gtk2-2.12.0, seahorse-2.20, smokeping-2.2.4,
  surfraw-2.2.0 [http://surfraw.alioth.debian.org/], tea-17.24,
  transcode-1.0.4, xmp-2.2.1, yelp-2.20.0, zenity-2.20.0.
2007-09-18 10:45:41 +00:00
wiz
78e2931593 Updated x11/gtk2 to 2.12.0nb1 2007-09-18 10:45:38 +00:00
wiz
e6e315b75f Add patch recommended in release announcement:
GtkIconCache now runs _gtk_icon_cache_validate() for every cache loaded.  This
causes a big chunk of each icon cache file to be paged in; this makes apps slow
at startup when it is likely that other apps have caused the icon caches to be
paged out.

Bump PKGREVISION.
2007-09-18 10:44:56 +00:00
rillig
9ccbb63c63 regen 2007-09-18 08:35:13 +00:00
rillig
e495414f1a Moved the description of bulk builds into their own chapter. A new
section covering the pbulk system will be added soon.
2007-09-18 08:17:21 +00:00
wiz
f4c18a742d Add commented out LICENSE line (gplv3). 2007-09-18 06:40:36 +00:00
jnemeth
89db55d968 fix mail/claws-mail-* entries (hi smb) 2007-09-18 05:38:33 +00:00
martti
c620cf45cc vim-7.1.116 2007-09-18 05:33:20 +00:00
martti
3043da05fd Updated editors/vim-share to 7.1.116
2276  7.1.088  (extra) window position wrong when using ":winpos"
 13841  7.1.089  when listing variables text of command is not cleared
  2372  7.1.090  compiler warning on Mac OS X 10.5 for sigaltstack()
 10488  7.1.091  (extra) Win32: add --windowid argument
  2901  7.1.092  (extra, after 7.1.088) wrong args for MoveWindowStructure()
 15955  7.1.093  read past end of screen line when checking for double width
  1901  7.1.094  using wrong buffer to check if syntax HL is present
  5809  7.1.095  autocmmand for focus events may cause problems
  2287  7.1.096  reading past end of a string when resizing Vim
  1620  7.1.097  "setlocal stl=%!expr" doesn't work
  1780  7.1.098  ":call s:var()" doesn't work if "s:var" is a Funcref
  4552  7.1.099  ":mkvimrc" doesn't work properly when 'paste' or 'keymap' set
 14551  7.1.100  Win32: Executing cscope doesn't always work properly
  1614  7.1.101  Ruby: The Buffer.line= method does not work
  3276  7.1.102  Perl interface doesn't compile with new version of Perl
  1976  7.1.103  "dw" past end of last line deletes a character
 14346  7.1.104  (after 7.1.095) when 'lazyredraw' set redraw may be postponed
  2426  7.1.105  internal error when using "0 ? {'a': 1} : {}"
  1580  7.1.106  ":messages" doesn't quit listing on ":"
  4081  7.1.107  Visual block mode "s" that auto-indents fails in other lines
  2633  7.1.108  (after 7.1.100) Win32: compilation problems in Cscope code
  2147  7.1.109  GTK GUI: click on arrow left of tab
  2234  7.1.110  (after 7.1.102) Win32: Still compilation problems with Perl
  2946  7.1.111  after ":vimgrep /pat/j *" folds can be wrong
  1766  7.1.112  using input() with a wrong argument may crash Vim
  2765  7.1.113  map() on an empty list causes memory to be freed twice
  1386  7.1.114  memory leak in getmatches()
  1472  7.1.115  (after 7.1.105) compiler warning for uninitialized variable
  3137  7.1.116  can't display characters above 0x10000
2007-09-18 05:32:17 +00:00
obache
ac5a7f86c5 Updated graphics/ruby-RMagick to 1.15.10 2007-09-18 04:07:49 +00:00
obache
f325031771 Update RMagick to 1.15.10.
o Update Magick::Pixel.from_HSL, #to_HSL to work with new APIs in ImageMagick
  6.3.5-9.
2007-09-18 04:07:29 +00:00
smb
066ee34bed Part of the 3.0.1 update that I missed... 2007-09-18 03:18:23 +00:00
smb
5f6de9b0fd * Claws Mail is now licensed under GPLv3 or later.
New in this release:
~~~~~~~~~~~~~~~~~~~~

* added Tags feature
Tags are arbitrary labels that can be applied to messages. It is
possible to create, edit, remove Tags; apply them to mails;
filter on Tags or Tag presence; apply or unset Tags via Filtering
actions; reference Tags in reply Templates.

* Threads can now be sorted by most recent message
/View/Sort/By thread date

* Added "/View/Show or Hide/Column headers"

* Added 'watch thread' feature

* Enabled the running of folder Processing rules on demand

* Added options to stop/enable writing logs to disc, see Logging
page of preferences

* IMAP and News: Implement age-based caching: allow the specifying
of a threshold for the offline synchronisation feature, and whether
old cached bodies should be removed. Accessible from the Folder
Properties.

* IMAP: Made multiple copy, (in the same IMAP account), faster by
matching source/destination message UIDs.

* LDAP: Ability to edit all Person attributes

* Nicer layout of the message part icons

* Speed up and clean up rendering of larger msgs

* Use progress bar when sending messages

* Made mainwindow's /Help/Manual point to the remote copy if the
local copy doesn't exist

* Replaced some deprecated widgets

* Enabled changing the emphasis color used to highlight the
newsreader/x-mailer header value when it matches our preferred
mail agent, (hidden pref 'emphasis_color' added to clawsrc).

* tools/mew2claws-mail.pl
Added new script that imports a Mew address book

* tools/popfile-link.sh
Added a new script that will open selected messages in
POPFile control center, in order to change the message
status.

* Updated the manual

* Check that Dillo's installed when loading the Dillo Browser
plugin

* Maemo improvements:
o Automatically choose the correct application
to open parts
o Better way to notify of new mails
o Destroy messageview after trashing mail
o Simplified layout
o Better toolbars, removal of CTree headers
o Add a specific icon to go back to folder list
o Improvements to the Wizard, About and icon legend dialogues
o add an easy way to store data (mails and IMAP/NNTP caches)
on one of the SD cards, and protect against unmounts if
needed
o plug the online/offline system into maemo's interfaces to
have Claws automatically switch according to the system
status (on IT OS 2007)
o use HildonBanners to display status messages
o force layout to be Small screen
o put the progress bar in the toolbar

* Updated Brazilian Portuguese, Bulgarian, Catalan, Finnish, French,
German, Hungarian, Italian, Polish, Russian, Simplified Chinese and
Slovak translations.

Plus bug fixes
2007-09-18 03:17:24 +00:00
reed
edb3562456 For Portable C Compiler.
Add beginning of PKGSRC_COMPILER=pcc support.
Based on "sunpro".

Please help improve this. I have not tested with C++ or fortan.
2007-09-18 01:51:10 +00:00
adrianp
7c6a237bbe Add and document FETCH_PRE_ARGS, idea from David Sainty in PR #23899.
This allows such settings as the following in audit-packages.conf:
FETCH_PRE_ARGS="env ftp_proxy://ftp.myproxy.com"
Which will be set before FETCH_CMD is run.
2007-09-17 22:40:27 +00:00
drochner
275c5e9bfd make this compile with gtk-2.12 (which introduces a new tooltip framework
and deprecates the old one)
2007-09-17 16:21:55 +00:00
jlam
2f710b31e7 Include a patch taken from the main Courier CVS repository that adds
a new TLS_PROTOCOL selection "SSL23" that allows for trying to negotiate
initially with SSLv3 but falling back to SSLv2:

	courier/tcpd/libcouriertls.c:1.21

This allows Courier to interoperate with older mail servers and clients
that are still using SSLv2 when advertising or attempting to use
advertised STARTTLS capabilities.

This change modifies the following packages and bumps their PKGREVISIONs:

	mail/courier-imap	to 1.
	mail/courier-mta	to 6.
	meta-pkgs/courier	to 2.
	net/couriertcpd		to 1.
2007-09-17 15:28:03 +00:00
bjs
3e50b17466 + Updated x11/xterm to 229 [bjs 2007-09-17] 2007-09-17 06:39:05 +00:00
bjs
2237047c97 Update to version #229. Too many changes to list here; please see
${WRKSRC}/xterm.log.html.  Additionally, the pkgsrc-specific
changes are:

-- Add an "xterm-toolbar" option and add it to PKG_DEFAULT_OPTIONS.  Now
   we may all enjoy pull-down menus.

-- In the ${X11_TYPE} == "modular" case, add --disable-imake and
   --enable-narrowproto to CONFIGURE_ARGS.  The latter fixes [possible]
   problems with Xaw scrollbars.

-- Add USE_DIRS+=xdg-1.4 to handle newly-provided xterm pixmaps.

-- Add build-time dependency on x11/libxkbfile to pull in XKB extension
   headers, e.g. ${X11BASE}/include/X11/extensions/XKBbells.h.  The XKB
   bell extension should now be properly detected and supported.

-  Add "pcre" option, thereby supporting devel/pcre as xterm's regex
   library.

Changes ok'd (more or less) by joerg@ and tested by me.  For more detail
wrt: rationale for --enable-narrowproto and/or libxkbfile dependency,
please contact me.
2007-09-17 06:36:21 +00:00
obache
c8f2467392 Two paches for quartz are already included in upstream. 2007-09-17 04:42:25 +00:00
seb
924d8b11ed Note initial addition of p5-Object-InsideOut version 3.25 as
devel/p5-Object-InsideOut into The NetBSD Packages Collection.

The Perl 5 module Object::InsideOut provides comprehensive support
for implementing classes using the inside-out object model.

It implements inside-out objects as anonymous scalar references
that are blessed into a class with the scalar containing the ID
for the object (usually a sequence number).  Object data (i.e.,
fields) are stored within the class's package in either arrays
indexed by the object's ID, or hashes keyed to the object's ID.

The virtues of the inside-out object model over the 'blessed hash'
object model have been extolled in detail elsewhere.  Briefly,
inside-out objects offer the following advantages over 'blessed
hash' objects:
* Encapsulation
* Field Name Collision Avoidance
* Compile-time Name Checking
2007-09-16 22:55:01 +00:00
seb
2b6ea54b31 Add & enable p5-Object-InsideOut 2007-09-16 22:54:17 +00:00
seb
dc24759dc2 Initial import of p5-Object-InsideOut version 3.25 into The NetBSD
Packages Collection.

The Perl 5 module Object::InsideOut provides comprehensive support
for implementing classes using the inside-out object model.

It implements inside-out objects as anonymous scalar references
that are blessed into a class with the scalar containing the ID
for the object (usually a sequence number).  Object data (i.e.,
fields) are stored within the class's package in either arrays
indexed by the object's ID, or hashes keyed to the object's ID.

The virtues of the inside-out object model over the 'blessed hash'
object model have been extolled in detail elsewhere.  Briefly,
inside-out objects offer the following advantages over 'blessed
hash' objects:
* Encapsulation
* Field Name Collision Avoidance
* Compile-time Name Checking
2007-09-16 22:51:57 +00:00
joerg
22119eef72 malloc.h: evil
stdlib.h: good
using patches: better
2007-09-16 20:55:31 +00:00
wiz
d374b5dd74 gtk2+ updated to 2.12.0. 2007-09-16 19:54:51 +00:00
wiz
51daffe387 Update to 2.12.0.
(no shlib major changes)

Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================

 * GtkTooltips
 - All widgets have been ported to the new tooltips code
 - Tooltips are disabled in touchscreen mode

 * GtkBuilder
 - Support custom tabs in GtkPrintUnixDialog

Lots of bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================

 * GtkBuilder:
 - The gtk-builder-convert script is more versatile
 - GtkBuilder suppports GdkPixbuf properties
 - GtkBuilder parses, but doesn't yet implement <accessibility>
 - Support for accelerators in actions has been added

* GtkTooltips:
 - The old tooltips API has been deprecated
 - The has-tooltip property has getter and setter

* GtkTreeView:
 - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
   gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
   gtk_tree_view_set_tooltip_column()

* GtkIconView:
 - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
   gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
   gtk_icon_view_set_tooltip_column()

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================

* OS X port:
 - Many improvements

* Win32 port:
 - Inconsistent checkboxes are drawn correctly now

* GtkBuilder:
 - Ship a Python script, gtk-builder-convert, to
   convert glade files to GtkBuilder syntax

* GtkFileChooser:
 - Improved display of the time column
 - Support search on OS X, using Spotlight

* GtkTreeView:
 - New function gtk_tree_view_is_rubber_banding_active() to
   check whether rubber banding is active

* GtkVolumeButton uses the range 0.0 to 1.0, and
  correctly adapts tooltips to display percentages

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================

* The multipress input method correctly handles control keys

* The memory management of GtkRecentManager has been
  changed, deprecating the screen-related functions in favour
  of gtk_recent_manager_get_default().

Lots of bugfixes.


Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================

* GtkBuilder: GTK+ supports constructing user interfaces
  from XML descriptions now, similar to libglade.

* The new tooltip code now has convenience api to set
  text tooltips: gtk_widget_set_tooltip_text(),
  gtk_widget_set_tooltip_markup()

* GtkTextView, GtkEntry:
 - gtk_widget_modify_cursor() is a new function in the
   gtk_widget_modify family to override the style-provided
   cursor colors
 - Use a block cursor in overwrite mode

* GtkFileChooser:
 - Use xdg-user-dirs to find the Desktop directory
 - gtk_file_system_create() is now public API

* GtkMenu:
 - GtkMenuItem gained a submenu property
 - GtkMenuShell obtained a move-selected signal

* OS X port:
 - Many improvements

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================

* The GtkListStore and GtkTreeStore have new API
  to set values using vectors of columns and values

Bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================

* GtkTextView:
 - Marks can be created independent from buffers
 - Cursor color follows text color

* OS X port:
 - Many improvements

* GDK:
 - Add support for composited child windows

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.10.x to 2.11
============================================

* Printing support:
 - Cups backend: Work with "BrowseShortNames Off"
 - Cups backend: Fix handling of multi-valued options
 - Cups backend: Work with raw printers
 - Cups backend: don't lock up when met with larger numbers of printers
 - Improved sensitivity handling of controls in the unix dialog
 - Support half-open ranges
 - Add a test print backend for easier debugging
 - Add API to list paper sizes
 - Add API to serialize and deserialize page setups and print settings
 - Print settings can be passed to the preview command
 - Make more GtkPrinter public

* GtkFileChooser:
 - Improve file chooser dialog size logic
 - Add a GtkFileChooserButton::file-set signal
 - Add a search mode with backends for Beagle, Tracker and simple search
 - Add recent files support

* New tooltips API, that allows complex tooltips (markup, images),
  tooltips on insensitive widgets, tooltips on treeviews, etc

* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
  frequently seen in multimedia applications

* Input Methods:
 - New Thai and Lao input method
 - New multipress input method for phone pads

* Recent files:
 - GtkRecentChooserMenu supports custom menu items
 - GtkRecentAction was added

* Keyboard navigation improvements:
 - Infrastructure for notification of failed keyboard navigation
 - Better support for restricted sets of keys
 - Only handle keys for notebook tab reordering and scrolledwindow
   scrolling if it make sense
 - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
   the display of accelerators and mnemonics
 - Popup/popdown of comboboxes is keybindable

* Windows port:
 - Windows 9x/ME is not supported anymore
 - Many ms-windows theme improvements
 - The file chooser uses native icons
 - Support drop shadows
 - Use native cursors

* OS X port:
 - Many improvements

* Icon theme support:
 - Add api to list contexts of an icon theme
 - The builtin stock icons have been replaced by a new set of icons
   which are visually compatible with Tango
 - Support fallback to more generic icon names
 - Validate icon caches when they are created and before they are used

* GtkRange has gained support for fill levels

* GtkEntry:
 - inline-selection mode for entry completion that is closer to what
   web browsers need
 - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling

* GtkTextView:
 - Support accumulative and negative margins
 - GTK_JUSTIFY_FILL works

* GtkLabel:
 - GTK_JUSTIFY_FILL works

* GtkStatusIcon:
 - Multiscreen support
 - gtk_status_icon_position_menu() works on Windows
 - Don't take up space when invisible

* GtkCellRendererProgress:
 - Respect themes
 - Support activity mode

* GtkNotebook:
 - Support scrolling during tab DND
 - Allow dropping tabs anywhere
 - Deprecate numeric group-ids in favour of a more flexible group property

* GtkTreeView:
 - Lots of scrolling fixes
 - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
   according to platform conventions

* GtkButtonBox:
 - Can center buttons now

* GtkComboBoxEntry
 - Can add an arbitrary child widget

* GtkAboutDialog:
 - The "name" property has been replaced by "program-name" to avoid
   a clash with the preexisting "name" property on GtkWidget

* GDK changes:
 - Add gdk_event_request_motions() which works with input devices
 - Add API for changing startup notification id on a window
 - Add API for sending startup notification messages
 - Don't deadlock with xcb-based libX11
 - The handling of _NET_WM_USER_TIME has been changed to reduce
   the amount of root window property changes
 - New gdk_threads api() to allow fully threadsafe handling of idles
   and timeouts

* gdk-pixbuf changes:
 - Optional support for Sun mediaLib hardware acceleration
 - Support exif rotations in tiffs and jpegs
 - Allow arbitrary split between builtin vs modular loaders
 - Support v5 and OS/2 bmps
 - Support scaling animations

* Miscellaneous GTK+ changes:
 - New function gtk_window_set_opacity(), to set the opacity
   of toplevel windows
 - Allow to restrict drags within an application or widget
 - Support opening/closing of submenus on click
 - Configurable cursor blinking timeout
 - Insensitive widgets don't install cursors

Lots of bugfixes and translation updates.
2007-09-16 19:53:26 +00:00
joerg
b770135e28 Fix a major memory leak in Dewey that existed sine ~forever.
This was made a lot more critical with the changes to use the iteration
API, as that is running a lot more Dewey comparisions.

Thanks to adrianp and wiz for the reports.

Bump to 20070916.
2007-09-16 19:03:52 +00:00
joerg
ef4509b94a Simplify the logic for libiconv -- we always have a gettext that depends
on it for the non-native case. This seems to help with some issues on
Solaris.
2007-09-16 17:34:32 +00:00