pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnome2-terminal Update to 2.6.0. Changes since pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/796dc3aba83e
branches:  trunk
changeset: 471929:796dc3aba83e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Apr 01 18:50:21 2004 +0000

description:
Update to 2.6.0.  Changes since previous stable branch (2.4.x):

2.6.0
=====
- Make new tabs/windows open in the current directory of the current tab.
- Handle icon and window titles separately when needed.
- Set window roles on all windows, so that window managers can use
  this information.
- Lots of changes so that the interface follows the HIG more closely and
  plays well and consistently with the rest of GNOME, becoming in general
  more usable. This includes from wording changes to various rearrangements
  in the interface to behaviour changes.- Updated and enhanced manual.
- Better URL recognition.
- Some accessibility improvements.
- Better handling of session saving.
- Lots of amazing work by translators; since last time, we have added Tamil,
  Norwegian Nynorsk, Croatia/Hrvatska, Thai and Canadian English.
- Moved to the new GTK+ widgets in most places.
- Fixed quite a few bugs and memory leaks.

Thanks go to everybody who participated in this: translators, documenters,
bug herders, testers, bug reporters and a big et caetera.

2.5.90
======

  - Fixed an accelerator clash in the popup, caught by Ben Maurer.
  - Code cleanups in accessilibity code, spotted by Padraig O'Briain
  - Updated translations: Mətin Əmirov (az), Miloslav Trmac (cs),
    Ole Laursen (da), Christian Neumair (de), Kostas Papadimas (el),
    Francisco Javier F. Serrador (es), Christophe Merlet (fr), Takeshi
    AIHANA (ja), Žygimantas Beručka (lt), Sanlig Badral (mn), Vincent
    van Adrighem (nl), Kjartan Maraas (no), Artur Flinta (pl), Duarte
    Loreto (pt), Laurent Dhima (sq), Danilo Šegan (sr), Christian Rose (sv).
  - New translations: Adam Weinberger (en_CA), Chatchawarn Hansakunbuntheung
    and Chanchai Junlouchai (th).

2.5.5
=====

  - Fixed a crash under IceWM, thanks to Owen, who “spent quite some
    time looking at protocol traces”.
  - Use the new file chooser, now that libgnomeui allows us to do that.
  - Be better w.r.t. a11y; Muktha Narayan.
  - A couple of minor miscellaneous fixes.
  - Updated translations: Mətin Əmirov (az), Miloslav Trmac (cs),
    Nikos Charonitakis (el), Francisco Javier F. Serrador (es),
    Pauli Virtanen (fi), Christophe Merlet (RedFox) (fr),
    Takeshi AIHANA (ja), Young-Ho Cha (ko), Daniel van Eeden (nl),
    Kjartan Maraas (no), Gnome PL Team (pl), Laurent Dhima (sq),
    Слободан Средојевић (sr), Christian Rose (sv), Maxim Dziumanenko (uk).

2.5.4
=====

  - Fixed saving the geometry of windows with tabs to the session.
  - Be smarter on Solaris (Robert Basch)
  - Use the new GTK+ API in more places.
  - Make keyboard shortcuts work even when the menubar is hidden.
  - Updated translations: Arafat Medini (ar), Mətin Əmirov (az), Miloslav
    Trmac (cs), Ole Laursen (da), Christian Neumair (de), Francisco Javier
    F. Serrador (es), Christophe Merlet (RedFox) (fr), Alastair McKinstry
    (ga), Robert Sedak (hr), Takeshi AIHANA (ja), Young-Ho Cha (ko),
    Žygimantas Beručka (lt), Sanlig Badral (mn), Daniel van Eeden (nl),
    Åsmund Skjæveland (nn), Kjartan Maraas (no), Gnome PL Team (pl), Duarte
    Loreto (pt), Laurent Dhima (sq), Слободан Средојевић (sr).

2.5.1
=====

  - Fixed the navigation among notebook tabs.
  - Make sure the profile editor sets mnemonic widgets on things so that we are nice
    to gnopernicus/GOK users.
  - Updates to the manual.
  - Follow the HIG and the GDSG more closely.
  - Make uris go through gnome_vfs_make_uri_from_input so that
    things like www.gnome.org are properly handled (Behdad Esfahbod).

