~ubuntu-branches/ubuntu/utopic/ddd/utopic

« back to all changes in this revision

Viewing changes to ddd/fonts.C

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2009-11-10 14:01:10 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091110140110-lbqo0psrkkzd0j1k
Tags: 1:3.3.12-1
* New upstream release.  Closes: #555511.  Thanks to giagimari@libero.it
  for pointing out that upstream had moved.
  + Includes new .desktop file.  Closes: #513640.
* Put version on lpr Build-Depends to make sure providing package
  doesn't result in wrong command in app-default file.
* Adjust Build-Depends for readline 6 transition.  Closes: #553746.
* Fix build error with g++-4.4.  Closes: #504868.
* Minor improvement to package description, thanks to Reuben Thomas.
  Closes: #460139.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
// Setup DDD fonts
3
3
 
4
4
// Copyright (C) 1998 Technische Universitaet Braunschweig, Germany.
 
5
// Copyright (C) 2003 Free Software Foundation, Inc.
5
6
// Written by Andreas Zeller <zeller@gnu.org>.
6
7
// 
7
8
// This file is part of DDD.
9
10
// DDD is free software; you can redistribute it and/or
10
11
// modify it under the terms of the GNU General Public
11
12
// License as published by the Free Software Foundation; either
12
 
// version 2 of the License, or (at your option) any later version.
 
13
// version 3 of the License, or (at your option) any later version.
13
14
// 
14
15
// DDD is distributed in the hope that it will be useful,
15
16
// but WITHOUT ANY WARRANTY; without even the implied warranty of
18
19
// 
19
20
// You should have received a copy of the GNU General Public
20
21
// License along with DDD -- see the file COPYING.
21
 
// If not, write to the Free Software Foundation, Inc.,
22
 
// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
22
// If not, see <http://www.gnu.org/licenses/>.
23
23
// 
24
24
// DDD is the data display debugger.
25
25
// For details, see the DDD World-Wide-Web page,