~ubuntu-branches/ubuntu/wily/apvlv/wily

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ritter
  • Date: 2009-07-15 14:48:33 UTC
  • Revision ID: james.westby@ubuntu.com-20090715144833-k4hx9jqtb6vef121
Tags: upstream-0.0.6.8
ImportĀ upstreamĀ versionĀ 0.0.6.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
    apvlv 0.0.6
 
2
    ============
 
3
 
 
4
    News features
 
5
 
 
6
       * Warnning !!! change 'goto' command's 'g' to 'G'
 
7
 
 
8
       * add continuous view of pdf page
 
9
         set in .apvlvrc "set continuous=yes/no"
 
10
 
 
11
       * add tab view
 
12
         add :tabnew and 'gt' 'gg' 'gT' 'g[n]' command to support tab switch, change goto page command from 'g' to 'G'
 
13
 
 
14
       * add content view
 
15
             * k, j to select up, down
 
16
             * h, l to expand, collapase
 
17
             * <CR> open selected page
 
18
             * 'o' open selected page in split window
 
19
             * 't' open selected page in new tab
 
20
 
 
21
       * add direcotry view by command 'O'
 
22
             * k, j to select up, down
 
23
             * h, l to expand, collapase
 
24
             * <CR> open selected file
 
25
             * 'o' open selected file in split window
 
26
             * 't' open selected file in new tab
 
27
 
 
28
       * add <C-]> goto a heperlink and <C-t> to come back
 
29
 
 
30
       * add open entrypted pdf with password support
 
31
 
 
32
       * add open last directory
 
33
 
 
34
       * add mouse wheel scrollup and down support
 
35
 
 
36
     Bug fix
 
37
 
 
38
       * fix the windows open bug
 
39
 
 
40
       * fix the keys can't work on 64bit platform
 
41
 
 
42
       * fix some segment fault
 
43
 
 
44
 
 
45
    apvlv 0.0.5
 
46
    ============
 
47
 
 
48
    News features
 
49
 
 
50
        * add cache module to make the display faster.
 
51
 
 
52
        * add ':set [no]cache' to tell apvlv if use cache module.
 
53
 
 
54
 
 
55
    apvlv 0.0.4
 
56
    =============
 
57
 
 
58
    News features
 
59
 
 
60
        * remove the status bar from the bottom, and add it to every window.
 
61
 
 
62
        * make the active window healight the status bar.
 
63
 
 
64
        * add 'r' command to rotate page.
 
65
 
 
66
        * add ':TOtext' to translate pdf doc page to a text file.
 
67
 
 
68
        * add ':pr[int]' to print the document.
 
69
 
 
70
        * add ':open file' to open a PDF document.
 
71
 
 
72
        * add ':doc file' to set the doc to current window.
 
73
 
 
74
        * support open multiple PDF files once, and load them in cache. can be set by ':doc file'.
 
75
 
 
76
    Bug Fix
 
77
   
 
78
        * fix the absolutepath () bug.
 
79
 
 
80
 
 
81
    apvlv 0.0.3
 
82
    ==============
 
83
 
 
84
    News features
 
85
 
 
86
        * Replace word which like 'C-a' to like '<C-a>' at every nessary place.
 
87
 
 
88
        * Support 'H', 'M' and 'L' to scroll one PDF page.
 
89
 
 
90
        * Support multiple window view and support below command to control them.
 
91
                0. ':sp', ':vsp', 'q', 'quit'
 
92
                1. '<C-w> <C-Q>', '<C-w> q
 
93
                2. '<C-w> k'
 
94
                3. '<C-w> j'
 
95
                4. '<C-w> h'
 
96
                5. '<C-w> l'
 
97
                6. '<C-w> <C-w>'
 
98
                7. '<C-w> -'
 
99
                8. '<C-w> +'
 
100
 
 
101
        * Support multiple PDF Doc to be opened at the memory.
 
102
 
 
103
        * Support map command mode
 
104
                like 'map a :vsp'