~ubuntu-branches/ubuntu/quantal/terminal.app/quantal

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Yavor Doganov
  • Date: 2012-06-14 13:55:31 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120614135531-xbagikvsm7nmcq25
Tags: 0.9.8-1
* New upstream release:
  + Fixes FTBFS with ld that defaults to --as-needed (Closes: #639040).
* TerminalParser_LinuxPrefs.m:
* TerminalView.m (-initWithFrame:):
* TerminalViewPrefs.m:
* ServicesPrefs.m: Revert all direct modifications.
* debian/control (Maintainer, Uploaders): Make the team maintainer, add
  myself.
  (Section): Change to `gnustep'.
  (Build-Depends): Require debhelper >= 8.  Remove version requirement
  for libgnustep-gui-dev.  Add dpkg-dev (>= 1.16.1~) and imagemagick.
  Drop gnustep-make.
  (Homepage): Point to the new location.
  (Vcs-Git, Vcs-Browser): New fields.
  (Conflicts, Replaces): Remove, no longer needed.
  (Depends): Add ${misc:Depends}.
  (Standards-Version): Claim compliance with 3.9.3 as of this release.
* debian/compat: Bump to 8.
* debian/rules: Get rid of gs_make.  Enable hardening, verbose builds,
  support for `noopt'.
  (d_app): New convenience variable.
  (build-stamp): Convert the app icon in XPM format.
  (clean): Delete the generated icon.
  (install): Replace the deprecated `dh_clean -k' with dh_prep.  Don't
  install lintian overrides.  Install the XPM icon.
  (binary-arch): Remove unnecessary arguments to dh_installman and
  dh_shlibdeps.  Move arch-independent Resources to /usr/share.
* debian/source/format: New file; set format to 3.0 (quilt).
* debian/overrides: Delete.
* debian/prerm: Don't ignore errors.
* debian/preinst:
* debian/watch: New file.
* debian/menu: Add icon.
* debian/Terminal.desktop: Make it valid.  Add Bulgarian translation.
* debian/Terminal.1: Fix errors from man.  Update homepage.
* debian/docs: Delete; duplicated by the manpage.
* debian/copyright: Switch to format 1.0, update copyright years, add
  many copyright holders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2012-04-03 Riccardo Mottola <rm@gnu.org>
 
2
 
 
3
        * TerminalView.m
 
4
        Fix GNU/HURD includes.
 
5
 
 
6
2012-03-28 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 
7
        
 
8
        * TerminalView.m
 
9
        Fix warnings on 64Bit systems, cast from integer to pointer of different size
 
10
 
 
11
2012-03-27 Riccardo Mottola <rm@gnu.org>
 
12
 
 
13
        * TerminalView.m
 
14
        Fix OpenBSD includes.
 
15
 
 
16
2012-03-26 Riccardo Mottola <rm@gnu.org>
 
17
 
 
18
        * PreferencesWindowController.m
 
19
        Use NSUInteger as Index.
 
20
 
 
21
2012-03-26 Riccardo Mottola <rm@gnu.org>
 
22
 
 
23
        * PreferencesWindowController.[h,m]
 
24
        Clean up imports
 
25
 
 
26
2012-03-07 Riccardo Mottola <rm@gnu.org>
 
27
 
 
28
        * GNUmakefile:
 
29
        Use TOOL_LIBS instead of LDFLAGS to link the framework library.
 
30
 
 
31
2011-12-04 Riccardo Mottola <rm@gnu.org>
 
32
 
 
33
        * TerminalParser_Linux.m
 
34
        * TerminalViewPrefs.h
 
35
        * TerminalViewPrefs.m
 
36
        Add Alt is not Meta option, to enable the usage of AltGr, when left Alt is command.
 
37
 
 
38
2011-05-07 Riccardo Mottola <rm@gnu.org>
 
39
 
 
40
        * Terminal.tiff
 
41
        * cursor_filled.tiff
 
42
        * cursor_inverted.tiff
 
43
        * cursor_line.tiff
 
44
        * cursor_stroked.tiff
 
45
        Set resolution to 72 dpi screen.
 
46
 
 
47
2010-12-14 Riccardo Mottola
 
48
 
 
49
        * main.m: hide ordered out quit panel from windows menu
 
50
 
 
51
2010-05-14 04:37-EDT Gregory John Casamento <greg_casamento@yahoo.com>
 
52
 
 
53
        * TerminalView.m: Correct sign issues with some pointer casts.
 
54
 
 
55
2010-05-14 Riccardo Mottola <rmottola@users.sf.net>
 
56
 
 
57
        * ServicesPrefs.m:
 
58
        Added missing import
 
59
        * TerminalView.m: initialize to avoid warnings.
 
60
 
 
61
2010-03-26 Riccardo Mottola <rmottola@users.sf.net>
 
62
 
 
63
        * ServicesPrefs.m,
 
64
        TerminalParser_Linux.m,
 
65
        TerminalParser_LinuxPrefs.m,
 
66
        TerminalViewPrefs.m: updated imports
 
67
 
 
68
2010-01-16 Riccardo Mottola <rmottola@users.sf.net>
 
69
 
 
70
        * Italian.lproj/Localizable.strings,
 
71
        GNUMakefile: added italian translation, revised version
 
72
        of the draft provided by Guido Agostini
 
73
 
 
74
2009-12-24 Riccardo Mottola <rmottola@users.sf.net>
 
75
 
 
76
        * PreferencesWindowController.m : correct invocation signature
 
77
 
 
78
2009-10-24 Riccardo Mottola <rmottola@users.sf.net>
 
79
 
 
80
        * PreferencesWindowController.m : simplify methodSignatureForSelector
 
81
        according to David Chisnall
 
82
 
 
83
2009-10-20 Riccardo Mottola <rmottola@users.sf.net>
 
84
 
 
85
        * main.m : regenerate services plist on startup
 
86
        * TerminalViewPrefs.m : remove hack about return type no longer needed
 
87
 
 
88
2009-08-05 Richard Frith-Macdonald <rfm@gnu.org>
 
89
        * TerminalView.h
 
90
        * TerminalView.m
 
91
        * TerminalViewPrefs.h
 
92
        * TerminalViewPrefs.m
 
93
        Implementd Black on White text and its preference setting.
 
94
 
 
95
2009-05-27 Riccardo Mottola <rmottola@users.sf.net>
 
96
 
 
97
        * TerminalParser_Linux.m: imported a patch by Jeff Teunissen,
 
98
        Backbone: Terminal interpreted certain UTF-8 code sequences wrong,
 
99
        like e2 95 9b (U+255B, which the bug transforms into e2 95 94).
 
100
        It turns out that it's due to the Linux console emulation, which
 
101
        interprets the 0x9b character (CSI, which is ESC with the high order bit set) to begin a control command.  Change the terminal emulation to only
 
102
        switch into command scanning mode if we aren't in the middle of
 
103
        a multi-byte character (that is, if iconv says it's not done
 
104
        processing the current character 0x9b is just a byte to be consumed).
 
105
        This is the only 8-bit character that the console treats specially, so
 
106
        this should be a complete fix.
 
107
 
 
108
2009-05-15 17:35-EDT Gregory John Casamento <greg_casamento@yahoo.com>
 
109
 
 
110
        * GNUmakefile: Added plist to makefile.
 
111
        * TerminalInfo.plist: Updated information in plist.
 
112
 
 
113
2009-01-02 Riccardo Mottola <rmottola@users.sf.net>
 
114
 
 
115
        * TerminalView.m: OpenBSD portability
 
116
 
 
117
2009-01-01 Riccardo Mottola <rmottola@users.sf.net>
 
118
 
 
119
        * TerminalView.m: ForkPty and OpenPty replacements
 
120
 
 
121
2008-07-12 Riccardo Mottola <rmottola@users.sf.net>
 
122
 
 
123
        * TerminalView.m: Remove font metric hack for xlib and art backend
 
124
        (after fixes in backend, requires backend date 12 July 2008).
 
125
        Patch by Fred Kiefer <FredKiefer@gmx.de>