LinPopUp
This page was last updated Sep 11, 2002.
I have made some improvements to LinPopUp,
version 1.2.0.
List of changes
-
The program can generate a beep when a new message arrives. This is configurable
from the general options dialogue.
-
Removed some hard coded widget size settings in the preferences dialogue
that made the window size wrong when using non-standard fonts.
-
Fixed size problems with GtkTable objects. The x/y arguments to gtk_table_new
were reversed. I guess this is why it was necessary to hardcode the widget
sizes in the first place.
-
When enlarging the help windows (license, readme, etc.), the bottom part
with the close button also got larger. This didn't look good, and wasted
space that could be used for displaying the text instead.
-
Added some menu accelerator keys:
| CTRL-M | New message |
| CTRL-R | Reply |
| CTRL-I | Iconify |
| CTRL-S | Send message from the message edit window |
| CTRL-Q | Quit program (Was previously bound to save all) |
-
Removed some extra separators from the end of menus. I don't know if there
was some reason for those separators.
-
When the message edit window is opened, the input focus is set to the text
widget.
- From Slavek Banko: Fixed problem with international characters in
the text area widget.
- From Slavek Banko: Convert character code 0x14 to \n in incoming
messages because some windows system generate 0x14 instead of newline
characters.
- From Slavek Banko: Use RPM_BUILD_ROOT when building RPMs in order
not to interfere with host system.
Download
Back to my home page:
Peter
Österlund