1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-08 00:42:24 +00:00
Go to file
Hendrik Richter 77619fe197 Updated German translation.
2007-02-28  Hendrik Richter  <hendrikr@gnome.org>

	* de.po: Updated German translation.

svn path=/trunk/; revision=5530
2007-02-28 10:23:04 +00:00
bindings Bind GeditStatusbar, bug #401851 patch by P. Henrique Silva. 2007-02-12 14:25:15 +00:00
data Apply comments from Paolo 2007-01-02 17:10:40 +00:00
docs prepare for release 2007-01-08 23:47:31 +00:00
gedit allow user plugins to override system plugins. Bug #407374. 2007-02-25 18:44:03 +00:00
help 2.17.6 2007-02-26 20:55:00 +00:00
m4 Build gedit as a static library before including it in the binary (needed 2006-05-19 10:12:56 +00:00
omf-install Updated .cvsignore files 2002-09-20 14:26:06 +00:00
pixmaps Move icon locations, use theme and new plugin icon 2006-04-20 10:40:46 +00:00
plugins Fixed bug #412627 2007-02-27 14:12:47 +00:00
po Updated German translation. 2007-02-28 10:23:04 +00:00
tools added a missing ":" 2006-08-21 17:16:23 +00:00
.cvsignore Build gedit as a static library before including it in the binary (needed 2006-05-19 10:12:56 +00:00
acinclude.m4 Quoted definitions of macros AM_PATH_PROG_WITH_TEST, AM_LC_MESSAGES, 2004-02-09 19:56:40 +00:00
AUTHORS show the whole file URI in the document menu tooltips; replace $HOME with 2006-11-25 22:30:41 +00:00
autogen.sh The. Big. Merge. 2005-12-12 17:28:04 +00:00
BUGS Updated 2003-01-14 11:13:52 +00:00
ChangeLog Fixed bug #412627 2007-02-27 14:12:47 +00:00
ChangeLog-20011116 Added support to AM_GLIB_GNU_GETTEXT Fixed the gnome-vfs-helpers.h 2001-11-16 19:33:14 +00:00
ChangeLog-20051212 The. Big. Merge. 2005-12-12 17:28:04 +00:00
configure.ac 2.17.6 2007-02-26 20:55:00 +00:00
COPYING fixing 'make' and some more updating stuff 2000-04-18 08:56:58 +00:00
HACKING farewell CVS, welcome subversion. 2006-12-31 11:29:09 +00:00
INSTALL Build gedit as a static library before including it in the binary (needed 2006-05-19 10:12:56 +00:00
MAINTAINERS put patches in bugzilla update email adresses ditto distribute MAINTAINERS 2004-08-30 10:49:40 +00:00
Makefile.am 2.17.1 2006-12-04 13:38:03 +00:00
message-of-doom farewell CVS, welcome subversion. 2006-12-31 11:29:09 +00:00
NEWS 2.17.6 2007-02-26 20:55:00 +00:00
README 2.17.6 2007-02-26 20:55:00 +00:00
TRANSLATABLE_FILES Updated 2003-01-14 11:13:52 +00:00

General Information
===================

This is version 2.17.6 of gedit. gedit is a small and lightweight UTF-8 text 
editor for the GNOME environment.

gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
Complete GNOME integration is featured, with support for Drag and Drop (DnD) 
from Nautilus (the GNOME file manager), the use of the GNOME help system,
the GNOME Virtual File System and the GNOME print framework.

gedit uses a Multiple Document Interface (MDI), which lets you edit more than 
one document at the same time.

gedit supports most standard editing features, plus several not found in your 
average text editor (plugins being the most notable of these).

gedit plugins may also be written in the python scripting language: to enable
python support you need the pygtk and gnome-python-desktop bindings.

Although new features are always under development, currently gedit has:

    * Complete support for UTF-8 text
    * Syntax highlighting
    * GNOME VFS support for remote files
    * Complete integration with the GNOME Environment
    * Search and Replace
    * File Revert
    * A complete preferences interface
    * Configurable Plugins system, with optional python support
    * Printing and Print Previewing Support


Some of the plugins, packaged and installed with gedit include, among others:

    * Word count
    * Spell checker
    * Change case of selected text
    * Sort
    * Tag list
    * Insert Date/Time
    * Shell output

Other external plugins are also available.


gedit is released under the GNU General Public License (GPL) version 2, see
the file 'COPYING' for more information.


The official web site is:

    http://www.gedit.org

You can download the latest gedit tarball from the gnome ftp server:

    http://ftp.gnome.org/pub/GNOME/sources/gedit/

Information about gedit mailing lists can be found at

    http://mail.gnome.org/mailman/listinfo/gedit-list


Installation
============

gedit requires GTK+-2.10.x, GtkSourceView 1.8.0 and GNOME 2.16.x libraries.
PyGobject 2.12.x, PyGtk 2.10.x and gnome-python-desktop 2.16.x are
required to enable python plugins support.

Simple install procedure:

  % gzip -cd gedit-2.17.6.tar.gz | tar xvf - 	# unpack the sources
  % cd gedit-2.17.6				# change to the toplevel directory
  % ./configure					# run the `configure' script
  % make					# build gedit
  [ Become root if necessary ]
  % make install				# install gedit

See the file 'INSTALL' for more detailed information.


How to report bugs
==================

Bugs should be reported to the GNOME bug tracking system.
(http://bugzilla.gnome.org, product gedit). You will need to create an
account for yourself.

You can also report bugs using the GNOME program bug-buddy.

In the bug report please include:

* Information about your system. For instance:

   - What operating system and version
   - What version of X
   - What version of the gtk+, glib and gnome libraries
   - For Linux, what version of the C library

  And anything else you think is relevant.

* How to reproduce the bug. 

* If the bug was a crash, the exact text that was printed out when the
  crash occurred.

* Further information such as stack traces may be useful, but is not
  necessary. If you do send a stack trace, and the error is an X error,
  it will be more useful if the stack trace is produced running the test
  program with the --sync command line option.

See the file 'BUGS' for the list of known bugs.


Patches
=======

Patches should also be submitted to bugzilla.gnome.org. If the patch
fixes an existing bug, add the patch as an attachment to that bug
report.

Otherwise, enter a new bug report that describes the patch, and attach
the patch to that bug report.

Patches should be in unified diff form. (The -u option to GNU diff.)

If you are interested in helping us to develop gedit, please see the 
file 'AUTHOR' for contact information and/or send a message to the gedit
mailing list. See also the file 'HACKING' for more detailed information.


  The gedit team.