1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 13:34:14 +01:00
Files
pentadactyl-pm/ChangeLog
2007-10-10 05:32:33 +00:00

762 lines
18 KiB
Plaintext

2007-10-10 02:54 dougkearns
* content/: commands.js, options.js, util.js, vimperator.js: new
:set and :prefs commands, tweaked :set output to use colors
2007-10-10 02:46 dougkearns
* NEWS, TODO: update NEWS and TODO
2007-10-10 00:39 dougkearns
* content/: commands.js, vimperator.js: add :!! support and don't
show error on :!non-existing-command (as the non-existing-command
can't be known if it really does not exist)
2007-10-09 23:21 dougkearns
* skin/vimperator.css: allow the sidebar width to range from 10% -
90%
2007-10-09 13:50 dougkearns
* NEWS, TODO, content/commands.js, content/mappings.js,
content/tabs.js: merge count support for deleting buffers
2007-10-09 13:34 dougkearns
* NEWS, TODO, content/commands.js, content/completion.js:
back/:forward has tab completion, slightly broken for
wildmode=longest for now, as we need to refactor g_substrings
later
2007-10-09 13:19 dougkearns
* NEWS, content/commands.js: :undoall + :undo tab-completion
2007-10-09 12:51 dougkearns
* NEWS, content/hints.js, content/mappings.js: add "s" and "a"
mappings to extended hints mode for saving hint targets
2007-10-09 06:40 dougkearns
* content/mappings.js: update / and ? help for changed 'linksearch'
modifiers
2007-10-09 06:38 dougkearns
* Donators, NEWS, content/commands.js, content/find.js,
content/mappings.js: merge new :redraw command and changed
'linksearch' pattern modifiers
2007-10-09 05:44 dougkearns
* content/: ui.js, vimperator.xul: merge MOW improvements
2007-10-09 05:13 dougkearns
* content/: help.js, ui.js: merge use of "[Help]" and "[No Name]"
in the status line for the internal help page and about:blank
2007-10-08 01:36 dougkearns
* content/vimperator.xul: sst default highlight group class to
hl-Normal for #status-bar and #vimperator-commandline
2007-10-08 00:44 dougkearns
* content/ui.js, skin/vimperator.css: use standard-ish Vim
highlight group names for the statusline styling
2007-10-07 23:08 dougkearns
* content/commands.js: close :time MOW output table element
2007-10-07 21:19 dougkearns
* content/events.js: clear the commandline when changing tabs
2007-10-06 14:40 dougkearns
* NEWS, content/commands.js, content/vimperator.js: merge :! es
command
2007-10-06 13:18 dougkearns
* vimperatorrc.example: update vimperatorrc.example - 'beep' is now
'visualbell'
2007-10-06 13:17 dougkearns
* content/commands.js: display an error message if :buffers is
given an argument
2007-10-06 13:16 dougkearns
* content/bookmarks.js, content/buffers.js, content/commands.js,
content/find.js, content/mappings.js, content/options.js,
content/ui.js, content/util.js, content/vimperator.js,
content/vimperator.xul, skin/vimperator.css: merge MOW
improvements
2007-10-06 01:58 dougkearns
* content/util.js: add vimperator.util.escapeHTML
2007-10-04 19:10 dougkearns
* content/vimperator.xul: allow the Console to be opened by
:sidebar
2007-10-04 13:59 dougkearns
* content/vimperator.xul: move the completion widget beneath the
MOW
2007-10-04 13:29 dougkearns
* content/completion.js: add fold markers
2007-10-04 11:45 dougkearns
* vimperator.vim: update RC file highlighting
2007-10-04 10:53 dougkearns
* content/events.js: don't call focusContent() on page load since
it causes window map events to be fired
2007-10-01 19:13 dougkearns
* NEWS: update NEWS
2007-10-01 19:10 dougkearns
* content/: commands.js, completion.js, vimperator.js: merge
improved :echo, :echoerr and :javascript commands
2007-10-01 19:04 dougkearns
* content/completion.js: merge completion refactoring
2007-10-01 18:48 dougkearns
* content/help.js: close help logo img element
2007-10-01 17:38 dougkearns
* Makefile: don't run the binary files through sed when replacing
the VERSION token
2007-10-01 13:31 dougkearns
* NEWS, vimperator.vim, content/options.js: merge new 'laststatus'
option
2007-10-01 10:28 dougkearns
* install.rdf, skin/icon.png: add icon for addons dialog
2007-10-01 10:23 dougkearns
* Makefile, chrome.manifest, content/bookmarks.js,
content/buffers.js, content/commands.js, content/completion.js,
content/events.js, content/file.js, content/find.js,
content/help.css, content/help.js, content/hints.js,
content/logo_white.png, content/mappings.js, content/modes.js,
content/options.js, content/tabs.js, content/test.js,
content/ui.js, content/vimperator.js, content/vimperator.xul,
skin/vimperator.css: change directory structure to follow the
more standard package hierarchy
2007-10-01 10:08 dougkearns
* content/vimperator.xul: remove invalid comment
2007-10-01 07:02 dougkearns
* content/options.js: change short version of 'linksearch' to 'lks'
since 'ls' is used by 'laststatus'
2007-09-30 17:08 dougkearns
* content/options.js: add 'laststatus' option
2007-09-30 16:41 dougkearns
* content/bookmarks.js, content/buffers.js, content/commands.js,
content/completion.js, content/events.js, content/file.js,
content/find.js, content/help.css, content/help.js,
content/hints.js, content/logo_white.png, content/mappings.js,
content/modes.js, content/options.js, content/tabs.js,
content/ui.js, content/vimperator.js, content/vimperator.xul,
skin/icon.png, skin/vimperator.css: change directory structure to
follow the more standard package hierarchy
2007-09-25 19:37 dougkearns
* AUTHORS: merge new VIMPERATOR_HOME env variable support
2007-09-25 18:42 dougkearns
* NEWS: merge new :let and :unlet commands and support for <Leader>
in mappings
2007-09-23 14:14 dougkearns
* NEWS: separate Ex command and search commandline history
2007-09-23 10:21 dougkearns
* NEWS: merge new :time command
2007-09-22 15:44 dougkearns
* NEWS: add a new 'visualbellstyle' option
2007-09-22 14:50 dougkearns
* NEWS: process link text only find modifiers \[uU] before looking
for capitalized letters when 'smartcase' is set
2007-09-22 14:29 dougkearns
* NEWS: merge the existing status bar with the standard FF status
bar
2007-09-18 08:49 dougkearns
* NEWS, TODO: merge :sbclose and viewSidebarMenu menuitem additions
2007-09-17 13:26 dougkearns
* NEWS: add an initial implementation of :sidebar
2007-09-17 05:49 dougkearns
* NEWS: merge new 'more' option and more-prompt improvements
2007-09-14 13:38 dougkearns
* NEWS: add a 'hlsearchstyle' option to allow for match styling and
a 'linksearch' option to restrict page searches to link text
2007-09-08 09:50 dougkearns
* NEWS: added a visual bell and replaced the 'beep' option with
'visualbell'
2007-09-08 09:41 dougkearns
* Makefile: use preX.X for development version numbers
2007-09-06 00:04 dougkearns
* NEWS, vimperator.vim: merge new 'incsearch', 'ignorecase',
'smartcase', 'hlsearch' options from MAIN
2007-09-05 11:45 dougkearns
* Makefile: use preX.X for development version numbers
2007-09-04 08:08 dougkearns
* Makefile: add logo to help page
2007-09-04 02:50 dougkearns
* Makefile, NEWS: update version to 0.5.2dev
2007-09-03 15:14 dougkearns
* ChangeLog, NEWS: update NEWS and ChangeLog for release
2007-09-03 05:12 dougkearns
* NEWS, vimperator.vim: merge native / and ? search
2007-09-01 11:49 dougkearns
* vimperatorrc.example: remove outdated :js examples
2007-08-28 12:16 dougkearns
* NEWS: update NEWS
2007-08-27 14:19 dougkearns
* Makefile: update Makefile version to 0.5.1
2007-08-27 12:08 dougkearns
* Makefile: GNU make 3.80 can't parse "else ifeq"
2007-08-26 14:27 dougkearns
* NEWS: fix commandline history on Windows - prevent the default
cmd_charPrevious action from being invoked for <Up
2007-08-26 12:05 dougkearns
* NEWS: update NEWS
2007-08-23 13:38 dougkearns
* Makefile: use 0.5 for the version strings
2007-08-21 21:54 dougkearns
* Makefile, NEWS, TODO: merge HEAD
2007-08-16 16:18 stubenschrott
* ChangeLog, NEWS: last commit before 0.5 is tagged
2007-08-15 18:27 stubenschrott
* ChangeLog: added colors to :ls
2007-08-15 15:32 dougkearns
* NEWS: update NEWS to mention the renaming of bookmark related
commands and fix some trivial help typos
2007-08-13 18:12 stubenschrott
* ChangeLog: hopefully made the MOW hack better, so that it doesn't
show during startup fixed wildoptions=sort
2007-08-12 06:48 dougkearns
* NEWS: add initial implementation of :normal command
2007-08-12 00:03 stubenschrott
* NEWS: commandline and MIW try to keep focus now changed
commandline handling in general autosize MIW on new content new
handling should be more robust, but there may be bugs, please
report
2007-08-11 17:08 stubenschrott
* ChangeLog, NEWS: changelog->NEWS, ChangeLog autogenerated now
2007-08-11 09:28 dougkearns
* ChangeLog: rename :qmarkadd :qmark and :qmarkdel :delqmarks, sort
:qmarks list output and limit buffer marks to [a-zA-Z]
2007-08-10 18:30 stubenschrott
* ChangeLog: "enter" is an alias for "return" or "cr"
2007-08-09 22:41 stubenschrott
* ChangeLog, TODO: - Fixed gn command - added gH to activate option
2007-08-09 04:29 dougkearns
* vimperator.vim: reorder vimperatorCommand highlight group so that
:map is highlighted
2007-08-08 05:27 dougkearns
* ChangeLog: add C-u/C-d mappings and the associated 'scroll'
option
2007-08-01 02:51 stubenschrott
* ChangeLog: couldn't resist, had to add support for auto-sourcing
~/.vimperator/plugin/ before we release 0.5
2007-08-01 01:17 stubenschrott
* ChangeLog: winopen support
2007-07-31 15:41 stubenschrott
* TODO: Make sure, search engine aliases are unique
2007-07-29 03:48 stubenschrott
* ChangeLog, TODO: inputMultiline method finished (some display bug
may remain) :js <<EOF support is back, better than ever (TM)
2007-07-27 00:01 stubenschrott
* ChangeLog: stringToURLs -> String.prototype.toURLArray
2007-07-26 13:39 dougkearns
* Makefile: fix bug #17377 - Unable to build sources on Mac OS X
2007-07-25 15:55 dougkearns
* TODO: fix infinite loop when calling "gu" with a {count}
2007-07-22 15:15 dougkearns
* vimperator.vim: add map, mapclear, noremap and unmap commands to
the vimperatorCommand highlight group
2007-07-22 11:44 dougkearns
* ChangeLog: allow :noremap name abbreviations
2007-07-17 14:55 dougkearns
* ChangeLog, TODO: replace readonly textboxes in the commandline
and statusbar with labels and simplify the skin styling
2007-07-09 23:12 stubenschrott
* ChangeLog: :saveas works now
2007-07-09 13:27 stubenschrott
* AUTHORS: reverted scroll window.content patch for now (untested)
2007-07-04 13:32 stubenschrott
* ChangeLog: changed '|' to ', ' as a url separator
2007-07-03 09:04 stubenschrott
* TODO: Fixed some focus issues First (non-working) readMultiline
implementation
2007-07-02 06:57 dougkearns
* ChangeLog: add new Ctrl-^ mapping for selecting the alternate tab
2007-06-30 13:14 stubenschrott
* ChangeLog: changed gO to gn
2007-06-28 02:16 dougkearns
* TODO: move the global variable hah to vimperator.hints and fix
bug #17254
2007-06-25 21:23 stubenschrott
* vimperator.vim: verbosity -> verbose
2007-06-25 15:54 dougkearns
* vimperator.vim: add verbosity and vbs to options syntax group
2007-06-23 11:08 dougkearns
* vimperator.vim: link vimperatorTodo to the Todo highlight group
2007-06-19 04:40 dougkearns
* vimperator.vim: update vimperator.vim with new commands
2007-06-12 10:48 stubenschrott
* ChangeLog, TODO: - fixed commandline focus/blur behavior - could
be buggy, so please report any bugs - text selection is not
possible anymore for :echo'ed things, should come later when
holding shift - cleared commandline on scroll events
2007-06-09 13:39 stubenschrott
* ChangeLog, TODO: now we have a Events() class Please report all
bugs which arised because of these changes Still not sure, if we
should put that into an event.js
2007-06-08 17:21 stubenschrott
* mozunit.js: added preliminary unit tests, not working yet,
because the vimperator object cannot be found in this context.
2007-06-07 23:33 stubenschrott
* ChangeLog: marks support (thanks viktor)
2007-06-05 05:22 dougkearns
* TODO: add <ESC> closes :addons window bug to TODO
2007-05-24 21:57 stubenschrott
* AUTHORS, ChangeLog, TODO: added Y command
2007-05-24 10:47 stubenschrott
* AUTHORS, ChangeLog: flashing frame works now
2007-05-23 01:18 stubenschrott
* ChangeLog: moved tab related functions to the Tabs class
2007-05-22 09:13 stubenschrott
* ChangeLog, TODO: many help fixes moved echo() ->
vimperator.echo() and removed old XUL entries.
2007-05-21 09:35 stubenschrott
* ChangeLog, TODO, vimperator.vim: "R" -> reload without cache
2007-05-20 16:01 stubenschrott
* ChangeLog: changed colors
2007-05-17 18:48 stubenschrott
* AUTHORS, ChangeLog, TODO: Added "titlestring" setting
2007-05-14 13:24 stubenschrott
* ChangeLog: initial :tabmove command
2007-05-11 12:42 stubenschrott
* Makefile: First attempt in making vimperator object orietened.
For now only the CommandLine widget was made a real encapsulated
object.
2007-05-09 11:56 stubenschrott
* ChangeLog: final commit before trying to integrate the search
patch
2007-05-09 00:31 stubenschrott
* ChangeLog: cleaned up html code for :help to make it more xhtml
compatible :help now opens in the current tab even when current
tab is a xhtml document
2007-05-08 21:21 stubenschrott
* ChangeLog: hint work on xhtml pages now (slight problem with not
disapperaring them still open)
2007-05-08 16:57 stubenschrott
* AUTHORS, ChangeLog, TODO: added :tablast etc. commands
2007-05-04 22:48 stubenschrott
* AUTHORS, ChangeLog: fixed :dl command
2007-05-04 18:04 stubenschrott
* ChangeLog, Donators, Makefile, vimperator.vim,
vimperatorrc.example: keyword support for bookmarks
2007-05-02 12:59 stubenschrott
* ChangeLog: [no log message]
2007-05-02 12:55 stubenschrott
* ChangeLog, Makefile: bug fix release
2007-05-02 12:47 stubenschrott
* ChangeLog: fixed :open google.com opening google for searching
".com"
2007-05-01 17:29 stubenschrott
* ChangeLog: added 'defsearch' setting
2007-05-01 11:23 stubenschrott
* ChangeLog, TODO, install.rdf: [no log message]
2007-05-01 00:19 stubenschrott
* Makefile: fixed gu and gU
2007-04-30 10:59 stubenschrott
* ChangeLog: fixed :o http://www.url.com
2007-04-29 19:13 stubenschrott
* Makefile: new make release command
2007-04-29 18:55 stubenschrott
* Makefile: more makefile fixes by Bart
2007-04-29 18:50 stubenschrott
* Makefile: [no log message]
2007-04-29 16:31 stubenschrott
* ChangeLog, install.rdf: website updates
2007-04-29 15:04 stubenschrott
* ChangeLog, TODO: Many small bugfixes changed wildsort ->
wildoptions=sort added completion for filenames
2007-04-29 00:26 stubenschrott
* Makefile, TODO: Makefile fixes and much sexier help file
2007-04-28 16:05 stubenschrott
* install.rdf: added ###VERSION### and ###DATE### for being seded
in the Makefile
2007-04-28 12:14 stubenschrott
* ChangeLog, TODO: added goUp() and isDirectory(uri) functions gu
and gU mappings for going up
2007-04-28 01:56 stubenschrott
* ChangeLog: major code cleanup by using constants instead of
indices, small bugs still may occur due to this change
2007-04-27 19:06 stubenschrott
* TODO, install.rdf: wildmode and wildsort support :open . and ..
and .../ supported
2007-04-25 17:11 stubenschrott
* Makefile, TODO, vimperatorrc.example: Makefile changes for
missing chrome/ dir
2007-04-25 09:20 stubenschrott
* TODO: added feeling lucky 'lucky' quick search
2007-04-24 21:06 stubenschrott
* ChangeLog, TODO: esc -> C-c to stop page :stop command added
2007-04-24 14:10 stubenschrott
* vimperatorrc.example: added sample vimperatorrc, not really
useful yet
2007-04-24 12:12 stubenschrott
* AUTHORS: applied 'B' patch from Lars (not working fully) cleaned
up init() and moved all eventlisteneres code to
addEventListeners()
2007-04-22 23:21 vkojouharov
* Makefile, install.rdf: redesing of the help page to be more like
vim's help. :tab command like in vim. the extension id has
changed to a more readable string. any older versions of
vimperator MUST be uninstalled, otherwise there will be 2
versions of the extension in the addons list.
2007-04-22 17:50 stubenschrott
* Donators: update
2007-04-22 14:10 vkojouharov
* TODO: bug--
2007-04-22 13:00 stubenschrott
* AUTHORS: updated AUTHORS file
2007-04-21 18:06 stubenschrott
* ChangeLog: :back! and :forward! support
2007-04-21 11:18 stubenschrott
* Donators: set horizontal offset to 0
2007-04-20 21:25 stubenschrott
* ChangeLog, Donators, TODO: added section support for :help
2007-04-20 15:23 stubenschrott
* AUTHORS: forgot this file
2007-04-20 15:07 stubenschrott
* Makefile: small changes
2007-04-20 15:03 stubenschrott
* ChangeLog, Makefile: :source support
2007-04-20 14:46 stubenschrott
* ChangeLog, Makefile: now we have a new build Makefile also added
file.js which is responsible for file writing/loading in future
2007-04-20 13:33 stubenschrott
* ChangeLog, TODO: - fixed hints display on zoom - fixed n and N
commands (don't use closures)
2007-04-20 03:01 stubenschrott
* ChangeLog, TODO: hmm, forgot what I changed :)
2007-04-19 16:09 stubenschrott
* ChangeLog, Donators, TODO: added modelines everywhere
2007-04-19 13:29 stubenschrott
* TODO: restart command
2007-04-18 13:33 stubenschrott
* TODO: added contact section to homepage
2007-04-18 11:42 stubenschrott
* ChangeLog, TODO: support for space and alt-left/right keys
2007-04-18 11:06 stubenschrott
* ChangeLog, TODO: [+-] support for settings
2007-04-17 20:07 stubenschrott
* ChangeLog, Donators, TODO: Added n and N commands
2007-04-17 17:34 stubenschrott
* ChangeLog: removed < and >
2007-04-17 16:44 stubenschrott
* ChangeLog, Donators, TODO, install.rdf: version 0.3, added
ignorekeys support
2007-04-16 23:31 stubenschrott
* ChangeLog, Donators, TODO: Added Ctrl-[ alias, and 's' guioption
2007-04-11 18:38 stubenschrott
* TODO: go_tab -> tab_go
2007-04-11 03:15 stubenschrott
* TODO: updated TODO file
2007-04-11 02:04 stubenschrott
* ChangeLog, TODO: [no log message]
2007-04-10 19:32 stubenschrott
* ChangeLog, TODO, chrome.manifest, install.rdf:
Initial import