calcurse version removed from menu titles

This commit is contained in:
Frederic Culot
2009-07-12 17:55:13 +00:00
parent 834a7e9aaf
commit 976159fa56
4 changed files with 15 additions and 14 deletions

View File

@@ -3,7 +3,12 @@
* configure.ac
* src/var.h: sdtbool header removed, unsigned type use instead
* mem.c (xmalloc, xcalloc, xrealloc, xstrdup, xfree): new functions
* mem.c (xmalloc, xcalloc, xrealloc, xstrdup, xfree): new
functions
* src/custom.c
* src/help.c
* src/notify.c: calcurse version removed from menu titles
2009-07-11 Frederic Culot <frederic@culot.org>