Here is the complete breaking-changes list for this branch, so far:

 - define_webjump:
   - '$argument' keyword removed.  its value is now automatically
     computed, except in the case of function webjumps that take an
     optional argument but do not give an alternative.  in those cases,
     give '$alternative = true'.

   - keyword '$alternative = true' means to use the primary function as
     the alternative as well.

   - accepts the keyword '$require_match'.

   - '$description' keyword renamed to '$doc'.

 - completers are now instantiated with the js keyword 'new'.

 - all instances of the '$match_required' keyword have been renamed to
   '$require_match'.

 - completers no longer take the keyword '$match_required' (or
   '$require_match').

 - 'C-k' in a read-url prompt now deletes the selected bookmark or
   history item.

 - completers are now classes instead of functions.  refer to
   completers.js or ask a qualified representative for how to update your
   completers.

 - completers' 'complete' method no longer takes a third argument,
   'conservative'.

 - javascript_completer now works in any scope.

 - javascript_completer no longer has special handling for the symbols
   'buffer' and 'window'.
_______________________________________________
Conkeror mailing list
Conkeror@mozdev.org
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to