Skip to content

Commit c792299

Browse files
committed
Updated Changelog
1 parent 457f524 commit c792299

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

ChangeLog

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sun Jun 10 20:55:00 -03:00 2019 Joao Eriberto Mota Filho <[email protected]>
1+
Sun Jun 11 11:01:00 -03:00 2019 Joao Eriberto Mota Filho <[email protected]>
22
Version 1.0
33

44
[ Daniel Lublin ]
@@ -9,8 +9,10 @@ Version 1.0
99

1010
[ Daniel T. Borelli ]
1111

12+
* Added option: --overwrite or -o. Now, by default do not overwrite the file.
13+
Fix Debian bug #807139.
1214
* Added support to grab mouse pointer (-p option). Fix Ubuntu bug #1698375.
13-
* Added support to freeze the screen when selection is actived (-f option).
15+
* Added support to freeze the screen when selection is activated (-f option).
1416
* Do not use gib_eprintf in calls to X11 functions. Fix Ubuntu bug #1523212.
1517
* Fix: scrot can't save files without extension. Fix Ubuntu bug #148659.
1618
* Fix: scrot don't complain about invalid numeric argument. Fix Ubuntu
@@ -20,6 +22,8 @@ Version 1.0
2022
[ Joao Eriberto Mota Filho ]
2123

2224
* Final adjustments for a new release.
25+
* Several tests in Debian.
26+
* Updated AUTHORS file.
2327

2428
Tue Feb 12 19:06:11 -03:00 2019 Joao Eriberto Mota Filho <[email protected]>
2529
Version 0.9
@@ -77,11 +81,11 @@ Thu Jan 11 17:43:19 2001 Tom Gilbert <[email protected]>
7781
* Patch from Michael Roberts <[email protected]>
7882
to add -t, --thumb option to generate thumbnails. I modified it a
7983
little, specify the percentage size of the thumbnail on the
80-
commandline.
84+
command line.
8185

8286
Mon Dec 4 23:46:03 2000 Tom Gilbert <[email protected]>
8387

84-
* Adde -m, --multidisp, which is for multiple heads (not xinerama)
88+
* Added -m, --multidisp, which is for multiple heads (not xinerama)
8589
grabs shots from each and joins them together.
8690
* Fixed doing the string escapes when saving files. My bad.
8791

@@ -106,18 +110,18 @@ Sun Nov 5 02:17:57 2000 Tom Gilbert <[email protected]>
106110
Mon Oct 30 18:54:05 2000 Tom Gilbert <[email protected]>
107111

108112
* I can't be arsed to type all this again, so here's the new
109-
manpage entrys:
113+
manpage entries:
110114
* If [file] is not specified, a date-stamped file will be
111115
dropped in the current directory.
112116
* SPECIAL STRINGS
113117
Both the --exec and filename parameters can take format
114118
specifiers that are expanded by scrot when encountered.
115-
There are two types of format specifier. Characters pre-
116-
ceded by a '%' are interpreted by strftime(2). See man
119+
There are two types of format specifier. Characters
120+
preceded by a '%' are interpreted by strftime(2). See man
117121
strftime for examples. These options may be used to refer
118-
to the current date and time. The second kind are inter-
119-
nal to scrot and are prefixed by '&' The following speci-
120-
fiers are recognised:
122+
to the current date and time. The second kind are internal
123+
to scrot and are prefixed by '&' The following specifiers
124+
are recognised:
121125
&f image path/filename (ignored when used in the filename)
122126
&n image name (ignored when used in the filename)
123127
&s image size (bytes) (ignored when used in the filename)
@@ -130,8 +134,7 @@ Mon Oct 30 18:54:05 2000 Tom Gilbert <[email protected]>
130134
EXAMPLE
131135
scrot '%Y-%m-%d_&wx&h.png' -e 'mv &f ~/shots/'
132136
This would create a file called something like
133-
2000-10-30_2560x1024.png and move it to your shots direc-
134-
tory.
137+
2000-10-30_2560x1024.png and move it to your shots directory.
135138

136139

137140
Sun Oct 29 01:02:16 2000 Tom Gilbert <[email protected]>

0 commit comments

Comments
 (0)