Renamed all standard sequences (e.g. cur->c) and made them globally changeable
authormarkus schnalke <meillo@marmaro.de>
Wed, 4 Jan 2012 17:29:23 +0000 (18:29 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 4 Jan 2012 17:29:23 +0000 (18:29 +0100)
commit3cc8ed080f6e741b8df04a3ebe764c659e75cb38
tree727e1543c0a8771cf514e4d556144a9067c57c80
parenta7771fd2e83d64228fb675749fc936151249dbd3
Renamed all standard sequences (e.g. cur->c) and made them globally changeable
The full list:
cur -> c
first -> f
last -> l
next -> n
prev -> p
all -> a
new -> b (mnemonic: one beyond the last)
They are globally changeable in config/config.c
Could be that I'll add the old names again, as convenience aliases.
35 files changed:
config/config.c
h/mh.h
sbr/folder_pack.c
sbr/m_convert.c
sbr/m_draft.c
sbr/seq_add.c
sbr/seq_list.c
sbr/seq_nameok.c
sbr/seq_read.c
sbr/seq_setcur.c
uip/anno.c
uip/burst.c
uip/comp.c
uip/dist.c
uip/flist.c
uip/folder.c
uip/forw.c
uip/mark.c
uip/mhbuildsbr.c
uip/mhlist.c
uip/mhpath.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/packf.c
uip/pick.c
uip/refile.c
uip/repl.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/send.c
uip/show.c
uip/sortm.c
uip/whatnowsbr.c