diff options
author | jmmv <jmmv> | 2004-09-21 17:11:10 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-09-21 17:11:10 +0000 |
commit | 1d1e6b622cd34788a294c80fb5f7100cf91464c0 (patch) | |
tree | 7f6ea88a3bbab542faab8d5aca73926046fcf926 /editors | |
parent | f5c77b9c290e5bc4bd111318db1a83136a58c665 (diff) | |
download | pkgsrc-1d1e6b622cd34788a294c80fb5f7100cf91464c0.tar.gz |
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
===========
gedit 2.8.0
===========
New and updated translations
============================
- Hasbullah Bin Pit (ms)
- Dafydd Harries (cy)
- Christophe Merlet (fr)
- Ridvan Can (tr)
- Vladimir Petkov (bg)
- Theppitak Karoonboonyanan (th)
- David Lodge (en_GB)
- Misu Moldovan (ro)
- Nikos Charonitakis (el)
- Kjartan Maraas (nb)
- Kjartan Maraas (no)
- Raphael Higino (pt_BR)
- Mətin Əmirov (az)
- Miloslav Trmac (cs)
- Hendrik Richter (de)
- Arafat Medini (ar)
- Åsmund Skjæveland (nn)
- Kostas Papadimas (el)
============
gedit 2.7.92
============
Fixes
=====
- fix misc spell plugin issues (#149400, #149761, #149475) (Paolo Borelli)
Docs
====
- Updated for GNOME 2.8 (Breda McColgan)
New and updated translations
============================
- Akagic Amila (bs)
- Iñaki Larrañaga (eu)
- Jarkko Ranta (fi)
- Reinout van Schouwen (nl)
- Changwoo Ryu (ko)
- Jordi Mallach (ca)
- Danilo Šegan (sr.po)
- Danilo Šegan (sr@Latn.po)
- Leonid Kanter (ru)
- Maxim Dziumanenko (uk)
- Francisco Javier F. Serrador (es)
- Adam Weinberger (en_CA)
- Christian Rose (sv)
- Takeshi AIHANA (ja)
- Laszlo Dvornik (hu)
- Funda Wang (zh_CN)
- Miloslav Trmac (cs)
- Martin Willemoes Hansen (da)
- Laurent Dhima (sq)
- Ankit Patel (gu)
- Duarte Loreto (pt)
- Artur Flinta (pl)
- Metin Amiroff (az)
- Kjartan Maraas (nb)
============
gedit 2.7.91
============
Fixes
=====
- Bump Intltool requirement to 0.31 (Owen Taylor)
- Make the print dialog resizable (Jody Golberg)
- Fix a leak on Revert (Paolo Borelli)
- Update to the latest egg-recent (Paolo B.)
- Add new languages to the spell plugin (J.H.M. Dassen)
New and updated translations
============================
- Francisco Javier F. Serrador (es)
- Duarte Loreto (pt)
- Changwoo Ryu (ko)
- Gurban Tewekgeli (tk)
- Laurent Dhima (sq)
- Kjartan Maraas (no)
- Artur Flinta (pl)
- Miloslav Trmac (cs)
- Adam Weinberger (en_CA)
- Christian Neumair (de)
- Funda Wang (zh_CN)
- Miloslav Trmac (cs)
- Åsmund Skjæveland (nn)
- Maxim Dziumanenko (uk)
- Changwoo Ryu (ko)
- Takeshi AIHANA (ja)
- Meelad Zakaria (fa)
============
gedit 2.7.90
============
New Features
============
- Add a command line option to specify the encoding (Paolo Borelli)
Fixes
=====
- Adapt to the new Mime system (Ray Strode)
- Always update the sensitivity of "Move to new window" (Madhan Raj M/Paolo Maggi)
- Remove annoying alert when creating a non-existent file (Vinay)
- Hopefully fix for good the recent files locking (Paolo M.)
- fix accessibility issue in Open Location dialog (Padraig O'Briain)
- avoid multiple about dialogs for the plugins (Paolo B.)
New and updated translations
============================
- Kjartan Maraas (no)
- Nikos Charonitakis (el)
- Christophe Merlet (fr)
- Laurent Dhima (sq)
- Laszlo Dvornik (hu)
- Duarte Loreto (pt)
- Guntupalli Karunakar (hi)
- Gareth Owen (en_GB)
- Miloslav Trmac (cs)
- Francisco Javier F. Serrador (es)
- Christian Rose (sv)
- Vincent van Adrighem (nl)
- Gil Osher (he)
- Takeshi AIHANA (ja)
- Alexander Shopov (bg)
=============================================
gedit 2.7.1 - "FUTURE PROGRAMMING TECHNOLOGY"
=============================================
New Features
============
- Add a change case plugin (Paolo Borelli)
- debugging output is now enabled with env vars (Paolo B.)
Fixes
=====
- link help button in preferences and page setup dialogs (Muktha)
- Syntax Highlighting prefs don't get confused (Travis Snoozy)
- merge misc bugfixes from the stable branch
New and updated translations
============================
- Christian Neumair (de)
- Nikos Charonitakis (el)
- Laurent Dhima (sq)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 7 | ||||
-rw-r--r-- | editors/gedit/PLIST | 75 | ||||
-rw-r--r-- | editors/gedit/distinfo | 6 |
3 files changed, 51 insertions, 37 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index cb633a415e8..9ed0c4a35a1 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2004/06/26 10:39:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.36 2004/09/21 17:11:10 jmmv Exp $ # -DISTNAME= gedit-2.6.2 +DISTNAME= gedit-2.8.0 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.8/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -35,6 +35,7 @@ CONFIGURE_ARGS+= --enable-schemas-install .include "../../devel/pkgconfig/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../print/libgnomeprintui/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" diff --git a/editors/gedit/PLIST b/editors/gedit/PLIST index e5d4a21a57f..e0bf6249424 100644 --- a/editors/gedit/PLIST +++ b/editors/gedit/PLIST @@ -1,38 +1,42 @@ -@comment $NetBSD: PLIST,v 1.11 2004/06/26 10:39:25 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/09/21 17:11:10 jmmv Exp $ bin/gedit bin/gnome-text-editor -include/gedit-2.6/gedit/bonobo-mdi-child.h -include/gedit-2.6/gedit/bonobo-mdi.h -include/gedit-2.6/gedit/gedit-convert.h -include/gedit-2.6/gedit/gedit-debug.h -include/gedit-2.6/gedit/gedit-document.h -include/gedit-2.6/gedit/gedit-encodings.h -include/gedit-2.6/gedit/gedit-file.h -include/gedit-2.6/gedit/gedit-mdi-child.h -include/gedit-2.6/gedit/gedit-mdi.h -include/gedit-2.6/gedit/gedit-menus.h -include/gedit-2.6/gedit/gedit-metadata-manager.h -include/gedit-2.6/gedit/gedit-output-window.h -include/gedit-2.6/gedit/gedit-plugin.h -include/gedit-2.6/gedit/gedit-prefs-manager-app.h -include/gedit-2.6/gedit/gedit-prefs-manager.h -include/gedit-2.6/gedit/gedit-print.h -include/gedit-2.6/gedit/gedit-recent.h -include/gedit-2.6/gedit/gedit-utils.h -include/gedit-2.6/gedit/gedit-view.h -include/gedit-2.6/gedit/gedit2.h -include/gedit-2.6/gedit/recent-files/egg-recent-item.h -include/gedit-2.6/gedit/recent-files/egg-recent-model.h -include/gedit-2.6/gedit/recent-files/egg-recent-util.h -include/gedit-2.6/gedit/recent-files/egg-recent-view-bonobo.h -include/gedit-2.6/gedit/recent-files/egg-recent-view-gtk.h -include/gedit-2.6/gedit/recent-files/egg-recent-view.h +include/gedit-2.8/gedit/bonobo-mdi-child.h +include/gedit-2.8/gedit/bonobo-mdi.h +include/gedit-2.8/gedit/gedit-convert.h +include/gedit-2.8/gedit/gedit-debug.h +include/gedit-2.8/gedit/gedit-document.h +include/gedit-2.8/gedit/gedit-encodings.h +include/gedit-2.8/gedit/gedit-file.h +include/gedit-2.8/gedit/gedit-mdi-child.h +include/gedit-2.8/gedit/gedit-mdi.h +include/gedit-2.8/gedit/gedit-menus.h +include/gedit-2.8/gedit/gedit-metadata-manager.h +include/gedit-2.8/gedit/gedit-output-window.h +include/gedit-2.8/gedit/gedit-plugin.h +include/gedit-2.8/gedit/gedit-prefs-manager-app.h +include/gedit-2.8/gedit/gedit-prefs-manager.h +include/gedit-2.8/gedit/gedit-print.h +include/gedit-2.8/gedit/gedit-recent.h +include/gedit-2.8/gedit/gedit-utils.h +include/gedit-2.8/gedit/gedit-view.h +include/gedit-2.8/gedit/gedit2.h +include/gedit-2.8/gedit/recent-files/egg-recent-item.h +include/gedit-2.8/gedit/recent-files/egg-recent-model.h +include/gedit-2.8/gedit/recent-files/egg-recent-util.h +include/gedit-2.8/gedit/recent-files/egg-recent-view-bonobo.h +include/gedit-2.8/gedit/recent-files/egg-recent-view-gtk.h +include/gedit-2.8/gedit/recent-files/egg-recent-view.h lib/bonobo/libgedit-control.a lib/bonobo/libgedit-control.la lib/bonobo/libgedit-control.so lib/bonobo/servers/GNOME_Gedit.server +lib/gedit-2/plugins/changecase.gedit-plugin lib/gedit-2/plugins/docinfo.gedit-plugin lib/gedit-2/plugins/indent.gedit-plugin +lib/gedit-2/plugins/libchangecase.a +lib/gedit-2/plugins/libchangecase.la +lib/gedit-2/plugins/libchangecase.so lib/gedit-2/plugins/libdocinfo.a lib/gedit-2/plugins/libdocinfo.la lib/gedit-2/plugins/libdocinfo.so @@ -63,7 +67,7 @@ lib/gedit-2/plugins/sort.gedit-plugin lib/gedit-2/plugins/spell.gedit-plugin lib/gedit-2/plugins/taglist.gedit-plugin lib/gedit-2/plugins/time.gedit-plugin -lib/pkgconfig/gedit-2.6.pc +lib/pkgconfig/gedit-2.8.pc man/man1/gedit.1 share/application-registry/gedit.applications share/applications/gedit.desktop @@ -103,6 +107,10 @@ share/gnome/help/gedit/es/figures/gedit_recent_files_menu_icon.png share/gnome/help/gedit/es/figures/gedit_window.png share/gnome/help/gedit/es/gedit.xml share/gnome/help/gedit/es/legal.xml +share/gnome/help/gedit/eu/figures/gedit_recent_files_menu_icon.png +share/gnome/help/gedit/eu/figures/gedit_window.png +share/gnome/help/gedit/eu/gedit.xml +share/gnome/help/gedit/eu/legal.xml share/gnome/help/gedit/fr/figures/gedit_recent_files_menu_icon.png share/gnome/help/gedit/fr/figures/gedit_window.png share/gnome/help/gedit/fr/gedit.xml @@ -146,6 +154,7 @@ ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/gedit-2.6.mo +${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gedit-2.6.mo @@ -181,6 +190,7 @@ ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/mr/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gedit-2.6.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gedit-2.6.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gedit-2.6.mo @@ -210,6 +220,7 @@ share/mime-info/gedit.keys share/omf/gedit/gedit-C.omf share/omf/gedit/gedit-de.omf share/omf/gedit/gedit-es.omf +share/omf/gedit/gedit-eu.omf share/omf/gedit/gedit-fr.omf share/omf/gedit/gedit-it.omf share/omf/gedit/gedit-ja.omf @@ -245,6 +256,8 @@ share/pixmaps/gedit-plugin-manager.png @dirrm share/gnome/help/gedit/it @dirrm share/gnome/help/gedit/fr/figures @dirrm share/gnome/help/gedit/fr +@dirrm share/gnome/help/gedit/eu/figures +@dirrm share/gnome/help/gedit/eu @dirrm share/gnome/help/gedit/es/figures @dirrm share/gnome/help/gedit/es @dirrm share/gnome/help/gedit/de/figures @@ -264,6 +277,6 @@ share/pixmaps/gedit-plugin-manager.png @dirrm lib/gedit-2/plugins @dirrm lib/gedit-2 @comment in libbonobo: @dirrm lib/bonobo/servers -@dirrm include/gedit-2.6/gedit/recent-files -@dirrm include/gedit-2.6/gedit -@dirrm include/gedit-2.6 +@dirrm include/gedit-2.8/gedit/recent-files +@dirrm include/gedit-2.8/gedit +@dirrm include/gedit-2.8 diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo index fb7d16b4100..7f072300ec8 100644 --- a/editors/gedit/distinfo +++ b/editors/gedit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/06/26 10:39:25 jmmv Exp $ +$NetBSD: distinfo,v 1.10 2004/09/21 17:11:10 jmmv Exp $ -SHA1 (gedit-2.6.2.tar.bz2) = 5324a8fa5f1a32a325c66088dc9834162bceb329 -Size (gedit-2.6.2.tar.bz2) = 2370962 bytes +SHA1 (gedit-2.8.0.tar.bz2) = 17f6fd7ac01a48575ed676a87496b0e59306cb42 +Size (gedit-2.8.0.tar.bz2) = 2478333 bytes |