Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > be971a8e1b764eed158b135ccb3e7179 > files > 6

gmasqdialer-0.99.13-2mdk.ppc.rpm


v0.99.13 2002-12-01 David Pinson <dpinson@materials.unsw.edu.au>
	* fix: could look like a connection was active as soon 
	  as connected to server, even if link was down.
	* fix: was not reading the selected link from the UI is the 
	  "dial" button was pressed, only if selected from the menu.
	* fix: now connection list is properly rebuilt when things
	  change (like (dis)connect etc).

v0.99.12 2002-11-19 David Pinson <dpinson@materials.unsw.edu.au>
	* Lots of UI clean ups
	* Compiles without -DGTK_ENABLE_BROKEN
	* Compiles with -DG*_DISABLE_DEPRECATED
	* Handles server problems better (eg when server reports
	  speed of 0bps, we fake 300bps so that the UI works as expected
	  but the values a obviously unrealistic so that the user is
	  aware something is wrong).
	* Use gtk_option_menu for connection selection.
	* Cleanup the prefs dialog, to be more gnome2 like. (but
          still retain functionality on win32, which almost works...)


v0.99.11 2002-10-31 David Pinson <dpinson@materials.unsw.edu.au>
	* applet disabled for this release
	* using internal config storage system (not gconf)
	* Removed some things like the dial animation to simplify the code
	* Some Gnome Human Interface Guidelines improvements. (Well 
	  I've at least read it, and am starting to incorportate bits
	  where it makes sense)

----------Port to GTK2------------------------------------------

unreleased
v0.99.10 2000-??  David Pinson <dpinson@materials.unsw.edu.au>
	* Changed applet look to ETCHED-IN.
	* Made much of the applet label status messages also appear 
	  (optionally) in the tooltip. Needs to become configurable.
	* Changed statusbar to be display configurable.
	* Server Log is a text widget so that mserver log info can
	  be displayed and scrolled back. (display configurable)
	* Prefs now have Client and Server tabs (help button goes direct to prefs help section.

v0.99.9 2000-06-26  David Pinson <dpinson@materials.unsw.edu.au>

	* Applet reports status about server condition (dialing/not conn..)
	* Beginnings of "save passwords" Ie, when autoconneting to the server
	  at startup, it will not prompt for a password. However, it doesn't 
	  check if they are correct or not, so if it was wrong the server will
	  just behave as before, and the client will ignore it. (suggested by Curt Gehl)
	  I'll fix it in the next rsn...
	* Single click on applet to hide/unhide mainwin and be consistent 
	  with other panel applets (Gregor Hoffleit <flight@hoffleit.de>)
	* Works with gnome-libs-1.2 panel when size/orientation changes 
	  For SMALL and TINY vertical panels, connection time cannot be shown
	  due to lack of space. Maybe I'll use a tool tip in future? Still a bit buggy, 
	  so if you change your panel's size alot, expect to get bitten.
 
v0.99.8 2000-01-27  David Pinson <dpinson@materials.unsw.edu.au>

	* Spent far too long getting up to speed on details....
	* Adds itself to gnome system menu (if gnome in use)
	* Smaller animation to fix packing problem in main window
	* Users can change the dialing animation. (see Readme.anim)
        * Applet properly registers and restarts 
	* Fixed Help callback in prefs window.
	* load meters scroll right to left. Consistent with other 
	  Gnome applets. (as suggested by Levi J. Grove <lgrove@risc.usi.edu>)
	* Can run a command before hangup (patch from 
	  Thomas Ribbrock <emgaron@gmx.net>)

v0.99.7 1999-11-03  Timo Sirainen <cras@irccrew.org>

	* Documentation by David Pinson
	* Internationalization support - (with my bad :) finnish done
	* Support for vertical panel and different sized panels. Removed
	  "Create lower height applet" option
	* --dial <isp> calls the specified ISP automatically
	* Option: Don't display menu bar - you'll get the same menu with
	  right-clicking somewhere in gmasqdialer's window
	* Option: beep when connected or disconnected

v0.99.6 1999-08-21  Timo Sirainen <cras@irccrew.org>

	* Displays animation while dialing :) Currently it's using one of
	  gnome mailcheck applet's animations, anyone want to draw better one?
	* Removed number of packets sent/received numbers, replaced it with
	  kB/s count. Also after number of bytes grows big enough, it will
	  print kilobytes or megabytes instead.
	* Instead of printing Connected 00:00:00 it prints Not connected,
	  number of bytes transferred labels are also printed only when
	  connected.
	* Hangup button wasn't sensitive after disconnected from masqserver
	  and reconnected back.
	* Dial/Hangup is displayed in panel applet menu
	* You can set some command to run automatically after connected to
	  internet
	* Option: Hide main window after connected

