Attached are a series of patches adding wmsun to the dockapps repository, along
with another small update to wmgeneral.

Carlos, could you tag the first commit wmsun-1.03 and the last wmsun-1.04?

Thanks!
Doug

Doug Torrance (23):
  wmsun: Add version 1.03 to repository.
  wmsun: Update to latest version of wmgeneral library.
  wmsun: Move source files to top directory.
  wmsun: Update Makefile.
  wmsun: Fix implicit definition warnings.
  wmsun: Remove unused variables.
  wmsun: Add return types to functions.
  wmsun: Fix "unused parameter" compiler warnings.
  wmsun: Fix "overflow in implicit constant conversion" compiler
    warning.
  wmsun: Remove trailing whitespace.
  wmsun: Add support for wmgeneral -geometry command line option.
  wmsun: Remove unused UTTohhmm function.
  wmsun: Reduce scope of variables.
  wmsun: Add -12 command line option to use 12-hour clock.
  wmgeneral, wmsun: Use threadsafe functions.
  wmsun: Rename executable from wmSun to wmsun.
  wmsun: Add ChangeLog; changes split from wmsun.c.
  wmsun: Update contact information.
  wmsun: Smart display refresh for fewer wake-ups and better
    responsiveness.
  wmsun: Fix need to restart for Daylight Savings change.
  wmsun: Escape hyphens in manpage.
  wmsun: Update includes using include-what-you-use.
  wmsun: Bump to version 1.04.

 wmSMPmon/wmgeneral/wmgeneral.c  |   4 +-
 wmckgmail/wmgeneral/wmgeneral.c |   4 +-
 wmcpufreq/wmgeneral/wmgeneral.c |   4 +-
 wmfsm/wmgeneral/wmgeneral.c     |   4 +-
 wmifs/wmgeneral/wmgeneral.c     |   4 +-
 wmitime/wmgeneral/wmgeneral.c   |   4 +-
 wmkeys/wmgeneral/wmgeneral.c    |   4 +-
 wmmon/wmgeneral/wmgeneral.c     |   4 +-
 wmppp.app/wmgeneral/wmgeneral.c |   4 +-
 wmsm.app/wmgeneral/wmgeneral.c  |   4 +-
 wmsun/BUGS                      |   1 +
 wmsun/COPYING                   | 339 +++++++++++++++++++++++++++
 wmsun/ChangeLog                 |  58 +++++
 wmsun/Makefile                  |  41 ++++
 wmsun/README                    |   7 +
 wmsun/SunRise.c                 | 212 +++++++++++++++++
 wmsun/TODO                      |  22 ++
 wmsun/wmSun_mask.xbm            |  38 ++++
 wmsun/wmSun_master.xpm          | 354 ++++++++++++++++++++++++++++
 wmsun/wmgeneral/wmgeneral.c     | 494 ++++++++++++++++++++++++++++++++++++++++
 wmsun/wmgeneral/wmgeneral.h     |  89 ++++++++
 wmsun/wmsun.1                   |  47 ++++
 wmsun/wmsun.c                   | 377 ++++++++++++++++++++++++++++++
 wmtime/wmgeneral/wmgeneral.c    |   4 +-
 wmtz/wmgeneral/wmgeneral.c      |   4 +-
 25 files changed, 2103 insertions(+), 24 deletions(-)
 create mode 100644 wmsun/BUGS
 create mode 100644 wmsun/COPYING
 create mode 100644 wmsun/ChangeLog
 create mode 100644 wmsun/Makefile
 create mode 100644 wmsun/README
 create mode 100644 wmsun/SunRise.c
 create mode 100644 wmsun/TODO
 create mode 100644 wmsun/wmSun_mask.xbm
 create mode 100644 wmsun/wmSun_master.xpm
 create mode 100644 wmsun/wmgeneral/wmgeneral.c
 create mode 100644 wmsun/wmgeneral/wmgeneral.h
 create mode 100644 wmsun/wmsun.1
 create mode 100644 wmsun/wmsun.c

-- 
2.1.4


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to