aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
-rw-r--r--libid3tag/tag.c2
-rw-r--r--scheme/Makefile.am2
-rw-r--r--scheme/batch.scm2
-rw-r--r--scheme/dry-run.scm2
-rw-r--r--scheme/format.scm2
-rw-r--r--scheme/idest/batch/help.scm2
-rw-r--r--scheme/idest/batch/setlyrics.scm2
-rw-r--r--scheme/idest/batch/setpic.scm2
-rw-r--r--scheme/idest/format/framelist.scm2
-rw-r--r--scheme/idest/format/help.scm2
-rw-r--r--scheme/idest/format/lyrics.scm4
-rw-r--r--scheme/idest/format/pic.scm2
-rw-r--r--scheme/idest/format/shortlist.scm2
-rw-r--r--scheme/idest/list-modules.scm2
-rw-r--r--scheme/idest/load-module.scm2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/backup.c2
-rw-r--r--src/cmdline.opt2
-rw-r--r--src/editem.c2
-rw-r--r--src/frametab.gperf2
-rw-r--r--src/getopt.m42
-rw-r--r--src/guile.c2
-rw-r--r--src/idest.h2
-rw-r--r--src/idop.c2
-rw-r--r--src/main.c2
-rw-r--r--src/slist.c2
-rw-r--r--src/utf8conv.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/copy-v1-00.at2
-rw-r--r--tests/copy-v12-00.at2
-rw-r--r--tests/copy-v2-00.at2
-rw-r--r--tests/del-all-v1.at2
-rw-r--r--tests/del-all-v12.at2
-rw-r--r--tests/del-all-v2.at2
-rw-r--r--tests/del-frame-v1.at2
-rw-r--r--tests/del-frame-v2.at2
-rw-r--r--tests/delcomm.at2
-rw-r--r--tests/fmt-shortlist.at2
-rw-r--r--tests/framelist00.at2
-rw-r--r--tests/framelist01.at2
-rw-r--r--tests/framelist02.at2
-rw-r--r--tests/genfile.c2
-rw-r--r--tests/info-v1-00.at2
-rw-r--r--tests/info-v12-00.at2
-rw-r--r--tests/info-v2-00.at2
-rw-r--r--tests/list1.at2
-rw-r--r--tests/list2.at2
-rw-r--r--tests/lyrics00.at2
-rw-r--r--tests/pic00.at2
-rw-r--r--tests/pic01.at2
-rw-r--r--tests/query-v1-00.at2
-rw-r--r--tests/query-v1-01.at2
-rw-r--r--tests/query-v2-00.at2
-rw-r--r--tests/query-v2-01.at2
-rw-r--r--tests/query-v2-02.at2
-rw-r--r--tests/query-v2-03.at2
-rw-r--r--tests/query-v2-04.at2
-rw-r--r--tests/script00.at2
-rw-r--r--tests/script01.at2
-rw-r--r--tests/script02.at2
-rw-r--r--tests/script03.at2
-rw-r--r--tests/script04.at2
-rw-r--r--tests/script05.at2
-rw-r--r--tests/script06.at2
-rw-r--r--tests/script07.at2
-rw-r--r--tests/script08.at2
-rw-r--r--tests/set-v1-00.at2
-rw-r--r--tests/set-v1-01.at2
-rw-r--r--tests/set-v2-00.at2
-rw-r--r--tests/set-v2-01.at2
-rw-r--r--tests/setlyrics.at2
-rw-r--r--tests/setpic.at2
-rw-r--r--tests/settitle.at2
-rw-r--r--tests/shortlist.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
79 files changed, 84 insertions, 84 deletions
diff --git a/NEWS b/NEWS
index 11c88f9..2534bd7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,3 @@
1IdEst -- history of user-visible changes. 2016-11-17 1IdEst -- history of user-visible changes. 2017-03-11
2Copyright (C) 2009-2011, 2015, 2016 Sergey Poznyakoff 2Copyright (C) 2009-2011, 2015-2017 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
@@ -7,3 +7,3 @@ Please send bug reports to <bug-idest@gnu.org.ua>
7 7
8Version 2.0.90 (Git) 8Version 2.1 - 2017-03-11
9 9
@@ -271,3 +271,3 @@ Copyright information:
271 271
272Copyright (C) 2009-2011, 2015, 2016 Sergey Poznyakoff 272Copyright (C) 2009-2011, 2015-2017 Sergey Poznyakoff
273 273
diff --git a/configure.ac b/configure.ac
index d590639..35b2857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,3 +2,3 @@
2# This file is part of Idest. 2# This file is part of Idest.
3# Copyright (C) 2009-2011, 2015, 2016 Sergey Poznyakoff 3# Copyright (C) 2009-2011, 2015, 2016, 2017 Sergey Poznyakoff
4# 4#
@@ -18,3 +18,3 @@
18AC_PREREQ(2.61) 18AC_PREREQ(2.61)
19AC_INIT([idest], [2.0.90], [bug-idest@gnu.org.ua]) 19AC_INIT([idest], [2.1], [bug-idest@gnu.org.ua])
20AC_CONFIG_SRCDIR([src/idest.h]) 20AC_CONFIG_SRCDIR([src/idest.h])
diff --git a/libid3tag/tag.c b/libid3tag/tag.c
index 80e59b8..18dee21 100644
--- a/libid3tag/tag.c
+++ b/libid3tag/tag.c
@@ -3,3 +3,3 @@
3 * Copyright (C) 2000-2004 Underbit Technologies, Inc. 3 * Copyright (C) 2000-2004 Underbit Technologies, Inc.
4 * Copyright (C) 2015-2016 Sergey Poznyakoff 4 * Copyright (C) 2015-2017 Sergey Poznyakoff
5 * 5 *
diff --git a/scheme/Makefile.am b/scheme/Makefile.am
index 028a649..167c686 100644
--- a/scheme/Makefile.am
+++ b/scheme/Makefile.am
@@ -1,3 +1,3 @@
1# This file is part of Idest 1# This file is part of Idest
2# Copyright (C) 2009-2011 Sergey Poznyakoff 2# Copyright (C) 2009-2011, 2017 Sergey Poznyakoff
3# 3#
diff --git a/scheme/batch.scm b/scheme/batch.scm
index 22a48c3..667b21f 100644
--- a/scheme/batch.scm
+++ b/scheme/batch.scm
@@ -1,3 +1,3 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; Idest is free software; you can redistribute it and/or modify 3;; Idest is free software; you can redistribute it and/or modify
diff --git a/scheme/dry-run.scm b/scheme/dry-run.scm
index 5fcc0ad..c86d79f 100644
--- a/scheme/dry-run.scm
+++ b/scheme/dry-run.scm
@@ -2,3 +2,3 @@
2;; This file is part of Idest 2;; This file is part of Idest
3;; Copyright (C) 2011, 2015 Sergey Poznyakoff 3;; Copyright (C) 2011, 2015-2017 Sergey Poznyakoff
4;; Idest is free software; you can redistribute it and/or modify 4;; Idest is free software; you can redistribute it and/or modify
diff --git a/scheme/format.scm b/scheme/format.scm
index dc5b41b..97b4f35 100644
--- a/scheme/format.scm
+++ b/scheme/format.scm
@@ -1,3 +1,3 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; Idest is free software; you can redistribute it and/or modify 3;; Idest is free software; you can redistribute it and/or modify
diff --git a/scheme/idest/batch/help.scm b/scheme/idest/batch/help.scm
index 48891ce..b510c6a 100644
--- a/scheme/idest/batch/help.scm
+++ b/scheme/idest/batch/help.scm
@@ -1,3 +1,3 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; 3;;
diff --git a/scheme/idest/batch/setlyrics.scm b/scheme/idest/batch/setlyrics.scm
index ad4dd2d..d30e835 100644
--- a/scheme/idest/batch/setlyrics.scm
+++ b/scheme/idest/batch/setlyrics.scm
@@ -1,3 +1,3 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; Idest is free software; you can redistribute it and/or modify 3;; Idest is free software; you can redistribute it and/or modify
diff --git a/scheme/idest/batch/setpic.scm b/scheme/idest/batch/setpic.scm
index 834a571..3daf570 100644
--- a/scheme/idest/batch/setpic.scm
+++ b/scheme/idest/batch/setpic.scm
@@ -1,3 +1,3 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011, 2015 Sergey Poznyakoff 2;; Copyright (C) 2011, 2015-2017 Sergey Poznyakoff
3;; 3;;
diff --git a/scheme/idest/format/framelist.scm b/scheme/idest/format/framelist.scm
index daf2efd..ea00740 100644
--- a/scheme/idest/format/framelist.scm
+++ b/scheme/idest/format/framelist.scm
@@ -1,3 +1,3 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; 3;;
diff --git a/scheme/idest/format/help.scm b/scheme/idest/format/help.scm
index 57e954b..562b76c 100644
--- a/scheme/idest/format/help.scm
+++ b/scheme/idest/format/help.scm
@@ -1,3 +1,3 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; 3;;
diff --git a/scheme/idest/format/lyrics.scm b/scheme/idest/format/lyrics.scm
index 8b7bf9e..1ab5f96 100644
--- a/scheme/idest/format/lyrics.scm
+++ b/scheme/idest/format/lyrics.scm
@@ -1,3 +1,3 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; 3;;
@@ -105,2 +105,2 @@
105 frames) 105 frames)
106 (format (current-error-port) "~A: no lyrics~%" name)))))))) \ No newline at end of file 106 (format (current-error-port) "~A: no lyrics~%" name))))))))
diff --git a/scheme/idest/for