]> git.donarmstrong.com Git - dactyl.git/blob - pentadactyl/NEWS
Import 1.0 supporting Firefox up to 14.*
[dactyl.git] / pentadactyl / NEWS
1 1.0rc1:
2     • Extensive Firefox 4 support, including:
3       - Fully restartless. Can now be installed, uninstalled,
4         enabled, disabled, and upgraded without restarting Firefox.
5         [b4]
6       - Tabs in :buffer completions and listings are grouped
7         by panorama groups. [b1]
8       - Only visible tabs are considered in tab numbering,
9         n_gt, n_gn, etc. [b1]
10     • Performance improvements:
11       - Improved startup time by a factor of 7. [b1]
12       - Further improved startup time. [b6]
13       - Significant completion speed improvements, especially for
14         JavaScript. [b1]
15     • Added site-local and script-local groups: [b6]
16       - Added the :group command to define and select groups.
17       - Added the -group flag to :abbreviate, :autocmd, :command,
18         :map, :style, and friends.
19       - Mappings and commands can now be bound to groups which
20         execute only for certain websites.
21       - Autocommands, commands, mappings, and styles are now
22         automatically added to per-script groups so that most traces
23         of a script can be easily purged.
24     • Greatly improved private mode support and :sanitize command.
25       - Full integration with Firefox data clearing dialogs. [b3]
26       - Support for sanitizing items at shutdown. [b3]
27       - Fine-grained control over what data is sanitized and for
28         what timespan. [b1]
29       - Support for sanitizing reference to particular hosts,
30         everywhere from command-line and message history to option
31         values and cookies. [b1]
32     • New and much more powerful incremental search implementation.
33       Improvements over the standard Firefox find include:
34       - Starts at the cursor position in the currently selected
35         frame, unlike Firefox, which always starts at the start of
36         the first frame. [b1]
37       - Returns the cursor and viewport to their original position
38         on cancel. [b1]
39       - Backtracks to the first successful match after pressing
40         backspace. [b1]
41       - Supports reverse incremental search. [b1]
42       - Input boxes are not focused when matches are highlighted. [b1]
43       - Crude regular expression search is supported. [b8]
44       - New searches now start within the current viewport where possible. [b8]
45     • Text editing improvements, including:
46       - Added t_gu, t_gU, and v_o mappings. [b8]
47       - Added t_<C-a> and t_<C-a> mappings. [b8]
48       - Added o_c, o_d, and o_y mappings. [b8]
49       - Added register and basic kill ring support, t_" and
50         I_<C-'>/I_<C-"> mappings, and :registers command. [b8]
51       - Added operator modes and proper first class motion maps. [b8]
52       - Improved undo support for most mappings. [b8]
53     • General completion improvements
54       - Greatly improved completion rendering performance, especially
55         while scrolling. [b8]
56       - Added c_<C-f>, c_<C-b>, c_<C-Tab>, and c_<C-S-Tab> for scrolling
57         the completion list in increments larger than one line. [b8]
58       - Improved handling of asynchronous completions, including: [b8]
59         + Pressing <Return> after tabbing past the end of already received
60           completions will execute the command after the desired result has
61           arrived.
62         + Tabbing past the end of available completions more reliably selects
63           the desired completion when it is available.
64         + Late arriving completion results no longer interfere with typing.
65         + It is now possible to skip past the end of incomplete completion
66           groups via the c_<C-f> and c_<C-Tab> keys.
67       - JavaScript completion improvements, including: [b2]
68         + The prototype of the function whose arguments are currently
69           being typed is displayed during completion.
70         + Non-enumerable global properties are now completed for the
71           global object, including XMLHttpRequest and encodeURI.
72       - The concept of completion contexts is now exposed to the user
73         (see :contexts), allowing for powerful and fine-grained
74         completion system customization. [b1]
75     • Ex command parsing improvements, including:
76       - Multiple Ex commands may now be separated by | [b1]
77       - Commands can continue over multiple lines in RC files by
78         prefixing the continuation lines with a \ [b3]
79       - The \ character is no longer treated specially within single
80         quotes, i.e., 'fo\o''bar' ⇒ fo\o'bar [b1]
81     • IMPORTANT: Command script files now use the *.penta file extension. [b2]
82     • IMPORTANT: Plugins are now loaded from the 'plugins/'
83       directory in 'runtimepath' rather than 'plugin/'. [b1]
84     • The command line is now hidden by default. Added c, C, and M to
85       'guioptions'. [b4]
86     • Hints mode improvements, including:
87       - Added [;A] extended hint mode. [rc2]
88       - Added [g;] continued extended hints mode, which allows
89         selecting multiple hints. Removed ;F. [b1]
90       - Hints are now updated after scrolling and window resizing. [b3]
91       - [;s] now prompts for a filename on the command-line rather
92         than in a dialog. [b5]
93       - Added [;a] and [;S] modes for creating bookmarks and search keywords. [b4][b3]
94       - Added 'hintkeys' option. [b2]
95       - Added "transliterated" option to 'hintmatching'. [b1]
96     • The external editor can now be configured to open to a given
97       line number and column, used for opening source links and
98       editing input fields with i_<C-i>. See :h 'editor'. [b4]
99     • Improved [macro-string] support, including automatic elision
100       of optional elements, and array subscripts. [b4][b7]
101     • Added -pentadactyl-remote command-line option. [b8]
102     • Moved the smooth-scroll plugin to the core. [b8]
103     • Improvements to marks:
104       - Marks are now stored as line and column ordinals rather than percentages. [b8]
105       - Marks now store the marked element and ensure its visibility when followed. [b8]
106     • Mapping changes:
107       - It's now possible to map keys in many more modes, including
108         Hint, Multi-line Output, and Menu. [b4]
109       - <C-o> and <C-i> now behave more like Vim. [b8]
110       - n_G now uses 'linenumbers' to determine destination if possible. [b8]
111       - Added n_s and n_S. [b8]
112       - Added Operator mode for motion maps, per Vim. [b8]
113       - Added site-specific mapping groups and related command
114         changes. [b6]
115       - Added 'timeout' and 'timeoutlen' options. [b6]
116       - Added n_{, n_}, n_[ and n_] mappings. [b7]
117       - Added n_g], n_[d and n_]d. [b8]
118       - Added <C-t> to open the next mapping in a new tab. [b8]
119       - Added <A-b> to execute a builtin mapping. [b6]
120       - Added <A-m>l and <A-m>s to aid in the construction of
121         macros. [b6]
122       - Added <Pass> pseudo-key. [b6]
123       - Removed the implicit page load delays during macro playback. [b6]
124       - Added the base modes Base, Main, and Command which other
125         modes inherit key bindings from. [b6]
126     • Command changes:
127       - :viusage, :optionusage and :exusage were replaced with :listkeys,
128         :listoptions and :listcommands, providing more powerful and
129         consistent interactive help facility (improvements include
130         listing keys for modes other than Normal, filtering the output,
131         and linking to source code definitions). [b4]
132       - :downloads now opens a download list in the multi-line output
133         buffer. Added -sort flag. [b6][b7]
134       - :style now supports regexp site-filters on Firefox 6+. [b7]
135       - :qa closes only the current window, per Vim. [b7]
136       - Added :background command. [b8]
137       - Removed :bwipeout and :bunload aliases. Changed :bdelete and
138         :tabclose semantics slightly. The latter now only operates on
139         visible tabs. [b8]
140       - Added -id flag to :bmark command and changed updating semantics. [b8]
141       - Added :exit command. [b7]
142       - Added :dlclear command. [b7]
143       - :extensions has been replaced with a more powerful :addons. [b6]
144       - :javascript! now opens a Read Eval Print Loop. [b6]
145       - Added -arg flag to :map. [b6]
146       - Added -literal flag to :command. [b6]
147       - Added :completions command. [b6]
148       - Added :cookies command. [b3]
149       - :extadd now supports remote URLs as well as local files on Firefox 4. [b2]
150       - Added :if/:elseif/:else/:endif conditionals. [b3]
151       - Added -charset and -post to :bmark. [b5]
152       - Added -keyword, -tags, -title to :delbmarks. [b2]
153       - Added :extrehash, :exttoggle, :extupdate, and :rehash commands. [b5]
154       - :abclear, :comclear and :mapclear have been substituted by a bang now
155         accepted by :unabbreviate, :delcommand and :unmap, respectively. [b6]
156       - Added :feedkeys command. [b4]
157       - Added -sort option to :history. [b4]
158       - Added several new options, including -javascript, to :abbreviate and
159         :map. [b2]
160       - Added :mksyntax command to auto-generate Vim syntax files. [b4]
161       - Added 's' and 'e' flags to :pageinfo command. [b7]
162       - Added :pintab and :unpintab commands. [b7]
163       - Extension manipulation commands, including :extenable, :extdisable,
164         and :exttoggle, now accept a -types argument. [b7]
165       - :tabmove now moves to the position of tab N, not after it.
166         Without arguments it no longer moves the tab to the end of
167         the list. [b7]
168       - :open now only opens files beginning with /, ./, ../, or ~/ [b1]
169       - :saveas now provides completions for default file names, and
170         automatically chooses a filename when the save target is a
171         directory. [b4]
172       - :sidebar now accepts a ! flag to toggle the sidebar rather
173         than open it unconditionally. [b6]
174       - Added :write !cmd and :write >>file. [b3]
175       - Added :yank command. [b3]
176       - :delmarks, :marks and :qmarks now also accept ranges, same as
177         :delqmarks. [b4]
178       - :command now accepts comma-separated alternative command names. [b4]
179       - :command -complete custom now also accepts a completions array, see
180         :h :command-completion-custom. [b4]
181       - Removed :beep. [b2]
182       - Removed :edit, :tabedit, and :winedit aliases. [b2]
183       - Removed :play. [b2]
184     • Improvements to :style and :highlight:
185       - Added -link flag to :highlight. [b4]
186       - Added -agent flag to :style. [b2]
187       - The -append flag now updates existing properties rather than
188         simply appending its arguments to the previous value. [b4]
189       - Active filters are now highlighted in :style listings. [b4]
190       - :style-related commands now divide their completions between
191         those active and inactive for the current site. [b4]
192       - CSS property name completion is now available. [b4]
193       - :delstyle, :styleenable, :styledisable and :styletoggle accept a !
194         to operate on all styles. [b6]
195       - Added Find highlighting group. [b7]
196     • IMPORTANT option changes:
197       - Option value quoting has changed. List options will
198         no longer be split at quoted commas and the option name,
199         operators, and = sign may no longer be quoted. This will
200         break certain automatically-generated configuration files.
201         See :help [stringlist]. [b2]
202       - Boolean options no longer accept an argument. [b4]
203       - 'cdpath' and 'runtimepath' no longer treat ",,"
204         specially. Use "." instead. [b2]
205       - 'complete' is now a [stringlist] rather than a [charlist]
206         and supports native autocomplete providers. [b8]
207       - 'extendedhinttags' is now a [regexpmap] rather than a
208         string. [b2]
209       - 'guioptions' default value has changed. [b4][b7]
210       - 'hinttags' and 'extendedhinttags' now treat their values as
211         CSS selectors by default. [b6]
212       - 'incsearch', 'hlsearch', 'ignorecase', and 'smartcase' have
213         been replaced with 'incfind', 'hlfind', and 'findcase'. [b4]
214       - 'laststatus' has been replaced with the "s" flag in
215         'guioptions'. [b4]
216       - 'linksearch' has been removed.  The \l search modifier can
217         still be used for this purpose. [b4]
218       - 'loadplugins' is now a [regexplist] option rather than
219         a boolean. [b2]
220       - Made 'mapleader' an option rather than a :let variable. [b4]
221       - Removed the 'mapleader' option. [rc2]
222       - 'passkeys' is now a [sitemap] with key chain support rather
223         than a [regexpmap]. [b6]
224       - The precise format of 'sanitizeitems' has changed slightly. [b8]
225       - 'showmode' is now a [regexplist]. [b6]
226       - 'showstatuslinks' and 'showtabline' are now [string] options. [b4]
227     • Other option changes:
228       - Added [stringmap], [regexplist], and [regexpmap] option
229         types. [b1]
230       - Added [sitelist] and [sitemap] option types. [b6]
231       - Added "bookmarks", "diverted", and "links" to 'activate'
232         option. [b2]
233       - Added 'altwildmode' and c_<A-Tab> command-line key binding. [b2]
234       - Added 'autocomplete' option for specifying which completion
235         groups should be auto-completed. [b2]
236       - Added 'banghist' option. [b1]
237       - Added 'cookies', 'cookieaccept', and 'cookielifetime' options. [b3]
238       - Added 'downloadsort' option. [b7]
239       - Added 'findflags' option. [b8]
240       - Replaced 'focuscontent' with 'strictfocus'. [b1]
241       - Made 'strictfocus' a [sitemap]. [b7]
242       - 'complete' now defaults to "slf" but file completion only
243         triggers when the URL begins as above. [b1]
244       - Added 'jumptags' option. [b7]
245       - Added 'linenumbers' option. [b8]
246       - Added 's' flag to 'pageinfo' and changed default value. [b7]
247       - Added 'passkeys' option. [b3]
248       - Added 'passunknown' option. [b7]
249       - Changed 'urlseparator' default value to "|". [b3]
250       - Added "passwords", and "venkman" dialogs to :dialog. [b2][b8]
251       - Added 'scrollsteps' and 'scrolltime' options. [b8]
252       - Added 'spelllang' option. [b8]
253       - Make 'showmode' a [stringlist] option. [b7]
254       - Added 'wildanchor' option. [b2]
255       - Added 'yankshort' option. [b8]
256     • Added BookmarkChange, BookmarkRemove autocommands. [b2]
257     • Removed the :source line at the end of files generated by
258       :mkpentadactylrc. [b2]
259     • n_gf now toggles between source and content view.
260       The | key binding has been removed. [b1]
261     • Page zoom information is now shown in the status bar, and
262       change in zoom status no longer appears in :messages. [b1]
263     • Added n_ZO, n_ZI, n_ZM, and n_ZR as aliases for n_zO, n_zI,
264       n_zM, and n_zR. [b1]
265     • Completion list now behaves better when the multi-line output
266       window is displayed. [b1]
267     • Major help system improvements:
268       - Plugins may now provide full-fledged :help documentation. [b1]
269       - Add basic plugin authorship documentation. [b1]
270       - The help system is newly modularized and features significant
271         updates, rewrites, and formatting improvements. [b1]
272       - Added <A-F1> to open the single, consolidated help page. [b5]
273
274 # vim:set ft=conf sts=2 sw=2 et fo=tcn2 tw=68: