~ubuntu-branches/ubuntu/natty/sawfish/natty

« back to all changes in this revision

Viewing changes to lisp/sawfish/gtk/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2009-11-23 09:05:20 UTC
  • mfrom: (1.2.10 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091123090520-3u8sefrr4lmfsiem
Tags: 1:1.5.3-2
* Remove reference to sawMILL in 00debian.jl (Closes: #557250).
* Remove empty doc dirs and replace them with symlinks (Closes: #556991).
* Rename sawfish maintainer scripts with the binary package name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2003-08-16  John Harper  <jsh@unfactored.org>
2
 
 
3
 
        * widgets/font.jl.in, widgets/font.jl: this file is now
4
 
        generated by configure so it can now if pango was configured or
5
 
        not
6
 
 
7
 
2003-08-13  John Harper  <jsh@unfactored.org>
8
 
 
9
 
        Integrated patch from Shun-ichi TAHARA <jado@flowernet.gr.jp>:
10
 
 
11
 
        * widgets/font.jl (use-xft): use Gtk+ 2.2 logic for
12
 
        interpreting this variable
13
 
 
14
 
        * widgets/font.jl: support pango font type
15
 
 
16
 
2003-07-29  John Harper  <jsh@unfactored.org>
17
 
 
18
 
        * widget.jl (make-string-item): fold nil to "" when setting
19
 
        gtk-entry value. Should fix #87917
20
 
 
21
 
2002-11-09  John Harper  <jsh@unfactored.org>
22
 
 
23
 
        * version 1.2
24
 
 
25
 
2002-11-03  John Harper  <jsh@unfactored.org>
26
 
 
27
 
        * widgets/font.jl (make-font-item): use XLFD fonts when
28
 
        GDK_USE_XFT isn't set. (I couldn't test this, since the GTK
29
 
        font selector totally fails to work for me when this
30
 
        environment variable isn't set)
31
 
 
32
 
2002-11-03  John Harper  <jsh@unfactored.org>
33
 
 
34
 
        * widgets/font.jl (make-font-item): support for new typed font
35
 
        descriptions. Convert the Xft description to and from the Pango
36
 
        descriptions used by GtkFontSelection. Needs some work to
37
 
        handle XLFD fonts as well when $GDK_USE_XFT isn't set
38
 
 
39
 
        * widget.jl, stock.jl.gtk: fixed some button-box issues
40
 
 
41
 
2002-11-02  John Harper  <jsh@unfactored.org>
42
 
 
43
 
        * widgets/pair.jl (make-pair-item): added another (!) optional
44
 
        arg, PACKING. It defines how the widgets are packed into their
45
 
        containing box
46
 
 
47
 
2002-05-21  John Harper  <jsh@unfactored.org>
48
 
 
49
 
        * Merged from HEAD:
50
 
 
51
 
        2002-05-14  John Harper  <jsh@unfactored.org>
52
 
 
53
 
        * widgets/font.jl (make-font-item): made entry uneditable
54
 
 
55
 
2002-04-21  John Harper  <jsh@unfactored.org>
56
 
 
57
 
        * Merged changes from HEAD
58
 
 
59
 
        2002-04-18  John Harper  <jsh@unfactored.org>
60
 
 
61
 
        * widgets/scheme-boolean.jl, Makefile.in: new widget, a boolean
62
 
        but returns #f and #t (though it accepts nil and t still).
63
 
        Implemented as a toggle button. Adapted from merlin
64
 
        <merlin@merlin.org>
65
 
 
66
 
        * widget.jl (make-choice-item): if IDX is null, select the
67
 
        first item. Patch from merlin <merlin@merlin.org>
68
 
 
69
 
2002-04-14  John Harper  <jsh@unfactored.org>
70
 
 
71
 
        * widgets/list.jl: return false from button_press_event and
72
 
        key_press_event handlers, fixes #75866
73
 
 
74
 
2002-04-13  John Harper  <jsh@unfactored.org>
75
 
 
76
 
        * stock.jl.gtk, stock.jl.gnome: s/gtk-signal-/g-signal/
77
 
 
78
 
2002-04-01  John Harper  <jsh@unfactored.org>
79
 
 
80
 
        * widget.jl, widget-test.jl: 
81
 
        * widgets/list.jl, widgets/font.jl, widgets/file.jl,
82
 
        widgets/color.jl: s/gtk-signal-/g-signal-/
83
 
 
84
 
2002-02-13  John Harper  <jsh@unfactored.org>
85
 
 
86
 
        * stock.jl.gtk, stock.jl.gnome (stock-button): new
87
 
        gtk-button-new-from-stock in both cases now
88
 
 
89
 
2002-02-12  John Harper  <jsh@unfactored.org>
90
 
 
91
 
        * widget.jl, stock.jl.gtk, color-preview.jl: 
92
 
        * widgets/list.jl, widgets/file.jl: 
93
 
 
94
 
        Ported to current gnome2 rep-gtk
95
 
 
96
 
2002-01-29  John Harper  <jsh@unfactored.org>
97
 
 
98
 
        * widget.jl, widget-test.jl, widget-dialog.jl, stock.jl.gtk,
99
 
        stock.jl.gnome, color-preview.jl: 
100
 
        * widgets/pair.jl, widgets/list.jl, widgets/font.jl,
101
 
        widgets/file.jl, widgets/color.jl, widgets/alist.jl: 
102
 
 
103
 
        Changed module names for gnome2 rep-gtk
104
 
 
105
 
2001-01-05  John Harper  <jsh@eazel.com>
106
 
 
107
 
        * version 0.35
108
 
 
109
 
2000-12-30  John Harper  <jsh@eazel.com>
110
 
 
111
 
        * widget.jl (make-choice-item): options for the `choice' widget
112
 
        can now be formatted as `(SYMBOL "REAL-NAME")' as well a
113
 
        `SYMBOL'. The REAL-NAME string will be displayed when given
114
 
 
115
 
2000-12-22  John Harper  <jsh@eazel.com>
116
 
 
117
 
        * widgets/list.jl: never destructively modify the list, fixes
118
 
        some weird bugs. E.g. it allows invalid event descriptions to
119
 
        be caught and reverted (fixing #5323)
120
 
 
121
 
2000-12-04  John Harper  <jsh@eazel.com>
122
 
 
123
 
        * version 0.34
124
 
 
125
 
2000-11-28  John Harper  <jsh@eazel.com>
126
 
 
127
 
        * widget.jl (make-symbol-item): connect to the changed signal
128
 
        _after_ calling set-popdown-strings, since that can raise the
129
 
        signal (which we don't want yet)
130
 
 
131
 
2000-11-27  John Harper  <jsh@eazel.com>
132
 
 
133
 
        * widget.jl (make-choice-item): `value' defaults to first item
134
 
        in the menu (as in GTK+)
135
 
 
136
 
        * widgets/font.jl (make-font-item): expand text entry when
137
 
        packing it
138
 
 
139
 
2000-11-17  John Harper  <jsh@eazel.com>
140
 
 
141
 
        * widget.jl (make-choice-item): call _ function when printing
142
 
        option names
143
 
 
144
 
2000-11-16  John Harper  <jsh@eazel.com>
145
 
 
146
 
        * widgets/alist.jl: use prin1 style printing (i.e. no double
147
 
        quotes in strings, etc)
148
 
 
149
 
2000-11-14  John Harper  <jsh@eazel.com>
150
 
 
151
 
        * widgets/list.jl (make-list-item): connect to
152
 
        `key_press_event' of the clist, on `RET' edit the current item
153
 
 
154
 
2000-10-11  John Harper  <john@dcs.warwick.ac.uk>
155
 
 
156
 
        * widget.jl (string->symbol): use intern not read-from-string
157
 
 
158
 
2000-09-25  John Harper  <john@dcs.warwick.ac.uk>
159
 
 
160
 
        * widget.jl (tooltip-split, tooltip-set): new functions
161
 
        (make-widget): if the widget advertised that it takes a doc
162
 
        string, then handle any tooltip embedded in that string
163
 
 
164
 
2000-09-20  John Harper  <john@dcs.warwick.ac.uk>
165
 
 
166
 
        * version 0.31
167
 
 
168
 
2000-09-11  John Harper  <john@dcs.warwick.ac.uk>
169
 
 
170
 
        * widget.jl, widget-test.jl, ChangeLog: 
171
 
        * widgets/list.jl, widgets/color.jl, widgets/alist.jl: 
172
 
 
173
 
        No need to explicitly open `rep.io.streams' anymore
174
 
 
175
 
2000-09-08  John Harper  <john@dcs.warwick.ac.uk>
176
 
 
177
 
        * widget.jl, widget-test.jl: 
178
 
        * widgets/list.jl, widgets/color.jl, widgets/alist.jl: 
179
 
 
180
 
        Open the necessary modules that aren't included in `rep'
181
 
        structure anymore (rep.regexp, rep.system, rep.io.streams,
182
 
        rep.io.files, rep.io.file-handlers)
183
 
 
184
 
2000-09-01  John Harper  <john@dcs.warwick.ac.uk>
185
 
 
186
 
        * stock.jl.gtk, stock.jl.gnome (about-dialog, make-url-widget):
187
 
        new functions
188
 
 
189
 
        * widgets/program.jl, widgets/pair.jl, widgets/list.jl,
190
 
        widgets/font.jl, widgets/file.jl, widgets/color.jl,
191
 
        widgets/alist.jl, widgets/.cvsignore: 
192
 
 
193
 
        * widget.jl, widget-test.jl, widget-dialog.jl, stock.jl.gtk,
194
 
        stock.jl.gnome, color-preview.jl: 
195
 
 
196
 
        Moved here from the `nokogiri' directory. The plan is to use
197
 
        some of these modules in other programs, e.g sawfish-themer
198
 
 
199
 
 
200
 
 -- See ../ui/ChangeLog for older history