Package: aterm / 1.0.1-8

Metadata

Package Version Patches format
aterm 1.0.1-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_warn_faulty_boolean.patch | (download)

src/xdefaults.c | 12 10 + 2 - 0 !
1 file changed, 10 insertions(+), 2 deletions(-)

 warn if a boolean resource is neither true or false. see #82495.


20_cutToBeginningOfLine.patch | (download)

src/rxvt.h | 1 1 + 0 - 0 !
src/screen.c | 8 6 + 2 - 0 !
src/xdefaults.c | 3 3 + 0 - 0 !
3 files changed, 10 insertions(+), 2 deletions(-)

 add cuttobeginningofline handler

21_xresources_in_manpage.patch | (download)

doc/aterm.1 | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 remove reference to .xdefaults et al and mentions xrdb instead.


22_eterm_transparency.patch | (download)

src/main.c | 43 43 + 0 - 0 !
src/rxvt.h | 1 1 + 0 - 0 !
src/screen.c | 15 14 + 1 - 0 !
3 files changed, 58 insertions(+), 1 deletion(-)

 extract the part of 17_color_sequences that isn't applied upstream yet


26_manpage_paths.patch | (download)

doc/aterm.1 | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix path to files in the files section of aterm(1)

27_xlocale_test.patch | (download)

autoconf/configure.in | 2 1 + 1 - 0 !
configure | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 adjust linking

28_manpage_bl.patch | (download)

doc/aterm.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the -bl option in the manpage.

25_superflous_linking.patch | (download)

configure | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 reduce linking

29_fix_deadkeys.patch | (download)

src/command.c | 24 13 + 11 - 0 !
1 file changed, 13 insertions(+), 11 deletions(-)

 fix broken deadkeys (closes #443811)

30_lose_pastebuffer_on_resize.patch | (download)

src/screen.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix aterm losing copy&paste buffer after window resize
 Thanks Jason Woofenden (Closes: #456765).


31_dpy.patch | (download)

src/libafterstep.h | 1 0 + 1 - 0 !
src/main.c | 4 2 + 2 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 fix for libafterimage's api & abi change (closes: #537777).