2.5.0
=====

  Thanks to Kjartan Maraas for hunting memleaks, and the translation team.

  - Make new windows/tabs open in the current tab's working directory, and
    make factory calls start shells in the directory current at the call.
  - Fixed a couple of crasher bugs.
  - Fixed a couple of ngettext related problems.
  - Various UI enhancements in menus, key navigation et caetera.
  - Make sensible use of xterm's control sequences for setting icon titles.
  - Set roles on all windows, so that window managers can use them.
  - Fix a few memory leaks, found by Kjartan Maraas.

diffstat:

 x11/gnome2-terminal/Makefile |   7 +++----
 x11/gnome2-terminal/PLIST    |  10 ++++++++--
 x11/gnome2-terminal/distinfo |   6 +++---
 3 files changed, 14 insertions(+), 9 deletions(-)

diffs (86 lines):

diff -r 9274566de803 -r 796dc3aba83e x11/gnome2-terminal/Makefile
--- a/x11/gnome2-terminal/Makefile      Thu Apr 01 18:49:52 2004 +0000
+++ b/x11/gnome2-terminal/Makefile      Thu Apr 01 18:50:21 2004 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2004/03/26 02:27:59 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2004/04/01 18:50:21 jmmv Exp $
 #
 
-DISTNAME=              gnome-terminal-2.4.2
+DISTNAME=              gnome-terminal-2.6.0
 PKGNAME=               ${DISTNAME:S/-/2-/}
-PKGREVISION=           5
 CATEGORIES=            x11 gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.4/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-terminal/2.6/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            sab%posix.org.uk@localhost
diff -r 9274566de803 -r 796dc3aba83e x11/gnome2-terminal/PLIST
--- a/x11/gnome2-terminal/PLIST Thu Apr 01 18:49:52 2004 +0000
+++ b/x11/gnome2-terminal/PLIST Thu Apr 01 18:50:21 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/01/08 20:58:39 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/04/01 18:50:21 jmmv Exp $
 bin/gnome-terminal
 lib/bonobo/servers/gnome-terminal.server
 share/application-registry/gnome-terminal.applications
@@ -72,6 +72,7 @@
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnome-terminal.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnome-terminal.mo
@@ -82,6 +83,7 @@
 ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gnome-terminal.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/id/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnome-terminal.mo
@@ -94,6 +96,7 @@
 ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnome-terminal.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnome-terminal.mo
@@ -107,6 +110,7 @@
 ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gnome-terminal.mo
+${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnome-terminal.mo
 ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gnome-terminal.mo
@@ -125,6 +129,7 @@
 share/omf/gnome-terminal/gnome-terminal-zh_CN.omf
 share/omf/gnome-terminal/gnome-terminal-zh_TW.omf
 share/pixmaps/gnome-terminal.png
+@comment in xdg-dirs: @dirrm share/pixmaps
 @dirrm share/omf/gnome-terminal
 @comment in scrollkeeper: @dirrm share/omf
 @dirrm share/gnome/help/gnome-terminal/zh_TW/figures
@@ -154,5 +159,6 @@
 @dirrm share/gnome-terminal/glade
 @dirrm share/gnome-terminal
 @comment in GConf2: @dirrm share/gconf/schemas
-@comment in gnome2-dirs: @dirrm share/applications
+@comment in xdg-dirs: @dirrm share/applications
+@comment in xdg-dirs: @dirrm share/application-registry
 @comment in libbonobo: @dirrm lib/bonobo/servers
diff -r 9274566de803 -r 796dc3aba83e x11/gnome2-terminal/distinfo
--- a/x11/gnome2-terminal/distinfo      Thu Apr 01 18:49:52 2004 +0000
+++ b/x11/gnome2-terminal/distinfo      Thu Apr 01 18:50:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/01/10 04:56:14 xtraeme Exp $
+$NetBSD: distinfo,v 1.8 2004/04/01 18:50:21 jmmv Exp $
 
-SHA1 (gnome-terminal-2.4.2.tar.bz2) = 991969769afc6b151bb345b1f4e4c064fe85fa16
-Size (gnome-terminal-2.4.2.tar.bz2) = 1658743 bytes
+SHA1 (gnome-terminal-2.6.0.tar.bz2) = 62b146d51ba43ee399e1f894e382f75780234b72
+Size (gnome-terminal-2.6.0.tar.bz2) = 1911916 bytes


Home | Main Index | Thread Index | Old Index