~ubuntu-branches/ubuntu/trusty/renameutils/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Mon Aug 23 11:41:00 CEST 2002

	* This file is obsolete. Please see the NEWS file instead.

Mon May 20 22:16:34 CEST 2002

	* src/editformats/dual-column.c:
	(output) Use llist_is_empty instead of iterator_has_next.

Mon Mar 11 12:44:18 CET 2002

	* configure.ac:
	Now use bug report address to AC_INIT, and substitute correctly
	into config.h.

Thu Feb  7 11:51:04 CET 2002

	* Makefile.am:
	(debian) Add -b.
	(rpm) Build with -bb instead of -ba, and use fakeroot.

Thu Jan 17 20:55:50 CET 2002

	* src/editformats/dual-column.c: autowidth is now default... sigh.

Tue Jan 15 20:56:38 CET 2002

	* Release 0.3.0.

Tue Jan 15 20:24:37 CET 2002

	* configure.ac:
	Added compat.
	Generate renameutils.spec on output.
	* src/Makefile.am: Added compat.
	* src/compat.h: Removed file.
	* Makefile.am:
	(build-debian) Rename to debian and update.
	(clean-local) Remove more debian-generated stuff.
	(rpm) New target.
	(.PHONY) Added debian and rpm.
	* src/planaction.c: Include common/memory.h.

Tue Jan 15 20:03:41 CET 2002

	* configure.ac: Add -Wall to CFLAGS.
	* src/editformats/Makefile.am: Set CFLAGS in a better way.
	* src/editformats/destination-only.c:
	(input) Now returns bool.
	(parse_options) Add extra newline to output.
	* src/editformats/single-column.c: Ditto.
	* src/editformats/dual-column.c:
	Use parse_uint16 instead of xstrtoi.
	Handle new autowidth option.
	Handle case when width is 0.
	(tabsize) Now uint16, not bool.
	(width) Now uint16, not int.
	(autowidth) New option and variable.
	(input) Now returns bool.
	(parse_options) Add extra newline to output.
	* src/editing.c: Handle editformat input return FALSE.
	* src/imv.1: --help and --version do not have short option names.
	* src/qmv.1:
	--help and --version do not have short option names.
	Added autowidth documentation for dual-column edit format.
	* src/qmv.h: editformat input returns bool.

Mon Nov 12 11:23:37 CET 2001

	* FIXME. more happened today (compat.h and common/*.h stuff)
	* src/imv.c:
	(main) Fixed bug making it impossible to overwrite files.

Thu Oct 25 15:07:28 CEST 2001

	* src/{qmv,imv}.1: Fixed documentation for --help and
	--version options.

Thu Oct 25 10:55:12 CEST 2001	Oskar Liljeblad <oskar@osk.mine.nu>

	* Release 0.2.0.
	* debian/changelog, debian/control, debian/copyright,
	debian/dirs, debian/docs, debian/rules:
	New files.
	* Makefile.am:
	(EXTRA_DIST) New list of files for debian subdir.
	(built-debian) New target.
	(clean-local) New target to clean debian subdir.
	* RENAME, AUTHORS: Updated email-address of author.
	* src/imv.1: New file.
	* src/qmv.1: New file.
	* src/Makefile.am:
	(man_MANS) Added to include manpages.
	(EXTRA_DIST) Necessary for man_MANS.
	* README: Updated Usage section.
	* src/testsuite/Makefile.am: Use EXTRA_PROGRAMS instead of
	bin_PROGRAMS.

Thu Aug 30 14:36:35 CEST 2001

	* configure.ac: Added AC_CHECK_FUNCS([fchdir]).
	Added AC_TYPE_OFF_T.

Thu Aug 16 10:33:49 CEST 2001

	* src/common/ChangeLog: New file, with changes to
	src/common/* delegated to that file.

Tue Aug 14 10:26:12 CEST 2001

	* Release 0.1.2.
	* configure.ac: Now checks that rl_completion_matches is available,
	otherwise use completion_matches if that is available.
	* README: Added readline requirements.
	Cleaned up other requirements.

Mon Aug 13 15:26:12 CEST 2001

	* Release 0.1.1. 
	* src/imv.c: Moved #include <stdio.h> above the readline includes.

Mon Aug 13 15:26:12 CEST 2001

	* Release 0.1.0. First public release.

Wed Aug  1 16:14:29 CEST 2001

	* ChangeLog: Created file.