~ubuntu-branches/ubuntu/natty/gedit/natty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-21 15:14:19 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621151419-j79nqokj12vpw9u3
Tags: 2.30.3-0ubuntu1
* New upstream version
  - Misc bugfixes
  - Handle empty input gracefully (lp: #586848)
  - Translations update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
General Information
2
2
===================
3
3
 
4
 
This is version 2.30.2 of gedit. gedit is a small and lightweight UTF-8 text 
 
4
This is version 2.30.3 of gedit. gedit is a small and lightweight UTF-8 text
5
5
editor for the GNOME environment.
6
6
 
7
7
gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
71
71
 
72
72
Simple install procedure:
73
73
 
74
 
  % gzip -cd gedit-2.30.2.tar.gz | tar xvf -    # unpack the sources
75
 
  % cd gedit-2.30.2                             # change to the toplevel directory
 
74
  % gzip -cd gedit-2.30.3.tar.gz | tar xvf -    # unpack the sources
 
75
  % cd gedit-2.30.3                             # change to the toplevel directory
76
76
  % ./configure                                 # run the `configure' script
77
77
  % make                                        # build gedit
78
78
  [ Become root if necessary ]