Commit graph

5931 commits

Author SHA1 Message Date
wiz
98cbd5dbc1 openmotif needs x11 headers and libraries, so include mk/x11.buildlink3.mk. 2005-07-24 00:55:43 +00:00
wiz
446fa529a8 Remove some obsolete packages using gnome[1]-libs.
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23 21:34:55 +00:00
adam
eceb08a35f Removed gtkmm24 2005-07-22 21:22:45 +00:00
adam
4fc7a8a451 Changes 2.6.3:
* Gtk::Action::get_proxies()
  Use the correct ownership semantics.
* Gdk::Display::list_devices()
  Use the correct ownership semantics.
* examples/book/menus_and_toolbars/
  Distribute the .png file.

Changes 2.6.2:
* TreeView: When using the append_column() convenience API,
  prevent a crash when the window closes while the cell is
  editing.
* Allow derived CellRenderers to be edited, by removing
  some debug code that sneaked into 2.6.1.
* Documented many signals, based on the GTK+ documentation.

Changes 2.6.1:
* CellRenderer: Prevent an infinite loop.
* MSVC++ .Net 2003 build fixes.
* Documentation:
  - Hide deprecated widgets from the list of widgets.
  - Correct the description of the IO input example.

Chamges 2.6.0:
gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4.
2005-07-22 21:21:46 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
tron
b42da084d8 Rewrite last change a bit because the check didn't work properly. 2005-07-21 10:59:01 +00:00
tron
99c338420c The additional locale files only get installed on systems with a recent
gettext version (e.g. NetBSD 3.99.7) but not systems with an older one
(e.g. NetBSD 3.0_BETA). We must therefore adapt the package list
dynamically.
2005-07-21 10:43:23 +00:00
wiz
f6bb010643 patch-aa was removed from distinfo during 0.8.1 update, remove file too. 2005-07-21 09:17:41 +00:00
hira
c9dfbf964e Add missing entries to PLIST. Bump PKGREVISION. 2005-07-21 06:41:12 +00:00
kristerw
565085b8e8 Do not include <malloc.h>. 2005-07-20 17:38:05 +00:00
kristerw
2d48d03357 Regenerate so that the Mac OS X patch program undestands how
to apply it.
2005-07-20 17:21:27 +00:00
kristerw
0355e584d3 Do not include <malloc.h>. 2005-07-20 16:03:24 +00:00
schmonz
7c72466bc1 Remove spurious "@dirrm share/examples/rc.d". 2005-07-20 02:44:48 +00:00
drochner
a020efe267 update to 1.5.1
change: Updated the German translations.
2005-07-19 17:41:47 +00:00
adam
3c8a19282b Changes 8.4.11:
* Bug fixes
2005-07-19 11:11:58 +00:00
grant
8dc820991a depends should be ../../<category>/<pkg> 2005-07-19 02:29:35 +00:00
jlam
6f766967b6 Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full command
line (path and arguments) needed to run the real tool.

Modify TOOLS_<TOOL> to hold only the path to the real tool.

Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use
TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y".
2005-07-18 02:33:27 +00:00
kristerw
aa90fc1c8a Fix C99 variable declarations to make this pkg compile with gcc 2.95. 2005-07-17 22:53:06 +00:00
rillig
3fe1d2b5c8 Completed the last change. It could have failed if NONBINMODE was 444. 2005-07-17 21:57:52 +00:00
rillig
618c571990 Changed the way the host.def file is updated. When doing unprivileged
builds, this file may have mode 0444 and was unwritable.
2005-07-17 21:47:00 +00:00
kristerw
49317465c6 Fix C99-isms. 2005-07-17 17:39:57 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
fc14fe0bf4 Use ${f} instead of $f, for pkglint. 2005-07-13 13:11:57 +00:00
wiz
21ae07902a DragonFlyBSD support, from Joerg Sonnenberger. 2005-07-13 13:10:27 +00:00
markd
98ce28ac69 Patch .po header so that it works with the old version of msgfmt in
NetBSD.
2005-07-12 12:09:14 +00:00
wiz
f03834a84e Make comment in de.po UTF-8 (like the rest of the file).
Fixes a problem with gettext reported by Joerg Sonnenberger in private mail.
2005-07-12 09:43:06 +00:00
grant
57f0ab7840 check variable is defined before testing its value. 2005-07-09 04:36:42 +00:00
grant
cbc8f8813d check variable is defined before testing its value. fixes malformed
conditional problem noted by Jake Maciejewski on tech-pkg@
2005-07-09 03:14:36 +00:00
markd
bc916bc70b Fix gnome-pty-helper handling of NetBSD's utmpx.
When writing logout records NetBSD requires the ut_name field to be
filled in when calling pututxline() (otherwise utmp_update refuses to
write it) but nulled when writing to wtmpx.

Problem seen by gnome-terminal leaving stale utmpx entries on exit.
Bump PKGREVISION.
2005-07-07 13:30:07 +00:00
drochner
f9531aa249 update to 2.10.2
changes: minor fixes and translation updates
2005-07-06 18:01:37 +00:00
reed
dbeae63f53 Depend on newer versions of GConf2, py-ORBit, gnome-vfs2,
and py-gtk2 than the corresponding buildlink3.mk require.

No PKGREVISION bump since this package would fail to configure
in the first place.
2005-07-06 07:04:57 +00:00
reed
6fed51cbdb Remove errant plus sign at beginning of line. 2005-07-01 16:14:31 +00:00
reed
9f32a67ced Bump PKGREVISION for the Darwin fix. 2005-07-01 04:24:12 +00:00
reed
7962aa7c12 Forgot this in previous commit.
Split out shared parts of PyQt packages to Makefile.common.
I did this so I could get Darwin support which requires a
Mac-specific source.

Also capitalize Qt3 in COMMENT.

I tested a few packages using PyQt running on Mac OS X over remote X11
and it still worked (even though no X11 support, but I guess the Qt3's
X11 works for this).
2005-07-01 01:35:10 +00:00
reed
1339dd10c3 Add support for Darwin. When on Darwin use different source distfile.
Split out parts of Makefile. Now use new
../../x11/py-qt3-base/Makefile.common.

Improve COMMENT to better describe this package.

Improve DESCR to better describe this package.

(PyQt is a set of Python bindings for the Qt toolkit.  The
py-qt3-qscintilla package provides the bindings for QScintilla,
the port to Qt of the Scintilla programmer's editor class.)
2005-07-01 01:30:21 +00:00
reed
f79176322f Add support for Darwin.
And add support for Solaris. Sorry I commit both at same time.
I forgot to commit this earlier.
2005-07-01 01:27:09 +00:00
reed
75173a08dc Add support for Darwin. Use "PyQt-mac-gpl" source instead when on Darwin.
Use new ../../x11/py-qt3-base/Makefile.common. So split out some
of the parts of the Makefile.

Improve the COMMENT (especially so it will be different from other
PyQT package).

Improve the DESCRiption to really describe this package.
2005-07-01 01:25:49 +00:00
reed
cc86acdeca Lots of little changes to package. Not an upgrade though.
Split this up into a Makefile.common to be used by other packages.

For Darwin, use a different DISTFILE as told by the py-kde list.

Improve DESCR. (The same DESCRiption was used by multiple packages.)
2005-07-01 01:20:28 +00:00
reed
391d363041 If Darwin, then use real RANLIB.
No change for other platforms, as QMAKE_RANLIB is set to "true".

And if Darwin and /usr/lib/libresolv.dylib exists, then use -lresolv.
2005-07-01 01:10:06 +00:00
adam
197667c3ad Changes 0.94.4:
* Fixes some critical build system bugs w.r.t. 0.94.2
Changes 0.94.2:
* Lots of improvements, most importantly better XmRenderTable support
2005-06-30 15:42:49 +00:00
adam
8b771d86bf Changes 0.11.55:
* Added "Require Source Selection" (and Destination ditto) flag
  in the "Before&After" options for external command rows. This
  prevents commands from running if there is no selection, which
  is handy to avoid making programs read from stdin. Added after
  issue report by C. H. Block.
* Brought Copyright in About window and man page into 2005. :)
* Added (commented-out) sample row in gentoogtkrc.in to show how
  to set color of non-used pane rows (not reachable by gentoo's
  File Style system).
* Fixed broken g_snprintf() formatting specifier in the overwrite
  dialog that caused it to crash on Solaris. Reported (possibly
  among others) by N. Antic.
* Added option to let window manager position dialogs. Suggested
  by "Martinko". This is the new default behavior, too.
* Added a SelectShell command, that makes select/unselect/toggle
  decisions based on running shell commands. Suggested by me. :)
  See docs/scratch/command_args.txt, or use the GUI. Modified the
  default button layout to put SelectRE/SelectShell together.
2005-06-30 15:28:45 +00:00
adam
51f5865747 Changes 1.2.0:
* Added the -grs_longitude option, to specify the longitude of
  Jupiter's Great Red Spot, in System II coordinates.  This assumes
  the Jupiter image has the center of the Great Red Spot at pixel 0
  (at the left side of the image) in order to draw it at the right
  position.
* Added the Icosagnomonic projection, contributed by Ian Turner.
* Fixed a bug where output filenames had an extra digit in some cases.
* Added the bump_map and bump_scale options in the configuration file.
* Added the -glare option to set the size of the sun's glare.
* An image map may be specified for the sun in the configuration
  file now.  A shade value is now required for the sun (should be
  100, otherwise the sun will have a night side!)
* Added the -arc_spacing option to set the default angular
  distance between great arc points.  It used to be 0.1 degree, so
  arcs smaller than this wouldn't get drawn.
* Fixed a bug where markers were not aligned properly when using
  align = "above" or "below".
* Added warnings if options are specified in the [default] section
  of the configuration file that probably shouldn't be there.
2005-06-30 15:06:24 +00:00
minskim
3ec978d98a setpgrp(pid_t, pid_t) is not available on Darwin-8.x. Use setpgid instead. 2005-06-30 05:05:37 +00:00
jmmv
aa162e1edd Update to 2.10.2:
Panel

	* Fix crash when the "locked" gconf key is unset (Mark)
	* Fix bad interactions between the panel and the recent menus (Mark)
	* Fix crasher with recent items menu (Mark)
	* Fix "dialogs pop up under panel dialogs" issue by making each panel
	  be in its own window group and the dialogs part of the default group.
	  (Mark)
	* Help links update (Kjartan Maraas, Sébastien Bacher)
	* Code cleanup (Kjartan Maraas)
	* Plug leaks (Kjartan Maraas)
	* Fix bad interaction between the panel and the window manager (Mark)

  Translators

	* Vladimir Petkov (bg)
	* Priit Laes (et)
	* Roozbeh Pournader (fa)
	* Christophe Merlet (RedFox) (fr)
	* Ignacio Casal Quinteiro (gl)
	* Ankit Patel (gu)
	* Yuval Tanny (he)
	* Rajesh Ranjan (hi)
	* Lilit Azizbekyan (hy)
	* Takeshi AIHANA (ja)
	* Clytie Siddall (vi)
	* Canonical Ltd (xh)
	* Woodman Tuen (zh_TW)
