File: ChangeLog

package info (click to toggle)
gxmessage 3.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: sh: 1,565; ansic: 819; makefile: 46
file content (435 lines) | stat: -rw-r--r-- 13,696 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
2015-05-25  Tim Musson  <trmusson@gmail.com>

    * configure.ac:
      - Version to 3.4.3

    * gxmessage.c (label_width_okay): New function to complain rather than
      crash on impossibly long buttons. https://savannah.gnu.org/bugs/?45169

    * gxmessage.c (window_create): Fixed a bug that prevented automatic
      window sizing if -geometry included position but not size. Hrmpf.

    * doc/gxmessage.1: Split xmessage and gxmessage options into separate
      sections for clarity.


2015-05-23  Tim Musson  <trmusson@gmail.com>

    * configure.ac:
      - Version to 3.4.2

    * gxmessage.c (window_create): Fixed a bug introduced in 3.4.1 that
      prevented -center and -nearmouse working. *blushes*

    * gxmessage.c (window_create): Fixed a bug that prevented automatic
      window sizing working correctly.

    * examples/gxtest: New file to help spot such bugs in future.


2015-05-21  Tim Musson  <trmusson@gmail.com>

    * configure.ac:
      - Version to 3.4.1
      - Require intltool >= 0.50.0

    * gxmessage.c: Replaced deprecated GTK3 calls with their current
      equivalents, apart from gtk_button_new_from_stock.

    * gxmessage.c: Replaced our home-rolled geometry parser with the now
      working gtk_window_parse_geometry().

    * doc/gxmessage.1, doc/gxmessage.texi: Updated documentation.

    * compile, depcomp, install-sh, INSTALL: Latest versions from gnulib.

    * patches/*: As documentation, contributed patches are now distributed
      with the package. See AUTHORS.


2014-03-23  Tim Musson  <trmusson@gmail.com>

    * configure.ac: Version to 3.4.0
    * gxmessage.c: Ported to GTK3 (much thanks to Lev B for the patch, #39809).


2014-03-23  Tim Musson  <trmusson@gmail.com>

    * configure.ac: Version to 2.20.1
    * configure.in: Modernized and renamed to configure.ac
    * aclocal.m4: Regenerated this file.
    * compile, depcomp, install-sh: Latest versions from gnulib.


2012-02-26  Tim Musson  <trmusson@gmail.com>

    * doc/Makefile.am: Added gxmessage.info to DISTCLEANFILES to ensure
      a fresh one's generated for each release.


2012-02-26  Tim Musson  <trmusson@gmail.com>

    * configure.in:
      - Version to 2.20.0
      - Require gtk+-2.0 >= 2.20.0
      - Require intltool >= 0.41.0

    * configure: Regenerated using autoconf 2.68.
    * aclocal.m4: Regenerated this file.
    * depcomp, missing, install-sh: Latest versions from gnulib.

    * Savannah bugs #34718, #34717, and #34716:
      New -sticky, -ontop, and -noescape options thanks to patches from
      Moritz Barsnick.

    * gxmessage.c: For the -noescape option to work, a file named
      $prefix/share/gxmessage/allow_noescape needs to exist. (To discourage
      borderless buttonless windows that can't easily be closed.)

    * doc/gxmessage.1, doc/gxmessage.texi: Udpated.


2009-09-30  Tim Musson  <trmusson@gmail.com>

    * The "whoops, we really do need intltool" release.

    * configure.in:
      - Version to 2.12.4
      - Require intltool >= 0.40.0

    * aclocal.m4: Regenerated this file.


2009-09-21  Tim Musson  <trmusson@gmail.com>

    * configure.in:
      - Version to 2.12.3
      - No longer require intltool.

    * intltool-extract.in, intltool-merge.in, intltool-update.in:
      Removed these files.
    * Makefile.am: Removed intltool stuff from EXTRA_DIST.
    * aclocal.m4: Regenerated this file.

    * po/*.po: Added license text.
    * COPYING.icon: Added license info for the gxmessage icon.
    * Makefile.am: Added COPYING.icon to EXTRA_DIST.
    

2009-09-18  Tim Musson  <trmusson@gmail.com>

    * configure.in: Version to 2.12.2

    * po/de.po: Added German translation from Manfred Mueller. Thanks!

    * gxmessage.c (window_create): Draw a GTK_STOCK_OK button whenever "okay"
      is used as LABEL text, making the default "okay" button less ugly.

    * doc/gxmessage.1: Updated the BUGS section to mention an annoying beep
      and how to avoid it. I do not know exactly what causes it yet.

    * AUTHORS: Updated.


2009-04-18  Tim Musson  <trmusson@gmail.com>

    * configure.in: Version to 2.12.1
      Lots of thanks to Karl Berry for advice on improving the documentation
      and packaging for this and the previous release.

    * configure: Regenerated using autoconf 2.63.

    * gxmessage.texi, gxmessage.1, texinfo.tex: Moved to new doc directory.
    * doc/gxmessage.texi:
      - Switched to from FDL 1.2 to FDL 1.3.
      - Include fdl.texi.
      - Changed dircategory from Utilities to Frontends.
    * doc/fdl.texi, doc/Makefile.am: New files.

    * AUTHORS, HACKING: Added copyright notices.


2009-04-15  Tim Musson  <trmusson@gmail.com>

    * configure.in: Version to 2.12.0

    * gxmessage.texi, texinfo.tex, po/LINGUAS: New files.

    * Makefile.am:
      - Install the info page.
      - Install the icon in a GNOME-theme-friendly way.

    * gxmessage.c:
      (window_create): Use gtk_window_set_default_icon_name.
      (main): Added a Copyright message to the output of -version.
      (usage): Tidied for easier maintenance of po files.
      (usage): Use American English for the built-in usage message.

    * po/en_AU.po, po/en_CA.po, po/en_GB.po, po/en_NZ.po: Added translations.
      (This package is an experiment - I'm secretly a NZer ;^)

    * INSTALL, HACKING, README, TODO, etc.: Updated.

    * ChangeLog, Makefile.am, README, gxmessage.1:
        Added Copyright notices to these files.

    * examples/gxaddress, examples/gxdialup, examples/gxdict, examples/gxman,
      examples/gxview, examples/nautilus-word-count:
        Added Public Domain dedications to these files.

    * examples/xinitrc:
        Removed this example due to lack of specific license information.


2007-06-30  Tim Musson  <trmusson@ihug.co.nz>

    * gxmessage.c, COPYING: Switched copyright notices to GPLv3.


2006-11-25  Tim Musson  <trmusson@ihug.co.nz>

    * examples/gxdict, gxman: Rewritten - much nicer to use.
    * gxmessage.1: Improved man page.


2006-10-24  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.6.2
    * gxmessage.c: (cb_timeout, window_create): fixed 2 casting bugs
    * examples/*: use #!/bin/sh rather than bash where possible


2006-05-06  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.6.1
    * gxmessage.c (window_create): allow auto-sizing for slightly longer files
    * examples/xinitrc: new example from Han Boetes
    * examples/gxview: added a command line option to wrap long lines
    * HACKING: new file


2006-01-23  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in:
      - version to 2.6.0
      - added sv to ALL_LINGUAS
      - require GTK >= 2.6
    * po/sv.po: added Swedish translation (thanks to Daniel Nylander)
      (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348153)
    * gxmessage.c:
      - close the window if <ESC> is pressed (patch from Dmitry Petukhov)
        (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310663)
      - fixed deprecated GTK function calls:
        s/gtk_timout_add/g_timeout_add/
        s/gtk_timeout_remove/g_source_remove/
    * gxmessage.1: updated man page
    * examples/nautilus-word-count: bugfix (cope with spaces in filenames)


2005-05-22  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.4.4
    * gxmessage.c:
      - allow chars in button labels to be escaped using backslashes
      - added gtk_widget_set_name: gxmessage-textview, gxmessage-entry
      - font no longer defaults to "monospace" if no -fn given
      - automatic window sizing if no -geometry given
      - removed some redundant -geometry parsing code
      - place cursor at beginning of message
    * examples/gtkrc, examples/nautilus-word-count: added
    * gxmessage.1, examples/*: updated


2005-03-06  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.4.3
    * gxmessage.c:
      - (my_gtk_init): a better work around for gtk_init hassles
        (related to bugzilla.gnome.org #168008)
      - the -help and -version options can now be used without gtk running
      - misc small cleanups
    * gxmessage.1: updated
    * gxmessage.png: new gnome-ish icon


2005-02-22  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in:
      - version to 2.4.2
      - set up conditional compilation according to GTK version
    * gxmessage.c:
      - (option_kludge): work around hassles with gtk_init 2.6.x
      - (window_create): hide gtk_window_set_accept_focus if gtk < 2.4
      - option array bugfix: -nofocus shouldn't expect an argument
      - new -entrytext "hello" option
      - misc tweaks suggested by Tom (tpgww AT onepost DOT net)
    * gxmessage.1, README: updated


2005-02-20  Tim Musson  <trmusson@ihug.co.nz>

    * gxmessage.c:
      - (window_create):
        - unhide cursor, to allow text selection via keyboard
        - don't draw a separator above the botton box
      - (button_new_from_str): use original str, don't allocate new memory
      - (main): bugfix - finish parsing other options before reading -file
      - misc small cleanups

 
2005-02-17  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.4.1
    * examples/*: minor improvements


2005-02-16  Tom  (tpgww AT onepost DOT net)

    * gxmessage.c:
      - HIG'ify the buttons layout
      - support button labels like GTK_STOCK_OK, for using Gtk stock buttons
      - clean up a few old macros
    * gxmessage.1:
      - update the man content accordingly


2004-11-28  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in:
      - version to 2.4.0
      - require gtk+-2.0 >= 2.4 (for gtk_window_set_accept_focus)
    * gxmessage.c:
      - new -nofocus option (suggested by Miek Gieben)
      - (main): like xmessage, don't complain about multiple '-file' options
      - (window_create): removed unused/useless window sizing code
      - (window_create): don't attempt to change fg/bg colours if
        gdk_color_parse fails
    * gxmessage.1: updated man page, and fixed a typo in the --buttons section
    * examples/gxman: minor tweaks


2004-04-15  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.11
    * po/sk.po: updated (thanks to Jan Matis)
    * gxmessage.c: (window_create):
      - removed the unnecessary vbox that was interfering with scrolling
      - spacing and padding tweaks
    * examples/gxman, examples/gxaddress: added
    * examples/gxdialup, gxdict, gxview: improved examples


2004-03-26  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.10
    * po/sk.po: updated (thanks, Jan!)
    * gxmessage.c:
      - new -wrap option (thanks to Jan Matis for the suggestion)
      - new -encoding option
      - (main, read_stdin):
        added checks for NULL returns from g_string_* functions
    * gxmessage.1: updated


2004-03-19  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in:
      - version to 2.0.9
      - added sk to ALL_LINGUAS
    * po/sk.po: added Slovak language translation (thanks to Jan Matis)
    * Makefile.am: minor cleanup
    * examples/gxview: added
    * examples/dxdict & gxdialup: minor tweaks


2004-03-10  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.8
    * gxmessage.c: (message_to_utf8):
      if g_locale_to_utf8 fails, assume input charset is ISO-8859-1


2004-03-09  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.7
    * gxmessage.c: use g_locale_to_utf8 (bugfix, thanks to Jan Matis)


2004-03-03  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.6
    * gxmessage.c:
      - new -borderless option (thanks to Miek Gieben for the suggestion)
      - removed redundant calls to gtk_widget_show
    * gxmessage.1: updated
    * examples/gxdialup: minor cleanup
    * examples/gxdict: added


2003-10-12  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.5
    * README, gxmessage.1: minor documentation tweaks
    * Makefile.am, gxmessage.c, gxmessage.png: icon added
    * Makefile.am, configure.in, gxmessage.c, po/*:
      I've put gettext support back in. *blushes*


2003-09-27  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.4
    * source package tidied up
    * gxmessage.1: rough man page added
    * examples/gxdialup: replaces old examples
    * gxmessage.c:
      -fg and -bg options now work.
      -fn | -font option now works (er, but only with GTK font names).
      The message display widget is now a GtkTextView.
      i18n stuff removed (I'm the only one using this prog, after all ;)


2002-07-06  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.3
    * src/gxmessage.c: automatic window sizing if no -geom given
    * src/gxmessage.c: file reading is now done by g_file_get_contents
    * src/gxmessage.c: -fn/-font now (kind of) works (with "fixed" only)
    * src/gxmessage.c, src/Makefile.am: *_DISABLE_DEPRECATED
    * examples/*.sh: removed -geometry settings


2002-06-29  Tim Musson  <trmusson@ihug.co.nz>

    * Added examples/dialup.sh


2002-06-20  Tim Musson  <trmusson@ihug.co.nz>

    * configure.in: version to 2.0.2
    * gettextize
    * src/gxmessage.c:
        gtk_widget_set_name -> "gxmessage_viewport" and "gxmessage-text"
    * Added examples/gtkrc-2.0


2002-06-20  Tim Musson  <trmusson@ihug.co.nz>

    * 2.0.1
    * Added automake stuff.


2002-06-20  Tim Musson  <trmusson@ihug.co.nz>

    * 2.0.0
    * gxmessage.c is decent.


-----

    Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012, 2014,
    2015 Timothy Richard Musson

    Copying and distribution of this file, with or without modification,
    are permitted provided the copyright notice and this notice are
    preserved.