dan
6830b05716
changed indentation to use spaces only
2004-10-12 21:28:27 +00:00
dan
4153e2fde4
- Fixed crashing bug in menu.c
...
- Updated year from 2002 to 2003
2003-01-16 23:30:45 +00:00
dan
cab71ba6a1
- Fixed text in info panel for multibyte (Seiichi SATO <ssato@sh.rim.or.jp>)
...
- Separated the font caches for normal fonts and fontsets in WINGs (they can
have the same names and collide in the cache giving unwanted results)
- Updated the years in the copyright notices
2002-01-04 07:32:37 +00:00
dan
af287fb8eb
- added strcasecmp() to WINGs (only on systems that don't have it)
...
- removed some redundant includes of ../src/config.h where wconfig.h
is also included
2001-11-17 04:26:08 +00:00
dan
49e59ab367
more code for proplist handling (almost finished)
2001-09-10 03:56:00 +00:00
kojima
882b9a8e1c
- s/sprintf/snprintf
...
- updated some po's
- fixed crash bug when removing WINDOWS_MENU or WORKSPACE_MENU from rootmenu
- some other stuff i forgot
2001-07-23 20:31:32 +00:00
dan
debd7ef5e8
Added wmessage() for printing a variable formatted message to stderr
...
with the program name prepended to it.
2000-11-06 23:13:14 +00:00
dan
7350f7826d
Fixed buffer overflow problems
2000-10-01 03:05:25 +00:00
dan
03748f0fbe
removed WErrorCode
1999-12-12 20:35:12 +00:00
dan
9e47eba187
- Added a global var WErrorCode similar to errno or RErrorCode.
...
- New function wsyserrorwithcode(), like wsyserror() for prints the message
for the specified error code, instead of errno. This is for cases where
you can't call wsyserror() immediately after the error, but save errno
code for a later use.
1999-12-12 04:17:18 +00:00
dan
bb75616aad
Added char* wsterrror(int errnum) to return the string associated with errnum
...
This works even on platforms that don't provide strerror().
1999-12-11 00:39:57 +00:00
dan
9007a6575d
This update includes the 0.20.3pre3 code
1998-11-23 11:32:19 +00:00
dan
9af1c6c415
Updating to version 0.20.2
...
Many bug fixes.
1998-10-21 14:43:47 +00:00
scottc
9d2e6ef9f1
Initial revision
1998-09-29 22:36:29 +00:00