2005-06-29 09:30:55 +00:00
jmmv
b06aa0f739 Register the rc.d script into the PLIST, which is not done automatically
any more.  Bump PKGREVISION to 1.  Pointed out by reed@.
2005-06-29 08:51:08 +00:00
wiz
b6bc732bf8 Update to 4.22:
Changes since 4.21:   * Fixed a bug in the new mouse-motion code that caused
                        the screen to never blank on multi-head non-Xinerama
                        systems.  Oops.
                      * New hacks, `interaggregate', `antmaze', `tangram',
                        and `crackberg'.
                      * Minor tweaks to `fiberlamp', `ifs', `slidescreen',
                        `zoom', `sonar', `fireworkx', `whirlwindwarp',
                        `bubble3d', and `rd-bomb'.
                      * Added motion blur to `blinkbox'.
                      * `bsod' now includes Longhorn's "RSOD", and OS/2.
                      * Fixed `-wireframe' usage in most hacks and man pages.
2005-06-28 10:03:14 +00:00
minskim
049133684f Use socklen_t, instead of int, as QT_SOCKLEN_T on Darwin>=8.0. 2005-06-27 19:13:32 +00:00
wiz
486cf4cf3b Add DragonFly support (untested). Provided by Jörg Sonnenberger
in PR 30258.

While here, clean up pkglint warnings.
2005-06-27 14:08:15 +00:00
markd
40afe517ef comment out dirrm of shared directories. 2005-06-26 23:48:58 +00:00
markd
8b7fc3b436 Add some more shared directories.
Bump PKGREVISION.
2005-06-26 23:46:11 +00:00
jmmv
8a60b1cfc9 Update to 2.6.8:
* GtkFileChooser
 - Don't select first row in SELECT_FOLDER mode [Christian Neumair]
 - Improve autocompletion behaviour; fix CREATE_FOLDER mode [Federico
   Mena Quintero]
 - Don't stat children of /afs or /net network directories [Federico]
 - Fix set_current_name() and unselect_all() in the light of asynchronous
   selections [Federico]
 - GtkFileChooserButton fixes [David A. Knight]
 - Miscellaneous fixes [Federico, Sven Neumann, Kjartan Maraas]
* GtkIconView
 - Many fixes for scrolling and selection handling [Mathias Hasselmann]
* GtkTreeView
 - Fix insensitive appearance [Billy Biggs, Matthias Clasen]
* GtkEntry
 - Don't blink the cursor if the entry is not editable [Nikos Kouremenos]
* GtkTextView
 - Optimize cursor blinking [Michael Natterer]
 - Don't blink the cursor if the entry is not editable [Nikos]
* GtkAlignment
 - Flip padding in RTL mode [Maciej Katafiasz]
* Fix a bug in focus tracking that lead to problems between some
  window managers and GTK+ applications. [Owen Taylor, Billy Biggs,
  Niko Tyni]
* gtk-demo
 - Add demos for 2.6 features [Matthias]
* Win32 changes
 - Initialize gettext before use [Robert Ögren, Daniel Atallah,
   Kevin Stange]
 - Fix DND on multi-monitor systems [Tor Lillqvist]
 - Improve handling of special and dead keys [Tor, Ivan Wong Yat Cheung]
 - Improve rendering of insensitive icons [Tim Evans]
 - Support RGBA cursors [Tim]
 - Bug fixes [Ivan, Hans Breuer, Tor, Daniel]
* Other bug fixes [Federico, Sven Neumann, Nguyen Thai Ngoc Duy,
  Philip Langdale, Stephen Kennedy, Michael, Pattrick Fimml,
  Felix Riemann, David A. Knight, Hazael Maldonado Torres,
  Mikael Hallendal, Ian Wienand, Tommi Komulainen, Ismael Juma,
  Leonard Michlmayr, Matthias, Gary Kramlich, Peter Wainwright,
  Dom Lachowicz, Kjartan Maraas, Victor Osadci, Olaf Vitters,
  Morten Welinder, Alexander Hunziker, Elijah Newren, Frederic
  Crozat, Joerg Sonnenberger, John Ehresman]
* Documentation improvements [Matthias, Masao Mutoh, Maciej,
  Richard Hult, Ghorban M. Tavakoly]
* New and updated translations (cs,cy,da,de,en_GB,et,eu,fr,gu,hu,id,
  nn,ru,sv,th,xh,zh_CN)
2005-06-26 19:43:54 +00:00
jmmv
72b0af2290 Update to 2.8.0.0:
Interface Changes:

- Now gdm, gdm-binary, gdmsetup are installed to /sbin and
  gdmchooser, gdmgreeter, gdmlogin are installed to /libexec.
  This better conforms to UNIX recommend installation locations.
  The gdmconfig and gdmXnest symlinks have been removed since
  they were redundant.  Distributions will need to modify the
  way GDM programs are launched to reflect these changes.
  (Brian Cameron)

- gdm.conf and GdmSetup now use the DefaultWelcome and
  DefaultRemoteWelcome keys to specify if the default message should
  be used.  Now the Welcome and RemoteWelcome keys are empty
  by default.  This is to avoid putting strings that are translated
  in the gdm.conf file.  Users that want to use a non-default
  welcome string will need to ensure that DefaultWelcome and/or
  DefaultRemoteWelcome are set to false.  (Brian Cameron)

- Now users to be included in the face browser need to be
  identified using the gdm.conf "Include" configure option or the
  "Face Browser" tab in gdmsetup.  Previously, GDM parsed the
  system's password file for a complete list of users and excluded
  userid's listed in the gdm.conf "Exclude" configure option.
  This behavior did not work well on systems that use NIS for
  storing passwords.  This previous behavior may be turned back
  on by setting the gdm.conf "IncludeAll" configure option to
  "true".  (Brian Cameron)

- xevie Xserver extension is now turned on by default on Linux for
  better a11y support.

- /bin/ksh is used in the GDM2 Xsession script on Solaris.  Since
  this script sources the user's $HOME/.profile, ksh works better
  if the profile has bash/ksh style syntax.  (Brian Cameron)

Other Changes:

- Fix so GDM works better on BSD and MacOS.  Upon getting EOF on
  socket/pipe/etc. G_IO_IN is always set and G_IO_HUP may not be
  set.  Therefore, if a length <= 0 is returned from read(), the
  socket is closed.   This prevents gdm2 from causing high CPU-load
  after logout.  (Joe Marcus Clarke)

- Now support "session migration" using DMX.  Refer to docs.
  (Mark McLoughlin)

- Now support "Dynamic Xservers".  Refer to docs.  (Bob Terek)

- The background colors used in gdmgreeter's Face Browser in can now
  be themed using the <color iconcolor="" "labelcolor=""> syntax.
  The Face Browser now shrinks so it is the same size as the treeview
  so extra white space isn't shown.  (Brian Cameron)

- To better conform to the Usability Guide, gdmlogin and gdmgreeter
  now supports an "OK" button which functions the same as hitting
  <Return> and a Cancel button which allows the user to go back to
  the "Username" prompt without having to enter an invalid password.
  (Brian Cameron)

- The Face Browser usability has been improved.  Now the user can
  select a different face without having to enter an invalid
  password.  Single-clicking on the face takes the user to Password
  entry.  The cancel button can be used to get back to "Username"
  entry.  (Brian Cameron)

- GDM now ships with a collection of default faces installed to
  datadir/pixmaps/faces.  (Jaap A. Haitsma)

- Support for ratio scaling of SVG images.  (Vincent Untz)

- Better left-handed support.  Now right and left mouse buttons can
  be used in all GDM windows/dialogs/etc.  (Brian Cameron)

- Now can use XDMCP from Xnest session.  (Leena Gunda)

- Now login success/failure sounds can be selected in gdm.conf or
  in the Accessibility tab of gdmsetup.  (Andrew Case,
  Mark McLoughlin)

- Now "random theme" can be selected in the gdm.conf file or
  gdmsetup to allow a different theme to be used for each login.
  (Andrew Case)

- Now support background programs that are started after a timedelay
  and can be restarted after a delay.  Useful for running a
  screensaver at login time.  (Laurent Birtz)

- gdmphotosetup has been improved so it now scales the face image
  to GDM's max icon size before saving it.  By default it looks
  in datadir/pixmaps/faces to find face images.  (Brian Cameron)

- <Control>-U may now be used to clear the entry field.  Now <Tab>
  works like <Enter> in the login screen.  (Brian Cameron)

- gdmflexiserver now supports the GET_CONFIG command, so that other
  programs can access the GDM configuration data in a stable fashion.
  This is useful for other programs that might want to know what the
  system suspend/halt/reboot command is or what the max icon size for
  creating gdm2 face images, etc.  (Brian Cameron)

- Flexiserver commands are now sent as a single call to
  gdm_connection_write or gdm_connection_printf rather than building
  commands and sending them in pieces.   Fixes bug #158799.
  (Brian Cameron)

- Now gesture listener configuration files specify AT programs by
  full PATH (default EXPANDED_BINDIR).  This can be overridden via
  the --with-at-bindir configure option.  Since AT programs are
  launched as user gdm2, it is more secure to not depend on PATH.
  (Brian Cameron)

- Now use more sensible arguments for starting magnifier.
  (Bill Haneman)

- gdmsetup Now has a separate tab for configuring the Face Browser,
  and for configuring the Xserver.  Now the checkboxes for turning
  on the Face Browser and XDMCP are on the Security tab.  The
  Face Browser and XDMCP tabs are insenitive if they are not
  enabled.  Now users can turn on/off Theme menu choice for gdmlogin
  in the Accessibility tab.  Can turn on/off debug in the Security
  tab.  RemoteWelcome is insensitive if XDMCP is not enabled.
  Better mnemonics.  (Brian Cameron, Andrew Case)

- GDM now no longer uses deprecated widgets.  The new file selection
  widget is used (which no longer core dumps if you click on the
  sidebars).  GtkComboBox and GtkComboBoxEntry are used instead
  of GtkEntry and GtkOptionMenu (Brian Cameron)

- gdmthemetester now uses gdmwhich instead of which, so it works
  better on Solaris.  (Brian Cameron)

- Timed login message is displayed in a separate label on gdmlogin
  which avoids problems caused because different things were trying
  to use the same label for status messages.  Reorganized gdmlogin
  screen so it no longer should resize as it is being used.
  (Brian Cameron)

- The max size of the username/password entry is now set to
  PAM_MAX_RESP_SIZE to allow long username/password entry.  If
  PAM is not set, it is defaulted to 256.  (Brian Cameron,
  Ali Akcaagac)

- Now dialogs that ask the user if they want to change their default
  language/session have a Cancel button so the user can return to
  the login screen.  (Brian Cameron)

- Theme save remembers where the last theme was installed and opens
  to that location.  Also fixed bug which was causing *.tar theme
  files to not install properly.  (Brian Cameron)

- No longer rely on Xserver physical screen geometry which sometimes
  causes text to be too big or too small.  Now use gdk/pango functions
  to get root window resources.  (Ray Strode)

- Better sorting of session names in the Session menu.  (Ray Strode)

- Remove gdm_debug from signal handlers since they aren't safe in
  signal handlers (Mark McLoughlin)

- Many strings, docs, README's have been improved.  Better wording,
  better grammar.  (Brian Cameron, Seb Wills, Adam Weinberger, Abel
  Cheung, Kjartan Maraas, Danilo \305\240egan, Nicholas Skehin)

- Many translation improvements.  Entries in the language list
  now show their encoding so you no longer see what appear to be
  identical entries in the language list.  (Nikos Charonitakis,
  Theppitak Karoonboonyanan, Priit Laes, David Lodge, Jordi Mallach,
  Kjartan Maraas, Gareth Owen, Ahmad Riza H Nst, Kostas Papadimas,
  Francisco Javier F. Serrador, Danilo \305\240egan,
  Alexander Shopov, \303\205smund Skj\303\246veland,
  Clytie Siddall, Miloslav Trmac, Tommi Vainikainen, Funda Wang,
  Adam Weinberger)

- gi18n.h is used instead of libgnome header files.
  (Christian - Manny Calavera - Neumair)

- Some cleanup (Brian Cameron, Mark McLoughlin)
2005-06-26 16:52:14 +00:00
minskim
36f8a08e27 Make configure work when the output of uname -m contains a space. 2005-06-25 00:40:20 +00:00
wiz
cfab2cd7a9 Update to 1.4.0.5:
- the screensaver capplet is no more - we are to use xscreensaver-demo
- a new default-applications capplet is replacing the old
gnome-editor-properties capplet. This also lets you do some new things
wrt changing the users preferred webbrowser etc.
2005-06-24 21:26:24 +00:00
jlam
8a3ddadd73 For XFree86-libs and xorg-libs file existence test, check whether the
file is in ${LOCALBASE} or not.  If it isn't, then assume that the
X11 distribution is built-in.  This fixes the detection of both
XFree86-libs and xorg-libs and causes the proper dependency to be
added to packages that use X11.
2005-06-24 05:21:31 +00:00
martti
66612b1e39 Updated xfce4-notes-plugin to 0.10.0
* bug fixes
2005-06-23 07:27:10 +00:00
jlam
311f01a557 Restore changes in revision 1.34 of qt3-libs/Makefile.common after
the change in revision 1.6 of mk/buildink3/libtool-fix-la, and create
the qmake.conf files at post-configure time.  This causes the libtool
wrapper to be used to create the libtool archives, instead of just
using ${LOCALBASE}/bin/libtool.  Bump the PKGREVISIONs for the packages
that include qt3-libs/Makefile.common as their *.la files are now
different.
2005-06-22 21:14:45 +00:00
grant
4871886bb4 remove CPPFLAGS=-Xc workaround for Solaris/sunpro which is no longer
needed (and now breaks the build).
2005-06-22 00:45:29 +00:00
jlam
2d942aeec0 Back out the previous change and add a comment to qt3-libs/Makefile.common
noting why we did so, and that this will be fixed after pkgsrc-2005Q2
is branched.  Bump the PKGREVISION.
2005-06-21 23:06:07 +00:00
jlam
abdc155ccd Fix variable names to start with "BUILTIN_FILES_" as expected by the
find-files.mk fragment.  This fixes the version number detection for
Mesa, XFree86, and X.org.
2005-06-20 22:13:10 +00:00
dmcmahill
17f64f8251 move the post-patch to pre-configure since it is somewhat configure-like
in nature.  This makes sure we get the correct libtool which fixes a
problem where the installed .la files have references to ${WRKSRC} left
in them.  Fix suggested by Johnny Lam.  Bump PKGREVISION.
2005-06-20 22:03:42 +00:00
wennmach
83088e5d97 Make xworld work with USE_X11=xorg
Patches provided by Antoine Reilles in PR pkg/30376
2005-06-20 10:58:16 +00:00
markd
7ca9c42fae Add BUILD_USES_MSGFMT as packages no longer include pregenerated files. 2005-06-18 21:02:20 +00:00
hira
7937e0d061 Fix path of configuration file. Patch submitted in PR pkg/30540.
Bump PKGREVISION.
2005-06-17 05:49:35 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
kristerw
d36f822ca7 Pthreads are needed to link to these libraries. Add mk/pthread.buildlink3.mk. 2005-06-16 23:49:40 +00:00
kristerw
882838b349 Pthreads are needed to link to these libraries. Add mk/pthread.buildlink3.mk. 2005-06-16 20:21:13 +00:00
hira
0274454b4b Regen for previous commit. 2005-06-16 13:19:17 +00:00
hira
10db67de5d Add missing RCS Id tag to patch-aa. 2005-06-16 13:09:34 +00:00
hira
da64682a7e Add missing RCS Id tags to patch-a[ef]. 2005-06-16 13:02:57 +00:00
hira
5100faf970 Fix typo ($NeBSD$ -> $NetBSD$). 2005-06-16 10:47:43 +00:00
markd
54890c07ac Fix a crash in the kicker - patch from KDE svn.
OK'ed during freeze by jlam and wiz.
Bump PKGREVISION.
2005-06-16 01:11:04 +00:00
jlam
c61849db73 Create directory before using it. 2005-06-15 15:26:59 +00:00
jmmv
95568b34ed Follow jlam@'s suggestion: as no X distribution provides an xextensions.pc
file, do not bother to check if it exists; doing this means we will always
choose the pkgsrc version.  Instead, create a fake .pc file inside the
buildlink directory.
2005-06-15 09:41:02 +00:00
hira
2acca2c019 Use PKG_SYSCONFDIR framework. Bump PKGREVISION. 2005-06-15 09:00:15 +00:00
jlam
8a6826e1f7 My survey of packages was not quite complete enough. There are at
least two packages that still use <FL/*.h> files, so modify fltk to
*always* create the links on all platforms.  This unfortunately doesn't
allow installing this package on a case-insensitive filesystem.  Bump
PKGREVISION to 3.
2005-06-15 02:24:40 +00:00
jlam
1f0b1ace0f fltk headers are in ${PREFIX}/include/FL. 2005-06-15 01:40:33 +00:00
jlam
ebff9ab544 Don't create the mass of symlinks for the headers as they're not used
by FLTK packages.  Packages know to use <FL/*.H> for fltk>=1.1, which
we already require via BUILDLINK_DEPENDS.fltk.  This fixes the build
on Darwin where the symlinks were, by default, not created and which
subsequently broke the PLIST.  Bump the PKGREVISION to 2.
2005-06-14 22:42:49 +00:00
minskim
7fa28f3c06 Let x11/labltk use bdb if native ndbm is not available. 2005-06-14 21:00:41 +00:00
kristerw
a0030e8b35 Include "../../mk/pthread.buildlink3.mk". 2005-06-14 11:22:16 +00:00
hira
6bd0d95077 Bump PKGREVISION for last change (use PKG_SYSCONFDIR framework). 2005-06-14 02:28:08 +00:00
jlam
ef34473be4 Rename the INSTALL script template to INSTALL.openwin so avoid triggering
the special handling in bsd.pkg.mk if ${PKGDIR}/INSTALL exists.  This
fixes PR pkg/30502.
2005-06-12 05:06:11 +00:00
wiz
2138f7d7dd Fix automake m4 macro quoting. Closes PR 30501.
Bump PKGREVISION.
2005-06-11 17:17:56 +00:00
hira
1e0f391428 Use PKG_SYSCONFDIR framework. Reviewed by wiz@. 2005-06-11 15:00:04 +00:00
jmmv
61b5f5af04 Revision 1.2 of this file added a check for the presence of xextensions.pc
to decide whether the builtin version was enough or not.  This check was
removed in 1.3 during the conversion to the new builtin structure, hence
breaking, at least, compositeext (on which many other packages depend).
Given this, readd the check.
2005-06-11 08:49:33 +00:00
jlam
723ae9fc44 Unsurprisingly, xcursorgen needs to depend on xcursor. Remove the
outdated check for the presence of xcursor and fix the png link options.
Bump the PKGREVISION to 2.
2005-06-10 22:47:36 +00:00
jlam
071a949de4 Xrender/buildlink3.mk implies x11.buildlink3.mk. 2005-06-09 02:38:43 +00:00
hubertf
f431e37bc0 Update xlockmore to 5.18. Changes:
toneclock coredump fix for 5.17 version thanks to Jouk Jansen.
  Invalid mode added.  :)  lock the screen if an invalid mode is specified
    "xlock -mode tom" like "xlock -modelist bug,tom"
  errno fix in passwd.c for DragonFly thanks to Joerg Sonnenberger
    <joerg AT britannica.bec.de>.
  PAM fixes for when 1. TTY is not set to DISPLAY xlock can fail, 2. Tidy
    fixes for PAM_BAIL.  Thanks to George D M Ross <gdmr AT inf.ed.ac.uk>.
  Notes from Marcelo Vianna <mfvianna AT centroin.com.br> on morph3d added
    as comments to morph3d.c.
2005-06-07 23:35:15 +00:00
markd
6f0800d103 Depend on latest doxygen and fix the PLIST. Bump PKGREVISION. 2005-06-07 14:24:30 +00:00
xtraeme
8077eb5ddd Apply patches from Joerg Sonnerberger to fix some misc problems, like
imake problems with audio/nas and the mouse issues seen on
DragonFlyBSD, this closes PR pkg/30418.
2005-06-07 02:43:26 +00:00
jlam
17482d3d5f randrext doesn't require X11 to build, but Xrandr does, so move the
inclusion of x11.buildlink3.mk from randrext into Xrandr.
2005-06-06 19:27:57 +00:00
jlam
6d3ef740cb render doesn't require X11 to build, but Xrender does, so move the
inclusion of x11.buildlink3.mk from render into Xrender.
2005-06-06 19:08:56 +00:00
hira
7704e07f35 Backout part of previous commit (because CONF_FILES handling is
wrong).  Pointed out by wiz@.
2005-06-06 17:25:57 +00:00
hira
bf9d56b67c - Use PKG_SYSCONFDIR framework.
- Use ${PKGLOCALEDIR}/locale instead of share/locale.
2005-06-06 16:13:51 +00:00
minskim
af85c68888 unexec -> @unexec 2005-06-06 13:21:17 +00:00
markd
64a3ee923a This is KDE3 not XDG (fix pasto). 2005-06-04 23:45:50 +00:00
wiz
63a6c2ae2d Update to 202, provided by Jeroen Ruigrok van der Werven in private mail.
Add some options to the package.

Changes:

    * add extended shift- and control-modifier cursor keys to "xterm+pcfkeys"
      terminfo entry to correspond to ncurses 20050430 patch.
    * fix a rare case where text would be written with the wrong colors because
      output of scrolled text would reset the colors and the new text would be
      written with the same colors
    * add environment variables $XTERM_SHELL and $XTERM_VERSION
    * corrected workaround for background color of menubar, which gave a
      too-broad expression, coloring the background of the VT100 widget unless
      overridden by another resource setting.
    * correct an error in the logic which decides when sched_yield() is run; it
      would occasionally hang when contending with other pseudo-terminal
      applications such as screen
    * improve resource files to show how the menubar and popup menus can be
      colored
    * modify parsing of OSC (and SOS, etc), strings so their contents are not
      interpreted as UTF-8. This allows non-ASCII title strings to be set,
      provided that the window manager complies (report by Thomas Wolff).
    * improved some of the built-in line-drawing glyphs.
    * correct color of "box" character drawn for line-drawing glyph 1 (report
      by Nicolas George).
    * improve behavior when switching to UTF-8 mode after startup so xterm will
      check if the current fonts are already wide (ISO10646-1). If they are not,
      xterm will use the utf8Fonts subresource to load appropriate fonts
    * modify logic for setting title-string so it applies to the current widget
      rather than the vt100 widget.
    * correct computation of width for wide characters with the invisible
      attribute
    * modify interaction between +u8 and locale resource to allow the
      command-line option to override the resource
    * ignore error in the I/O initialization that tries to set the tty to 7-bit
      input for the case where eightBitInput resource is false
    * modify command-processing to accept an optional parameter that tells
      xterm which shell program to use
    * correct logic of ReallocateBufOffsets() which did not copy the content of
      the old screen buffer to the proper location, making a repaint clear
      after switching to wide-character mode
    * implement the remaining pieces to make xterm allocate cells for
      wide-characters when the "UTF-8" menu entry is selected. Also, load the
      UTF-8 font when that menu entry is selected, or the escape sequence for
      UTF-8 mode is received
2005-06-04 17:42:31 +00:00
jlam
08c60ab83d Coalesce the common makefile code in the builtin.mk file that inspect
the X11 distribution using imake into mk/buildlink3/imake-check.mk.
imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check
that generates the required Imakefiles and runs imake.  Remove the
now extraneous builtin-imake.mk files as the builtin.mk files can now
contain the name of the imake symbol to check.
2005-06-03 19:12:49 +00:00
jlam
c85165ac07 Only check for the existence of the first word of ${IMAKE} since it may
contain a command plus arguments.  We use the standard idiom to extract
the first word of a list stored in a make variable:

	VAR_CMD=	${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}

XXX This can be replaced with a more succinct use of variable modifiers
XXX when we update the bootstrap bmake to match the latest NetBSD make
XXX sources, i.e.:
XXX
XXX	VAR_CMD=	${VAR:[1]}
2005-06-03 17:02:36 +00:00
jlam
88aeda0672 Don't require a read-write pkgsrc tree when invoking imake. We avoid
this requirement by using TMPDIR as the read-write location demanded
by using imake.
2005-06-03 16:03:09 +00:00
wiz
164a37bc79 Package only supports Xaw3d, so use its bl3.mk file instead
of the general Xaw framework.
2005-06-02 19:33:47 +00:00
wiz
dbd3bcb3db Bump PKGREVISION after PLIST fix (hi drochner!)
Noted by salo@.
2005-06-01 21:00:26 +00:00
wiz
8a85f9160d Break line earlier. 2005-06-01 19:51:08 +00:00
wiz
5bb62fbc8b Convert to options framework. 2005-06-01 19:50:26 +00:00
wiz
fa0c346c70 Convert to unidiff format. 2005-06-01 19:48:32 +00:00
wiz
8f0d5afd9b Convert to options framework. 2005-06-01 19:44:07 +00:00
wiz
f711882487 Remove obsolete variables from BUILD_DEFS. 2005-06-01 19:41:14 +00:00
wiz
997d60474f Convert to options framework.
Fix a pasto in a comment while here.
2005-06-01 19:39:36 +00:00
wiz
dc06407ebd Convert to options framework. 2005-06-01 19:30:29 +00:00
wiz
abcd3ddd46 Convert to options framework. 2005-06-01 19:21:57 +00:00
jlam
7debfabe11 Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake. 2005-06-01 18:33:02 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
wiz
0287c770f5 Remove controlcenter (replaced by control-center). 2005-05-31 22:13:09 +00:00
wiz
99b2cebebc Use x11/control-center (instead of x11/controlcenter). 2005-05-31 22:12:18 +00:00
wiz
691c4d0752 Re-import control-center under its proper PKGNAME. 2005-05-31 22:09:35 +00:00
wiz
517fff6df3 Use INSTALL_DATA_DIR instead of MKDIR. 2005-05-31 22:08:17 +00:00
wiz
e301595b2f Sort. 2005-05-31 22:07:37 +00:00
drochner
04103146db sync with reality 2005-05-31 15:56:18 +00:00
markd
256f577143 Update to KDE 3.4.1 2005-05-31 15:38:23 +00:00
markd
c41e7237c8 Update to KDE 3.4.1. 2005-05-31 14:27:55 +00:00
markd
e8747d8018 Update to KDE 3.4.1
Changes:
* Konsole: Allow xterm resize ESC code to work
* Konsole: Fix incorrect schema in detached sessions.
* Konsole: Fix compile errors on amd64 with gcc4
* Konsole: Expand ~ in sessions' Exec=
* Konsole: Fix "Monitor for Activity" and "Monitor for Silence" icons
  are the same.
* kinfocenter: Fix OpenGL graphics card detection
* kicker: Fixed K menu entries sort logic
* kicker: Hide sort buttons in systemtray configuration
* kcmbackground: Fix SVG files unavailable in slide show selector
* kcmfonts: Tooltips under font preview text areas with '&'
* kcontrol: "Clear History" button crashes KControl's "History Sidebar"
  module
* kdesktop: Fix SVG images don't have 'set as wallpaper' entry in
  context menu when dragged to desktop
* kdesktop: Don't execute command immediately when selecting a recent
  command from the "Run Command" dialog
* konqueror: Enable "Move To Trash" inside media:/
* konqueror: If Shift is pressed when menu opens show 'Delete' instead
  of 'Trash'
* konqueror: Fix address bar encryption color stays when using
  back/forward
* konqueror: Added hidden option to not show archives as folder in
  sidebar
* konqueror: Make list view obey preview settings in tooltips
* konqueror: Allow standard tooltips for truncated items in
  non-executable columns
* konqueror: Fix for wrong favicon being shown while typing a URL
* konqueror: Fix for losing meta data in Info List View when adding
  a file
* konqueror: Allow sidebar history to be disabled
* konqueror: Reload plugins after enabling/disabling them so that no
  restart is necessary, and show plugins for the active part, instead
  of always khtml.
* kthememanager: Don't scale up preview
* khelpcenter: Added KDE artwork to index pages
* kio-fish: Fixed mimetype determination over fish: URLs, so that e.g.
  KOffice documents can be opened
* kio-tar: Fix for extracting large files from tar and zip archives
* kio-trash: Fix trashing from USB keys
* kio-trash: Don't mount all automounted directories when starting
  kio_trash to save time
2005-05-31 14:21:23 +00:00
markd
4abfe5710a Update to KDE 3.4.1
Changes:
* kdecore: Fix in command-line argument handler for clicking on mailto
  urls while kontact was started with arguments
* kdecore: Fix the support for Dante proxies
* kdecore: Fix the "random resolver failure" problem
* kdecore: Fix the support for the IPv6 Blacklist in ioslaves
* kdeui: Fix "Change Icon" in the toolbar editor
* khtml: Fix submitted position for scrolled imagemaps
* khtml: Load external CSS style-sheet with correct charset
* khtml: Apply CSS padding to tables
* khtml: Improve PRE parsing
* khtml: Fix links with WBR tags
* khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict
* khtml: Fix document.all.item
* khtml: Return meaningful HTMLTableCellElement::cellIndex() values
* khtml: Unbreak setting of location.href on windows opened by
  windows.open()
* khtml: Various crash fixes
* khtml: Fixed infinite loop due to onChange from textareas
* khtml: Fix crash in window.setTimeout when Javascript is disabled
* khtml: Fix server-side-push handler to accept bugzilla sending
  "text/html; charset=utf-8" as Content-Type
* khtml: Fix for MMB-pasting onto an empty konqueror window
* kjs: Allow non-ascii letters in identifiers
* kjs: More flexible date string parsing
* kjs: Fixes in escape() and unescape() functions
* kjs: Fixes in RegExp constructor
* kssl: store SSL passwords in the KDE wallet and reuse as needed
* kio: KZip: Fixed double-deletion bug when trying to write to a
  non-writable directory.
* kio: Fix for print:/manager not embedding the right part in Konqueror
* kio: Use correct window icon in Konqueror when showing trash:/
* kfile: Don't show edit dialog when drop-adding items to sidebar
* kfile: If Shift is pressed when menu opens show 'Delete' instead of
  'Trash'
* kio-http: Prevent endless busy loop
* kio-http: Massive speed improvement for deleting Webdav folders
* kio-ftp: Try non-passive mode if passive mode fails
* kio-ftp: Fix parsing of Netware FTP servers, so that files don't all
  appear with a lock (no permissions)
* kutils: Fixed support for back ref \0 (entire matched text)
2005-05-31 14:13:23 +00:00
dillo
d6bfbe8582 Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
2005-05-31 11:24:32 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
hubertf
840eb7346a Add patch for DragonflyBSD, sent by
Joerg Sonnenberger <joerg@britannica.bec.de> in private mail.

Bump to 5.17nb1.
2005-05-30 23:34:49 +00:00
minskim
982b77c040 Enable pkgviews installation. 2005-05-28 07:09:59 +00:00
minskim
5dee829d60 Add and enable mrxvt. 2005-05-28 06:40:29 +00:00
minskim
57d0ee8b73 Import mrxvt from pkgsrc-wip. Packaged by Tobias Nygren.
Mrxvt (previously named as materm) is a lightweight and powerful
multi-tabbed X terminal emulator based on the popular rxvt and aterm.
It implements many useful features seen in some modern X terminal
emulators, like gnome-terminal and konsole, but keeps to be
lightweight and independent from the GNOME and KDE desktop
environment.
2005-05-28 06:36:53 +00:00
martti
2f214973d3 Bump PKGREVISION for previous 2005-05-27 14:22:07 +00:00
markd
bb2c8d7f60 Don't use "@" in PKGNAME (was the only package that did). 2005-05-26 02:15:58 +00:00
martti
f96321b9d9 Added CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/doc/html to
install the documentation into right place.
2005-05-25 19:47:14 +00:00
wiz
b323a48c24 Remove # after RCS tag to please pkglint. 2005-05-25 11:54:55 +00:00
wiz
0f2bfa521c Remove unused patch. 2005-05-25 11:40:46 +00:00
reed
78ca6514a8 Add patch-aa and patch-ab for DragonFly support.
This is from Joerg Sonnenberger via PR #30256.

(I redid patch-aa and my patch sums were different too.)
2005-05-25 02:55:01 +00:00
xtraeme
952bfda99e Apply patches from Joerg Sonnenberger for DragonFlyBSD and GCC
3.x.x, while I'm here remove redundant DragonFly.cf from xorg-imake/files,
we'll use the same file from xorg-libs.
2005-05-23 19:14:14 +00:00
hubertf
c7f8916d12 x11/xlockmore/cm 2005-05-23 16:29:10 +00:00
hubertf
8d7ae9ff3c Update xlockmore to 5.17. Changes:
toneclock hours are now more random thanks to Jouk Jansen.
  Updates from changes xscreensaver version of Tim Aucklands fiberlamp
    Moving the window will jiggle the lamp (-inwindow only!!)
    Fibers are incrementally sorted to improve rendering.
    Fibers are all erased at once.
2005-05-23 16:28:59 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
e5d77bae83 Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22 22:06:28 +00:00
jlam
163b6e6c2b Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl. 2005-05-22 21:04:41 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
1b65813250 Add and enable hsetroot. 2005-05-22 09:16:57 +00:00
jmmv
d0ed62ed40 Initial import of hsetroot, version 1.0.2:
hsetroot is a tool which allows you to compose wallpapers (root pixmaps)
for X.  It has a lot of options like rendering gradients, solids and images
but it also allows you to perform manipulations on those things or chain
them together.  You could, for example, use one standard background image
together with tint to make it fit your current theme.  It is also compatible
with semi-translucent applications like aterm and xchat.

At the moment, hsetroot can render: gradients (multi-color with variable
distance), solids (rectangles) and images (centered, tiled, fullscreen, or
maximum aspect).  It supports the following manipulations: tinting
(overlaying a color mask), blurring, sharpening, flipping (horizontally,
diagonally, vertically), and also allows you to adjust brightness, contrast
and gamma-level.  At last, it supports alpha-channels during renders.

Package provided by Leonard Schmidt in PR pkg/30304.
2005-05-22 09:16:28 +00:00
augustss
aabedc06a3 Update to wxhaskell 0.9.4.
This release fixes some problems with ghc 6.4.
2005-05-22 08:43:21 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
wiz
52f9baeb88 Update to 0.10:
Devil's Pie "Can't Join Them? Beat Them" 0.10
=============================================

* Re-implement the required private wnck functions, now builds with G2.10
  (Chrispin Flowerday rocks)
* Add min/max hints to the opacity action property
* Display the min/max hints in the generated documentation.


Devil's Pie "Missing Gifts" 0.9
===============================

* Check for libwnck 2.9.92 and pass timestamps if required
* Handle properties containing doubles, so the opacity action works
* Add CONSTRUCT flag to properties (Jean-Yves Lefort)
* Start a private copy of various private wnck functions we need
2005-05-20 20:56:24 +00:00
drochner
cc584079e5 The distfile was changed on the master site, as noted in PR pkg/30280
by Jim Bernard. There are nontrivial differences to the original file.
(looks like a 3.6.4 snapshot)
So just update to 3.6.4.
changes:
-add Proper Motion columns to Data table
-update NAAG also when change horizon offset in Data Setup
-Favorites table now displays full .edb definition of each entry
-allow adding a new Favorite directly from the dialog
-Solver has separate Find Min and Find Max goals
2005-05-20 13:17:11 +00:00
jmmv
401fe05d11 Update to 2.10.1:
Changes:
 - Code cleanup (Kjartan Maraas)
 - Documentation:
    charpick (Shaun McCance)
    cpufreq (Davyd Madeley)
 - Geyes dialog is resizable (Michael Terry)
 - Use GtkAboutDialog, not GnomeAbout in Gswitchit (Pedro Villavicencio Garrido)
 - Remove spurious free() in GTik (Kjartan Maraas)
 - Backport GWeather XML parser from HEAD, significantly less broken, leaks less   (no) memory, does not kill domokuns (Ryan Lortie)
 - Backported mixer fixes from HEAD (Ronald Bultje)

Translations:
 - sr (Danilo Šegan)
 - nl (Vincent van Adrighem)
 - en_CA (Adam Weinberger)
 - ca (Josep Puigdemont)
 - gu (Ankit Patel)
 - id (Ahmad Riza H Nst)
 - uk (Maxim Dziumanenko)
 - it (Alessio Frusciante)
 - hu (Gabor Kelemen)
 - es (Francisco Javier Fernandez)
 - rw (Steve Murphy)
 - bg (Vladimir Petkov)
 - ne (Pawan Chitrakar)
 - sv (Christian Rose)
 - fa (Roozbeh Pournader)
 - zh_TW (Abel Cheung)
 - de (Hendrik Richter)
2005-05-19 21:11:23 +00:00
jmmv
5cfb6048b0 Update to 0.10.6:
Changes in 0.10.6
=================

Translations:
    * Added Hungarian, Nepali, Kinyarwanda translations.

Speech:
    * An improved reporting of tables.

Changes in 0.10.5
=================

Translations:
    * Updated Canadian English, Dutch, Italiantranslations.

Braille:
    * Change range from serial port (now 0-3) and add port "none".
    * set the default device to BRLTTY.

Magnifier:
    * Do not report any event if mouse is moving.

Speech:
    * Corrrect some bug present when a new voice is added, modified or deleted.
      Also check if the name contains invalid characters for gconf.
    * A better presentation for radio buttons.
2005-05-19 21:09:43 +00:00
drochner
68c9b66816 update to 0.8.1
changes:
-Remove Industrial engine as it is in gtk-engines now
* Remove Smooth engine as it is in gnome-themes now
-fixes
added russian translation
cvs: ----------------------------------------------------------------------
2005-05-19 16:25:37 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
drochner
b02083f0c9 update to 2.10.1
changes: translation updates
2005-05-18 16:24:29 +00:00
drochner
ac6559c930 update to 0.11.13
changes:
- Reduce memory consumption with more that one tab
-fixes
- Updated translations
2005-05-18 16:19:05 +00:00
jmmv
8fda1b3d11 Remove local errno declaration from a source file; it conflicts with
the one in errno.h, at least under DragonFly.  Closes PR pkg/30259 by
Jörg Sonnenberger.
2005-05-18 15:28:04 +00:00
martti
ae80268997 Updated xfce4 to 4.2.2
General:

* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
  ko, mr, pl, ro, vi,
* new french documentation.

gtk-xfce-engine:

* fix various colors issues with ExoIconBar, prelight colors for treeview,
  Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848).

libxfcegui4:

* check ~/.local/share/pixmaps/ as a fallback (#731).

xfcalendar:

* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.

xfce4-mixer:

* fix a bug with ALSA.

xfce4-session:

* fix a crash with the MCS plugin.

xfce-utils:

* taskbar: Add a command option "--monitor=x" to allow specifying which
  monitor to use in Xinerama mode.

xfdesktop:

* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.

xffm:

* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).

xfprint:

* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.

xfwm4:

* fix mouse buttons being left ungrabbed when focus was transfered to
  an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.
2005-05-18 06:10:30 +00:00
reed
0932ec2ef6 On DragonFly use the FreeBSD G++ config for now.
This is from Jörg Sonnenberger in PR pkg/30255.
(Not tested by me.)
2005-05-17 15:34:46 +00:00
jlam
f26e5cd9ac The right way to add flags to the xmkmf command line to via XMKMF_FLAGS. 2005-05-16 18:45:29 +00:00
rh
33bfd4dada Add a buildlink3.mk file 2005-05-16 09:40:20 +00:00
rh
298d21c961 Update gnustep-back to 0.9.6. Changes are minor bugfixes only. 2005-05-16 08:59:57 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
reed
20b9ddc082 Remove two blank lines. 2005-05-13 19:26:47 +00:00
jlam
cd4f3767d3 Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify
transition to new tools framework.
2005-05-13 16:54:12 +00:00
drochner
2ec36f52e2 update to 2.6.2
changes:
- Allow None to be sent in to set_group radio widgets
- guint/gsize as longs
- Check for exceptions in child_watch
- Bug fixes
2005-05-13 11:11:29 +00:00
jlam
0dbd0c0762 Rename MAKE_VARS to MAKEVARS so that it more closely resembles
"MAKEFLAGS".  Both "MAKEVARS" and "MAKEFLAGS" affect the package-level
make process, not the software's own make process.
2005-05-11 22:08:18 +00:00
jlam
4fd08abc6e I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually use
to pass make flags to bmake.
2005-05-11 22:03:52 +00:00
jmmv
b2f47876ae Add and enable clearlooks-metacity. 2005-05-10 20:29:04 +00:00
jmmv
0d606c425c Initial import of clearlooks-metacity, version 0.5.2a:
Clearlooks is new and modern-looking GTK2+ engine, based on Bluecurve.
It has the looks of various themes blended together, resulting in a
theme that's easy on the eyes and visually pleasing.

The difference with pixmap based themes is that it does not sacrifice
a lot of speed.  In fact, it is roughly as fast as Bluecurve.

This package provides the Metacity theme part of Clearlooks.  The GTK2+
theme is included in the gtk2-engines package.
2005-05-10 20:27:54 +00:00
jmmv
f59f3c2ae1 Remove gtk2-engines-clearlooks. The GTK2 part has been merged into
gtk2-engines in version 2.6.3.  The Metacity part will be imported as a
separate package.
2005-05-10 20:26:05 +00:00
jmmv
f055080c33 Update to 2.6.3:
* Added Clearlooks engine and theme [Andrew Johnson, Thomas Wood ]
* Fixed various Crux bugs, and bug 170113 [ Thomas ]
* Memory and other fixes for Smooth engine [ Andrew ]
* Better looking insensitive icons for Industrial [ Michele Cella ]
* Work arounds for GNOME "Places" and "Desktop" menu bar applet item colours in
  Industrial, LighthouseBlue, Mist and ThinIce themes [ Thomas ]

While here, use correct patterns in CONFLICTS.
2005-05-10 20:24:07 +00:00
agc
85963169a6 Don't include $(TK_CC_SEARCH_FLAGS) in the ${LD} link commands, since this
does not work - as evidenced in numerous bulk build results.
2005-05-10 16:17:06 +00:00
jlam
67ca8c8715 Don't assign to PKG_OPTIONS.<pkg> which has special meaning to the
options framework.  Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
2005-05-09 05:14:08 +00:00
jlam
03e9337879 Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that
caches variable definitions that were computed by make.  These variables
are specified by listing them in MAKE_VARS, e.g.,

	.if !defined(FOO)
	FOO!=	very_time_consuming_command
	.endif
	MAKE_VARS+=	FOO

bsd.pkg.mk will include only the one generated during the most recent
phase.  A particular phase's makevars.mk file consists of variable
definitions that are a superset of all of the ones produced in previous
phases of the build.

The caching is useful because bsd.pkg.mk invokes make recursively,
which in the example above has the potential to run the very time-consuming
command each time unless we cause FOO to be defined for the sub-make
processes.  We don't cache via MAKE_FLAGS because MAKE_FLAGS isn't
consistently applied to every invocation of make, and also because
MAKE_FLAGS can overflow the maximum length of a make variable very
quickly if we add many values to it.

One important and desirable property of variables cached via MAKE_VARS
is that they only apply to the current package, and not to any
dependencies whose builds may have been triggered by the current
package.

The makevars.mk files are generated by new targets fetch-vars,
extract-vars, patch-vars, etc., and these targets are built during
the corresponding real-* target to ensure that they are being invoked
with PKG_PHASE set to the proper value.

Also, remove the variables cache file that bsd.wrapper.mk was generating
since the new makevars.mk files provide the same functionality at a
higher level.  Change all WRAPPER_VARS definitions that were used by
the old wrapper-phase cache file into MAKE_VARS definitions.
2005-05-09 05:06:55 +00:00
minskim
c4933146fb Include stdint.h to use uint16_t on Darwin. 2005-05-09 04:29:16 +00:00
jlam
949a7c95f1 PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for the
package because PKG_OPTION.<pkg> could contain negative options, which
are never part of PKG_OPTIONS.  Instead, use the show-var target to
display the value.  We cache it in WRAPPER_VARS and in MAKE_FLAGS to
prevent reinvoking the show-var target recursively.
2005-05-08 12:03:56 +00:00
jmmv
e6f03604aa Use BUILDLINK_LDFLAGS.pthread rather than hardcoding -pthread in build
files for portability.  Closes PR pkg/29190 by Todd Willey.
2005-05-08 09:07:08 +00:00
wiz
8ca242cdfe Revert update to 1.1.8 -- it's a development version, and the API
changes break the only dependency we have in pkgsrc.
Ok'd by xtraeme.
2005-05-06 20:58:08 +00:00
xtraeme
717c93b85d Update to 1.1.8, lots of changes! please review the Changelog file. 2005-05-06 01:24:57 +00:00
reed
14136f6e2f Added xrestop-0.3.
X11 clients' server-side resource usage monitor
2005-05-04 20:08:23 +00:00
reed
7cd112907a Import xrestop (from pkgsrc-wip).
Xrestop uses the X-Resource extension (included with newer X libraries)
to provide 'top' like statistics of each connected X11 clients' server-
side resource usage.
2005-05-04 20:03:40 +00:00
drochner
5d47bf2cf8 +gromit 2005-05-04 16:15:00 +00:00
drochner
272b2789d9 import gromit-20041213, a little tool that lets you scribble
onto the X screen
2005-05-04 16:14:10 +00:00
markd
1671b62fba Previous patch introduced a regression, breaking reading of .rgb images
in most cases.
From http://www.kde.org/info/security/advisory-20050504-1.txt
Bump PKGREVISION.
2005-05-04 13:45:51 +00:00
drochner
e394fb7cd7 add py-gnome2-extras 2005-05-03 13:20:11 +00:00
drochner
a56285a87d add a pkg for py-gnome2-extras-2.10.1, containing the more esoteric
GNOME-Python bindings which were split out of the base py-gnome2
a while ago
(left out mozilla and totem parts for now to limit dependencies, might
be added if needed, perhaps as separate pkgs)
2005-05-03 13:19:19 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
drochner
dfbbb73426 update to 3.14.1
changes: bugfixes
2005-05-02 15:36:53 +00:00
drochner
cbd96e8a7f update to 4.2.1
changes: bugfixes
2005-05-02 15:35:39 +00:00
markd
03ec7a6641 Apply the official KDE patches for CAN-2005-1046.
http://www.kde.org/info/security/advisory-20050421-1.txt
Bump PKGREVISION.
2005-05-01 04:35:39 +00:00
rillig
71d08c9d1e Added three patches that fix the "undeclared snprintf()" errors.
Approved by wiz.
2005-04-29 22:20:45 +00:00
drochner
fa46fe612f remove entry which is a leftover from previous versions appearently,
should fix error seen in bulk build
2005-04-29 15:12:05 +00:00
jlam
cde305aa35 Use :sh instead of != to defer execution of ${PERL} until the configure
phase.  This avoids needing ${PERL} in the top-level make.
2005-04-28 23:42:48 +00:00
jlam
9a8c8d4cae Use :O instead of ${SORT}. 2005-04-28 23:39:35 +00:00
wiz
11884b4eb0 Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053.  No PKGREVISION bump because most people won't
care.
2005-04-27 09:06:39 +00:00
wiz
63bc8e3278 Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053.  No PKGREVISION bump because most people won't
care.
2005-04-27 08:57:00 +00:00
drochner
d6632b8b3a update to 2.10.0
major update, can't list individual changes
most notably: split out gnomeprint, nautilus and ghtml
(will be in py-gnome2-extras, to be added soon)
2005-04-26 21:05:08 +00:00
drochner
b59c5e35c7 update to 2.6.1
that's a major update, too much to list individual changes
2005-04-26 20:28:24 +00:00
drochner
f3af28f59b update to 2.6.0.9
changes:
-bugfix (solaris only appearently)
-translation updates
2005-04-26 20:20:32 +00:00
drochner
826769492c update to 2.10.1
changes: translation updates
2005-04-26 20:07:45 +00:00
drochner
3b9dc5d131 update to 2.10.1
changes:
-bugfixes
-translation updates
2005-04-26 20:05:24 +00:00
drochner
7d9aeb21fd update to 2.10.1
changes:
-Re-start credits in gnome-about when finished
-bugfixes
-new translations
2005-04-26 20:00:06 +00:00
hira
f912018bc4 Sort. 2005-04-25 05:41:50 +00:00
hira
3238aa58d9 Add missing entries to PLIST. Bump PKGREVISION. 2005-04-25 05:10:02 +00:00
hira
320cc0a4dc Fix typo. 2005-04-23 20:19:14 +00:00
wiz
5faf29c525 Convert to bl3. 2005-04-22 12:18:42 +00:00
wiz
3ef9ebe5c9 Install xscreensaver-demo man page with xscreensaver-demo package, not
with xscreeensaver package. Bump PKGREVISION for both.

Patch from Kouichirou Hiratsuka.
2005-04-21 15:01:43 +00:00
kristerw
3735bb972b Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-20 23:50:25 +00:00
wiz
b3431020ef Depend on xdg-dirs-1.2. Since this is pulled in
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION
bump. Adapt comment in PLIST.
2005-04-19 10:59:37 +00:00
wiz
bf28a37c14 Depend on xdg-dirs-1.2, and remove share/desktop-directories from
managed directories. Bump PKGREVISION to 2.
2005-04-19 10:55:25 +00:00
drochner
19c00732d1 Add an explicite check to a QImage construction. There is an inplicite
check, but it is not obvious whether it will catch all cases, in
particular with corrupted TIFF files. Was the last occurence of an
not-explicitely-checked QImage construction, so things are consistent now.
2005-04-18 16:54:00 +00:00
wiz
559a5a8794 adam volunteered to maintain this package. 2005-04-18 13:22:17 +00:00
adam
e6182be75a PLIST correction 2005-04-18 08:46:52 +00:00
reed
3def7a449b Patch was missing path (extras/Xpm/lib) to the files to patch.
Problem noticed by Reid Thompson under DragonFly and reported
to tech-pkg list. I verified also under Linux.
2005-04-16 03:48:47 +00:00
kristerw
ae3e526b25 Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 01:12:41 +00:00
kristerw
2bdbe4a604 Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 00:54:33 +00:00
kristerw
2449385326 Include converters/libiconv/buildlink3.mk to make this pkg build
on NetBSD 1.6.
2005-04-16 00:42:38 +00:00
hira
aebe5711b6 Add PLIST_SUBST for the ioport. 2005-04-15 21:53:38 +00:00
hira
27cf9999b6 - Add PLIST_SUBST for the scanpci.
- Build the scanpci on the NetBSD/macppc.
2005-04-15 21:33:27 +00:00
kristerw
fc7d9b0e97 Prevent warnings during bulk dependency tree creation on Darwin. 2005-04-15 19:06:16 +00:00
hira
c0883e9589 Simplify comparison. 2005-04-15 16:38:07 +00:00
hira
1cf2381005 Don't build the DGA extension on the unsupported architectures.
Unify the PLIST files.
2005-04-15 15:31:14 +00:00
hira
c93d4202c7 Don't build the DGA extension on the unsupported architectures. 2005-04-15 15:26:48 +00:00
wiz
9490c1f6d3 Update to 2.6.7:
Overview of Changes from GTK+ 2.6.6 to GTK+ 2.6.7
=================================================
* Revert two fixes from 2.6.5 which were causing
  problems  [Crispin Flowerday]
* New and updated translations (bg,ja,ko,ca)

Overview of Changes from GTK+ 2.6.5 to GTK+ 2.6.6
=================================================
* Add 16x16 versions for some stock icons [Vincent Noel]
* Bug fixes [Tommi Komulainen, Roman Kagan, Ivan Wong,
  Matthias Clasen, Jakub Jelinek, Arjan van de Ven]
* New and improved translations (pl)

Overview of Changes from GTK+ 2.6.4 to GTK+ 2.6.5
=================================================
* Fix compilation with gcc 4.0 [Matthias Clasen]
* GtkFileChooser
  - Ellipsize the preview label [Jeroen Zwartepoorte]
  - The mime code can now use a mmapped cache [Matthias]
* GtkTreeView
  - Don't pop up the entry context menu if the
    the search entry is not visible  [Billy Biggs]
  - Make enable_search control only typeahead, not
    C-f search  [Sven Neumann]
  - Allow resetting search-column to -1 [Lorenzo Gil Sanchez]
  - Make gtk_tree_view_expand_all work [Tristan Van Berkom,
    Jonathan Blandford]
  - Make double-click to autosize work again [Matthias,
    Jonathan]
* GtkComboBox, GtkComboBoxEntry
  - Make gtk_widget_grab_focus() work [Gustavo Carneiro]
  - gtk_combo_box_get_active_text() now always returns
    the current text.  [Robert Staudinger]
* gdk-pixbuf
  - Use correct update regions when incrementally loading
    BMP and TGA images [Owen Taylor, David Costanzo]
  - Support saving BMPs [Ivan Wong]
  - Bug fixes [Tommi Komulainen, Morten Welinder, David,
    John Ellis]
* Other bug fixes [Christian Persch, Sven Neumann,
  Philip Langdale, Tomislav Jonjic, Thomas Leonard,
  Yury Puzis, Manish Singh, Doug Quale, Ryan Lortie,
  Kjartan Maraas, Morten, Felipe Heidrich, Paolo
  Borelli, Jorn Baayen, Hazael Maldonado Torres,
  Tommi, Stefan Kasal, Billy, Felipe Heidrich,
  Hans-Wolfgang Loidl, Jacob Kroon, Steven Walter]
* Documentation improvements [Johan Dahlin, Matthias,
  Jianfei Wang, Olivier Sessink, Jon-Kare Hellan, Kristof
  Vasant, Billy, Worik Stanton, Ken Siersma, Morten]
* New and improved translations (ca,cs,cy,da,de,en_CA,
  en_GB,es,fi,fr,gu,hu,it,lt,nl,pl,pt,pt_BR,ro,ru,rw,sq,
  sr,sr@Latn,sv,uk,zh_CN,zh_TW)
2005-04-15 13:47:25 +00:00
markd
a75da84edf fixup distinfo for last. 2005-04-15 12:26:00 +00:00
rh
4fd2041f2b s/MKDIR/INSTALL_DATA_DIR/ 2005-04-15 05:16:47 +00:00
rh
03120540d8 Create the Fonts directory before installation. 2005-04-15 05:15:05 +00:00
martti
5e21e5a23d Use @unexec ${RMDIR} to remove share/xfce4/mime and share/xfce4 as
xfce4-icon-theme will also write to these directory (but it does not
depend on libxfce4gui or libxfce4util).
2005-04-15 04:23:20 +00:00
xtraeme
89875b2782 Require at least xorg-libs>=6.8.2nb1 (radeon driver fix) 2005-04-14 21:40:47 +00:00
xtraeme
3f6f1d1c4d Now the radeon driver works correctly, bump PKGREVISION to know
which version is the fixed one.
2005-04-14 21:38:10 +00:00
xtraeme
92999d41a5 * Apply patch from OpenBSD CVS to fix libXpm vulnerability:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0605
* Apply patch from FreeBSD/ports to fix the problem with the radeon
  driver switching from graphics to text mode.

Bump PKGREVISION.
2005-04-14 21:35:51 +00:00
markd
8e54c94016 Add kcm_usb support for NetBSD and add appropriate PLIST entries on
platforms that now support it (NetBSD, FreeBSD and Linux).
Bump PKGREVISION.
2005-04-14 21:01:48 +00:00
markd
06795166ef Remove some patches only required for gcc2 on Solaris and add a couple
that fix build with later gcc's.
2005-04-14 20:53:30 +00:00
tron
c45727a673 Define "BUILD_TARGET" so that "Xcb.ad" really gets built. 2005-04-14 07:33:38 +00:00
tron
d95dbc747c Fix build problem under NetBSD 3.0_BETA caused by broken signal
handler declaration.
2005-04-14 07:28:40 +00:00
dmcmahill
d793fca5f9 One more try at getting this right on solaris. The last patches fixed
things when X is openwin but broke the pkg for XFree86 and probably Xorg.
So conditionalize things on X being openwin for SunArchitecture.
2005-04-14 01:41:27 +00:00
salo
89a7c194d5 Bump BUILDLINK_RECOMMENDED for the latest security fix. 2005-04-13 22:13:53 +00:00
bouyer
24bad52695 qt3 build system makes a difference between MacOS X and Darwin: it will
build with X11 support on Darwin and MacOS X native interface on MacOS X.
But the Free qt3 only includes X11 support, and so the build fails on
MacOS X.
Change the build defines to use the same options on MacOS X and Darwin.
2005-04-13 21:58:05 +00:00
jschauma
6af461a38a patch TCL_SRC_DIR and TK_SRC_DIR into tclConfig.sh and tkConfig.sh correctly 2005-04-13 20:41:03 +00:00
tron
cc094ee651 Set "LIB_RUNTIME_DIR" in "CONFIGURE_ENV" to make sure that
"${PREFIX}/lib/tclConfig.sh" prints a reasonable value for
"{TCL_CC_SEARCH_FLAGS}" to avoid confusing buildlink3.
2005-04-13 17:37:43 +00:00
rillig
c0b6a86866 Marked pthread as required for NetBSD-1.6.2. Fixed some quoting errors.
Approved by jlam.
2005-04-13 16:47:10 +00:00
adam
6bb52df8bc Changes 0.9.5:
* Added support for window alpha on X servers.
   * Add support for old and new freetype libs.
   * Some improvements to the Windows backend.
2005-04-12 16:03:56 +00:00
adam
37227b1c48 Changes 0.9.5:
* Beginnings of CUPS interface were added.
   * Added new control colors and methods from 10.3 version of Cocoa.
   * Added new font methods from 10.3 version of Cocoa.
   * NSApplication -runModalSession behavior changed.
   * You can find the GUI library's version using the Info.plist
2005-04-12 15:54:21 +00:00
tv
7671a5504e Nuke USE_BUILDLINK3 (some files missed in megacommit). 2005-04-12 15:11:18 +00:00
drochner
99489d9bf8 fix buffer overflow by corrupt PCX files, leading to crashes or code
injection, see http://bugs.kde.org/show_bug.cgi?id=102328
bump PKGREVISION
2005-04-12 11:00:03 +00:00
rillig
5263acaf33 Added a bunch of patches needed for gcc-2.95. Approved by jlam. 2005-04-12 00:59:36 +00:00
rillig
9c97b4f76d Added a patch needed for gcc-2.95. Approved by jlam. 2005-04-12 00:51:22 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jschauma
f7f6de3c15 patch tclConfig.sh and tkConfig.sh so that they do not contain references
to the build environment, which of course no longer exists once we
install the file.  Also make sure that variables are set using
double quotes, so that variables inside are expanded.  Ok jwise@.
2005-04-11 02:44:26 +00:00
rillig
44ebbc2675 Added three patches needed for gcc-2.95. Approved by wiz. 2005-04-07 09:33:55 +00:00
xtraeme
fbd7d41a00 WTF since when this package may conflict with XFree86-libs??
this is impossible, because XFree86-libs installs the files into
${X11ROOT_PREFIX}, remove the line.

Bump PKGREVISION.
2005-04-06 15:28:59 +00:00
markd
14be25816f Add dependency on libusb (on platforms that it supports) as configure
will find libusb-config if installed and try to use it, breaking the mouse
settings control center panel, so let it use it. Bump PKGREVISION.
2005-04-06 12:34:23 +00:00
adam
29878cf629 Bring back DARWIN_USE_QUARTZ; fix PR#29886 2005-04-05 10:14:50 +00:00
wiz
f89af948b8 Avoid installing files to /xscreensaver.
Patch from Kouichirou Hiratsuka (thanks!).

If you installed xscreensaver after 4.21, ``rm -r /xscreensaver''.
Sorry.
2005-04-04 09:14:45 +00:00
adam
331609a3b7 Changes 1.1.2:
* Saturn's rings are now drawn properly when using "magnify" in
  the config file.
* Added marker_fontsize as an option in the configuration file.
* Added the Bonne, Gnomonic, Polyconic, and Tangential Spherical
  Cube (TSC) projections.
* Added the -proj_param option.  Note that the -projection option
  cannot be abbreviated to -proj anymore!
* Color cloud maps are now allowed.
* A color may now be specified with -background.
2005-04-01 11:33:36 +00:00
salo
0235784309 Security fix for CAN-2005-0891:
"David Costanzo has reported a vulnerability in GTK+, which can be
 exploited by malicious people to crash certain applications on
 a user's system.

 The vulnerability is caused due to a double free error in the BMP
 loader.  This can be exploited to crash an application linked against
 GTK+ when a specially crafted BMP image is processed."

Bump PKGREVISION.  Patch from Fedora.
2005-04-01 10:51:50 +00:00
hira
d0313d4683 Unify PLIST. OK'd by xtraeme@. 2005-03-30 20:29:19 +00:00
markd
e9fc799430 No virtual consoles on macppc apparently. Ride previous bump. 2005-03-30 13:38:17 +00:00
markd
3a640a8b7f On NetBSD give vt05 as an argument to X in the kdmrc (as used to happen
in 3.3).  Fixes PR pkg/29827.  Bump PKGREVISION.
2005-03-30 12:17:51 +00:00
martti
48e5ce9040 Fix xfce4 build problems
- make libxfce4gui depend on startup-notification
- rebuild the buildlink3.mk files to catch the new dependencies
2005-03-30 07:04:05 +00:00
xtraeme
1502ecb2cd Sync SUBST_CLASSES=thr with meta-pkgs/xorg/Makefile.common, which
supports NetBSD>=1.6M.
2005-03-29 23:32:12 +00:00
wiz
89f3df1d03 Add and enable ggiterm. 2005-03-29 13:59:04 +00:00
wiz
4c0b7662f1 Initial import of ggiterm-0.7.0:
ggiterm is a terminal emulator for the GGI graphics library. It
uses freetype to display internationalized and (depending on the
color depth) antialiased text. It is also backward compatible with
the wide- spread DEC vt100 terminal, but features nifty additions
to the old standard, like colors.
2005-03-29 13:58:21 +00:00
jlam
e8b16d2e6e Remove security/cyrus-sasl and security/cy-login. These packages
tracked the Cyrus SASL 1.5.x releases, which are no longer maintained.
Adjust packages to use security/cyrus-sasl2 instead for SASL support.
This closes PR pkg/28218 and PR pkg/29736.
2005-03-28 09:39:56 +00:00
markd
70076e2240 comment out some dirrm's that MAKE_DIRS now handles properly. 2005-03-27 22:43:09 +00:00
markd
d8ae8acd1e make and remove an empty directory. 2005-03-27 21:54:52 +00:00
wiz
14b064ff15 Remove obsolete configure argument. 2005-03-27 20:42:52 +00:00
wiz
1f2ba12d0f PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). 2005-03-27 15:43:32 +00:00
markd
f4e5b36fe3 On NetBSD 1.6.2 don't try and use utmpx and don't use the found
fontconfig-config (because configure doesn't then look for the pkg-config
entry for the current pkgsrc fontconfig).
2005-03-26 15:30:46 +00:00
wiz
8660400d53 xscreensaver needs Xrandr; add its buildlink3. 2005-03-26 12:29:33 +00:00
markd
bc686180a0 Move creation/deletion of share/kde/apps/remoteview to kdelibs3/dirs.mk 2005-03-26 03:49:03 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
wiz
c89820975c Remove xscreensaver-gnome. 2005-03-24 13:56:22 +00:00
wiz
70368e64ff Update to 4.21:
Changes since 4.20:   * New hack: `fliptext'.
                      * Changed default configure installation directories:
                        /usr/bin/ for xscreensaver, etc.;
                        /usr/libexec/xscreensaver/ for hacks;
                        /usr/share/xscreensaver/config/ for xml files.
                      * All the text-manipulating screen savers can have their
                        text source configured via `xscreensaver-demo' now.
                      * xscreensaver.spec now builds three RPMs:
                        base (no hacks); extras (2d hacks); and gl-extras.
                      * Added `-program' and `-front' option to `gltext'.
                      * Added `-shells' to `molecule'.
                      * Fixed text-alpha glitch in `carousel'.
                      * New `pacman': the ghosts can be killed now.
                      * Fixed a bug in screen-grabbing GL hacks where images
                        would be tiled instead of scaled on machines that
                        can't do large textures.
                      * `webcollage' can hit Flickr now.
                      * New (rewritten) implementation of `ifs'.
                      * The unlock dialog can be made to have a "New Login"
                        button that will run `gdmflexiserver'.  Experimental!
                      * Fixed non-ASCII display bug in `starwars'.
                      * Configure finds a default for imageDirectory.
                      * "xscreensaver-command -lock" now works even if
                        in "screensaver disabled" mode.
                      * If a bad password is typed while CapsLock is on, the
                        unlock dialog says "CapsLock?" instead of "Sorry".
                      * Mouse motion only counts as activity if the mouse moved
                        more than 10 pixels (so the screen won't unblank every
                        time you bump your desk.)
                      * New mode option "random-same": if you have multiple
                        monitors, this will run the *same* randomly chosen
                        hack on each screen, instead of different ones on each.
