-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
71 lines (48 loc) · 1.81 KB
/
ChangeLog
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
0.2 => 0.3
==========
- urls can now be edited before being launced
- check for snprintf and use supplied if not present
- slang support with `configure --with-slang'
- check for regex.h did not define HAVE_REGEX_H
- backslash (\) quoting did not work for things like \.
0.3 => 0.4
==========
- add -Dunix to the CFLAGS so that building with slang under hp-ux will work
- need to include <fcntl.h> in main.c
- now accepts input from stdin even if stdin is a tty
- `h' is now an alias for `q' (lynx compatibility)
- automake is now used for this package
0.4 => 0.5
==========
- ^L refreshes the screen
From: Aaron Schrab <[email protected]>
- 0-9 can be used to jump to a specific url
- fixed redraw bug when changing pages
- pagelength was incorrectly calculated
- dynamically increase array if more than 128 urls are found
0.5 => 0.6
==========
- backspace char was not honored in line editor
- delete now erases the char under the cursor in the line editor
- man page was not installed by `install' target
0.6 => 0.7
==========
- KEY_DC is not defined for S-Lang
- include <rxposix.h> instead of <rx.h>
0.7 => 0.8
==========
- Search forward and backward using / and ? (from Brian Salter-Duke
- Eliminate duplicates (most likely from [email protected]
(Kent Robotti))
- Some changes for Debian (including a new url_handler.sh) from Luis
Francisco Gonzalez <[email protected]> and Martin Schulze
0.8 => 0.9
==========
- Include SuSE's changes. From Werner Fink <[email protected]> and
Stepan Kasal <kasal@su se.cz>.
- Do paranoid shell quoting on parameters passed to the script, so
users don't shoot themselves by matching "'" in their regular
expressions. From Thomas Roessler <[email protected]>.
- Fix quoting in the url_handler.sh script.