summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-06-03 15:23:24 +0300
committermonsta <[email protected]>2016-06-03 15:32:48 +0300
commitb74c8cda3f4accc94f086f6fcd09d33f39a8d313 (patch)
treebe718618b58d8d3678edf578b033d51469e550a1
parent5a17525f875b012385004f9b164e59edc5962ee3 (diff)
downloadcaja-b74c8cda3f4accc94f086f6fcd09d33f39a8d313.tar.bz2
caja-b74c8cda3f4accc94f086f6fcd09d33f39a8d313.tar.xz
remove old gnome files
-rw-r--r--MAINTAINERS23
-rw-r--r--Makefile.am2
-rw-r--r--README.commits68
-rw-r--r--THANKS621
-rw-r--r--TODO19
5 files changed, 0 insertions, 733 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644
index a628ebec..00000000
--- a/MAINTAINERS
+++ /dev/null
@@ -1,23 +0,0 @@
-Alex Larsson
-Userid: alexl
-
-Dave Camp
-Userid: campd
-
-Martin Wehner
-Userid: mwehner
-
-Christian Neumair
-Userid: cneumair
-
-Andrew Walton
-Userid: awalton
-
-Cosimo Cecchi
-Userid: cosimoc
diff --git a/Makefile.am b/Makefile.am
index 18718fba..75fc192c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,8 +18,6 @@ EXTRA_DIST = \
COPYING.LIB \
COPYING.EXTENSIONS \
HACKING \
- MAINTAINERS \
- README.commits \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
diff --git a/README.commits b/README.commits
deleted file mode 100644
index 8e0beb80..00000000
--- a/README.commits
+++ /dev/null
@@ -1,68 +0,0 @@
-Caja is part of the MATE git repository. At the current time, any
-person with write access to the MATE repository, can make changes to
-Caja. This is a good thing, in that it encourages many people to work
-on Caja, and progress can be made quickly. However, we'd like to ask
-people committing to Caja to follow a few rules:
-
-0) Ask first. If your changes are major, or could possibly break existing
- code, you should always ask. If your change is minor and you've
- been working on Caja for a while it probably isn't necessary
- to ask. But when in doubt, ask. Even if your change is correct,
- somebody may know a better way to do things.
-
- If you are making changes to Caja, you should be subscribed
- to [email protected]. (Subscription address:
- [email protected].) This is a good place to ask
- about intended changes.
-
- #mate on FreeNode (irc.freenode.net) is also a good place to find
- Caja developers to discuss changes with.
-
-1) Ask _first_.
-
-2) With git, we no longer maintain a ChangeLog file, but you are expected
- to produce a meaningful commit message. Changes without a sufficient
- commit message will be reverted. See below for the expected format
- of commit messages.
-
-3) Try to separate each change into multiple small commits that are
- independent ("micro commits" in git speak). This way its easier to
- see what each change does, making it easier to review, to cherry pick
- to other branches, to revert, and to bisect.
-
-Notes:
-
-* When developing larger features or complicated bug fixes, it is
- advisable to work in a branch in your own cloned Caja repository.
- You may even consider making your repository publically available
- so that others can easily test and review your changes.
-
-* The expected format for git commit messages is as follows:
-
-=== begin example commit ===
-Short explanation of the commit
-
-Longer explanation explaining exactly what's changed, whether any
-external or private interfaces changed, what bugs were fixed (with bug
-tracker reference if applicable) and so forth. Be concise but not too brief.
-=== end example commit ===
-
- - Always add a brief description of the commit to the _first_ line of
- the commit and terminate by two newlines (it will work without the
- second newline, but that is not nice for the interfaces).
-
- - First line (the brief description) must only be one sentence and
- should start with a capital letter unless it starts with a lowercase
- symbol or identifier. Don't use a trailing period either. Don't exceed
- 72 characters.
-
- - The main description (the body) is normal prose and should use normal
- punctuation and capital letters where appropriate. Normally, for patches
- sent to a mailing list it's copied from there.
-
- - When committing code on behalf of others use the --author option, e.g.
- git commit -a --author "Joe Coder <[email protected]>" and --signoff.
-
-
-Alexander Larsson
-17 Apr 2009
diff --git a/THANKS b/THANKS
deleted file mode 100644
index ac66b683..00000000
--- a/THANKS
+++ /dev/null
@@ -1,621 +0,0 @@
-The Caja team would like to thank the following contributors:
-
-Caja 2.12 - 2.22
-====================
-
-A. Walton <[email protected]>
-Abel Cheung <[email protected]>
-Adi Attar <[email protected]>
-Ahmad Riza H Nst <[email protected]>
-Alastair McKinstry <[email protected]>
-Alexis Robert <[email protected]>
-Amitakhya Phukan <[email protected]>
-Anders Carlsson <[email protected]>
-Andre Klapper <[email protected]>
-Andrea Cimitan <[email protected]>
-Ani Peter <[email protected]>
-Ankit Patel <[email protected]>
-Arangel Angov <[email protected]>
-Artur Flinta <[email protected]>
-Benjamin Berg <[email protected]>
-Benoît Dejean <[email protected]>
-Brian Cameron <[email protected]>
-Brian Pepple <[email protected]>
-Chao-Hsiung Liao <[email protected]>
-Choe Hwanjin <[email protected]>
-Chris Lahey <[email protected]>
-Chris Lyttle <[email protected]>
-Christian Kellner <[email protected]>
-Christian Kirbach <[email protected]>
-Christian Persch <[email protected]>
-Christophe Fergeau <[email protected]>
-Christophe Merlet <[email protected]>
-Christopher Lahey <[email protected]>
-Chrustian Neumair <[email protected]>
-Claude Paroz <[email protected]>
-Clytie Siddall <[email protected]>
-Cosimo Cecchi <[email protected]>
-Dafydd Harries <[email protected]>
-Damien Carbery <[email protected]>
-Damon Chaplin <[email protected]>
-Dan Winship <[email protected]>
-Daniel Drake <[email protected]>
-Daniel Godas <[email protected]>
-Daniel Nylander <[email protected]>
-Danilo Šegan <[email protected]>
-Danishka Navin <[email protected]>
-Dave Ahlswede <[email protected]>
-Dave Bordoley <[email protected]>
-Dave Camp <[email protected]>
-David Bordoley <[email protected]>
-David Emory Watson <[email protected]>
-David Sainty <[email protected]>
-David Zeuthen <[email protected]>
-Denis Jacquerye <[email protected]>
-Denis Washington <[email protected]>
-Diego Gonzalez <[email protected]>
-Djihed Afifi <[email protected]>
-Dom Lachowicz <[email protected]>
-Elizabeth Green <[email protected]>
-Emmanuele Bassi <[email protected]>
-Erdal Ronahi <[email protected]>
-Eric Baudais <[email protected]>
-Fabio Bonelli <[email protected]>
-Farzaneh Sarafraz <[email protected]>
-Federico Mena Quintero <[email protected]>
-Florian Steinel <[email protected]>
-Francisco Javier F. Serrador <[email protected]>
-Frank Worsley <[email protected]>
-Frederic Crozat <[email protected]>
-Funda Wang <[email protected]>
-Gabor Kelemen <[email protected]>
-Ganesan Sethuraman <[email protected]>
-Gaute Lindkvist <[email protected]>
-Gautier Portet <[email protected]>
-Gediminas Paulauskas <[email protected]>
-German Poo-Caaman~o <[email protected]>
-Gil "Dolfin" Osher <[email protected]>
-Gil Forcada <[email protected]>
-Gintautas Miliauskas <[email protected]>
-Glen Gray <[email protected]>
-Glynn Foster <[email protected]>
-Goran Rakić <[email protected]>
-Gregory Leblanc <[email protected]>
-Gregory Merchan <[email protected]>
-Guilherme de S. Pastore <[email protected]>
-Guillaume Desmottes <[email protected]>
-Guillaume Savaton <[email protected]>
-Gustavo Giráldez <[email protected]>
-Gustavo Maciel Dias Vieira <[email protected]>
-Hasbullah Bin Pit <[email protected]>
-Hendrik Richter <[email protected]>
-Hubert Figuiere <[email protected]>
-I. Felix <[email protected]>
-Ignacio Casal Quinteiro <[email protected]>
-Ihar Hrachyshka <[email protected]>
-Ilkka Tuohela <[email protected]>
-Inaki Larranaga Murgoitio <[email protected]>
-Jacob Berkman <[email protected]>
-Jakub Friedl <[email protected]>
-James Henstridge <[email protected]>
-Jamie McCracken <[email protected]>
-Jan Arne Petersen <[email protected]>
-Jan de Groot <[email protected]>
-Javier F. Serrador <[email protected]>
-Jens Finke <[email protected]>
-Jens Granseuer <[email protected]>
-Jens Seidel <[email protected]>
-Jesse Stockall <[email protected]>
-Jody Goldberg <[email protected]>
-Joe Shaw <[email protected]>
-Johan Dahlin <[email protected]>
-John Harper <[email protected]>
-Jonh Wendell <[email protected]>
-Jordi Mas <[email protected]>
-Jorge Gonzalez <[email protected]>
-Jorn Baayen <[email protected]>
-Josep Puigdemont Casamajó <[email protected]>
-Josh Barrow <[email protected]>
-Jovan Naumovski <[email protected]>
-Juerg Billeter <[email protected]>
-Justin Fitzsimmons <[email protected]>
-Jérémy Ar Floc'h <[email protected]>
-Keith Conger <[email protected]>
-Kenneth Nielsen <[email protected]>
-Kenneth Rohde Christiansen <[email protected]>
-Kevin Kubasik <[email protected]>
-Kostas Papadimas <[email protected]>
-Lasse Bang Mikkelsen <[email protected]>
-Laszlo Dvornik <[email protected]>
-Laszlo Peter <[email protected]>
-Lauris Kaplinski <[email protected]>
-Leonardo Ferreira Fontenelle <[email protected]>
-Louise Miller <[email protected]>
-Lucas Rocha <[email protected]>
-Luis Medinas <[email protected]>
-Lukas Novotny <[email protected]>
-Lukasz Stelmach <[email protected]>
-MArk Finlay <[email protected]>
-Marinus Schraal <[email protected]>
-Mark Gordon <[email protected]>
-Marten Ter Borgh <[email protected]>
-Matej Urbančič <[email protected]>
-Matic Žgur <[email protected]>
-Matthias Clasen <[email protected]>
-Maxim Dziumanenko <[email protected]>
-Michael Terry <[email protected]>
-Michiel Sikkes <[email protected]>
-Mohammad DAMT <[email protected]>
-Mugurel Tudor <[email protected]>
-Mətin Əmirov <[email protected]>
-Nate Nielsen <[email protected]>
-Nelson Benítez <[email protected]>
-Nguyễn Thái Ngọc Duy <[email protected]>
-Nickolay V. Shmyrev <[email protected]>
-Nikos Charonitakis <[email protected]>
-Olav Vitters <[email protected]>
-Paisa Seeluangsawat <[email protected]>
-Pasupathi Duraisamy <[email protected]>
-Pat Suwalski <[email protected]>
-Paul Duffy <[email protected]>
-Pawan Chitrakar <[email protected]>
-Pema Geyleg <[email protected]>
-Peteris Krisjanis <[email protected]>
-Petr Kovar <[email protected]>
-Philip Withnall <[email protected]>
-Pramod Raghavendra <[email protected]>
-Priit Laes <[email protected]>
-RUAUDEL Frédéric <[email protected]>
-Rachel Hestilow <[email protected]>
-Raffaele Sandrini <[email protected]>
-Rahul Bhalerao <[email protected]>
-Raivis Dejus <[email protected]>
-Rajeev Karale <[email protected]>
-Rajesh Ranjan <[email protected]>
-Raphael Higino <[email protected]>
-Reinout van Schouwen <[email protected]>
-Remi Cohen-Scali <[email protected]>
-Richard Hoelscher <[email protected]>
-Rodney Dawes <[email protected]>
-Rodrigo Moya <[email protected]>
-Rodriguez Perez <[email protected]>
-Roozbeh Pournader <[email protected]>
-Runa Bhattacharjee <[email protected]>
-Ryan Lortie <[email protected]>
-Samuel Jan Gunnarsson <[email protected]>
-Sanlig Badral <[email protected]>
-Satoru SATOH <[email protected]>
-Satyajit Kanungo <[email protected]>
-Sean Atkinson <[email protected]>
-Sebastian Dröge <[email protected]>
-Sebastien Bacher <[email protected]>
-Sergey Udaltsov <[email protected]>
-Seán de Búrca <[email protected]>
-Shivram U <[email protected]>
-Sigurd Gartmann <[email protected]>
-Simos Xenitellis <[email protected]>
-Siviah Nallagatla <[email protected]>
-Slobodan D. Sredojevic <[email protected]>
-Soeren Sandmann <[email protected]>
-Stephen Browne <[email protected]>
-Stephen Cook <[email protected]>
-Steve Murphy <[email protected]>
-Stuart MacLean <[email protected]>
-Stéphane Raimbault <[email protected]>
-Subhransu Behera <[email protected]>
-Sunil Mohan Adapa <[email protected]>
-Takeshi AIHANA <[email protected]>
-Taneem Ahmed <[email protected]>
-Terance Sola <[email protected]>
-Theppitak Karoonboonyanan <[email protected]>
-Thierry Randrianiriana <[email protected]>
-Thomas Canty <[email protected]>
-Thomas Meeks <[email protected]>
-Thomas Vander Stichele <[email protected]>
-Tom Parker <[email protected]>
-Tomas Bzatek <[email protected]>
-Tomasz Kloczko <[email protected]>
-Trevor Davenport <[email protected]>
-Tõivo Leedjärv <[email protected]>
-Urbančič Matej <[email protected]>
-Vasiliy Faronov <[email protected]>
-Vinay M R <[email protected]>
-Vincent Noel <[email protected]>
-Vincent Untz <[email protected]>
-Vincent van Adrighem <[email protected]>
-Vladimer Sichinava <[email protected]>
-Wadim Dziedzic <[email protected]>
-William Jon McCann <[email protected]>
-Willie Walker <[email protected]>
-Wouter Bolsterlee <[email protected]>
-Xavier Claessens <[email protected]>
-Yair Hershkovitz <[email protected]>
-Yang Hong <[email protected]>
-Yannig Marchegay <[email protected]>
-Yuriy Syrota <[email protected]>
-Zbigniew Chyla <[email protected]>
-christian neumair <[email protected]>
-jacob berkman <[email protected]>
-marten ter borgh <[email protected]>
-Åsmund Skjæveland <[email protected]>
-Øivind Hoel <[email protected]>
-Žygimantas Beručka <[email protected]>
-
-
-Caja 2.4 - 2.10
-===================
-
-Alan Swanson <[email protected]>
-Alex Duggan <[email protected]>
-Alex Graveley <[email protected]>
-Alexander Winston <[email protected]>
-Anders Carlsson <[email protected]>
-Arjan van de Ven <[email protected]>
-Arvind Samptur <[email protected]>
-Balamurali Viswanathan <[email protected]>
-Baris Cicek <[email protected]>
-Bastien Nocera <[email protected]>
-Bradford Hovinen <[email protected]>
-Chris Lahey <[email protected]>
-Christian Neumair <[email protected]>
-Christian Rose <[email protected]>
-Christophe Fergeau <[email protected]>
-Colin Leroy <[email protected]>
-David Bordoley <[email protected]>
-David Malcolm <[email protected]>
-Dennis Cranston <[email protected]>
-Dinoop Thomas <[email protected]>
-Elijah Newren <[email protected]>
-Federico Mena Quintero <[email protected]>
-Fernando Herrera <[email protected]>
-Francisco Javier F. Serrador <[email protected]>
-Grahame Bowland <[email protected]>
-Gustavo Giraldez <[email protected]>
-Ian Wienand <[email protected]>
-J. Christopher Six <[email protected]>
-Jaap Haitsma <[email protected]>
-James Henstridge <[email protected]>
-James Willcox <[email protected]>
-Jason Leach <[email protected]>
-Jimmy Do <[email protected]>
-Jonathan Blandford <[email protected]>
-Jorn Baayen <[email protected]>
-Jürg Billeter <[email protected]>
-Kaushal Kumar <[email protected]>
-Luca Ferretti <[email protected]>
-Magnus Damm <[email protected]>
-Marco Pesenti Gritti <[email protected]>
-Mark McLoughlin <[email protected]>
-Matthew Gatto <[email protected]>
-Mattias Eriksson <[email protected]>
-Michael Gossard <[email protected]>
-Michael Henson <[email protected]>
-Murray Cumming <[email protected]>
-Nickolay V. Shmyrev <[email protected]>
-Padraig O'Briain <[email protected]>
-Paolo Borelli <[email protected]>
-Rached Ben Mustapha <[email protected]>
-Richard Hoelscher <[email protected]>
-Sebastien Bacher <[email protected]>
-Shaun McCance <[email protected]>
-Sivaiah Nallagatla <[email protected]>
-Soeren Sandmann <[email protected]>
-Srinivasa Ragavan <[email protected]>
-Stephane Wirtel <[email protected]>
-Sven Herzberg <[email protected]>
-Takao Fujiwar <[email protected]>
-Thierry Moisan <[email protected]>
-Thomas Cataldo <[email protected]>
-Tim Savannah <[email protected]>
-Victor I. <[email protected]>
-Vijaykumar Patwari <[email protected]>
-Vincent Noel <[email protected]>
-Vincent Untz <[email protected]>
-William Lachance <[email protected]>
-Xan Lopez <[email protected]>
-
-Caja 2.4
-============
-
-Alex Duggan <[email protected]> - bug fixes
-Anders Carlsson <[email protected]> - bug fixes, Made CajaFileAttributes a bitmask
-Arvind Samptur <[email protected]> - multihead work
-Bastien Nocera <[email protected]> - bug fixes
-Chris Altmann <[email protected]> - bug fixes
-Christian Neumair <[email protected]> - HIG fixes
-Christian Rose <[email protected]> - string fixes
-Christophe Fergeau <[email protected]> - bug fixes
-David Bordoley <[email protected]> - UI and HIG work
-Dennis Cranston <dennis_cranston at yahoo com> - file management capplet icon
-Dom Lachowicz <[email protected]> - bug fixes
-Frank Worsley <[email protected]> - Use new mate-vfs show_url API
-Frederic Crozat <[email protected]> - bug fixes
-Fredrik Jösson <[email protected]> - bug fixes
-Gaute Lindkvist <[email protected]> - bug fixes, Show volume name and free space
-George Lebl <[email protected]> - handle non-writable mateconf keys
-Glynn Foster <[email protected]> - nicer bookmarks dialog
-Greg Merchan <[email protected]> - HIG fixes
-Hidetoshi Tajima <[email protected]> - bug fixes
-Iain Holmes <[email protected]> - new zoom widget, don't use deprecated gtk+ API
-James Willcox <[email protected]> - bug fixes
-Jody Goldberg <[email protected]> - foocanvas fixes
-Johan Dahlin <[email protected]> - total size and count for multi-file property dialogs
-Jordi Mallach <[email protected]> - bug fixes
-Keith Conger <[email protected]> - bug fixes
-Laurent Vivier <[email protected]> - AIX port
-Luca Ferretti <[email protected]> - bug fixes
-Luca Ferretti <[email protected]> - string fixes
-Marco Pesenti Gritti <[email protected]> - throbber theamable using icon theme
-Mark McLoughlin <[email protected]> - bug fixes
-Marten ter Borgh <[email protected]> - bug fixes
-Masahiro Sakai <[email protected]> - cygwin port
-Michael Meeks <[email protected]> - bug fixes
-Miguel Ibarra <[email protected]> - build fix
-Morten Welinder <[email protected]> - foocanvas fixes
-Muktha Narayan <[email protected]> - bug fixes
-Padraig O'Briain <[email protected]> - a11y work
-Pasupathi Duraisamy <[email protected]> - bug fixes
-Reinout van Schouwen <[email protected]> - string fixes
-Stephen Browne <[email protected]> - bug fixes
-Wolfgang Pichler <[email protected]> - initial work on multirooted tree
-
-Caja 2.0 and 2.2
-====================
-
-Alex Duggan <[email protected]> - bug fixes
-Anders Carlsson <[email protected]> - bug fixes, porting work
-Arvind Samptur <[email protected]> - bug fixes
-Damon Chaplin <[email protected]> - bug fixes
-Dave Bordoley <[email protected]> - bug fixes, user interface improvement
-David Emory Watson <[email protected]> - hierarchical scripts menu, bug fixes
-Dennis M. Cranston <[email protected]> - bug fixes
-Diego González <[email protected]> - Code cleanups
-Federico Mena Quintero <[email protected]>
-Frank Worsley <[email protected]> - Transfer dialog improvements.
-Havoc Pennington <[email protected]> - bug fixes, advice
-Jody Goldberg <[email protected]> - porting work, bug fixes.
-John Fleck <[email protected]> - help browser work, cleanups
-Jonathan Blandford <[email protected]> - bug fixes, tree view help
-Kjartan Maraas <[email protected]> - bug fixes, i18n code
-Laszlo Peter <[email protected]> - build fixes
-Michael Meeks <[email protected]> - matecomponent fixes, porting work
-Narayana Pattipati <[email protected]> - bug fixes
-Owen Taylor <[email protected]> - bug fixes
-Padraig O'Briain <[email protected]> - bug fixes
-
-The following people who helped manage the bug database:
-
-Alex Duggan <[email protected]>
-Aschwin van der Woude <[email protected]>
-Benedikt Roth <[email protected]>
-Christian Schaller <[email protected]>
-Dave Bordoley <[email protected]>
-Dave Fallon <[email protected]>
-David Kennedy <[email protected]>
-Elijah Newren <[email protected]>
-Heath Harrelson <[email protected]>
-John Fleck <[email protected]>
-Luis Villa <[email protected]>
-
-Caja 1.x
-============
-
-Alex Larsson <[email protected]> - faster thumbnailing for JPEGs, bug fixes
-Anders Carlsson <[email protected]> - background drawing optimizations
-Arik Devens <[email protected]> - bug fixes
-Bart Decrem <[email protected]> - fixes to default news channels, gathering feedback, founding Eazel :-)
-Brian Frank <[email protected]> - fixes to default bookmarks, product marketing
-Bud Tribble <[email protected]> - Management, moral support, design help
-Christopher Blizzard <[email protected]> - mozilla component fixes
-Christopher James Lahey <[email protected]> - bug fixes
-Cody Russell <[email protected]> - bug fixes
-Dan Mueth <[email protected]> - documentation, help system design
-David Emory Watson <[email protected]> - hierarchical scripts menu
-Don Melton <[email protected]> - Management, moral support, design help
-Eric Fischer <[email protected]> - bug fixes
-Fabrice Bellet <[email protected]> - eog image view component work
-Fatih Demir <[email protected]> - bug fixes
-Frank Belew <[email protected]> - Mozilla component build fixes
-Gregory S. Hayes <[email protected]> - bug fixes
-Havoc Pennington <[email protected]> - desktop file support, start here menu, bug fixes, advice
-JP Rosevear <[email protected]> - bug fixes
-Jason Leach <[email protected]> - Solaris fix
-Jens Finke <[email protected]> - URL fix
-Jim Garrison <[email protected]> - bug fixes
-Joe Shaw <[email protected]> - installer code, bug fixes
-John Fleck <[email protected]> - help browser work
-John Gotts <[email protected]> - bug fix
-Jon K Hellan <[email protected]> - bug fixes
-Jonathan Blandford <[email protected]> - desktop file support, help system, bug fixes
-Kenneth Christiansen <[email protected]> - icons, internationalization tools
-Kjartan Maraas <[email protected]> - bug fixes, i18n code
-Laszlo Kovacs <[email protected]> - help system hacking
-Martin Baulig <[email protected]> - added PersistFile support
-Matt Bissiri <[email protected]> - list widget improvements
-Michael Meeks <[email protected]> - matecomponent fixes
-Morten Welinder <[email protected]> - check-fixme suggestions
-Owen Taylor <[email protected]> - bug fixes
-Philip Langdale <[email protected]> - help system galeon mode
-Richard Boulton <[email protected]> - build fixes
-Richard Hult <[email protected]> - bug reporting
-Robert Brady <[email protected]> - bug fixes
-Shane Butlers <[email protected]> - IDE in hardware view patch for showing IDE
-Stanislav Brabec <[email protected]> - bug fixes
-Vera Horiuchi <[email protected]> - documentation
-Victor Lecha <[email protected]> - build fixes
-Yanko Kaneti <[email protected]> - i18n fix
-Yoann Vandoorselaere <[email protected]> - performance work
-
-The following people who did significant amounts of testing:
-
-Albert Wang <[email protected]>
-Brad Moore <[email protected]>
-Brett Neely <[email protected]>
-Christian Rose <[email protected]>
-James Farwell <[email protected]>
-John Fleck <[email protected]>
-Jon Allen <[email protected]>
-Kenneth Christiansen <[email protected]>
-Kenny Graunke <[email protected]>
-Peter Foley <[email protected]>
-Victor Lecha <[email protected]>
-Will LaShell <[email protected]>
-
-As well as the following people who contributed translations:
-
-Abel Cheung <[email protected]>
-Adam Weinberger <[email protected]>
-Akagic Amila <[email protected]>
-Akira TAGOH <[email protected]>
-Alastair McKinstry <[email protected]>
-Ales Nyakhaychyk <[email protected]>
-Alessio Frusciante <[email protected]>
-Alexander Shopov <[email protected]>
-Alexander Winston <[email protected]>
-Almer S. Tigelaar <[email protected]>
-Andras Timar <[email protected]>
-Andraz Tori <[email protected]>
-Andreas Hyden <[email protected]>
-Andrew V. Samoilov <[email protected]>
-Ankit Patel <[email protected]>
-Arafat Medini <[email protected]>
-Artis Trops <[email protected]>
-Artur Flinta <[email protected]>
-Asmund Skjaeveland <[email protected]>
-Baris Cicek <[email protected]>
-Benedikt Roth <[email protected]>
-Carlos Perelló Marín <[email protected]>
-Changwoo Ryu <[email protected]>
-Christian Meyer <[email protected]>
-Christian Neumair <[email protected]>
-Christian Rose <[email protected]>
-Christophe Merlet <[email protected]>
-Christopher R. Gabriel <[email protected]>
-Dafydd Harries <[email protected]>
-Daniel Yacob <[email protected]>
-Danilo Segan <[email protected]>
-David Lodge <[email protected]>
-Dennis Smit <[email protected]>
-Dirk-Jan C. Binnema <[email protected]>
-Dmitry G. Mastrukov <[email protected]>
-Duarte Loreto <[email protected]>
-Dwayne Bailey <[email protected]>
-Egle Girinaite <[email protected]>
-Emese Kovacs <[email protected]>
-Eric Brayeur <[email protected]>
-Evandro Fernandes Giovanini <[email protected]>
-Fatih Demir <[email protected]>
-Francisco Javier F. Serrador <[email protected]>
-Francisco Javier Fernandez <[email protected]>
-Frank Arnold <[email protected]>
-Frederic Crozat <[email protected]>
-Funda Wang <[email protected]>
-Gareth Owen <[email protected]>
-Gaute Hvoslef Kvalnes <[email protected]>
-Gediminas Paulauskas <[email protected]>
-George Lebl <[email protected]>
-German Poo Caamano <[email protected]>
-Gil Osher <[email protected]>
-Gong Yi LIAO <[email protected]>
-Guntupalli Karunakar <[email protected]>
-Gustavo Maciel Dias Vieira <[email protected]>
-Gustavo Noronha Silva <[email protected]>
-Görkem Cetin <[email protected]>
-Hasbullah Bin Pit <[email protected]>
-He Qiangqiang <[email protected]>
-Hendrik Richter <[email protected]>
-Inaki Larranaga <[email protected]>
-Ivan Stojmirov <[email protected]>
-Jarkko Ranta <[email protected]>
-Jayaradna <[email protected]>
-Jean-Michel Ardantz <[email protected]>
-Jesús Bravo Álvarez <[email protected]>
-John C Barstow <[email protected]>
-Jordi Mallach <[email protected]> - bug fixes
-Jorge Carrasquilla Soares <[email protected]>
-KAMAGASAKO Masatoshi <[email protected]>
-Kang Jeong-Hee <[email protected]>
-Keld Simonsen <[email protected]>
-Kenneth Christiansen <[email protected]>
-Kim Schulz <[email protected]>
-Kjartan Maraas <[email protected]>
-Kjenneth Christiansen <[email protected]>
-Kostas Papadimas <[email protected]>
-Laszlo Dvornik <[email protected]>
-Laurent Dhima <[email protected]>
-Leonid Kanter <[email protected]>
-Luca Ferretti <[email protected]>
-Mantas Kriauciunas <[email protected]>
-Manuel Borchers <[email protected]>
-Manuel de Vega Barreiro <[email protected]>
-Marcel Telka <[email protected]>
-Marius Andreiana <[email protected]>
-Martin Norbäck <[email protected]>
-Martin Willemoes Hansen <[email protected]>
-Mathieu van Woerkom <[email protected]>
-Matthias Warkus <[email protected]>
-Maxim Dziumanenko <[email protected]>
-Meelad Zakaria <[email protected]>
-Mendel Mobach <[email protected]>
-Metin Amiroff <[email protected]>
-Michal Bukovjan <[email protected]>
-Miloslav Trmac <[email protected]>
-Mohammad DAMT <[email protected]>
-Mugurel Tudor <[email protected]>
-Naba Kumar <[email protected]>
-Nam SungHyun
-Nikos Charonitakis <[email protected]>
-Ole Laursen <[email protected]>
-Pablo G. del Campo <[email protected]>
-Pablo Gonzalo del Campo <[email protected]>
-Pablo Saratxaga <[email protected]>
-Paisa Seeluangsawat <[email protected]>
-Paul Duffy <[email protected]>
-Pauli Virtanen <[email protected]>
-Pawan Chitrakar <[email protected]>
-Peteris Krisjanis <[email protected]>
-Priit Laes <[email protected]>
-Raphael Higino <[email protected]>
-Rhys Jones <[email protected]>
-Richard Hult <[email protected]>
-Robert Brady <[email protected]>
-Robert Sedak <[email protected]>
-Roozbeh Pournader <[email protected]>
-Ross Golder <[email protected]>
-Roy-Magne Mo <[email protected]>
-Runa Bhattacharjee <[email protected]>
-Sami Pesonen <[email protected]>
-Samuel Jon Gunnarsson <[email protected]>
-Sanlig Badral <[email protected]>
-Satoru Sato <[email protected]>
-Sayamindu Dasgupta <[email protected]>
-Sebastien Bacher <[email protected]>
-Simos Xenitellis <[email protected]>
-Stanislav Brabec <[email protected]>
-Stanislav Visnovsky <[email protected]>
-Szabolcs Ban <[email protected]>
-Takeshi AIHANA <[email protected]>
-Takuo Kitame <[email protected]>
-Taneem Ahmed <[email protected]>
-Telsa Gwynne <[email protected]>
-Tommi Vainikainen <[email protected]>
-Töivo Leedjärv <[email protected]>
-Valek Filippov <[email protected]>
-Valentín Trilles <[email protected]>
-Vasif Ismailoglu MD <[email protected]>
-Veeravanallore Madhavan <[email protected]>
-Vincent van Adrighem <[email protected]>
-Vlad Harchev <[email protected]>
-Wang Jian <[email protected]>
-Young-ho, Cha <[email protected]>
-Yukihiro Nakai <[email protected]>
-Yuri Syrota <[email protected]>
-Zbigniew Chyla <[email protected]>
-Zygimantas Berucka <[email protected]>
diff --git a/TODO b/TODO
deleted file mode 100644
index f8c02181..00000000
--- a/TODO
+++ /dev/null
@@ -1,19 +0,0 @@
-For tasks outside the porting effort, we track them as bugs in
-http://bugzilla.gnome.org. For the porting effort, please let
[email protected] know what you are working on.
-
-- Visit all the MATE2_CONVERSION_COMPLETE and fix each issue
- (details forthcoming)
-
-- Visit all the destroy and move things into finalize or dispose
- and make them callable twice as appropriate.
-- Change things that use destroy handlers to use weak references
- instead.
-
-- Figure out why we get NULL font problems in Pango when the progress
- dialog comes up.
-
-- Split themes into a separate tarball/package?
-
-- Add mnemonics for all preferences, so you can use the keyboard to
- drive the preferences dialog.