From 56b9cbcb844ff112f191e3589259e0d92292dda2 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 11 Jan 2011 22:56:56 +0000 Subject: Fixed file permissions. --- AUTHORS | 0 ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ INSTALL | 0 Makefile.am | 0 NEWS | 0 README | 0 TODO | 0 configure.ac | 0 doc/manual_de.html | 0 doc/manual_en.html | 0 doc/manual_es.html | 0 doc/manual_fr.html | 0 doc/manual_it.html | 0 doc/manual_nl.html | 0 po/LINGUAS | 0 po/POTFILES.in | 0 po/calcurse.pot | 0 po/fr.po | 0 src/Makefile.am | 0 src/apoint.c | 0 src/args.c | 0 src/calcurse.1 | 0 src/calcurse.c | 0 src/calendar.c | 0 src/custom.c | 0 src/day.c | 0 src/event.c | 0 src/help.c | 0 src/io.c | 0 src/keys.c | 0 src/notify.c | 0 src/recur.c | 0 src/sigs.c | 0 src/todo.c | 0 src/utils.c | 0 src/vars.c | 0 src/wins.c | 0 37 files changed, 40 insertions(+) mode change 100755 => 100644 AUTHORS mode change 100755 => 100644 ChangeLog mode change 100755 => 100644 INSTALL mode change 100755 => 100644 Makefile.am mode change 100755 => 100644 NEWS mode change 100755 => 100644 README mode change 100755 => 100644 TODO mode change 100755 => 100644 configure.ac mode change 100755 => 100644 doc/manual_de.html mode change 100755 => 100644 doc/manual_en.html mode change 100755 => 100644 doc/manual_es.html mode change 100755 => 100644 doc/manual_fr.html mode change 100755 => 100644 doc/manual_it.html mode change 100755 => 100644 doc/manual_nl.html mode change 100755 => 100644 po/LINGUAS mode change 100755 => 100644 po/POTFILES.in mode change 100755 => 100644 po/calcurse.pot mode change 100755 => 100644 po/fr.po mode change 100755 => 100644 src/Makefile.am mode change 100755 => 100644 src/apoint.c mode change 100755 => 100644 src/args.c mode change 100755 => 100644 src/calcurse.1 mode change 100755 => 100644 src/calcurse.c mode change 100755 => 100644 src/calendar.c mode change 100755 => 100644 src/custom.c mode change 100755 => 100644 src/day.c mode change 100755 => 100644 src/event.c mode change 100755 => 100644 src/help.c mode change 100755 => 100644 src/io.c mode change 100755 => 100644 src/keys.c mode change 100755 => 100644 src/notify.c mode change 100755 => 100644 src/recur.c mode change 100755 => 100644 src/sigs.c mode change 100755 => 100644 src/todo.c mode change 100755 => 100644 src/utils.c mode change 100755 => 100644 src/vars.c mode change 100755 => 100644 src/wins.c diff --git a/AUTHORS b/AUTHORS old mode 100755 new mode 100644 diff --git a/ChangeLog b/ChangeLog old mode 100755 new mode 100644 index 93c02bc..3b37b4b --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2011-01-11 Lukas Fleischer + + * AUTHORS + * ChangeLog + * INSTALL + * Makefile.am + * NEWS + * README + * TODO + * configure.ac + * doc/manual_de.html + * doc/manual_en.html + * doc/manual_es.html + * doc/manual_fr.html + * doc/manual_it.html + * doc/manual_nl.html + * po/LINGUAS + * po/POTFILES.in + * po/calcurse.pot + * po/fr.po + * src/Makefile.am + * src/apoint.c + * src/args.c + * src/calcurse.1 + * src/calcurse.c + * src/calendar.c + * src/custom.c + * src/day.c + * src/event.c + * src/help.c + * src/io.c + * src/keys.c + * src/notify.c + * src/recur.c + * src/sigs.c + * src/todo.c + * src/utils.c + * src/vars.c + * src/wins.c: Fixed file permissions + 2011-01-11 Lukas Fleischer * src/help.c: Code cleanup and fixed compiler warning. diff --git a/INSTALL b/INSTALL old mode 100755 new mode 100644 diff --git a/Makefile.am b/Makefile.am old mode 100755 new mode 100644 diff --git a/NEWS b/NEWS old mode 100755 new mode 100644 diff --git a/README b/README old mode 100755 new mode 100644 diff --git a/TODO b/TODO old mode 100755 new mode 100644 diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 diff --git a/doc/manual_de.html b/doc/manual_de.html old mode 100755 new mode 100644 diff --git a/doc/manual_en.html b/doc/manual_en.html old mode 100755 new mode 100644 diff --git a/doc/manual_es.html b/doc/manual_es.html old mode 100755 new mode 100644 diff --git a/doc/manual_fr.html b/doc/manual_fr.html old mode 100755 new mode 100644 diff --git a/doc/manual_it.html b/doc/manual_it.html old mode 100755 new mode 100644 diff --git a/doc/manual_nl.html b/doc/manual_nl.html old mode 100755 new mode 100644 diff --git a/po/LINGUAS b/po/LINGUAS old mode 100755 new mode 100644 diff --git a/po/POTFILES.in b/po/POTFILES.in old mode 100755 new mode 100644 diff --git a/po/calcurse.pot b/po/calcurse.pot old mode 100755 new mode 100644 diff --git a/po/fr.po b/po/fr.po old mode 100755 new mode 100644 diff --git a/src/Makefile.am b/src/Makefile.am old mode 100755 new mode 100644 diff --git a/src/apoint.c b/src/apoint.c old mode 100755 new mode 100644 diff --git a/src/args.c b/src/args.c old mode 100755 new mode 100644 diff --git a/src/calcurse.1 b/src/calcurse.1 old mode 100755 new mode 100644 diff --git a/src/calcurse.c b/src/calcurse.c old mode 100755 new mode 100644 diff --git a/src/calendar.c b/src/calendar.c old mode 100755 new mode 100644 diff --git a/src/custom.c b/src/custom.c old mode 100755 new mode 100644 diff --git a/src/day.c b/src/day.c old mode 100755 new mode 100644 diff --git a/src/event.c b/src/event.c old mode 100755 new mode 100644 diff --git a/src/help.c b/src/help.c old mode 100755 new mode 100644 diff --git a/src/io.c b/src/io.c old mode 100755 new mode 100644 diff --git a/src/keys.c b/src/keys.c old mode 100755 new mode 100644 diff --git a/src/notify.c b/src/notify.c old mode 100755 new mode 100644 diff --git a/src/recur.c b/src/recur.c old mode 100755 new mode 100644 diff --git a/src/sigs.c b/src/sigs.c old mode 100755 new mode 100644 diff --git a/src/todo.c b/src/todo.c old mode 100755 new mode 100644 diff --git a/src/utils.c b/src/utils.c old mode 100755 new mode 100644 diff --git a/src/vars.c b/src/vars.c old mode 100755 new mode 100644 diff --git a/src/wins.c b/src/wins.c old mode 100755 new mode 100644 -- cgit v1.2.3-54-g00ecf