Changes since 4.19:   * New hacks, `fiberlamp', `boing', `boxfit', and
                        `carousel'.
                      * Rewrote `glslideshow' again: should be faster now.
                      * Sped up loading of images in GL programs.
                      * `starwars' uses texture-mapped fonts now.
                      * New `bsod' modes: tru64, hppa, and nvidia.
                      * Updates to `webcollage', `juggle', `pinion',
                        `fireworkx', `sonar', `extrusion', `substrate', and
                        `pong'.
Changes since 4.18:   * New hacks, `substrate', `intermomentary', `fireworkx',
                        and `pinion'.
                      * New version of `flow'.
                      * Made /proc/interrupts work again on Linux 2.6.
                      * Made `analogtv' not hog the CPU.
                      * Made analogtv-based hacks work properly on PPC/ARM.
                      * Fixed a bad memory leak in `piecewise'.
                      * Minor updates to `sonar', `molecule', `glmatrix',
                        `galaxy', and `webcollage'.
                      * Removed support for GTK 1.x (everyone uses 2.x now.)
2005-03-24 13:55:42 +00:00
adam
28f4ad71a7 Changes 3.08.3:
New features:
- support for ocamlopt -pack under Mac OS X (PR#2634, PR#3320)
- ignore unknown warning options for forward and backward compatibility
- runtime: export caml_compare_unordered (PR#3479)
- camlp4: install argl.* files (PR#3439)
- ocamldoc: add -man-section option
- labltk: add the "solid" relief option (PR#3343)
- compiler: ocamlc -i now prints variance annotations

Bug fixes:
- typing: fix unsoundness in type declaration variance inference.
    Type parameters which are constrained must now have an explicit variant
    annotation, otherwise they are invariant. This is not backward
    compatible, so this might break code which either uses subtyping or
    uses the relaxed value restriction (i.e. was not typable before 3.07)
- typing: erroneous partial match warning for polymorphic variants (PR#3424)
- runtime: handle the case of an empty command line (PR#3409, PR#3444)
- stdlib: make Sys.executable_name an absolute path in native code (PR#3303)
- runtime: fix memory leak in finalise.c
- runtime: auto-trigger compaction even if gc is called manually (PR#3392)
- stdlib: fix segfault in Obj.dup on zero-sized values (PR#3406)
- camlp4: correct parsing of the $ identifier (PR#3310, PR#3469)
- windows (MS tools): use link /lib instead of lib (PR#3333)
- windows (MS tools): change default install destination
- autoconf: better checking of SSE2 instructions (PR#3329, PR#3330)
- graphics: make close_graph close the X display as well as the window (PR#3312)
- num: fix big_int_of_string (empty string) (PR#3483)
- num: fix big bug on 64-bit architecture (PR#3299)
- str: better documentation of string_match and string_partial_match (PR#3395)
- unix: fix file descriptor leak in Unix.accept (PR#3423)
- unix: miscellaneous clean-ups
- unix: fix documentation of Unix.tm (PR#3341)
- graphics: fix problem when allocating lots of images under Windows (PR#3433)
- compiler: fix error message with -pack when .cmi is missing (PR#3028)
- cygwin: fix problem with compilation of camlheader (PR#3485)
- stdlib: Filename.basename doesn't return an empty string any more (PR#3451)
- stdlib: better documentation of Open_excl flag (PR#3450)
- ocamlcp: accept -thread option (PR#3511)
- ocamldep: handle spaces in file names (PR#3370)
- compiler: remove spurious warning in pattern-matching on variants (PR#3424)
- windows: better handling of InterpreterPath registry entry (PR#3334, PR#3432)
2005-03-24 11:32:50 +00:00
wiz
7f5dc6d4a5 Remove xscreensaver-gnome from dependencies -- it will be removed during
the next xscreensaver update. Bump PKGREVISION.
2005-03-24 11:00:38 +00:00
adam
4feda6701c Changes 1.2.3:
* Bug fixes
2005-03-24 09:52:28 +00:00
jmmv
426e4a267f Disable build of tests, as they require an extra dependency (libgetopt) on
Solaris 8.  Addresses part of PR pkg/26769 by Robert Lillack.

While here, remove some more test(1) == constructions from the configure
script (they were harmless).
2005-03-24 09:34:24 +00:00
markd
37203029f2 Add missing explicit dependency on cyrus-sasl2. Make it optional but
on by default.  The default might be changed later if the common
authentication cases are covered without it.
2005-03-24 04:47:58 +00:00
markd
c667f8afbb kde3-i18n-* additions and subtractions 2005-03-23 23:12:13 +00:00
wiz
ce143b32cc Add patch to make this compile with latest libwnck.
Thanks to jmmv@ for the tip what to change.
2005-03-23 23:11:18 +00:00
markd
e4bfc45c10 Update to KDE 3.4
Highlights at a glance

* Text-to-speech system with support built into Konqueror, Kate, KPDF
  and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
  PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
  GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
  integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
  on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
  CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
  third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
  websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
  disable ones that are not used. This does not include Netscape-style
  plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
  plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
  documentation added or changed
2005-03-23 23:06:25 +00:00
xtraeme
5ab474ae9d Add PLIST.${OPSYS} into PLIST_SRC when OPSYS != NetBSD, problem
reported by Todd Willey on the tech-pkg@ list.
2005-03-23 22:44:00 +00:00
markd
f77e6dd6ac Update to KDE 3.4
Highlights at a glance

* Text-to-speech system with support built into Konqueror, Kate, KPDF
  and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
  PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
  GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
  integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
  on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
  CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
  third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
  websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
  disable ones that are not used. This does not include Netscape-style
  plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
  plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
  documentation added or changed
2005-03-23 21:50:41 +00:00
markd
0a18906326 Update to KDE 3.4
Highlights at a glance

* Text-to-speech system with support built into Konqueror, Kate, KPDF
  and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
  PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
  GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
  integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
  on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
  CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
  third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
  websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
  disable ones that are not used. This does not include Netscape-style
  plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
  plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
  documentation added or changed
2005-03-23 21:44:37 +00:00
markd
ae17c3b7c5 Update to KDE 3.4
Highlights at a glance

* Text-to-speech system with support built into Konqueror, Kate, KPDF
  and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
  PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
  GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
  integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
  on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
  CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
  third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
  websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
  disable ones that are not used. This does not include Netscape-style
  plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
  plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
  documentation added or changed
2005-03-23 21:28:33 +00:00
jmmv
b6f9cd38d8 Update to 0.10.4:
=================
Changes in 0.10.4
=================

Translations:
    * Updated French, Polish, Serbian, Romanian, Greek, Catalan, Turkish,
      and Bulgarian translations.

=================
Changes in 0.10.3
=================

Braille:
    * Added support for Pronto and Eco braille devices.

Presentation:
    * Improved presentation for watched objects. If speech is off, the
    events for watched objects are presented only to the magnifier. If speech
    and magnifier are off, the events are presented only to braille.
    * Added "Window" key to be presented as modifier and "Menu" key to be
    presented as cursor.
    * Improved presentation for magnifier when it's tracking the caret
    in focus tracking auto mode.

=================
Changes in 0.10.2
=================

Speech:
    * Better reporting when switching desktops.

=================
Changes in 0.10.1
=================

Speech:
    * Better reporting for navigation word-by-word.

Presentation:
    * Improved presentation for tables.


=================
Changes in 0.10.0
=================

Braille:
    * Gnopernicus now supports Eco braille devices thanks to
      Juan Ramon Jimenez Garcia <jjig@once.es>.

Speech:
    * A better presentation for window rename events.
2005-03-22 16:32:32 +00:00
jmmv
d3bf5662c3 Update to 0.12.0:
* Fix for bug #164371, which meant that the visible area in split-screen mode
  didn't update when the target bounds change.
2005-03-22 16:32:14 +00:00
jmmv
261cb63f71 Update to 2.10.0:
Zenity 2.10.0
=============
" 10 Moves Ahead "
	* New and updated translations
		- Kostas Papadimas [el]
		- Ahmad Riza H Nst [id]
		- Vincent van Adrighem [nl]
		- Danilo ¿egan [sr, sr@Latn]
		- Alessio Frusciante, Stefano Canepa [it]
		- Laszlo Dvornik, Gabor Kelemen [hu]
		- Abel Cheung [zh_TW, ar]

Zenity 2.9.92
=============
" Perdition "
	* Fix a few leaks [Paolo, Glynn]
	* New and updated translations
		- Tommi Vainikainen [fi]
		- Leonid Kanter [ru]
		- Kjartan Maraas [nb, no]
		- Miloslav Trmac [cs]
		- Hendrik Richter [de]
		- Francisco Javier F. Serrador [es]
		- Jordi Mallach [ca]
		- Alexander Shopov, Vladimir Petkov [bg]
		- Duarte Loreto [pt]
		- ¿ygimantas Beru¿ka [lt]
		- Marcel Telka [sk]
		- Ole Laursen [da]
		- Priit Laes [et]
		- Benoît Dejean [fr]
		- Maxim Dziumanenko [uk]
		- Simos Xenitellis [es]
		- Laurent Dhima [sq]
		- Takeshi AIHANA [ja]
		- Changwoo Ryu [ko]
		- Raphael Higino [pt_BR]
		- Rhys Jones [cy]
		- Artur Flinta [pl]
		- Ankit Patel [gu]
		- Arafat Medini [ar]
		- Alessio Frusciante, Stefano Canepa [it]

Zenity 2.9.91
=============
" the L I T T L E things "
	* Build fixes [Chris]
	* Update docs [Glynn]
	* Fix progress dialog with auto-close [Glynn]
	* New and updated translations
		- Duarte Loreto [pt]
		- Raphael Higino [pt_BR]
		- Tommi Vainikainen [fi]
		- Ole Laursen [da]
		- Kostas Papadimas [el]
		- Changwoo Ryu [ko]
		- David Lodge [en_GB]
		- Adam Weinberger [en_CA]
		- Christian Rose [sv]

Zenity 2.9.90
=============
" Up yer bum! "
	* Fix stdin on the tree dialog [Ed]
	* Misc updates [Glynn]
	* New and updated translations
		- Hendrik Richter [de]
		- Priit Laes [et]
		- Funda Wang [zh_CN]
		- Vincent van Adrighem [nl]

Zenity 2.9.2
============
" New Year Zenolutions "
	* Pre-load current dates in the calendar, because
	  gtk_calendar* is dumb [Glynn]
	* Correct error message for notification icon [Glynn]
	* New and updated translations
		- Takeshi AIHANA [ja]
		- Kjartan Maraas [nb, no]
		- Adam Weinberger [en_CA]
		- Miloslav Trmac [cs]
		- Marcel Telka [sk]
		- Leonid Kanter [ru]
		- ¿ygimantas Beru¿ka [lt]
		- Francisco Javier F. Serrador [es]
		- Christophe Merlet, Baptiste Mille-Mathias [fr]

Zenity 2.9.1
============
" Happy Christmas, GNOME "
	* Add code to listen for commands on stdin and update
	  the notification area icon [James]
	* ANSIfication [Kjartan]
	* Fix documentation [Lucas]
	* Check the xterm ID is valid for the current display [Ross]
	* Add goption support [Lucas]
	* Don't use utf-8 at the commandline [Leonardo]
	* Miscellaneous fixes [Glynn, Christian]
	* New and updated translations
		- Takeshi AIHANA [ja]
		- Roozbeh Pournader, Meelad Zakaria [fa]
		- Dmitry G. Mastrukov, Leonid Kanter [ru]
		- Adam Weinberger [en_CA]
		- Miloslav Trmac [cs]
		- Marcel Telka [sk]
		- David Lodge [en_GB]
		- Laurent Dhima [sq]
		- Mohammad DAMT [id]
		- Vincent van Adrighem [nl]
		- Danilo ¿egan [sr, sr@Latn]
		- Francisco Javier F. Serrador [es]
		- Hendrik Richter [de]
		- Martin Willemoes Hansen [da]
		- Simos Xenitellis [el]
		- ¿ygimantas Beru¿ka [lt]
		- Alexander Shopov, Rostislav Raykov [bg]
		- Christian Rose [sv]

Zenity 2.9.0
============
" Zen Translation "
	* Add support for save file selection [Lucas]
	* Add support for directory-only selection [Lucas]
	* Add support for notification area [Glynn]
2005-03-22 16:27:16 +00:00
jmmv
7ff62cd48e Update to 2.6.0.8:
- Enhanced a11y gesture listeners so they support XInput events
  for better a11y support.  (Bill Haneman).

- Add STRUTS support to gdm2's window manager for better a11y
  support (Bill Haneman).

- Improved the way the user's default PATH is set up by configure
  so it is set more sanely without redundant PATH's, and is more
  careful about not putting symlinked X11 directories in the PATH.
  Now can configure user's default directory via the --with-post-path
  argument.  (Brian Cameron).

- New configuration option to disallow visible feedback in password
  entry.  (John Martinsson).

- Fix width of "user name entry" to shrink to fit parent widget so
  text does not run out-of-bounds.  (Chookij Vanatham)

- Restart slave process if XDMCP chooser is selected from flexi
  server.  (Leena Gunda)

- Make default face obey the MaxIconWidth and MaxIconHeight
  configuration settings.  (Diego Gonzalez)

- gdm2 slave now sources /etc/environment if it exists. (Vicent Berger)

- Correct gdmsetup's tooltip to conform to GNOME HIG. (Sebastien Bacher)

- Use ngettext for translation.  (Christian Rose)

- Set default font size to "Sans 12".  (Erwann Chenede)

- Set name of password entry for more friendly a11y (Erwann Chenede)

- Mark "Remove Theme" for translation.  (Balamurali Viswanathan)

- Remove <span> tags from language display since they were causing
  formatting issues for some users.  (Glynn Foster)

- Ensure LC_MESSAGES is set so the user's default language can be
  displayed (Hidetoshi Tajima).

- Specify font for username/password entry for gdm2 supplied themes.
  (Alexander Kirillov)

- Add Kinyarwanda and Armenian to language list.  (Steve Murphy and
  petrosyan@gmail.com)

- Correct IPv6 logic so that it supports an IPv4 XDMCP request when
  IPv6 is enabled.  Fixed configure help for --enable-ipv6.
  (Brian Cameron)

- Set more sane Reboot/Halt/Shutdown commands on Solaris.  (Brian
  Cameron).

- Correct the usage of IFS in the Init/PreSession/PostSession/Xsession
  scripts so it works on Solaris.  (Leena Gunda)

- Support logindevperm on Solaris for automatic/timed login.
  (Brian Cameron)

- Swap Alt and Meta keys on Solaris.  (Leena Gunda)

- Correct IPv6 identification for Solaris.  (Leena Gunda)

- Cleanup.  (Mark McLoughlin and Kjartan Marass)
2005-03-22 16:25:42 +00:00
jmmv
2b0e287e3c Update to 1.2.0:
News in 1.2.0
-------------

* Updated translations.

News in 1.1.93
--------------

* Partially fixed bug bug #168247 (wrong selection of characters when
  searching for single characters)
* Fixed	bug #164066 (Highlight Current Line Bug with Pixmap Based Themes)
* Fixed bug #168229 (disconnect tag table signal handlers in destructor)
* Rewritten idl.lang
* Added some missing items to php.lang
* Updated translations.

News in 1.1.92
--------------

* Bug fixes and update translations.

News in 1.1.91
--------------

* Undoing/Redoing to a non-modified state unset the modified flag.
* Added some missing documentation and improved existing one.
* Bug fixes and update translations.
2005-03-22 16:25:24 +00:00
jmmv
fdfa815f6d Update to 2.10.0:
==============
Version 2.10.0
==============

  Misc

	* New splash screen (Sami "alump" Viitanen)
        * Improved schemas string (Byran Clark, Kjartan Maraas)

  Translators

	* Vladimir \"Kaladan\" Petkov (bg)
	* Jordi Mallach (ca)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Frank Arnold (de)
	* Kostas Papadimas (el)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Ivar Smolin (et)
	* Pauli Virtanen (fi)
	* Christophe Merlet (RedFox) (fr)
	* Ankit Patel (gu)
	* Gil Osher (he)
	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Tino Meinen (nl)
	* Åsmund Skjæveland (nn)
	* Kjartan Maraas (no)
	* GNOME PL Team (pl)
	* Evandro Fernandes Giovanini (pt_BR)
	* Duarte Loreto (pt)
	* Mişu Moldovan (ro)
	* Leonid Kanter (ru)
	* Marcel Telka (sk)
	* Laurent Dhima (sq)
	* Данило Шеган (sr)
	* Christian Rose (sv)
	* Theppitak Karoonboonyanan (th)
	* Maxim Dziumanenko (uk)
	* Simon Kemisho (xh)
	* Wang Jian (zh_CN)
	* Woodman Tuen (zh_TW)

=============
Version 2.9.4
=============

  Session Manager

	* Use GDM's logout actions protocol to shutdown/reboot (Raffaele Sandrini, Mark)
	* Change "Prompt" to "Ask" in the configuration dialog (Vincent Noel)
	* Fix compiler warnings (Jens Granseuer)
	* Slave the lifecycle of the keyring daemon to the session (Alex Larsson)

  Translators

	* Jordi Mallach (ca)
	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Laurent Dhima (sq)
	* Christian Rose (sv)
	* Zuza Software Foundation (zu)

=============
Version 2.9.2
=============

  Misc

	* Add X-GNOME-Bugzilla-Version to .desktop file (Christoffer Olsen)
	* Install .desktop file in $(datadir)/applications (Mark)

  Translators

	* Martin Willemoes Hansen (da)
	* Zuza Software Foundation (nso)
2005-03-22 16:21:26 +00:00
jmmv
2a87070057 Update to 2.10.0:
2.10.0
===

- Translation updates: bg, ca, et, hu, lt, nl, ro, sr, sr@Latn, uk, zh_TW
- Ukrainian translation of the docs

2.9.3
===

- Approximate the time that gnome-terminal was launched if not launched with
  startup-notification (Elijah Newren) [#168812]
- Translation updates: Vladimir Petkov (bg), Jordi Mallach (ca), Kostas
  Papadimas (el), Priit Laes (et), Pauli Virtanen (fi), Christophe
  Merlet (RedFox) (fr), Ankit Patel (gu), Takeshi AIHANA (ja), Young-Ho Cha (ko),
  Žygimantas Beručka (lt), Kjartan Maraas (nb), Rajeev Shrestha (ne), Åsmund
  Skjæveland (nn), Kjartan Maraas (no), Gnome PL Team (pl), Gustavo Noronha
  Silva (pt_BR), Duarte Loreto (pt), Leonid Kanter (ru), Marcel Telka (sk),
  Christian Rose (sv), Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk)

2.9.2
===
- Correct handling of the clipboard and of the clipboard availability checking.
- Port to the new GTK widgets.
- Support _NET_WM_USER_TIME (Elijah Newren)
- Be more HIGgy in a couple of dialogs (Dennis Cranston)
- Translation updates: Vladimir Petkov (bg), Miloslav Trmac (cs), Martin Willemoes
  Hansen (da), Hendrik Richter (de), Adam Weinberger (en_CA), David Lodge (en_GB),
  es@li.org (es), Laszlo Dvornik (hu), Takeshi AIHANA (ja), Daniel van Eeden (nl),
  Gustavo Noronha Silva (pt_BR), Laurent Dhima (sq), Funda Wang (zh_CN).

2.9.1
===
- Make all terminal windows be group leaders; this will change the way grouping is
  done by window-managers, closer to what people expect (hopefully).
- Match news: URIs, and recognize more mailto: ones.
- Add --full-screen
- Cleanups and leaks fixed from Alexey Spiridonov, Kjartan Maraas.
- Fixed a couple of hotkey clashes, caught by Damian Keogh.
- Set accessible descriptions correctly on the profile dialog; caught by Frances Keenan.
- Translation updates: Miloslav Trmac (cs), Martin Willemoes Hansen (da),
  Adam Weinberger (en_CA), Christophe Merlet (RedFox) (fr), Mohammad DAMT (id),
  Young-Ho Cha (ko), Kjartan Maraas (nb), Kjartan Maraas (no).
2005-03-22 16:20:49 +00:00
jmmv
1878952aec Update to 2.10.0:
2.10.0
======

Bump version number for 2.10 release; no code changes.

2.9.95
======

Fixes:
        2005-03-03  Elijah Newren  <newren@gmail.com>
        Add these files (they used to be named gnome-clock.png, but got
        lost from cvs when doing the rename).  Fixes #168905.

New/updated translations:

        2005-03-03  Abel Cheung  <maddog@linuxhall.org>
        * zh_TW.po: Updated traditional Chinese translation from GNOME HK Team

2.9.94
======

Fixes:
	Remove different-coloured buttons from Simple theme, which
	were intended for the default gtk+ theme.

2.9.93
======

Forgot to release this one :/

2.9.92
======

Fixes:
	2005-02-24  Thomas Wood  <thos@gnome.org>
       	Resolves bug 167446: Use icon theme for stock icons in Glider

New/updated translations:
	 2005-02-21  Christophe Merlet  <redfox@redfoxcenter.org>
       	* fr.po: Updated French translation.

	2005-02-13  Theppitak Karoonboonyanan  <thep@linux.thai.net>
       	* th.po: Updated Thai translation.

2.9.91
======

Fixes:
   * Replace gnome-clock.png with clock.png, fixes #156724
      <muktha.narayan@wipro.com>

New/updated translations:
	2005-01-30  Alessio Frusciante  <algol@firenze.linux.it>
       * it.po: Updated Italian translation.

	2005-01-29  Priit Laes  <plaes@cvs.gnome.org>
       * et.po: Translation updated.

2.9.90
======
2005-01-12  Thomas Wood  <thos@gnome.org>
       * Makefile.am:
       * configure.in:
       * gtk-themes/Makefile.am:

       Updated to reflect changes in gtk-engines

New/updated translations:

2005-01-19  Marcel Telka  <marcel@telka.sk>
       * sk.po: Updated Slovak translation.

2005-01-16  Alexander Winston  <alexander.winston@comcast.net>
       * en_CA.po: Updated Canadian English translation.

2.9.4
=====

2004-12-02  James Henstridge  <james@jamesh.id.au>
       * icon-themes/Smokey-Red/Makefile.am: adjust makefile to take into
       account moved icons.
       * icon-themes/Smokey-Red/index.theme.in: add directories for other
       icon sizes.
       * icon-themes/Smokey-Blue/Makefile.am: update for new file
       locations.
       * icon-themes/Smokey-Blue/index.theme.in: none of the icons were
       actually 48x48, so move them to the right directories.

New/updated translations:

2005-01-05  Pawan Chitrakar  <pawan@nplinux.org>
       * ne.po: Added Nepali Translation

2005-01-04  Žygimantas Beručka  <uid0@akl.lt>
       * lt.po: Updated Lithuanian translation.

2.9.3
=====

Not released due to Christmas holdiays... sorry :/

2.9.2.1
======

Fix Low Contrast Large Print build breakage.

2.9.2
=====

New/updated translations:

2004-11-08  Alexander Shopov  <ash@contact.bg>
       * bg.po: Updated Bulgarian translation by
       Vladimir Petkov <vpetkov@i-space.org>

2.9.1
=====

Enhancements:

- Massive build improvements from jamesh.
- Buttons now a different colour in Simple theme (Eugenia Loli-Queru)

Bugfixes:

- Crux crasher (#116693, Robert Basch)
- Large Print themes now change desktop and terminal fonts too (#155566, Muktha Narayan)

New/updated translations:

2004-10-28  Mohammad DAMT  <mdamt@bisnisweb.com>
       * id.po: Updated Indonesian translation

2004-09-22  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
       * ru.po: Updated Russian translation
       from Russian team <gnome-cyr@gnome.org>.

2004-09-14  Mətin Əmirov  <metin@karegen.com>
       * az.po: Translation updated.
2005-03-22 16:20:22 +00:00
jmmv
a1866ce6a6 Update to 2.10.0. While here, switch to bsd.options.mk:
Changes in GNOME-Applets 2.10.0
==================================
Codenamed "Better the Plone!"

Changes:
 - Updated documentation for:
    o battstat, charpick, cpufreq, gweather, mini-commander, multiload,
      stickynotes, trashapplet (Davyd Madeley)
    o drivemount (Trent Lloyd)
 - Locations database translator comments (Christian Rose)

Translations:
 - da (Martin Willemoes Hansen)
 - de (Frank Arnold)
 - el (Nikos Charonitakis, Simos Xenitellis, Kostas Papadimas)
 - ro (Mugurel Tudor, Dan Damian)
 - sv (Christian Rose)
 - sr (Danilo Šegan)
 - tr (Emre Kadioglu)
 - nb/nn/no (Kjartan Maraas)
 - nl (Vincent van Adrighem)
 - gu (Ankit Patel)
 - en_CA (Adam Weinberger)
 - ta (Jayaradha Arivoli)
 - cs (Miloslav Trmac)
 - it (Marco Ciampa)
 - fi (Ilkka Tuohela)
 - fr (Christophe Merlet)
 - pt (Duarte Loreto)
 - lt (Žygimantas Beručka)
 - pt_BR (Raphael Higino)
 - sq (Laurent Dhima)
 - zh_TW (Abel Cheung)
 - it (Alessio Frusciante)
 - ne (Kapil)
 - ca (Jordi Mallach)

Changes in GNOME-Applets 2.9.7
==================================

Changes:
 - Plug a style leak in all applets (Ryan Lortie)
 - Code cleanups (Kjartan Maraas)
 - New cpufreq artwork (??)
 - Fix calculations for when consecutive sunrises or sunsets do not occur on
   consecutive sideral days (Frank Solensky)
 - Mixer crashes (Mark McLoughlin)
 - Ignore clicks outside the mixer widget (Ronald S. Bultje)

Translations:
 - tr (Emre Kadioglu)
 - ca (Jordi Mallach, Xavier Conde Rueda)
 - el (Kostas Papadimas)
 - th Theppitak Karoonboonyanan)
 - es (Francisco Javier F. Serrador)
 - ru (Leonid kanter)
 - nl (Vincent van Adrighem)
 - pt_BR (Raphael Higino)
 - sq (Elian Myftiu)
 - gu (Ankit Patel)
 - fr (Christophe Merlet, Benoît Dejean, Thierry Moisan)
 - hu (Gabor Kelemen, Laszlo Dvornik)
 - pl (Artur Flinta, GNOME PL Team)
 - et (Priit Laes)
 - el (Kostas Papadimas)
 - da (Ole Laursen, Martin Willemoes Hansen)
 - fi (Ilkka Tuohela, Tommi Vainikainen)
 - it (Luca Ferretti, Alessio Frusciante)
 - fa (Roozbeh Pournader)
 - nb (Kjartan Maraas)
 - nn (Kjartan Maraas)
 - no (Kjartan Maraas)
 - et (Ivar Smolin, Priit Laes)
 - lt (Žygimantas Beručka)
 - ja (Takeshi AIHANA)
 - bg (Vladimir Petkov, Alexander Shopov)
 - sv (Christian Rose)
 - uk (Maxim Dziumanenko)
 - zh_TW (GNOME HK Team)
 - pt (Duarte Loreto)
 - nl (Tino Meinen)
 - cy (Rhys Jones)
 - de (Hendrik Richter)
 - ko (Changwoo Ryu)
 - en_GB (David Lodge)
 - sr (Danilo Šegan)
 - tr (Gorkem Cetin)
 - en_CA (Adam Weinberger)

Changes in GNOME-Applets 2.9.6
==================================
Codenamed "Bùxiángde!" :: Released for GNOME 2.10 Beta 2

Changes:
 - accessx-applet:
   * Install application icon in with the icon theme
 - charpick:
   * Fix install location for icon (Davyd Madeley)
 - gweather:
   * Locations Love for
      - Catalan, Basque (Jordi Mallach)
      - Spain (Francisco Javier F. Serrador)
      - Maine (Chris Hollenbeck)
      - Cape Flattery (???)
      - Denmark (Ole Laursen)
      - Lithuania (Žygimantas Beručka)
      - Brazil and Latin America (Raphael Higino and F. J. F. Serrador)
      - Estonia (Jorn Baayen)
   * Fix typo in name of stock icon for Snow (Davyd Madeley)
 - Mini-Commander:
   * Save macros unexpanded (Björn Torkelsson)
 - Trash Applet
   * Set application icon (Jaap Haitsma)
   * Sync "Empty Trash" dialog with Nautilus (Luca Ferretti)
   * Use ngettext for pluralisation (Davyd Madeley)

Translations:
 - cs (Miloslav Trmac)
 - nb/no (Kjarten Maraas)
 - de (Hendrik Brandt)
 - en_CA (Adam Weinberger)
 - ru (Leonid Kanter)
 - en_GB (David Lodge)
 - sq (Elian Myftiu)
 - et (Priit Laes)
 - lt (Žygimantas Beručka)
 - es (Francisco Javier F. Serrador)
 - ca (Jordi Mallach)
 - el (Kostas Papadimas)
 - pt_BR (Raphael Higino)
 - ko (Changwoo Ryu)
 - cy (Rhys Jones)
 - ja (Takeshi AIHANA)
 - zh_CN (Funda Wang)
 - pl (GNOME PL Team)
 - bg (Vladimir Petkov)
 - nn (Kjarten Maraas)
 - da (Ole Laursen)
 - ta (Jayaradha Arivoli)
 - pt (Duarte Loreto)

Thanks again to everyone, especially the excellent work put in by the
translators. Everyone should try and give all applets testing for 2.10,
especially the accessx-applet, which some people have reported having problems
with.

Please be aware we are now in string freeze, as per the string freeze policy
outlined by the GNOME Release Team. THIS FREEZE ALSO APPLIES TO THE LOCATIONS
DATABASE! What this means is that "Locations Love" can continue, but in a
reduced form. LOCATIONS CAN STILL BE REMOVED AND RESTRUCTURED, however
translatable strings cannot be changed. If you are in doubt, please contact the
maintainer (davyd@madeley.id.au) or the translation team (gnome-i18n@gnome.org)
for clarification. We will strive to notify people of any changes to this policy
(this is unlikely).

Contributors are also asked to turn towards our documentation, which is
currently woefully inadequate due to the significant number of rewritten applets
in this release.

Kong Hee Fat Choy!

Changes in GNOME-Applets 2.9.5
==================================
Codenamed "Ominous!" :: Released for GNOME 2.10 Beta 1

Changes:
 - AccessX-Status:
   * Fix applet transparency (Davyd Madeley)
 - Battstat:
   * Use icon from icon theme (Davyd Madeley)
   * Make dialogs appear always on top, but do not steal focus (Davyd Madeley)
   * Code cleanup (Ryan Lortie)
   * Make text label preference instantly apply (rather then waiting 5 seconds
     (Ryan Lortie)
 - Drivemount:
   * Use icon from icon theme (Davyd Madeley)
 - Gswitchit:
   * Fix applet transparency (Davyd Madeley, Sergey V. Udaltsov)
 - Gweather:
   * Fix hPa to inHg conversion (Davyd Madeley)
   * Locations Love (Priit Laes, Christian Rose, Telsa Gwynne, Chris Hollenbeck)
   * Code cleanup (Benoît Dejean)
   * Make forecast use system monospace font (Dennis Cranston)
   * Don't display multiple new lines in forecast (Dennis Cranston, Michael
     Terry, Damián Viano)
   * Fix build with glibc 2.3.1 (Davyd Madeley)
   * Parser fixes (Marius Gedminas)
 - Mini-Commander:
   * Fix memory leak (Benoît Dejean)
 - Mixer:
   * Use icons from icon theme (Davyd Madeley, Carlos Garnacho Parro)
   * Allow different preferences per mixer applet (Ronald S. Bultje)
 - Modemlights:
   * Make all calls asyncronous, plug leaks, detect su at configure time and
     make the ok button on the password dialog the default (Carlos Garnacho
     Parro)
 - Multiload:
   * Code cleanup (Benoît Dejean)

Translations:
 - th (Theppitak Karoonboonyanan)
 - lt (Žygimantas Beručka)
 - bg (Vladimir Petkov)
 - sq (Elian Myftiu)
 - et (Ivar Smolin)
 - es (Francisco Javier F. Serrador)
 - de (Hendrik Brandt)
 - en_CA (Adam Weinberger)
 - ja (Takeshi AIHANA)
 - sk (Marcel Telka)

Happy Australia Day!

Changes in GNOME-Applets 2.9.4.1
==================================
Codenamed "Not for the weak of swap!"

The major fix in this release is the memory leak in battstat that was leaking
memory into the X server (oops!). Other fixes also included.

Translations: lt, de, es, en_CA, cy, th, et

Changes in GNOME-Applets 2.9.4
==================================
Codenamed "Insubstantial!"

This is it! Over the hump, from here it's bugfixes, documentation and
translation, as with this release GNOME Applets 2.9/2.10 is in feature freeze.
This release highlights the seriously huge amount of work put in by the GNOME
Lovers last Sunday, as well as the more consistant contributors. Extra special
thanks go to Benoît Dejean for his fantastic work with multiload, and Ryan
Lortie for singlehandedly fixing almost every bug in battstat. I also want to
extend my more heartfelt thanks to anyone I've missed from this list, I
apologise for leaving you off, but with so many changes I'm sure I've missed
someone.

Everyone should remember to give their location some Location Loving (see bug
#160163) so that our l10n is absolutely rocking in GNOME 2.10. Thanks again
everyone for their hard work for this release.

Changes:
 - Battstat:
   * Layout rewrite, transparency fixes (Ryan Lortie)
   * Remove code duplication (Ryan Lortie)
   * Make power backend common between instances, allow multiple instances of
     battstat to be run (Ryan Lortie)
   * Use GtkAboutDialog (Davyd Madeley)
 - CPU-Freq:
   * Build fixes (Davyd Madeley)
   * Fixes from CPUFreq rewrite (Carlos Garcia Campos)
 - Drivemount:
   * Use GtkAboutDialog (Davyd Madeley)
 - Geyes:
   * Make eyes focus properly (Nickolay V. Shmyrev)
   * Move geyes themes to prefix/share/gnome-applets/geyes (Davyd Madeley)
 - GKB:
   * Correct English/British and keyboard/keymap (Sergey V. Udaltsov)
 - GSwitchit:
   * Allow multiple instances to be started (Sergey Udaltsov)
 - GTik:
   * Use GtkAboutDialog (Davyd Madeley)
   * Use stock graphics in preferences (Davyd Madeley)
 - GWeather:
   * Location Love (Nicholas J. Skehin, Davyd Madeley, Javier F. Serrador)
   * Use GtkAboutDialog (Davyd Madeley)
   * Take three retries to get weather data before displaying '?' (???)
   * Animated radar images (Jonathan Brandmeyer)
   * Use g_locale_from_utf8 for displaying date (Gareth Owen)
   * Fix encoding errors in the locations database (Kjartan Maraas)
   * Move gweather data to prefix/share/gnome-applets/gweather (Davyd Madeley)
 - Mini-Commander:
   * Set cursor colour to be the same as the font colour (Davyd Madeley)
   * Fix a focus problem that will occur with the new Metacity (Elijah Newren)
   * Use GtkAboutDialog (Davyd Madeley)
 - Modemlights:
   * New modemlights applet (Carlos Garnacho)
 - Multiload:
   * Use GtkAboutDialog (Davyd Madeley)
   * DiskLoad graph (Davyd Madeley, Benoît Dejean)
   * iowait stats for CPU graph (Benoît Dejean)
   * Improve Network Load autoscaling (Benoît Dejean)
   * Remove unrequired assertions (Benoît Dejean)
 - Stickynotes:
   * Fix notes in RTL environments (needs testing) (Davyd Madeley)
   * Waste less memory due to Glade (Paolo Borelli)
   * Add ability to set font colour for notes (Davyd Madeley)
   * Get stickynotes to stay on their own workspace (Davyd Madeley)
   * Save the workspace stickynotes are on (Davyd Madeley)
   * Remove 'default action' and instead replace with a small left click menu
     (Davyd Madeley)
   * Stickynotes always float on top (required since they no longer appear in
     the Alt-Tab list with Metacity) (Davyd Madeley)
   * Update preferences dialogs to use new widgets, clean up layout (Davyd
     Madeley)
 - Other:
   * Update HACKING file (Christoffer Olsen, Davyd Madeley)
   * Build fixes (Thomas Vander Stichele, Davyd Madeley, Tomasz Kłoczko)
   * Remove wireless applet (replaced by gnome-netstatus) (Mark McLoughlin)
   * Remove cdplayer applet (Davyd Madeley)

Translations:
 * it (Luca Ferretti)
 * en_CA (Adam Weinberger)
 * cs (Miloslav Trmac)
 * js (Takeshi AIHANA)
 * el (Kostas Papadimas)
 * es (Francisco Javier F. Serrador)
 * nl (Tino Meinen, Vincent van Adrighem)
 * th (Theppitak Karoonboonyanan)
 * sq (Elian Myftiu)
 * de (Hendrik Brandt)
 * zh_CN (Funda Wang)
 * lt (Žygimantas Beručka)
 * nb (Kjartan Maraas)
 * no (Kjartan Maraas)

Changes in GNOME-Applets 2.9.3.1
==================================
Codenamed: "Ham!"

This release is mainly to fix up a serious crasher in GWeather. However it also
allows us to get some testing of the new CPUFreq and allow me to properly tag
the release.

Merry (insert appropriate holiday here) everyone!

Changes:
 * New CPUFreq (Carlos G. Campos)
 * Fix crasher in GWeather (Sebastien Bacher)
 * Only copy dates in GWeather when required (Ed Catmur)
 * gswitchit work (Sergey Udaltsov)

Translations:
 * es (Francisco Javier F. Serrador)
 * lt (Žygimantas Beručka)
 * ru (Leonid Kanter)
 * en_CA (Adam Weinberger)
 * nb (Kjartan Maraas)
 * no (Kjartan Maraas)
 * de (Hendrik Brandt)
 * cs (Miloslav Trmac)
 * th (Theppitak Karoonboonyanan)

Also I hope that all of our Thai, Indonesian, Malaysian, Sri Lankan, et al.
translators and their families are ok after the disaster in that part of the
world.

Changes in GNOME-Applets 2.9.3
==================================
Codenamed: "Exuberance!"

It's a day late, but at least it's tested. This new release contains numerous
fixed and translations as listed below. Gweather is slowly being improved with
new METAR parsing code and more localizations to the Locations database.

Testers and translators should check out locations in their area and make sure
they are localized appropriately. More information can be found in bug #160163.

Changes:
 * gswitchit now supports xmodmap (Sergey Udaltsov)
 * don't show modems in mixer (Ronald Bultje)
 * fix crasher some people had in multiload (Davyd Madeley)
 * parse visibility information from weather (Frank Solensky)
 * locations localization post sync (Ralph ?, Aaron Gyes, Peter Oliver,
   Robrecht Jacques, Victor Osadci, Jure Cuhalev, Nickolay V. Shmyrev,
   Davyd Madeley, Christan Rose, Simon Xenitellis, Danilo Šegan)
 * Improvement of the gweather DTD (James Henstridge)
 * fix crasher in cpufreq caused by bad parsing of data from /proc (Carlos
   Campos)

Translations:
 * da (Martin Willemoes Hansen)
 * lt (Žygimantas Beručka)
 * cs (Miloslav Trmac)
 * de (Hendrik Brandt)
 * en_CA (Adam Weinberger)
 * sr (Danilo Šegan)
 * es (Francisco Javier F. Serrador)
 * ja (Takeshi AIHANA)
 * th (Theppitak Karoonboonyanan)
 * ru (Leonid Kanter)
 * el (Kostas Papadimas)
 * bg (Vladimir Petkov)
 * nl (Vincent van Adrighem)
 * sk (Marcel Telka)
 * cy (Telsa Gwynne)
 * it (Marco Ciampa)

Changes in GNOME-Applets 2.9.2
==================================
Codenamed: "The System of the World"

Really Big Changes:
 * CPUFreq Applet (Carlos Garcia Campos)

Less Big Changes:
 * Support for transparent panels: battstat, drivemount, mixer, multiload,
   stickynotes, trashapplet
   (Davyd Madeley, Ronald Bultje, James Henstridge)
 * HIG Fixes (Dennis Cranston)
 * Change charpicker to have soft dependency on Gucharmap (Davyd Madeley)
 * Remove use of deprecated acconfig.h (Davyd Madeley)
 * Fix padding issues in drivemount (James Henstridge)
 * gswitchit no longer requires gkb (Sergey Udaltsov)
   "Small step for CVS, big leap for humankind."
 * Plug a leak in stickynotes (Paolo Borelli)
 * day/night differentiation in gweather (Frank Solensky)
 * Sync locations with METAR database (Davyd Madeley, Frank Solensky)
 * locations.dtd file (James Henstridge)

Translations:
 * en_CA (Adam Weinberger)
 * cs (Miloslav Trmac)
 * sq (Laurent Dhima)
 * ja (Takeshi AIHANA)
 * lt (Žygimantas Beručka)
 * bg (Vladimir Petkov, Alexander Shopov)
 * en_GB (David Lodge)
 * es (Francisco Javier F. Serrador)
 * zh_CN (Funda Wang)
 * ca (Jordi Mallach)
 * da (Martin Willemoes Hansen)
 * nb (Kjartan Maraas)
 * no (Kjartan Maraas)
 * nl (Tino Meinen)
 * it (Marco Ciampa)

This release has lots of new features for gweather, such the separate day/night icons. This requires the latest gnome-icon-theme as well as a <coordinates>
entry for your location in Locations.xml.in.

Locations.xml.in has been synced with the METAR list of locations, and as a
result may have picked up some regressions. Everyone should check out locations
close to them geographically and fix up names and such. Some cities contain
multiple locations, Location [123]..., it would be great if all of these
contained actual names. Since I don't happen to live in those cities, it's
rather hard.

Changes in GNOME-Applets 2.9.1
==================================
Codenamed: "Revitalisation"

Really Big Changes:
 * New volume applet (Ronald Bultje)
 * New drivemount applet (James Henstridge)
 * Deprecation of mailcheck using null_applet (Davyd Madeley)
 * Trash Applet (Michiel Sikkes)

Less Big Changes:
 * Latvian and Catalan keyboard layouts (Sergey Udaltsov)
 * charpick now uses gucharmap for character descriptions (Davyd Madeley)
 * Move lots of applets to GtkIconTheme (except stickynotes and possibly others)
   (Davyd Madeley)
 * Fix help crash in accessx (Leena Gunda)
 * Neaten up the battstat preferences dialog (Davyd Madeley)
 * Add option to display remaining time on the panel (Davyd Madeley)
 * Fix charpick padding issues (Vincent Noel)
 * New icons for geyes, gswitchit (Jakub Steiner)
 * gswitchit fixes (Sergey Udaltsov, Kjartan Maraas)
 * String composition fixes in gtik (Davyd Madeley)
 * More locations in gweather (Davyd Madeley, Martin Kretzschmar, Kalle
   Svensson, Gabriel M. Elder, Chris Kelso, Simos Xenitellis)
 * Support for multiple locations per city (Frank Solensky)
 * Removed old gweather Locations file (Davyd Madeley)
 * Make macro list for mini-commander global across all instances of the applet
   (Davyd Madeley)
 * multiload behaves better under NetBSD (Douglas Brebner)
 * Keep stickynotes on all workspaces if appropriate (Heikki Tauriainen)
 * make wireless applet warning dialogs multihead aware (Muktha Narayan)

Translations:
 * ca (Jordi Mallach)
 * az (Mətin Əmirov)
 * nl (Michiel Sikkes, Tino Meinen)
 * ar (Arafat Medini)
 * en_CA (Adam Weinberger)
 * fr (Christophe Merlet, Raphael Tournoy, Yannick Marchegay)
 * cs (Miloslav Trmac)
 * sq (Laurent Dhima)
 * en_GB (David Lodge)
 * sr (Danilo Šegan)
 * bg (Vladimir Petkov)
 * es (Francisco Javier F. Serrador)
 * de (Hendrik Brandt, Martin Kretzschmar)
 * fa (Meelad Zakaria)
 * ru (Leonid Kanter)
 * ang (James Johnson)
 * zh_TW (GNOME HK Team)
 * it (Francesco Marletta, Alessio Frusciante)

Stay tuned for more cool things like: day/night differentiation in gweather and
hopefully the inclusion of a CPUFreq monitoring applet. Development has finally
been revitalised. Since we don't have our own mailing list, we are staging a
hostile takeover of gnome-utils-list, which has now become the primary list for
Applets based discussion.

Remember, GNOME 2.9 is the unstable development branch of the GNOME desktop,
work on the stable tree such as bugfixes, translations and documentation should
take place on the gnome-2-8 branch.

Thanks everyone for contributing, especially if I accidently forgot you, and
stay tuned for GNOME Applets 2.9.2 next month!
2005-03-22 16:19:42 +00:00
jmmv
be2df1b6de Update to 2.10.0:
==============
Version 2.10.0
==============

  Misc

	* Add uk help (Maxim V. Dziumanenko)

  Translators

	* Frank Arnold (de)
	* Nikos Charonitakis (el)
	* David Lodge (en_GB)
	* Priit Laes (et)
	* Christophe Merlet (RedFox) (fr)
	* Žygimantas Beručka (lt)
	* Gnome PL Team (pl)
	* Dan Damian (ro)
	* Leonid Kanter (ru)
	* Данило
	  Шеган (sr)
	* Theppitak Karoonboonyanan (th)
	* Maxim Dziumanenko (uk)

==============
Version 2.9.92
==============

  Panel

	* List bookmarks in the right order in the Places menu (Vincent)
	* Simplify the code for About dialogs (Luca Ferretti)
	* Fix crash when there's an error loading an icon in the "Add to panel"
	  dialog (Vincent)
	* Fix path for launchers in default setup (Sébastien Bacher)
	* Fix error dialogs complaining about icon theme when starting and
	  there are drawers (Vincent)
	* New layout for the main menu, similar to the menu bar layout
	  (Vincent)
	* Fix applets with wrong backgrounds when the specified image
	  background does not exist (Vincent)
	* Fix main menu lockup when the lockdown mode is changed
	  (Vijaykumar Patwari)
	* Plug memory leaks (Vincent)
	* Support possible new format for the GTK+ bookmarks file (Vincent)
	* Fix crash when the desktop background changes (Vincent)

  Applets

	* Simplify the code for About dialogs (Luca Ferretti)
	* Fix leak when panel background changes (Vincent)

  Clock Applet

	* Fix update of the clock to happen every minute and not every second
	  when we don't show seconds (Vincent)

  Window List Applet

	* Fix icon loader for startup notification buttons (Vincent)

  Workspace Switcher Applet

	* Update for libwnck API change (Elijah Newren)

  Translators

	* Vital Khilko (be)
	* Vladimir Petkov (bg)
	* Jordi Mallach (ca)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Hendrik Richter (de)
	* Nikos Charonitakis (el)
	* David Lodge (en_GB)
	* Ivar Smolin (et)
	* Christophe Merlet (RedFox) (fr)
	* Ankit Patel (gu)
	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Kjartan Maraas (nb)
	* Reinout van Schouwen (nl)
	* Kjartan Maraas (no)
	* Raphael Higino (pt_BR)
	* Duarte Loreto (pt)
	* Marcel Telka (sk)
	* Elian Myftiu (sq)
	* Christian Rose (sv)
	* Theppitak Karoonboonyanan (th)
	* Maxim Dziumanenko (uk)
	* Woodman Tuen (zh_TW)

==============
Version 2.9.91
==============

  Panel

	* Update libegg files (Vincent, Mark)
	* Migrate launchers that are using applications: URI (Vincent)
	* Don't use applications: URI in the default panel setup (Vincent)
	* Use GtkIconTheme (Vincent)
	* Use named icons instead of stock icons (Vincent)
	* Fix object context menu positioning algorithm (Vincent)
	* Allow use of the whole screen when hiding a panel (Mark, Vincent)
	* Fix button menus using other menus than applications.menu (Vincent)
	* Plug memory leak (Vincent)
	* Don't let the user specify a panel size smaller than what is allowed
	  (Vincent)
	* Fix crash with context menus (Vincent)
	* Fix error dialog to appear on the right screen (Vincent)
	* Change the DnD icon to the dragged applet one in the "Add to panel"
          dialog. (Carlos Garnacho Parro)
	* Make "Run application" faster (Frank Worsley, Vincent)
	* Add accessible name for list of known applications in "Run
	  application" dialog (Muktha)
	* Use the new gnome_desktop_item_set_launch_time() API (Elijah Newren)
	* Make non local paths in the places menu work (Dennis Cranston)
	* Update the applications menu when the disable_command_line lockdown
	  key is changed (Vincent)
	* Fix 100% CPU bug with non-expanded panels (Vincent)

  libpanel-applet

	* Fix applet context menu positioning algorithm (Vincent)

  Show Desktop Applet

	* Show/hide desktop on the right screen (Arvind, Vincent)
	* Update the icon when icon theme changes (Paolo Borelli, Vincent)
	* Use GtkIconTheme (Vincent)

  Window Selector Applet

	* Move most of the code to a new widget in libwnck (Vincent Noel)

  Workspace Switcher Applet

	* Make applet look better when using a color/image background (Vincent)

  Misc

	* Code cleanups
	* Build fixes
	* Add comments for translators
	* Remove old useless files

  Translators

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Ivar Smolin (et)
	* Pauli Virtanen (fi)
	* Takeshi AIHANA (ja)
	* Changwoo Ryu (ko)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Reinout van Schouwen (nl)
	* Kjartan Maraas (no)
	* Raphael Higino (pt_BR)
	* Duarte Loreto (pt)
	* Leonid Kanter (ru)
	* Elian Myftiu (sq)
	* Theppitak Karoonboonyanan (th)
	* Funda Wang (zh_CN)

==============
Version 2.9.90
==============

  Panel

	* Show drawers on the right screen (Arvind)
	* Small optimization for the run dialog (Mark)
	* Open the menu on the right screen with Alt-F1 (Arvind)
	* HIG fixes in "Add to Panel" dialog (Vincent)
	* Fix rare crash when initiliazing the panel configuration (Vincent)
	* Use gtk dnd threshold value for snap tolerance (Vincent)
	* Better positioning for the context menu on objects (Vincent)
	* Unset StartupNotify in the .desktop when editing the command of the
	  launcher (Vincent)
	* Fix submenus not showing in menu bar after an update (Vincent)
	* Fix weird behaviour when the mouse goes on another screen while
	  dragging an object (Arvind)
	* Fix GTK+ bookmarks with spaces in the Places menu (Vincent)
	* Fix crasher when the recent documents list has changed (Vincent)
	* Add a help button when creating a new .desktop file on the desktop
	  (Takao Fujiwara, Vincent)
	* Add "Connect to Server" item to the Places menu (Vincent)
	* Move "Lock To Panel" at the bottom of the context menu (Vincent)
	* Fix scaling of icons in the menu to respect the ratio (Vincent)
	* Remove reference to the Actions menu (Vincent)
	* Try to help translators translate "Desktop" in different contexts

  libpanel-applet

	* Better positioning for the context menu on applets (Vincent)

  Window Selector

	* Dimm the icon if the window is minimized (Vincent Noel)

  Notification Area

	* Show the help on the right screen (Arvind)

  Translators

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Hendrik Richter (de)
	* Alexander Winston (en_CA)
	* Francisco Javier F. Serrador (es)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Rajeev Shrestha (ne)
	* Reinout van Schouwen (nl)
	* Åsmund Skjæveland (nn)
	* Kjartan Maraas (no)
	* Welther José O. Esteves (pt_BR)
	* Marcel Telka (sk)
	* Elian Myftiu (sq)
	* Christian Rose (sv)
	* Chanchai Junlouchai (th)
	* Funda Wang (zh_CN)

=============
Version 2.9.4
=============

  Panel

	* Close parent drawers of a drawer when a launcher is launched
	  (Vincent)
	* Fix 100% CPU usage when changing screen size (Vincent)
	* Fix z-order of drawers using their depth (Vincent)
	* Fix (again) autohiding not always working (Vincent)
	* Only open background images from regular files (Vasista Sarma,
	  Vincent)
	* Fix invalid usage of de-allocated memory (Vincent)
	* Fix labels in the "Add to Panel" dialog when the panel name is not
	  set (Christian Neumair)
	* Use new GtkFileChooserButton in panel properties (Vincent)
	* Do not allow to select non-image files for panel backgrounds
	  (Vincent)
	* Make Lock menu item HIG compliant (Madhan Raj M, Vincent)
	* Update the Lock check menu item when the gconf key changes
	  (Leena Gunda, Vincent)
	* Remove default panel names in the first-time config
	  (Christian Neumair)
	* Fix look of applet with handles in RTL environment (Vincent)
	* Add a focus line around the menu bar (Vincent Noel)
	* Draw animation when dropping files on a launcher (Vincent)
	* Fix crasher when moving a menu button between panels (Mark)
	* Make drawer context menu use header capitalization (Dennis Cranston)
	* New menu layout (Vincent)
	* Don't draw handles for drawers (Vincent)
	* HIG work on the "Add to Panel" dialog (Luca Ferretti, Vincent)
	* Fix strings in the "Add to Panel" dialog to help translators
	  (Luca Ferretti, Vincent)
	* Fix crash when closing an error dialog in some circumstances
	  (Vincent)

  libpanel-applet

	* Add new API to allow applets to request focus (Elijah Newren, Mark)

  Fish Applet

	* Fix leak (Vincent)
	* Open the fortune dialog only on button release (Vincent)
	* Instant apply for the disable_command_line lockdown key (Vincent)

  Workspace Switcher Applet

	* Add mouse wheel scrolling to change workspaces (Mark, Vincent)
	* Fix visual glitch when starting (Vincent)

  Window Selector Applet

	* Fix applet name in the about dialog (Vincent)
	* Make the applet look consistent with other menus (Søren Sandmann,
	  Vincent Noel)

  Show Desktop Applet

	* Activate show desktop button on drag an drop (Maciej Katafiasz)

  Misc

	* Use a better name in the notification area about dialog (Vincent)
	* Fix spec files to build RPM (Vincent)
	* Add API doc for panel_applet_request_focus() (Vincent)
	* Cleanups (Vincent, Mark)

  Translators

	* Miloslav Trmac (cs)
	* Nikos Charonitakis (el)
	* Adam Weinberger (en_CA)
	* Francisco Javier F. Serrador (es)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Leonid Kanter (ru)
	* Elian Myftiu (sq)
	* Christian Rose (sv)

=============
Version 2.9.3
=============

  Panel

	* Code cleanups (Vincent, Mark)
	* Do not block the panel when an applet initialisation is blocking (Vincent)
	* Do not block the panel when an applet can not be loaded (Vincent)
	* Find the right icon when dropping an URI (Vincent)
	* Fix configuration changes when the panel is hidden (Vincent)
	* Fix drag and drop of text in the run dialog (Vincent)
	* Fix image & translucent backgrounds for the menu bar (Vincent)
	* Use icon names instead of some stock icons (Vincent)
	* Use an icon when dragging the action buttons (Vincent)
	* Fix leaks (Frederic Crozat, Kjartan Maraas, Vincent)
	* Load the menu from desktop files only when the menu is shown (Mark)
	* Fix disappearing menu separator in recent documents (Vincent)
	* Use startup notification for gnome-search-tool (Dennis Cranston)
	* Use icons of the right size for launchers (Vincent)
	* HIGify the "Delete this Panel..." dialog (Dennis Cranston)
	* Fix auto-hiding of panel when dragging something on it (Vincent)
	* Drawer context menu is the same on the button and on the toplevel (Vincent)
	* Add a "Launch" menu item to the launcher context menu (Vincent)
	* Fix removal of the last applet/object that could not get removed (Vincent)
	* Fix translucent backgrounds for auto-hidden panels (Vincent)
	* Fix image and translucent backgrounds for applets with a handle (Vincent)
	* Fix 100% CPU usage when closing drawers in some case (Vincent)
	* Fix infinite loop when moving a non expanded panel (Vincent)
	* Make it easier to center non expanded panel (Vincent)

  Applets

	* Fix resizing of the notification area (Mark)
	* Don't crash if the icon for the show desktop is not found (Mark, Srirama Sharma)

  Misc

	* Update README (Vincent)
	* 100% API doc coverage for libpanel-applet (Vincent)

  Translators

	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Takeshi AIHANA (ja)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Zuza Software Foundation (nso)
	* Chanchai Junlouchai (th)
	* Zuza Software Foundation (zu)

=============
Version 2.9.2
=============

  Panel

	* Use libgnome-menu to generate menus (Mark, Alex Larsson)
	* Extend code to support (in the future) drag and drop of Nautilus desktop icons (Mark)
	* Fix drag and drop of folders with special caracters (Matthias Clasen)
	* Partial fix for a crash when dropping an image on the panel (Mark)
	* Store panel configuration in a new location so you can share the settings between GNOME 2.2 and later (Mark)
	* Remove profiles (Mark)
	* Stop using some deprecated functions (Vincent)
	* Make more dialogs HIG compliant (William Jon McCann)
	* Remove the panel name entry from the panel properties (Christian Neumair)
	* Ignore the delete event (so you don't accidentally close the panel in XFCE, eg) (Sebastian Kapfer)
	* Use gnome-vfs API to open recent files (Marco Pesenti Gritti)
	* Don't use gnome-vfs-module anymore (Mark)
	* Fix startup notification animation to not leave artifact (Matthias Clasen)
	* Create file launcher, and not nautilus launcher, when dropping URI (Vincent)
	* Fix drag and drop for URL (Romain Baffet)

  All Applets

	* Fix applet ID strings (Mark)

  Clock Applet

	* Use the right icon in the "Add to panel" dialog (Vincent)
	* Accept percentage and spaces when entering percentages for actions (Vincent Noel)
	* Add a gconf key to show/hide the week numbers in the calendar (Vincent)

  Window List Applet

	* Fix the name in the about dialog (Vincent)

  Misc

	* Updated italian docs (Luca Ferreti)
	* Fix example in libpanel-applet doc (Caleb Groom)

  Translators

	* Vladimir Petkov (bg)
	* Miloslav Trmac (cs)
	* Martin Willemoes Hansen (da)
	* Hendrik Richter (de)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Francisco Javier F. Serrador (es)
	* Meelad Zakaria (fa)
	* Takeshi AIHANA (ja)
	* Hasbullah Bin Pit (ms)
	* Kjartan Maraas (nb)
	* Zuza Software Foundation (nso)
	* Elian Myftiu (sq)
	* Funda Wang (zh_CN)

=============
Version 2.9.1
=============

  Panel

	* Scale down the app icon in the "Run application" dialog (Vincent Noel)
	* Make the "application launchers" more visible in the Addto dialog (Vincent Noel)
	* Make the "add" button insensitive in the Addto dialog when nothing is selected (Vincent Noel)
	* Harden user configuration so new defaults doesn't appear for user (Mark)
	* Set tooltip in recent files menu (William Jon McCann)
	* Don't talk about panel when the user is dealing with a drawer (Vincent)
	* Remove distribution menu (Christian Neumair)
	* Make "Reload Applet" HIG-compliant (Christian Neumair)
	* Port to GtkAboutDialog (Vincent)
	* Use new GTK+ facility for setting window icons (Vincent)
	* Use icons from the icon theme (Vincent, Marco Pesenti Gritti)
	* Ellipsize text in Addto dialog (Vincent)
	* Don't use deprecated functions (Vincent)
	* Limit the use of libgnome* (Vincent)
	* Make pixmap backgrounds work for the applets (James Henstridge)

  All Applets

	* Port to GtkAboutDialog (Vincent)
	* Use new GTK+ facility for setting window icons (Vincent)
	* Limit the use of libgnome* (Vincent)
	* Don't use deprecated functions (Vincent)
	* Better panel background support (Vincent)

  Clock Applet

	* Fix calendar position (William Jon McCann)
	* Use icon from the icon theme (Vincent)
	* Update the clock when the time has changed (Marco Pesenti Gritti)
	* Launch task URL on the right screen (Vincent)
	* Use the ellipsizing code from GTK+ (Vincent)

  Fish Applet

	* Add a Speak Again button (Vincent)
	* Use the monospace font for displaying fortune (Vincent)
	* Launch the command asynchronously (Vincent)
	* Don't ignore command parameters (Vincent)
	* Ellipsize the main label in the window if necessary (Vincent)
	* Use the filechooser for choosing the image (Vincent)

  Notification Area Applet

	* Don't use GTK+ name space (Vincent)

  Window Menu Applet

	* Fix crash when showing No Windows Open (Crispin Flowerday)
	* Hide focus line padding (Vincente Noel)
	* Update the menu if a window name changes (Matt T. Proud)
	* Use the ellipsizing code from GTK+ (Matt T. Proud)
	* Update the menu if a window state or icon changes (Vincent)

  Screenshooter

	* Move to gnome-utils (Jonathan Blandford)

  Misc

	* Remove useless icons (Vincent)
	* Install datafiles in better places (Vincent)
	* Don't use deprecated functions for panel-test-applets (Vincent)
	* Update libecal requirement (Vincent)

  Translators

	* Rostislav Raykov (bg)
	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* David Lodge (en_GB)
	* Christophe Merlet (RedFox) (fr)
	* Mohammad DAMT (id)
	* Luca Ferretti (it)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (no)
	* Gora Mohanty (or)
	* Elian Myftiu (sq)
	* Данило Шеган (sr)
2005-03-22 16:18:38 +00:00
jmmv
b6a3238e15 Update to 2.10.0:
gnome-control-center 2.10.0

background:
- fix the crashes with non-UTF8 names (Rodney Dawes)

general:
- do not warn vnc users that their XKB does not work.  We already know.
  (Jody Goldberg)

translators:

Vladimir Petkov (bg)
Jordi Mallach (ca)
Miloslav Trmac (cs)
Martin Willemoes Hansen (da)
Frank Arnold (de)
Kostas Papadimas (el)
Adam Weinberger (en_CA)
David Lodge (en_GB)
Francisco Javier F. Serrador (es)
Priit Laes (et)
Pauli Virtanen (fi)
Simon Manlay (fr)
Ankit Patel (gu)
Gabor Kelemen (hu)
Alessio Dessì (it)
Takeshi AIHANA (ja)
Changwoo Ryu (ko)
Žygimantas Beručka (lt)
Kjartan Maraas (nb)
Reinout van Schouwen (nl)
Kjartan Maraas (no)
Gnome PL Team (pl)
Raphael Higino (pt_BR)
Duarte Loreto (pt)
Dan Damian (ro)
Leonid Kanter (ru)
Marcel Telka (sk)
Elian Myftiu (sq)
Veljko M. Stanojevic (sr)
Christian Rose (sv)
Theppitak Karoonboonyanan (th)
Maxim Dziumanenko (uk)
Woodman Tuen (zh_TW)

------------------------------------------------------------------------------
gnome-control-center 2.9.91

general:
- check for xmodmap files, and offer to load them (#143487)
- changing the default value for "handleIndicators" to false (#161343)
  (Sergey V. Udaltsov)
- check for screensaver functionality in libXext.so also when deciding
  to build typing-break (#155461) (Leena Gunda)
- providing ability to suppress the "x sysconfig changed" warning message
  (#150435) (Sergey V. Udaltsov).
- handle the modmap settings (#143487) (Shakti Sen)
- fix number of leaks (Kjartan Maraas)

background:
- use the boolean argument to specify if we want to update gconf or not.
  Always get the colors for both primary and secondary and update the thumbnail
  (#166486) (Rodney Dawes)
- force using the GTK backend (#154978) (Rodney Dawes)

common:
- leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas)

network:
- adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen)

theme-switcher:
- new install procedure (#102216) (David Sedeño)
- some string fixes (#166550) (David Lodge)
- remove a load of leaks and make sure newly installed themes show up in the
  relevant lists without having to close/open the dialog again (#166267)
  (Kjartan Maraas)
- fix an infinite loop that was bringing single-CPU systems to their
  knees (#160803) (Elijah Newren).

Translators:

Vladimir Petkov (bg)
Miloslav Trmac (cs)
Frank Arnold (de)
Nikos Charonitakis (el)
Adam Weinberger (en_CA)
David Lodge (en_GB)
Francisco Javier F. Serrador (es)
Ivar Smolin (et)
Pauli Virtanen (fi)
Alessio Dessì (it)
Takeshi AIHANA (ja)
Changwoo Ryu (ko)
Žygimantas Beručka (lt)
Kjartan Maraas (nb)
rajeev shrestha (ne)
Åsmund Skjæveland (nn)
Kjartan Maraas (no)
Raphael Higino (pt_BR)
Duarte Loreto (pt)
Leonid Kanter (ru)
Elian Myftiu (sq)
Christian Rose (sv)
Theppitak Karoonboonyanan (th)
Baris Cicek (tr)
Funda Wang (zh_CN)

------------------------------------------------------------------------------
gnome-control-center 2.9.4

- fix the build out of the source dir (Closes: #158333).
- don't set "close" as the default button for the differents capplets
  (Closes: #98202).
- use a temporary filename to not overwrite existant files in ~/.themes
  (Closes: #97180).
- theme-thumbnailer doesn't require an absolute path (Closes: #153203).
- use ~/ instead of / as working directory for programs launched with the
  multimedia keys (Closes: #162069).
- fixed the "locate pointer" feature (Closes: #149383).
- load the translated descriptions in the backgrounds capplet
  (Closes: # 160700)
- add a preview in the backgrounds fileselector (Closes: #139714).
- add a proxy exclusion list configuration in the network capplet
  (Closes: #147666).
- some bugs and leaks fixed.

 Translators:

Vladimir Petkov (bg)
Miloslav Trmac (cs)
Kostas Papadimas (el)
Adam Weinberger (en_CA)
Francisco Javier F. Serrador (es)
Takeshi AIHANA (ja)
Žygimantas Beručka (lt)
Kjartan Maraas (nb)
rajeev shrestha (ne)
Kjartan Maraas (no)
Leonid Kanter (ru)
Elian Myftiu (sq)
Christian Rose (sv)


gnome-control-center 2.9.3

- Add a button to turn off a sound event (#14272).
- Allow to use themes with the ".tgz" extension (#148895).
- Don't nuke .Xdefaults when restarting g-s-d (#127050).
- Fix the themes installation with the non GNU versions of tar (#114553).
- Mask the "Text Editor" tab since the new mime system doesn't use this
  setting.
- Updated the tooltips to respect the HIG.
- Updated to use libnautilus-extensions.
- Updated the menu entries for the new gnome-menus system.
2005-03-22 16:17:10 +00:00
jmmv
36201a6e43 Update gnome2-pixmaps and gnome-desktop to 2.10.0:
==============
Version 2.10.0
==============

  Translators

	* Gabor Kelemen (hu)
	* Luca Ferretti (it)
	* Žygimantas Beručka (lt)
	* Dan Damian (ro)
	* Leonid Kanter (ru)
	* Данило Шеган (sr)
	* Canonical Ltd (xh)
	* Abel Cheung (zh_TW)

==============
Version 2.9.92
==============

  Misc

	* Remove icons that are in gnome-icon-theme

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Martin Willemoes Hansen (da)
	* Christophe Merlet (RedFox) (fr)
	* Ankit Patel (gu)
	* Changwoo Ryu (ko)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Gnome PL Team (pl)
	* Evandro Fernandes Giovanini (pt_BR)
	* Paisa Seeluangsawat (th)
	* Baris Cicek (tr)
	* Maxim Dziumanenko (uk)
	* Canonical Ltd (xh)

==============
Version 2.9.91
==============

  libgnome-desktop

	* New gnome_desktop_item_set_launch_time() API (Elijah Newren, Mark)

  Translators

	* Jordi Mallach (ca)
	* Nikos Charonitakis (el)
	* David Lodge (en_GB)
	* Ivar Smolin (et)
	* Pauli Virtanen (fi)
	* Gil Osher (he)
	* Žygimantas Beručka (lt)
	* Duarte Loreto (pt)
	* Elian Myftiu (sq)

================
Version 2.9.90.1
================

  Misc

	* update LT_VERSION
	* update GNOME version

==============
Version 2.9.90
==============

  Translators

	* Vladimir "Kaladan" Petkov (bg)
	* Telsa Gwynne (cy)
	* Frank Arnold (de)
	* Francisco Javier F. Serrador (es)
	* Priit Laes (et)
	* Takeshi AIHANA (ja)
	* Tino Meinen (nl)
	* Åsmund Skjæveland (nn)
	* Marcel Telka (sk)
	* Elian Myftiu (sq)
	* Christian Rose (sv)

=============
Version 2.9.4
=============

  Misc

	* Add .desktop file for gnome-about (Vincent Untz)
	* Fix compiler warning (Kjartan)
	* distcheck fixing (Mark)

  libgnome-desktop

	* Don't append invalid URIs to command line when launching (Vijaykumar Patwari)

  Translators

	* Miloslav Trmac (cs)
	* Adam Weinberger (en_CA)
	* Žygimantas Beručka (lt)
	* Kjartan Maraas (nb)
	* Kjartan Maraas (no)
	* Christian Rose (sv)

=============
Version 2.9.3
=============

  Translators

	* Zuza Software Foundation (nso)
	* Zuza Software Foundation (zu)

=============
Version 2.9.2
=============

  Misc

	* move some icons in gnome-applets & gnome-icon-theme (David Madeley, Mark)
	* move data files for the menus to gnome-menus (Mark)
	* don't use some deprecated functions (Vincent)

  Translators

	* Meelad Zakaria (fa)
	* Zuza Software Foundation (nso)
2005-03-22 16:09:27 +00:00