Skip to content

Commit f9da2b0

Browse files
committed
prepare 1.2.0
copyright years changelog version in autotools scripts
1 parent 21ca3a6 commit f9da2b0

File tree

22 files changed

+49
-32
lines changed

22 files changed

+49
-32
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2018-02-28 Alexander Kulak <sa-dev@rainbow.by>
2+
3+
version 1.2.0
4+
5+
Ancient WM support (-w 3 option).
6+
Test and adapt for many WMs.
7+
Disable: other desktops, title, decorations, appearance in taskbar.
8+
Get rid of shell name expansions (wordexp.h).
9+
Windows focus in Metacity and Xfce.
10+
Work in partially EWMH-compatible WM.
11+
Centering the switcher via WM hints.
12+
Build with musl libc (Alpine Linux).
13+
Avoid including "panel" and other auxiliary windows.
14+
15+
Closes: #8, #9, #23, #24, #25, #26, #27, #28, #29, #30, #31, #32,
16+
#34, #36, #37, #38, #39, #40, #41, #43.
17+
118
2017-10-22 Alexander Kulak <sa-dev@rainbow.by>
219

320
version 1.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ Usually it should run fully functional without any argument: `alttab`.
4141
[no-wm](https://github.com/patrickhaller/no-wm): use X11 without a window manager
4242

4343

44-
alttab (C) Alexander Kulak &lt;sa-dev AT rainbow POINT by&gt; 2016, 2017
44+
alttab (C) Alexander Kulak &lt;sa-dev AT rainbow POINT by&gt; 2016-2018
4545

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for alttab 1.1.0.
3+
# Generated by GNU Autoconf 2.69 for alttab 1.2.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='alttab'
579579
PACKAGE_TARNAME='alttab'
580-
PACKAGE_VERSION='1.1.0'
581-
PACKAGE_STRING='alttab 1.1.0'
580+
PACKAGE_VERSION='1.2.0'
581+
PACKAGE_STRING='alttab 1.2.0'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1298,7 +1298,7 @@ if test "$ac_init_help" = "long"; then
12981298
# Omit some internal or obsolete options to make the list less imposing.
12991299
# This message is too long to be a string in the A/UX 3.1 sh.
13001300
cat <<_ACEOF
1301-
\`configure' configures alttab 1.1.0 to adapt to many kinds of systems.
1301+
\`configure' configures alttab 1.2.0 to adapt to many kinds of systems.
13021302
13031303
Usage: $0 [OPTION]... [VAR=VALUE]...
13041304
@@ -1365,7 +1365,7 @@ fi
13651365

13661366
if test -n "$ac_init_help"; then
13671367
case $ac_init_help in
1368-
short | recursive ) echo "Configuration of alttab 1.1.0:";;
1368+
short | recursive ) echo "Configuration of alttab 1.2.0:";;
13691369
esac
13701370
cat <<\_ACEOF
13711371
@@ -1472,7 +1472,7 @@ fi
14721472
test -n "$ac_init_help" && exit $ac_status
14731473
if $ac_init_version; then
14741474
cat <<\_ACEOF
1475-
alttab configure 1.1.0
1475+
alttab configure 1.2.0
14761476
generated by GNU Autoconf 2.69
14771477
14781478
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1724,7 +1724,7 @@ cat >config.log <<_ACEOF
17241724
This file contains any messages produced by compilers while
17251725
running configure, to aid debugging if configure makes a mistake.
17261726
1727-
It was created by alttab $as_me 1.1.0, which was
1727+
It was created by alttab $as_me 1.2.0, which was
17281728
generated by GNU Autoconf 2.69. Invocation command line was
17291729
17301730
$ $0 $@
@@ -2587,7 +2587,7 @@ fi
25872587
25882588
# Define the identity of the package.
25892589
PACKAGE='alttab'
2590-
VERSION='1.1.0'
2590+
VERSION='1.2.0'
25912591
25922592
25932593
cat >>confdefs.h <<_ACEOF
@@ -5177,7 +5177,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
51775177
# report actual input values of CONFIG_FILES etc. instead of their
51785178
# values after options handling.
51795179
ac_log="
5180-
This file was extended by alttab $as_me 1.1.0, which was
5180+
This file was extended by alttab $as_me 1.2.0, which was
51815181
generated by GNU Autoconf 2.69. Invocation command line was
51825182
51835183
CONFIG_FILES = $CONFIG_FILES
@@ -5243,7 +5243,7 @@ _ACEOF
52435243
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
52445244
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
52455245
ac_cs_version="\\
5246-
alttab config.status 1.1.0
5246+
alttab config.status 1.2.0
52475247
configured by $0, generated by GNU Autoconf 2.69,
52485248
with options \\"\$ac_cs_config\\"
52495249

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([alttab], [1.1.0])
1+
AC_INIT([alttab], [1.2.0])
22
AM_INIT_AUTOMAKE([foreign subdir-objects])
33
AC_CONFIG_SRCDIR([configure.ac])
44
AC_CONFIG_HEADERS([config.h])

doc/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If there are no WM at all, then start alttab in ~/.xsession or elsewhere.
2929
Source
3030
------
3131

32-
Copyright 2017 Alexander Kulak <sa-dev AT rainbow POINT by>.
32+
Copyright 2017-2018 Alexander Kulak <sa-dev AT rainbow POINT by>.
3333
License: GPLv3 (see COPYING).
3434
Repository: https://github.com/sagb/alttab
3535
Chat: #alttab on Freenode

doc/alttab.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "ALTTAB" "1" "December 2017" "" ""
4+
.TH "ALTTAB" "1" "February 2018" "" ""
55
.
66
.SH "NAME"
77
\fBalttab\fR \- the task switcher
@@ -238,7 +238,7 @@ short help
238238
Run alttab after WM, or it will fail to detect it\.
239239
.
240240
.SH "AUTHOR"
241-
Copyright 2017 Alexander Kulak \fB<sa\-dev AT rainbow POINT by>\fR\.
241+
Copyright 2017\-2018 Alexander Kulak \fB<sa\-dev AT rainbow POINT by>\fR\.
242242
.
243243
.SH "REPORTING BUGS"
244244
Please report issues on github \fIhttps://github\.com/sagb/alttab/issues\fR\.

doc/alttab.1.ronn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The source of alttab.1. Read doc/development.md.
33
vim:ft=markdown
44
5-
Copyright 2017 Alexander Kulak.
5+
Copyright 2017-2018 Alexander Kulak.
66
This file is part of alttab program.
77
88
Copying and distribution of this file, with or without modification,
@@ -181,7 +181,7 @@ Run alttab after WM, or it will fail to detect it.
181181

182182
##AUTHOR
183183

184-
Copyright 2017 Alexander Kulak `<sa-dev AT rainbow POINT by>`.
184+
Copyright 2017-2018 Alexander Kulak `<sa-dev AT rainbow POINT by>`.
185185

186186
##REPORTING BUGS
187187

src/alttab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Parsing options/resources, top-level keygrab functions and main().
33
4-
Copyright 2017 Alexander Kulak.
4+
Copyright 2017-2018 Alexander Kulak.
55
This file is part of alttab program.
66
77
alttab is free software: you can redistribute it and/or modify

src/alttab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Global includes.
33
4-
Copyright 2017 Alexander Kulak.
4+
Copyright 2017-2018 Alexander Kulak.
55
This file is part of alttab program.
66
77
alttab is free software: you can redistribute it and/or modify

src/ewmh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Interface with EWMH-compatible window managers.
33
Note: _WIN fallbacks are not part of EWMH or ICCCM, but kept here anyway.
44
5-
Copyright 2017 Alexander Kulak.
5+
Copyright 2017-2018 Alexander Kulak.
66
This file is part of alttab program.
77
88
alttab is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)