source: trunk/third/gnome-applets/modemlights/ChangeLog @ 20910

Revision 20910, 25.3 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
12004-09-12  Shaun McCance  <shaunm@gnome.org>
2
3        * docs/C/modemlights-C.omf:
4        * docs/C/modemlights.xml:
5        - Updates for 2.8
6
72004-08-15  Kjartan Maraas  <kmaraas@gnome.org>
8
9        * Makefile.am: Removed references to screen-exec.
10        * modemlights.c: Fix include for gnome_help_*
11
122004-08-15  Kjartan Maraas  <kmaraas@gnome.org>
13
14        * modemlights.c: (is_Modem_on), (get_ISDN_connect_time),
15        (get_modem_connect_time), (show_help_cb): Don't use egg to
16        display help. Also a lot of NULL vs. 0 stuff.
17        * properties.c: (phelp_cb): Same here.
18
192004-08-06  Vincent Noel  <vnoel@cox.net>
20
21        * modemlights.c (update_tooltip): Switch connected time display
22        to the format days:hours when connection time >= 100 hours. Fixes
23        bug 50965.
24
252004-07-30  Xan Lopez  <xan@gnome.org>
26
27        * modemlights.c: (destroy_cb):
28
29        Fix build.
30
312004-07-29  Kjartan Maraas  <kmaraas@gnome.org>
32
33        * modemlights.c: (destroy_cb), (modemlights_applet_fill):
34        Merge fix for bug #148712 from stable.
35
362004-07-10  Kevin Vandersloot <kfv101 psu edu>
37
38        * modemlights.c: small fix for vertical panels. Patch by Vicent Noel.
39
402004-06-11  Dennis Smit  <ds@nerds-incorporated.org>
41
42        * properties.c (property_show):
43        s/O_utline/O_utline:/ as spotted by:
44        Paisa Seeluangsawat  <paisa@users.sf.ne>
45
46        Fixes bug: 136943.
47
482004-06-10  Dennis Smit  <ds@nerds-incorporated.org>
49       
50        * modemlights.c (ISDN_MAX_CHANNELS): Copy needed defines from
51        linux/isdn.h instead of including it, unbreaking build with linux
52        2.6 kernel headers.
53
54        Patch by: Jon K Hellan  <hellan@acm.org>
55
56        Fixes bug 129630.
57
582004-06-10  Dennis Smit  <ds@nerds-incorporated.org>
59
60        * modemlights.c (update_display): Added
61        tooltip. Removed static variable usage. Fixes bug #141484.
62
63        Patch by: Vinay M R  <vinay.mandyakoppal@wipro.com>
64
652004-02-23  Dennis Smit  <ds@nerds-incorporated.org>
66
67        * modemlights.c (destroy_cb): Free the MLData structure so
68        it doesn't leak.
69
702004-02-23  Dennis Smit  <ds@nerds-incorporated.org>
71
72        * modemlights.c (about_cb): Set the screen right when the user
73        requests the about dialog and it's already there but not on the
74        right screen.
75
762004-02-10  Dennis Smit  <ds@nerds-incorporated.org>
77
78        * modemlights.h: Added connect_dialog and run_dialog entries
79        to the mldata structure.
80
81        * modemlights.c (dial_cb): Converted to be multihead aware
82        and cleanups.
83
84        (execute_command): Converted to be multihead aware and
85        cleanups.
86
87        (run_response_cb): Added to response on the message_dialog
88        within execute_command and changed it to be event driven
89        so we have more control over it, and it doesn't annoy
90        between instances.
91       
922004-02-08  Jason Leach  <leach@wam.umd.edu>
93
94        * Makefile.am (CLEANFILES): Add .server and .server.in here.
95        (#132071, Padraig O'Briain)
96
972004-02-05  Muktha  <muktha.narayan@wipro.com>
98
99        * modemlights.c: Add accessible name. Fixes bug #128260.
100
1012004-01-31  Archana Shah  <archana.shah@wipro.com>
102
103        * modemlights.h: Added a member in structure MLData for
104        about dialog.
105        * modemlights.c: (modemlights_applet_fill): Initialized about_dialog
106        with NULL.
107        (about_cb): Changed to use member field about_dialog instead of
108        static variable about.
109        (destroy_cb): Destroys about_dialog when the applet is removed.
110        Fixes bug #132289
111
1122004-01-29  Chee Bin HOH  <cbhoh@gnome.org>
113
114        * modemlights.c:
115        * properties.c: fix bug #132832 for displaying online help.
116         
1172004-01-27  Chee Bin HOH  <cbhoh@gnome.org>
118
119        * docs/C/modemlights-C.omf:
120        * docs/C/modemlights.xml: Update docs for 2.6.
121       
122        * docs/C/figures/modemlights_applet_advanced.png:
123        * docs/C/figures/modemlights_applet_general.png: New screenshots
124          for 2.6.
125
1262004-01-18  Jason Leach  <leach@wam.umd.edu>
127
128        * Makefile.am (install-data-local): builddir != srcdir fix.
129
1302003-12-15  Olli Helenius  <liff@iki.fi>
131
132        * modemlights.h
133        Remove usage of deprecated APIs: GtkPixmap -> GtkImage,
134        g_file_exists -> g_file_test and GTK_SIGNAL_FUNC ->
135        G_CALLBACK. Also update some GDK functions to non-deprecated
136        versions.
137
138        * properties.c: Change GnomeColorPicker to GtkColorButton and
139        convert gtk_entry_new_with_max_length to _new and _set_max_length.
140        Also update some GDK functions.
141
1422003-10-15  Kjartan Maraas  <kmaraas@gnome.org>
143
144        * properties.c: (property_show): Merge fix for
145        bug #124642 from stable.
146
147Tue Sep 16 13:59:16 2003  George Lebl <jirka@5z.com>
148
149        * properties.c: when command line is being inhibitted don't allow
150          setting commands or the device options.  That seems to all be
151          the kind of thing such a user should not be allowed to do.
152
153Mon Sep 15 15:23:24 2003  George Lebl <jirka@5z.com>
154
155        * modemlights.c: when started in lockdown mode, hide the preferences
156          item
157
1582003-08-08 John Fleck <jfleck@inkstain.net>
159
160        * docs/C/modemlights-C.omf
161        * docs/C/modemlights.xml
162        * docs/C/figures/modemlights_applet_advanced.png
163        * docs/C/figures/modemlights_applet_advanced.png
164        * docs/C/figures/modemlights_applet_colors.png
165        * docs/C/figures/modemlights_applet_connected.png
166        * docs/C/figures/modemlights_applet_general.png
167        * docs/C/figures/modemlights_applet_if_connect.png
168        updated docs etc. from Chee Bin HOH (rock!)
169       
1702003-07-29 John Fleck <jfleck@inkstain.net>
171
172        * docs/C/figures/modemlights_applet_general.png
173        * docs/C/figures/modemlights_applet_prefs_connecting.png
174        * docs/C/figures/modemlights_applet_prefs_display.png
175        updated screenshots from Chee Bin HOH
176
1772003-07-26  Christian Neumair  <chris@gnome-de.org>
178
179        * modemlights.schemas.in: Fix two typos introduced by Kevin's patch
180        (#116066).
181
1822003-07-24  Kevin Vandersloot
183
184        * schemas.in: Clean up strings as part of bug #116066
185
1862003-07-23 John Fleck <jfleck@inkstain.net>
187
188        * docs/C/modemlights-C.omf
189        adding omf file, which I forgot, breaking things
190
1912003-07-23 John Fleck <jfleck@inkstain.net>
192
193        * Makefile.am
194        * docs/Makefile.am
195        * docs/C/Makefile.am, modemlights.xml
196        * docs/C/figures/*.png
197        add new version of modemlights docs from Chee Bin HOH
198
1992003-07-21  Dennis Cranston <dennis_cranston at yahoo com>
200
201        * properties.c:  HIGify widget padding between the vbox and
202        action area of the dialogs.  Thanks to <chris@gnome-de.org>
203        Christian - Manny Calavera - Neumair.
204       
205Tue Jul 08 18:14:21 2003  George Lebl <jirka@5z.com>
206
207        * properties.c: may properties respect key writability
208
2092003-06-10  Shailesh Mittal <shailesh.mittal@wipro.com>
210
211        * modemlights.c: (modemlights_applet_fill): Modified to create
212        AF_INET6 socket, if AF_INET6 is defined on the system. If AF_INET6
213        socket can not be created, then we are falling back to AF_INET socket.
214
2152003-06-06  Paolo Borelli <pborelli@katamail.com>
216
217        * modemlights.c: gnome_question_dialog -> gtk_message_dialog conversion;
218        change Yes/No labels of buttons to Cancel/[dis]Connect; convert
219        gnome_shell to g_spawn and add error reporting.
220
2212003-05-17  Dennis Cranston <dennis_cranston at yahoo com>
222
223        * properties.c:  HIGify the action area of the preferences dialog.
224       
2252003-05-11  Kevin Vandersloot <kfv101@psu.edu>
226
227        * modemlights.c, properties.c, modemlights.h: remove all global and static
228        variables so multiple instances can work properly. Also bring back tooltip.
229        Fixes bug #100007
230
2312003-04-27  Dennis Cranston <dennis_cranston at yahoo com>
232
233        * properties.c:  HIGify the preferences dialog. Also, hook up
234        the help button.
235
2362003-03-07  Mark McLoughlin  <mark@skynet.ie>
237
238        * modemlights.c: (show_help_cb): update for screen-exec changes.
239
2402002-12-14  Fernando Herrera <fherrera@onirica.com>
241
242        * GNOME_ModemLightsApplet.server.in.in: added bugzilla attributtes
243
2442002-12-02  Christian Neumair  <chris@gnome-de.org>
245
246        * properties.c: Made tabs HIG compliant (removed mnemonics).
247
2482002-09-19  Mark McLoughlin  <mark@skynet.ie>
249
250        * modemlights.c: (about_cb), (show_help_cb):
251        * properties.c: (property_show): kill the HAVE_GTK_MULTIHEAD
252        conditionals. We require gtk+ HEAD now.
253
2542002-08-14  Mark McLoughlin  <mark@skynet.ie>
255
256        * Makefile.am: link against libscreen-exec.la.
257
258        * modemlights.c: (show_help_cb):
259        * properties.c: (phelp_cb): use the multiscreen
260        gnome_help variants.
261
2622002-07-18  Mark McLoughlin  <mark@skynet.ie>
263
264        * Makefile.am: install applet into libexec.
265
266        * GNOME_ModemLightsApplet.server.in: move .server.in to
267        .server.in.in to allow for libexec dir substitution.
268
2692002-07-11  Mark McLoughlin  <mark@skynet.ie>
270
271        * modemlights.c: (about_cb):
272        * properties.c: (property_show):
273        realise dialogs on the same screen as the applet.
274
2752002-07-11  Mark McLoughlin  <mark@skynet.ie>
276
277        * modemlights.c:
278        (about_cb): use gtk_window_present.
279        (update_pixmaps): create the pixmap using a correct
280        parent window.
281
282        * properties.c: (property_show): use gtk_window_present.
283
2842002-06-25  Kevin Vandersloot <kfv101@psu.edu>
285
286        * properties.c: more gconf sanity checks. Fixes bug
287        #84922
288
2892002-06-08  Kjartan Maraas  <kmaraas@gnome.org>
290
291        * properties.c: #include <config.h> to make it localized.
292       
2932002-06-03  Arvind Samptur <arvind.samptur@wipro.com>
294
295        * modemlights.c: changed gtk_main_do_event
296        to gtk_propagate_event in button_press_hack
297        for avoiding crash due to gtk event queue corruption. Fixes
298        #83186.
299
3002002-06-01  Trevor Curtis <tcurtis@somaradio.ca>
301        * docs/C/modemlights.xml: added updated screenshots to doc.
302        * docs/C/figures/modemlights-advanced.png, modemlights-color.png,
303        modemlights-general.png, modemlights.png: updated/added screenshots.
304
3052002-05-31 Kevin Vandersloot <kfv101@psu.edu>
306
307        * Makefile.am: Fix GNOMELOCALEDIR to point to correct
308        location. Fixes #83621.
309
3102002-05-31  Trevor Curtis <tcurtis@somaradio.ca>
311        * docs/C/modemlights.xml: created and updated documentation.
312        * docs/C/legal.xml: added legal info for documenation.
313
3142002-05-23  Kevin Vandersloot <kfv101@psu.edu>
315       
316        * modemlights.c: get right and middle click working on the button.
317        Also get help right click menu item working
318
319        * properties.c: some gconf sanity checks and error reporting
320
3212002-05-20  Kevin Vandersloot <kfv101@psu.edu>
322
323        * modemlights.c: set window icon
324
3252002-05-10  Deepa Natarajan <deepa.natarajan@wipro.com>
326
327    * .xml: added mnemonics for the popup menu
328
3292002-04-27  Dennis Cranston <dennis_cranston@yahoo.com>
330
331        * modemlights.c: "About..." dialog fixes -- change the name to
332        "Modem Lights" to match the "Add to panel" menu.  Also, use
333        gnome-modem.png for the logo and window icon.
334
3352002-04-20  Abel Cheung  <maddog@linux.org.hk>
336
337        * modemlights.c: Added translation_credit and documenters placeholders.
338
3392002-04-02 John Fleck <jfleck@inkstain.net>
340
341        * doc/C/modemlights.sgml
342        adding tip on how to discover your lock file
343        Thanks to Andreas Imhof for the tip.
344       
3452002-04-02  Kevin Vandersloot <kfv101@psu.edu>
346
347        * *.xml: change properties to preferences
348
349        * properties.c: chnage properties ot preferences and add
350        mnmonics for the pres dialog
351
3522002-03-13  Seth Nickell  <snickell@stanford.edu>
353
354        * GNOME_ModemLightsApplet.server.in:
355
356        Use internet category.
357
3582002-03-06  Kevin Vandersloot <kfv101@psu.edu>
359       
360        * *.gnorba, *.desktop.in: remove as they aren't needed any more
361
3622002-03-05  jacob berkman  <jacob@ximian.com>
363
364        * Makefile.am (install-data-local): trailing backslash before
365        blank line
366
3672002-02-28  Jens Finke  <jens@triq.net>
368
369        * properties.c (connect_changed_cb),
370        (disconnect_changed_cb),
371        (lockfile_changed_cb),
372        (device_changed_cb): Changed function signature to fit focus event
373        callback.
374        (property_show): Connect GtkEntry callbacks to focus_out_event.
375        Add applet object as user data for isdn toggle button callback.
376        Fixes bug #73102
377
3782002-03-01  Bastien Nocera  <hadess@hadess.net>
379
380        * Makefile.am: f1x0r3d the Makefile to check for DESTDIR
381        before running gconftool, fix from Spider
382        <spider.bugs@darkmere.wanfear.com>
383
3842002-02-20  Kevin Vandersloot <kfv101@psu.edu>
385
386        * modemlights.c: hook up to the destroy signal and
387        kill the timeout there to fix a crash on remove
388
3892002-02-17  Kjartan Maraas  <kmaraas@gnome.org>
390
391        * GNOME_ModemlightsApplet.xml: External ui description.
392        * modemlights.c: Use it.
393        * Makefile.am: Dist it.
394       
3952002-02-11  Kjartan Maraas  <kmaraas@gnome.org>
396
397        * GNOME_ModemLightsApplet_Factory.server.in: Mark strings for l10n.
398        * *.[ch]: Fix #include <config.h>
399       
4002002-02-11  Mark McLoughlin  <mark@skynet.ie>
401
402        * GNOME_ModemLightsApplet.server.in: move to Vertigo namespace.
403
404        * modemlights.c: update for factory macro change.
405
406Wed Feb 06 19:56:33 2002  George Lebl <jirka@5z.com>
407
408        * modemlights.c: fix initial setting of orientation
409
4102002-01-28  Kevin Vandersloot <kfv101@psu.edu>
411
412        * properties.c: change Settings to Properties for props window
413       
414        * modemlights.h: begin to get rid of global variables
415
4162002-01-04  Kevin Vandersloot <kfv101@psu.edu>
417
418        * saving applet config now works!
419
420        * multiload.schemas: gconf schemas file
421
422        * Makefile.am: install the schemas file
423
424        * modemlights.c, properties.c: Use new applet saving api
425        to get and save config
426
4272002-01-03  Kevin Vandersloot <kfv101@psu.edu>
428       
429        * properties.c: port to GtkDialog and set up for gconf
430        usage. Will be completed when applet config saving is fully
431        fleshed out
432
4332001-12-17  Mark McLoughlin  <mark@skynet.ie>
434
435        * modemlights.c: (update_tooltip), (draw_shadow_box),
436        (create_background_pixmap), (draw_button_light), (update_pixmaps),
437        (modemlights_applet_fill), (modemlights_applet_factory):
438        * properties.c: (property_apply_cb):
439        update for panel-applet api changes.
440
4412001-12-14  Kevin Vandersloot <kfv101@psu.edu>
442
443        * modemlights.c: remove unneeded stuff
444
4452001-12-14  Mark McLoughlin  <mark@skynet.ie>
446
447        * modemlights.c: (reset_orientation): update for panel-applet
448        GNOME_Vertigo namespace changes.
449
4502001-12-12  Kevin Vandersloot <kfv101@psu.edu>
451
452        * modemlights.c: pretty icons for the popup menu
453
4542001-12-10  Kevin Vandersloot <kfv101@psu.edu>
455
456        * Initial port to GNOME 2.0. Applet runs and works. Need
457        to implement properties and a few other things
458
4592001-07-07  Kjartan Maraas  <kmaraas@gnome.org>
460
461        * modemlights.c: Applied patch from Red Hat to define
462          MAX_ISDN_CHANNELS if not already done.
463         
4642001-07-03  Kjartan Maraas  <kmaraas@gnome.org>
465
466        * modemlights.c: Applied patch for proper size negotiation
467        with the panel. Removes flicker on add applet to panel.
468       
469Mon Jan 22 11:10:14 2001  John Ellis  <johne@bellatlantic.net>
470
471        * modemlights.c: Applied ISDN patch from Nils Philippsen, ChangeLog
472        entry is below. Also fixed a compile warning in pixmap_set_colors().
473
4742001-01-21  Nils Philippsen <nils@wombat.dialup.fht-esslingen.de>
475
476        * modemlights.c (is_ISDN_on): fix to work with Linux kernel 2.4,
477        glibc 2.2 and providers with long phone numbers
478
479Wed Nov 15 18:23:30 2000  John Ellis  <johne@bellatlantic.net>
480
481        * modemlights.[ch], properties.c: Added color configuration. Made the
482        blinking when waiting for a connection optional (default is off),
483        since the wait color is now different from the 'on' color.
484
485Mon Nov  6 11:27:03 2000  John Ellis  <johne@bellatlantic.net>
486
487        * modemlights.c (update_tooltip): Added connect time and description of
488        byte counts to the tooltip, also marked it for translation.
489
490Thu Oct 26 14:43:45 2000  John Ellis  <johne@bellatlantic.net>
491
492        * modemlights.c(get_modem_stats): Apparently the FreeBSD/OpenBSD
493        #ifdefs were doing it the right way, SIOCDEVPRIVATE is by name private.
494        Now this should work on FreeBSD, etc. without the #ifdef's. Also fixed
495        when SIOCGPPPSTATS is undefined to return failure (FALSE) instead of
496        success. Added include of <linux/if_ppp.h> on linux.
497
498Mon Oct 23 22:17:28 2000  John Ellis  <johne@bellatlantic.net>
499
500        * modemlights.c: The connect light now blinks until the
501        connection is established (rx or tx has a byte count other than 0), or
502        if ppp status returns error. This should/might work for ISDN too?
503        (get_modem_stats): Fixed, I did not see how this could possibly compile
504        cleanly when SIOCDEVPRIVATE is not defined.
505
506Mon Oct 23 16:15:45 2000  John Ellis  <johne@bellatlantic.net>
507
508        * modemlights.[ch], properties.c: Some const stuff, fix apply_cb
509        parameters.
510
511Tue Sep 26 14:18:51 2000  John Ellis  <johne@bellatlantic.net>
512
513        * modemlights.c (dial_cb): Use gnome_execute_shell in place system()
514        call, which blocks on the call. Who used this? I sure hope it
515        wasn't me :O. Fixes BUG #16815
516
517Tue Sep 26 13:33:16 2000  John Ellis  <johne@bellatlantic.net>
518
519        * modemlights.c: Applet layout coordinates are now stored in a static
520        structure for each possible layout. Added layouts for connection info
521        with a tiny/small panel. Note that the vertical tiny panel is simply
522        too narrow to fit the byte rate and time, so the applet is still going
523        to enlarge the panel to 30 pixels (not as bad as before, at 46 pixels).
524
525Tue Sep 26 10:46:49 2000  John Ellis  <johne@bellatlantic.net>
526
527        * modemlights.[ch], properties.c: Added button in properties advanced
528        tab to save current options as default, this way the default start
529        options can be saved even if the applet is removed from the panel
530        (or it crashes :).
531        * modemlights.c (main): Moved _show() of applet to after
532        reset_orientation(), hoping to clear up some start-up problems peeps
533        were having with display corruption.
534
5352000-04-25  Fatih Demir <kabalak@gmx.net>
536       
537        * modemlights_applet.desktop : Added [tr] section .
538
5392000-04-04  Jacob Berkman  <jacob@helixcode.com>
540
541        * properties.c (phelp_cb): use correct anchor
542
5432000-03-25  Jacob Berkman  <jacob@helixcode.com>
544
545        * properties.c (property_show): make help work with new docs
546
5472000-02-29  Jacob Berkman  <jacob@helixcode.com>
548
549        * modemlights.c (main): rearrange and add a pixmap to the help
550        item
551
5522000-02-23 Peter Hawkins <peterhawkins@ozemail.com.au>
553
554        * modemlights.c: stopped the about box from being shown multiple times at once.
555
556Sat Jan 29 18:10:10 2000  Tom Gilbert  <gilbertt@tomgilbert.freeserve.co.uk>
557
558        * On an anti-warning hunt using CFLAGS="-O6 -g -W -Wall
559        -Wmissing-prototypes -Wmissing-declarations". Don't mind me.
560
561Tue Jan 04 04:21:28 2000  George Lebl <jirka@5z.com>
562
563        * modemlights.c: add another patch from Nils Philippsen
564          <nils@wombat.dialup.fht-esslingen.de>, this time to get ISDN
565          connection time.  Fixes #4893
566
567Tue Jan 04 02:28:49 2000  George Lebl <jirka@5z.com>
568
569        * modemlights.c: apply patch by Nils Philippsen
570          <nils@wombat.dialup.fht-esslingen.de> to fix bug #4894, (the
571          modemlights confirmation dialog vanishing bug)
572
573Sun Oct 31 17:12:43 1999  George Lebl  <jirka@5z.com>
574
575        * modemlights.c: use the pixel size stuff
576
577Fri Oct 29 00:31:20 1999  John Ellis  <johne@bellatlantic.net>
578
579        * modemlights.c: Switched sd and rd lights (send is now first). Receive
580        light is now red to match load graph.
581        * properties.c: Minor formatting change.
582
583Fri Oct 22 17:21:20 1999  John Ellis  <johne@bellatlantic.net>
584
585        * modemlights.c: Added #ifdef's around panel size code, it should
586        now compile with 1.0.x of gnome-core.
587
588Sat Aug 28 15:34:30 1999  John Ellis  <johne@bellatlantic.net>
589
590        * modemlights.c: Use gdk_draw_*() functions to create the applet's
591        display layout. This way the color scheme can be made to match the
592        gtk theme in use (match the applet's style).
593        * backgrnd.xpm, backgrnd_a.xpm, backgrnd_s.xpm, button_off.xpm,
594        button_on.xpm, lights.xpm: Removed, generated internally now.
595        * Makefile.am (EXTRA_DIST): Remove references to above xpm files.
596
5971999-08-23  Matthias Warkus  <mawa@iname.com>
598
599        * modemlights_applet.desktop: Use gnome-modem.png.
600
601Wed Jul 14 21:15:44 1999  John Ellis  <johne@bellatlantic.net>
602
603        * properties.c: Group related options into frames. Use GNOME_PAD_*
604        instead of hard coded values.
605
606Sun Jul 11 23:30:46 1999  John Ellis  <johne@bellatlantic.net>
607
608        * modemlights.[ch]: Use the gnome-applets defined VERSION.
609        * modemlights.c, properties.c: If /dev/modem does not exist, fall back
610        to LCK..ttyS0 as a default for the lock file. Many newer distros do not
611        create /dev/modem.
612
613Sun May 30 22:20:53 1999  John Ellis  <johne@bellatlantic.net>
614
615        * modemlights.c: Make it follow the panel's size hint. When
616        'show throughput/connect time' is enabled, the size hint is ignored,
617        this is really unavoidable.
618        * modemlights.h: Bump version to 1.0.3 to distinguish from released
619        versions.
620
6211999-04-25  Ettore Perazzoli  <ettore@comm2000.it>
622
623        * modemlights.h: #include <config.h>.
624
625        * modemlights.c (main): Initialize i18n.
626
627Mon Apr 12 19:49:33 1999  John Ellis  <johne@bellatlantic.net>
628
629        * modemlights.h: added #include <time.h>
630
631Tue Mar 30 19:29:38 1999  John Ellis  <johne@bellatlantic.net>
632
633        * modemlights.c: Fix display bugs after disconnect.
634
635Tue Mar 30 11:51:16 1999  John Ellis  <johne@bellatlantic.net>
636
637        * modemlights.[ch], properties.c: Added an optional connect time and
638        throughput display.
639        Based on the patch from
640        Bruno Abrunhosa Pires Marinho <bapm@camoes.rnl.ist.utl.pt>
641        * Makefile.am (EXTRA_DIST): Added backgrnd_a.xpm and digits.xpm.
642
643Sun Mar 28 07:23:52 1999  John Ellis  <johne@bellatlantic.net>
644
645        * modemlights.[ch], properties.c: Apparently some systems have broken
646        lockfiles (no pid stored inside), add option to disable lockfile
647        owner verification.
648        Bump internal version to 1.0.2
649
650Tue Mar  9 19:30:37 1999  John Ellis  <johne@bellatlantic.net>
651
652        * modemlights.h: Internal version bumped to 1.0.1
653
6541999-03-09  Miguel de Icaza  <miguel@nuclecu.unam.mx>
655
656        * modemlights.h: Add OpenBSD support.  Patch from Kenneth Stailey
657        <kstailey@kstailey.tzo.com>.
658
659Tue Mar  9 18:13:23 1999  John Ellis  <johne@bellatlantic.net>
660
661        * modemlights.c (main): Fixed startup position problem when panel is
662        verticle.
663        (applett_change_orient): Remove static variable, no longer needed.
664        This fixes BUG #519
665
666Tue Mar  9 17:43:34 1999  John Ellis  <johne@bellatlantic.net>
667
668        * modemlights.c (is_Modem_on): Check for stale modem lock files.
669
670Mon Feb  8 06:48:04 1999  John Ellis  <johne@bellatlantic.net>
671
672        * modemlights.[ch], properties.c: Version to 0.99.0, updated
673        copyrights to 1999.
674
6751999-02-07  Federico Mena Quintero  <federico@nuclecu.unam.mx>
676
677        * modemlights.c (get_modem_stats): Patch from Matt Mosley
678        <mattm@igloo.org> to make modemlights work on OpenBSD.
679
6801999-01-18  Nat Friedman  <nat@nat.org>
681
682        * properties.c (property_show): Use gnome_app_id to find the
683        applet name for the root help directory.
684
6851999-01-18  Nat Friedman  <nat@nat.org>
686
687        * properties.c (property_show): Connect the help signal of the
688        GnomePropertyBox to gnome_help_pbox_display.
689
6901999-01-12  Miguel de Icaza  <miguel@nuclecu.unam.mx>
691
692        * modemlights.c (get_modem_stats): Fix to compile in more
693        operating systems.  It is still useless though.
694
695Sat Sep 19 08:13:31 1998  John Ellis  <johne@bellatlantic.net>
696
697        * properties.c: Grey out device and lockfile entries when ISDN is
698        selected.
699
7001998-09-18  Martin Baulig  <martin@home-of-linux.org>
701
702        * modemlights.c (get_ISDN_stats): Added ISDN statistics for Linux.
703
7041998-09-15  Martin Baulig  <martin@home-of-linux.org>
705
706        * modemlights.c (is_ISDN_on): Added function body for Linux.
707        (get_stats, get_modem_stats, get_ISDN_stats): New functions.
708        Use them to get modem statistics; things are a little bit different
709        if we are using ISDN, but currently it's empty.
710
711Mon Sep 14 04:52:29 1998  John Ellis  <johne@bellatlantic.net>
712
713        * modemlights.[ch], properties.c: Added foundation for ISDN, but there
714        is no code in the is_ISDN_on() function. Added an advanced tab to the
715        properties, move modem lock file entry there, added Device entry
716        option and a Use ISDN checkbox. Changed default update interval to 5.
717        * modemlights.c(is_ISDN_on): let me repeat that this function is empty,
718        could someone with the knowledge (ie: ISDN) fix this?
719        * version bumped to 0.3.2
720
7211998-09-06  Raja R Harinath  <harinath@cs.umn.edu>
722
723        * Makefile.am: Remove CXXLINK hack.
724
725Wed Jul 29 19:49:11 1998  John Ellis  <johne@bellatlantic.net>
726
727        * modemlights.c  (about_cb): fixed a compile warning.
728        (main):  Properties is now above About in the menu.
729        * properties.c (property_apply_cb): added
730        applet_widget_sync_config() as George suggested
731        * modemlights.[ch], properties.c: Upped version to 0.3.1
732        * AUTHORS: new file
733
7341998-07-19  Raja R Harinath  <harinath@cs.umn.edu>
735
736        * Makefile.am (modemlights_applet_LDADD): s/MICO_LIBS/ORB_LIBS/g.
737
7381998-07-04  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>
739
740        * modemlights.c (main): Now uses stock menu icons.
741
742Tue Jun 16 23:03:49 1998  John Ellis  <johne@bellatlantic.net>
743
744        * modemlights.c (draw_load): Really (hopefully) fixed the problem.
745
746Sun Jun 14 07:08:42 1998  John Ellis  <johne@bellatlantic.net>
747
748        * modemlights.c (draw_load): Fix problem of drawing outside of
749        the load window.
750        (applet_change_orient): Declare first_call_flag as type int.
751
752Mon Jun  1 13:27:30 1998  Havoc Pennington  <hp@pobox.com>
753
754        * modemlights.c (command_connect_cb): Use gnome_execute_shell,
755        because not all connect scripts terminate immediately. e.g. the
756        Debian script doesn't exit until hangup.
757        (command_disconnect_cb): Likewise.
758        * Changelog: Renamed to ChangeLog. Added this entry, and Mark
759        Galassi's entry from the applets directory.
760
7611998-06-01  Mark Galassi  <rosalia@cygnus.com>
762
763        * modemlights/properties.c (property_load): introduced a
764        "confirmation" property to be saved and loaded.  It doesn't save
765        yet :-)
766        (confirm_checkbox_cb):
767        (property_show): added a confirmation checkbox to the properties
768        dialog.
769
770        * modemlights/modemlights.c (dial_cb): introduced the
771        ask_for_confirmation configuration variable.  Now we only enter
772        the yes/no dialog if that variable is true; otherwise we just fire
773        off the connect (or disconnect) script.
774
7751998-05-28  John Ellis  <johne@bellatlantic.net>
776
777        * modemlights[c.h], properties.c: added dialing, load, tooltip.
778        Many additions, so bumped version up to 0.3.0
779
7801998-05-27  Seth Alves  <alves@twitch.cp.domain.net>
781
782        * modemlights/modemlights.c (update_display):
783          added #ifdef FreeBSD's so it would compile
784
7851998-05-19  John Ellis  <johne@bellatlantic.net>
786
787        * dummy.cc: This file is generated, removed from CVS.
788        * backgrnd_s.xpm: Added image for left/right panel orientation.
789        * modemlights.c: Added orientation code.
790
7911998-05-19  John Ellis  <johne@bellatlantic.net>
792
793        * modemlights.c: (main) The orientation callback was being called
794        before the widgets were created, causing a warning at startup.
795        signal_connect for "orient" relocated to after widget creation.
796
797
Note: See TracBrowser for help on using the repository browser.