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
|
LINPOPUP - CHANGES HISTORY
==========================
v0.9.4 XX-XXX-98
-----------------
- Binaires as sources RPM (RedHat packages)
are now available on http://www.chez.com/littleigloo
- Messages are now timestamped,
the date of a message is now displayed after
the sender and sender's host information.
NOTE: because of this the format of the
file where messages are kept have changed.
So old messages files are not compatible with
the new one.
- As the messages file format have changed,
this is the occasion to move it to a more appropriate
location. So messages are now kept in :
/var/lib/linpopup/messages.dat
(old location was /tmp/linpopup.dat)
- Added "Save as" and "Save All" submenus
in the "Message" menu. In this way a message
or all messages can be saved in a human readable
form ( an ASCII text file ).
- Added support for GTK+ 1.1.x
Linpopup will now compile and run fine with
GTK+ 1.1.x series.
- The static executable included in the binary
distribution is now linked with GTK+ v1.0.5
BTW, is only required to compile the sources
and run the dynamic executable GTK+ >=1.0.4
- A Linpopup man page is now available.
- Made some changes to the help manu.
- Default compiler flags are now :
-Wall -O2 -fno-strength-reduce
If you want change that set CFLAGS at compile time
i.e : make CFLAGS="-O2 -m486"
- Updated/corrected the INSTALL file.
- Added a -info switch to make linpopup
display some system information that
may be useful when something goes wrong.
- Made it display a rude message when
invoked with the -help argument.
- Fixed a little bug introduced in v0.9.3
that resulted in a missing new line at
the end of a the quoted part of a reply msg.
- Linpopup is now a little bit more colored.
- New changes made to the Makefile.
v0.9.3 20-SEPT-98
-----------------
- MAJOR CHANGE: Message > 1600 bytes are now
fully supported. Possibility added to send them
in several parts.
- MAJOR CHANGE: fixed a bug due to special
characters in a HOSTNAME (by example JOHN'S COMPUTER
where the ' was responsable of non delivered msg)
(thanks to Edward Rudd)
By the same occasion change the way to send messages
(using now a temp file rather than a string) to
avoid this kind of problems regarding the message text.
- ABSOLUTELY No more garbage in the statusbar.
Hope this is true this time...
- Added "Message" menu in the
send window with submenus:
"Load" and "send". So,it's
now possible to load a text file
and send it.
- Added "Edit" menu in the
send window with submenus:
"cut", "copy", "paste",
"select all", for operations
with the clipboard.
- Due to Paul Slootman <paul@debian.org>
Debian package is now available.
- A little bit code Clean-Up initiated by the same Paul.
Added some missing #INCLUDE or #DEFINE,
updated some comments.
- Makefile clean-up/optimization done by Paul.
v0.9.2 12-SEPT-98
-----------------
- ABSOLUTELY No more garbage in the statusbar...
- Yet more customization ...
Added a "Messages" tab in the preferences dialog
box. Here you can set the interval at
which linpopup will check for new incoming
messages. You can even choose to never
check for incoming messages.
- Changed the default quote character
from '>' to '|'. Added a possibility to
define a personnal quote character in the
preferences dialog box.
- Added the possibility to define a personnal
reply header (i.e. the sentence "USER on HOST
wrote :")
- Quoting of a message was extended to the two
first lines for more readibility.
- First try to guess the deliver adress of
a new message. Possibilities added in the
preferences dialog box to desactivate this, or
to choose to always send new messages to a
selected host (particulary usefull if you are
only connected to one machine).
- Added a "Reset Defaults" button in the preference
dialog box.
- Minor fix to the minimize function. Linpopup
will now iconify itself if launched with the
-min argument and if there is no new message.
v0.9.1 23-AUG-98
----------------
- MAJOR CHANGE : Review entirely the way
to capture incoming messages. This will avoid
some problems when running Linpopup with no
root access privileges (like receive indefinitely
the same message). And increase by the same occasion
the speed of processing new messages.
- No more garbage in the main window status-bar.
- Added the "Reply" function, with automatic
quoting of original message. ( Appears in the
message menu and as a new toolbar's icon ).
- Added the Edit menu in the main window,
with "Select All"
"Copy to clipboard"
and "Preferences"
sub-menus.
- On the way of user customization,
and the first step is the Toolbar Properties
that can now be customized in the preferences window.
(Preferences are stored in a .linpopuprc file created
in the user home directory)
- Modified some icons, principally to make them share
the same 256 colors palette.
Added a set of 16 colors icons for users with 256
colors depth display. 16 colors icons may be enabled
in the new "preferences" dialog box.
- Added the "Unreachable Host" error message.
- The "Help"->"About Linpopup" dialog box was relooked.
- Changed the text of the default message displayed
when there is no message.
- Changed the label "Send" in the message
menu by "New". BTW the function is the same.
- Clean-Up some code.
- The INSTALL file was ported to correct English
by Mark Veinot. After he removed all spelling and
grammar errors (not so many in fact),
I added some new ones.
- Added the THANKS files in the distribution
where are listed major contributors, bug
reporters, and some others.
- Modified in consequence the Makefile,
as some little other things in it.
- Removed the prebuild binarie from the
source distribution.
- Updated the CHANGES & TODO files ;)
v0.9.0 5-AUG-98
---------------
First beta release.
So, no changes.
|