1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-24 02:21:24 +02:00
Commit Graph

547 Commits

Author SHA1 Message Date
Kris Maglione 108f467fe4 Completely HTML-ize help transforms. Add intentionally undocumented :exporthelp. 2009-11-02 00:18:58 -05:00
Kris Maglione 9b32154909 Add note to TODO. 2009-11-01 00:32:27 -04:00
Kris Maglione 457d979d9d Add some news entries. 2009-11-01 00:25:07 -04:00
Doug Kearns a5ff8c93de Clean up Vimperator's TODO list. 2009-10-30 23:23:32 +11:00
Martin Stubenschrott 42ef3949df commit outstanding changes. Somehow I still get confused by hg's way of pulling/merging/branching/... but I am sure that'll get better as I get used to it. 2009-10-28 20:26:39 +01:00
Kris Maglione a38a96df5a Merge in the xslt branch now that 2.2 has been released. 2009-10-28 07:07:51 -04:00
Doug Kearns fbceac2d0e Add missing donation buttons to the help pages.
These have been missing for the last two releases.  Is it worse if I say it or
just think it?

--HG--
rename : common/content/x-click-but21.gif => common/content/x-click-but21.png
2009-10-28 18:46:05 +11:00
Doug Kearns 26024fea33 Update version strings for 2.2 release.
This drops the supported FF max-version back to 3.5.*.  There's several
reported problems with 3.6 that won't be fixed prior to this release.
2009-10-28 13:41:04 +11:00
Kris Maglione 35a6000d68 Add NEWS entries about help system refactoring.
--HG--
branch : xslt
2009-10-26 17:55:59 -04:00
Kris Maglione 537c0e0d51 Minor help fixes. Almost time to merge. Need to get rid of these silly security warnings flooding the console.
--HG--
branch : xslt
2009-10-26 03:54:29 -04:00
Kris Maglione 486ac5954a Get rid of silly config.helpFiles.
--HG--
branch : xslt
rename : common/components/chrome-data.js => common/components/protocols.js
2009-10-25 20:06:50 -04:00
Kris Maglione 10091e0fd1 Use host branding dtd. Purge help of residual Vimperator/Firefox references.
--HG--
branch : xslt
2009-10-25 15:20:56 -04:00
Kris Maglione 9e531ca343 Fix Xulmus, etc.
--HG--
branch : xslt
2009-10-25 13:43:25 -04:00
Kris Maglione c697b165a0 Update Xulmus docs, in theory.
--HG--
branch : xslt
rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml
rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
2009-10-24 18:45:11 -04:00
Kris Maglione 8b222085ec Add machinery to splice in app-specific help entries.
--HG--
branch : xslt
rename : vimperator/locale/en-US/all.xml => common/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => common/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/browsing.xml => common/locale/en-US/browsing.xml
rename : vimperator/locale/en-US/buffer.xml => common/locale/en-US/buffer.xml
rename : vimperator/locale/en-US/cmdline.xml => common/locale/en-US/cmdline.xml
rename : vimperator/locale/en-US/developer.xml => common/locale/en-US/developer.xml
rename : vimperator/locale/en-US/eval.xml => common/locale/en-US/eval.xml
rename : vimperator/locale/en-US/gui.xml => common/locale/en-US/gui.xml
rename : vimperator/locale/en-US/hints.xml => common/locale/en-US/hints.xml
rename : vimperator/locale/en-US/index.xml => common/locale/en-US/index.xml
rename : vimperator/locale/en-US/insert.xml => common/locale/en-US/insert.xml
rename : vimperator/locale/en-US/intro.xml => common/locale/en-US/intro.xml
rename : vimperator/locale/en-US/map.xml => common/locale/en-US/map.xml
rename : vimperator/locale/en-US/marks.xml => common/locale/en-US/marks.xml
rename : vimperator/locale/en-US/message.xml => common/locale/en-US/message.xml
rename : vimperator/locale/en-US/options.xml => common/locale/en-US/options.xml
rename : vimperator/locale/en-US/pattern.xml => common/locale/en-US/pattern.xml
rename : vimperator/locale/en-US/print.xml => common/locale/en-US/print.xml
rename : vimperator/locale/en-US/repeat.xml => common/locale/en-US/repeat.xml
rename : vimperator/locale/en-US/starting.xml => common/locale/en-US/starting.xml
rename : vimperator/locale/en-US/styling.xml => common/locale/en-US/styling.xml
rename : vimperator/locale/en-US/tabs.xml => common/locale/en-US/tabs.xml
rename : vimperator/locale/en-US/tutorial.xml => common/locale/en-US/tutorial.xml
rename : vimperator/locale/en-US/various.xml => common/locale/en-US/various.xml
2009-10-24 16:17:33 -04:00
Kris Maglione 4c13eb0798 Help formatting fixes.
--HG--
branch : xslt
2009-10-24 14:24:50 -04:00
Martin Stubenschrott 273c34018e Push maxVersion to 3.6b2 2009-10-24 16:29:57 +02:00
Daniel Bainton 3651a0a403 Remove myself from the AUTHORS 2009-10-22 14:16:17 +03:00
Kris Maglione 0d44d919bc Replace asciidoc with native XSLT transforms.
--HG--
branch : xslt
rename : common/Makefile.common => common/Makefile
rename : vimperator/components/about-handler.js => common/components/about-handler.js
rename : vimperator/components/chrome-data.js => common/components/chrome-data.js
rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
2009-10-21 04:46:29 -04:00
Doug Kearns c25c443a4a Bump Asciidoc required version in :help writing-docs section. 2009-10-20 15:09:17 +11:00
Doug Kearns c0ed2b5ae8 Bump Vimperator version to 2.2b1 2009-10-16 00:58:41 +11:00
Doug Kearns 2a5516e34a Update links in help files for the new websites 2009-10-16 00:29:51 +11:00
Štěpán Němec 66936ff4e2 Fix map.txt for Asciidoc > 8.4. 2009-10-13 12:25:38 +02:00
Doug Kearns e31792b4b5 Fix some trivial formatting issues in the various.html help file. 2009-10-13 13:58:21 +11:00
Doug Kearns 81bd77b06a Update the ex-cmd-index help. 2009-10-13 13:47:11 +11:00
Štěpán Němec 42a6de01f7 options.txt: Fix wording of 'cdpath' and misplacement of 'private'. 2009-10-11 23:18:30 +02:00
Kris Maglione b261b4ba56 Muck up the source code with a hidden option to hide the bloody command shadow. 2009-10-11 03:13:23 -04:00
Doug Kearns 29de612097 Fix escaping from Textarea mode in input fields.
When escaping from Textarea mode in input fields, and also text areas if
'insertmode' is set, return to Insert mode.
2009-10-11 01:38:11 +11:00
Doug Kearns 55c013366d Fix wording of :help warning. 2009-10-09 18:57:28 +11:00
Doug Kearns e511c84289 Recommend :ext{delete,disable} rather than :addons on the intro.html page. 2009-10-09 18:52:35 +11:00
Doug Kearns 32328e0419 Reorganize the tabs.html help page. 2009-10-08 13:24:26 +11:00
Doug Kearns f2b624b812 Rename iGirl image to about_background.png.
--HG--
rename : vimperator/content/about_background.jpg => vimperator/content/about_background.png
2009-10-03 18:54:22 +10:00
Doug Kearns 4bec31eb30 Update Vim syntax highlighter for Vimperator. 2009-10-03 17:22:32 +10:00
Doug Kearns e041219339 Whitespace fixes. 2009-10-03 16:58:45 +10:00
Doug Kearns d0e1f3a2c2 Rename :only to :winonly. 2009-10-03 14:52:49 +10:00
Martin Stubenschrott 3910c0604b Move all files to a MIT license 2009-10-03 00:32:29 +02:00
Doug Kearns 3c1ad3089e Add :only. 2009-10-03 01:13:21 +10:00
Doug Kearns 2788afdb25 Document the status line. 2009-10-03 00:16:45 +10:00
Doug Kearns f79c6e8dc1 Rename :tabreattach to :tabattach.
As Kris noted this may be better implemented as :tabmove -window.
2009-09-30 19:48:34 +10:00
Doug Kearns 748eb68167 Fix typo. 2009-09-28 20:32:52 +10:00
Doug Kearns 4a0e9bfd84 Add :tabreattach.
The name is not very convincing.
2009-09-28 17:49:24 +10:00
Doug Kearns 41a1a4cda0 Use | rather than \ for the toggle view-source command.
\ conflicts with the default map-leader.

