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