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