--HG--
extra : transplant_source : %83%DF%5D2%8FJ%7B%29X%EF%5B%09%AB%84ON%D7%0CEz
2009-09-27 02:06:39 +10:00
Doug Kearns cd474c1d6a Call the Sanitize autocommand when clearing each private item.
--HG--
extra : transplant_source : a%AB%B2%02%28R%3EM%E5%AC%7C%CB%18%2A%AA9%FEbt%09
2009-09-25 20:59:58 +10:00
Doug Kearns d24adb5f35 Fix the version string in the About:Vimperator page.
--HG--
extra : transplant_source : %F2%DA%8C%7E%EDrq%84%94%049H%27%82%99%95h%7B%BD%16
2009-09-25 18:02:12 +10:00
Kris Maglione 5a0a8dd223 Merge old head. 2009-09-26 16:55:40 -04:00
Kris Maglione fe8a96faf3 Replace my quirky license block with explicit MIT license. 2009-09-26 14:52:19 -04:00
Kris Maglione a0c023113c Remove spurious entry about 't' flag for 'complete' from NEWS.. 2009-09-25 17:32:07 -04:00
Martin Stubenschrott a74cc55f6d * Ask for permission when editing external password fields.
* Bump maxVersion to 3.6b1
2009-09-24 12:11:29 +02:00
Kris Maglione a896c98434 Make 'popups' more intuitive. 2009-09-19 01:42:59 -04:00
Doug Kearns 95998afae1 Update :help 'private' to mention macros, marks and command-line history. 2009-09-17 15:40:29 +10:00