You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lucas De Marchi
e568bdc82f
FORMATTING
...
* Remove vim modelines:
find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;
* Remove leading blank lines:
find . -name '*.[cxh]' -exec sed -i '/./,$!d'
If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0
SVN revision: 50816
13 years ago
..
Makefile.am
EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
14 years ago
e_mod_config.c
Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
14 years ago
e_mod_config_box.c
FORMATTING
13 years ago
e_mod_config_box.h
EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
14 years ago
e_mod_main.c
FORMATTING
13 years ago
e_mod_main.h
FORMATTING
13 years ago
imap.c
FORMATTING
13 years ago
imap.h
FORMATTING
13 years ago
imap2.c
FORMATTING
13 years ago
imap2.h
FORMATTING
13 years ago
mbox.c
EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
14 years ago
mbox.h
EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
14 years ago
mdir.c
EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
14 years ago
mdir.h
EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
14 years ago
pop.c
Fixes for Ecore Api changes.
13 years ago
pop.h
EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
14 years ago