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
|
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 specifed 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 priting 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
|