v0.99.5 1999-08-04  Timo Sirainen <cras@irccrew.org>

	* My E-Mail changed to cras@irccrew.org, the old one won't work
	  anymore.

        * configure: changed a few =='s to simple ='s, should fix building
	  with gnome support...
	* CPU load went high if connection was lost to server
	* Last dialed ISP is remembered and selected as default at startup

v0.99.4 1999-07-10  Timo Sirainen <a@sicom.fi>

        * User/password isn't asked when pressing hangup button either..

1999-07-09  Gregor Hoffleit <flight@debian.org>

	* gmasqdialer.c: New function applet_togglemain(). Double-clicking
 	  on the applet will hide/unhide the main window (cf. GnomeICU).

v0.99.3 1999-06-14  Timo Sirainen <a@sicom.fi>

        * Whops, I never seemed to release 0.99.2 :) Anyway, finally using
          this again. But still not interested about developing it any more..
	* Change user dialog isn't popped up anymore when pressing dial
          button, so people without passwords don't need to complain about
          it anymore :)
        * Configuration got saved only when running as root? Did I fix this?
          I never had this problem..

v0.99.2 1999-04-21  Timo Sirainen <a@sicom.fi>

	* 3 months gone again, nothing exciting, just some small fixes.. I
          don't need this client myself anymore, anyone else want to continue
          developing it?
	* Updated new GTK specific stuff from irssi
        * Panel applet was too small
        * "Show connection time in panel" toggle button in setup was set
          wrong..

v0.99.1 1999-01-21  Timo Sirainen <a@sicom.fi>

	* GNOME version now builds without GNOME panel applet library
        * Works with GTK+ 1.0.6 now, maybe with older too.
	* Connections weren't displayed in combo box so you couldn't choose
          which one to use..

v0.99.0 1999-01-20  Timo Sirainen <a@sicom.fi>

	* Finally using automake
        * Panel version! If you don't want to run gmasqdialer in panel add
          --no-applet to command line parameters. It doesn't seem to restart
          for some reason when panel starts...
        * Cleaned code some more
        * Connection time was wrong (-1232121:32:32)

v0.3.0 1998-12-06  Timo Sirainen <a@sicom.fi>

	* GNOME support now optional, works with plain GTK+ (see README)
        * New tabled interface
	* Net load meters, works only with the yet unreleased mserver :)
        * Server and connection information windows
        * User/pass can be changed while being connected, added default user
          name and "ask user/pass in startup" to setup
        * If you try to quit or disconnect from server and server is set to
          hang up after last client is disconnected, gmasqdialer first asks
          the "really want to hang up" question.. Still to do: you need to
          set this option on from setup because there's no way to ask it from
          server.
        * Lots and lots of cleaning and rewriting code while separating it to
          different files.

v0.2.1 1998-11-07  Timo Sirainen <a@sicom.fi>

	Just a small bugfix release :)

        * If you closed gmasqdialer, dialed to net, opened it again and
          tried to hang up you couldn't because no user/pass message was sent
          to server..
        * After closed connection gmasqdialer thought it was connected to net
          2273823 (or something) hours..

v0.2.0 1998-11-07  Timo Sirainen <a@sicom.fi>

	Uh, been half a year since last version.. Well, it's worked pretty
        well for me that time :) Anyway .. :

        * User interface changed, hope you like this better..
        * Support for C masqdialer's (v0.0.12) new features:
           - user/password
           - connection time checking
           - displaying connection info text
        * Some code changes to work with later gnome libs, don't know if the
          parameter handling went right at all...

v0.1.1 1998-05-14  Timo Sirainen <a@sicom.fi>

	* "Kill" -> "Hang up"
        * The ugly text connection box removed, dialing status is now
          displayed in status bar.
        * New option: Autoconnect to server at startup
	* Hang up didn't update statusbar to "Disconnected"
        * Some other changes in outlook

v0.1.0 1998-05-14  Timo Sirainen <a@sicom.fi>

	* First release