reload: fix typo which broke the command
[conkeror.git] / debian / NEWS
blob703c042a4f3eea24b1ca9043a7987571fe323be1
1 conkeror (0.9.2+git100420-2) unstable; urgency=low
3   * Function load_rc no longer supports loading arbitrary js files. Use
4     load instead.
6   * Function load_rc_file removed. Use load instead.
8   * call_after_load now takes a feature name, not a filename. In general
9     this simply means trimming off any ".js" extension.
11   * Modules API overhaul (already included in 0.9.2-1 and caused the
12     uploads 0.9.2+git100324-1 and -2):
13     - Modules should have an in_module assertion as their first
14       expression. For modules to be loaded directly into application
15       scope, it should be in_module(null);
16     - Modules should have as their last expression a provide call, like
17       provide("feature"); where "feature" is the name of the feature
18       provided by the module.
20  -- Axel Beckert <abe@debian.org>  Tue, 20 Apr 2010 23:38:49 +0200
22 conkeror (0.9.1+git100317-1) unstable; urgency=low
24   * emacswiki webjump removed. better version posted on
25     http://conkeror.org/Webjumps
27   * M-< and home keys now scroll to the top left corner of the buffer.
29   * minibuffer.read_url now returns a load_spec instead of a simple
30     string.
32   * The command confirm-quit has been removed. To have a quit
33     confirmation, see the code example on
34     http://conkeror.org/BreakingChanges
36  -- Axel Beckert <abe@debian.org>  Wed, 17 Mar 2010 02:04:20 +0100
38 conkeror (0.9.1+git100131-1) unstable; urgency=low
40   Please see http://conkeror.org/BreakingChanges for the complete list of
41   breaking changes. Just the most important ones are listed here.
42   
43   * mime_type_external_handlers removed. Replaced by
44     external_content_handlers.
45   
46   * define_buffer_mode, define_input_mode, and define_page_mode no longer
47     take display_name or doc as positional arguments. They are now given
48     as keyword arguments: $display_name and $doc.
49   
50   * The variable browser_automatic_form_focus_window_duration was renamed
51     to block_content_focus_change_duration.
52   
53   * The commands follow-current, follow-current-new-buffer,
54     follow-current-new-buffer-background, and follow-current-new-window
55     have been removed.
56   
57   * browser_prevent_automatic_form_focus_mode has been renamed and put in
58     its own file. To use this mode, simply do this:
59     require("block-content-focus-change.js");
61   * The default of hints_auto_exit_delay has been changed to 0.
63     This change means that by default, the user has to hit return to exit
64     the hints interaction. This change makes Conkeror's UI more
65     predictable for new users, less prone to run unintended commands
66     because of extra keystrokes outside the timeout window, and removes
67     assumptions about people's typing speed, browsing style, and focus of
68     attention when using the hints system.
69   
70     To use the hints-auto-exit feature, put a line like the following in
71     your rc, adjusting the number to suit your preference. 500 was the old
72     default.
74       hints_auto_exit_delay = 500;
76  -- Axel Beckert <abe@debian.org>  Sun, 31 Jan 2010 17:55:04 +0100
78 conkeror (0.9~git090708-1) unstable; urgency=low
80   The conkeror Debian package now works with the upcoming experimental
81   xulrunner-1.9.1 packages (see http://glandium.org/blog/?p=370) in
82   Debian, too.
83   
84   Since conkeror still throws much more warnings with xulrunner 1.9.1 than
85   with 1.9.0.x, for now the package currently prefers 1.9.0.x over 1.9.1
86   if both are installed.
87   
88   Call "xulrunner-1.9.1 /usr/share/conkeror/application.ini" if you have
89   xulrunner-1.9 and xulrunner-1.9.1 installed and want to checkout
90   conkeror in combination with xulrunner 1.9.1.
92  -- Axel Beckert <abe@deuxchevaux.org>  Wed, 08 Jul 2009 20:48:36 +0200
94 conkeror (0.9~git090617-1) unstable; urgency=low
96   There were a few changes since the last conkeror version in Debian which
97   may cause troubles to users of the previous version.
98   
99   Short summary follows:
100   * The key bindings `<<` and `>>` are now simply `<` and `>`.
101   * page-mode keymaps are now declared in the `define_page_mode` form with
102     a new keyword argument, `$keymaps`.  See
103     http://conkeror.org/WritingPageModes for more information about the
104     new style.
105   * `default_directory` and `set_default_directory` have been removed and
106     replaced by the variable `cwd`.
107   * buffer-local variables are now indexed by `buffer.local.foo`.
108     page-local variables are indexed by `buffer.page.local.foo`.
109   * The command `send-ret` was removed since it is redundant of the
110     module `global-overlay-keymap`.
111   * Buffer-local cwd is no longer set or inherited automatically.
112   * `download-cancel` is now bound to `d` instead of `C-g`, and it asks
113     for confirmation.
114   * In order to make Conkeror compatible with native toolkit theming,
115     Conkeror's themes have undergone a big rewrite:
116     - Conkeror no longer specifies its own gui colors.
117     - The blackened theme no longer exists.
118     - It is no longer possible to theme scrollbars.
119     From now on, the right way to change Conkeror's gui colors is to do so
120     at the OS level, for example, with a GTK theme.
121   * Conkeror has now session saving support. See
122     http://conkeror.org/Sessions for details.
124   See http://article.gmane.org/gmane.comp.mozilla.conkeror/1547 and
125   http://thread.gmane.org/gmane.comp.mozilla.conkeror/1451 for the
126   details and what to change in case you run over some removed or renamed
127   functions or variables.
128   
129  -- Axel Beckert <abe@deuxchevaux.org>  Wed, 17 Jun 2009 00:04:58 +0200
131 conkeror (0.9~git090223-1) unstable; urgency=low
133   There were a few changes since the last conkeror version in Debian which
134   may cause troubles to users of the previous version:
135   * Changes to the behaviour of the universal argument C-u.
136   * Loads now ~/.conkerorrc as the default rc file
137   * Many simple webjumps previously enabled by default have been removed
138     from upstream. Non-default webjumps are now collected and shared at
139     http://conkeror.org/Webjumps
140   * Many additional keybindings, e.g.
141       - pasting current paste buffer content bound to `C-y'
142       - new command `submit-form' bound to `C-c C-c' in forms
143   * Incremental search for URLs in the mini-buffer can currently include
144     _either_ the history or the bookmarks, but not both at the same
145     time. See http://bugs.conkeror.org/issue10 for details on choosing
146     which one to use.
148  -- Axel Beckert <abe@deuxchevaux.org>  Mon, 23 Feb 2009 21:04:41 +0100