[elinks-dev] [PATCH 2/2] Add a function to put the current line at the top of the screen

2013-12-18 Thread Fabienne Ducroquet
Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- src/config/actions-main.inc | 1 + src/viewer/action.c | 4 src/viewer/text/view.c | 6 ++ src/viewer/text/view.h | 1 + 4 files changed, 12 insertions(+) diff --git a/src/config/actions-main.inc

[elinks-dev] [PATCH 1/2] Respect alphabetical order for the actions

2013-12-18 Thread Fabienne Ducroquet
I didn’t follow the right order when I added the functions to move up and down by half a page a few years ago. Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- src/config/actions-main.inc | 4 ++-- src/viewer/action.c | 16 src/viewer/text/view.h | 4 ++--

[elinks-dev] [PATCH] elinks.conf.5, elinkskeys.5: Document undocumented features

2013-12-18 Thread Fabienne Ducroquet
I should have done that when I added them, mea culpa. Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- doc/man/man5/elinks.conf.5 | 5 + doc/man/man5/elinkskeys.5 | 15 +++ 2 files changed, 20 insertions(+) diff --git a/doc/man/man5/elinks.conf.5

Re: [elinks-dev] [PATCH 1/2] Respect alphabetical order for the actions

2013-12-18 Thread Witold Filipczyk
Sorry, I aplied patch1 before patch0. Could you prepare new patch with correct order of functions? ___ elinks-dev mailing list elinks-dev@linuxfromscratch.org http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Re: [elinks-dev] [PATCH 1/2] Respect alphabetical order for the actions

2013-12-18 Thread Fabienne Ducroquet
I didn’t respect the right order when I added the functions to move up and down by half a page a few years ago. Signed-off-by: Fabienne Ducroquet fabi...@gmail.com --- Le mercredi 18 décembre 2013, Witold Filipczyk a écrit : Sorry, I aplied patch1 before patch0. Could you prepare new patch