Preparing a new Debian package release
[conkeror.git] / debian / NEWS.Debian
blob2af0d0eb4c932a2a5f22ea53643b2c059cf47755
1 conkeror (0.9~git090617-1) unstable; urgency=low
3   There were a few changes since the last conkeror version in Debian which
4   may cause troubles to users of the previous version.
5   
6   Short summary follows:
7   * The key bindings `<<` and `>>` are now simply `<` and `>`.
8   * page-mode keymaps are now declared in the `define_page_mode` form with
9     a new keyword argument, `$keymaps`.  See
10     http://conkeror.org/WritingPageModes for more information about the
11     new style.
12   * `default_directory` and `set_default_directory` have been removed and
13     replaced by the variable `cwd`.
14   * buffer-local variables are now indexed by `buffer.local.foo`.
15     page-local variables are indexed by `buffer.page.local.foo`.
16   * The command `send-ret` was removed since it is redundant of the
17     module `global-overlay-keymap`.
18   * Buffer-local cwd is no longer set or inherited automatically.
19   * `download-cancel` is now bound to `d` instead of `C-g`, and it asks
20     for confirmation.
21   * In order to make Conkeror compatible with native toolkit theming,
22     Conkeror's themes have undergone a big rewrite:
23     - Conkeror no longer specifies its own gui colors.
24     - The blackened theme no longer exists.
25     - It is no longer possible to theme scrollbars.
26     From now on, the right way to change Conkeror's gui colors is to do so
27     at the OS level, for example, with a GTK theme.
28   * Conkeror has now session saving support. See
29     http://conkeror.org/Sessions for details.
31   See http://article.gmane.org/gmane.comp.mozilla.conkeror/1547 and
32   http://thread.gmane.org/gmane.comp.mozilla.conkeror/1451 for the
33   details and what to change in case you run over some removed or renamed
34   functions or variables.
35   
36  -- Axel Beckert <abe@deuxchevaux.org>  Wed, 17 Jun 2009 00:04:58 +0200
38 conkeror (0.9~git090223-1) unstable; urgency=low
40   There were a few changes since the last conkeror version in Debian which
41   may cause troubles to users of the previous version:
42   * Changes to the behaviour of the universal argument C-u.
43   * Loads now ~/.conkerorrc as the default rc file
44   * Many simple webjumps previously enabled by default have been removed
45     from upstream. Non-default webjumps are now collected and shared at
46     http://conkeror.org/Webjumps
47   * Many additional keybindings, e.g.
48       - pasting current paste buffer content bound to `C-y'
49       - new command `submit-form' bound to `C-c C-c' in forms
50   * Incremental search for URLs in the mini-buffer can currently include
51     _either_ the history or the bookmarks, but not both at the same
52     time. See http://bugs.conkeror.org/issue10 for details on choosing
53     which one to use.
55  -- Axel Beckert <abe@deuxchevaux.org>  Mon, 23 Feb 2009 21:04:41 +0100