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

68 Commits

Author SHA1 Message Date
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Doug Kearns 47a5c73a5b Remove some Hungarian notation. 2009-05-12 18:24:12 +10:00
Martin Stubenschrott 3345640503 The first muttator donor, which I am so happy about to commit this
individually :)
2009-05-10 10:17:09 +02:00
Doug Kearns 4912348398 Normalise the count arg of map actions with Math.max.
Passing an arg object to these actions as is done for commands might be
better.
2009-05-06 21:45:03 +10:00
Martin Stubenschrott acd7d654ad Fixed muttator folder completions 2009-05-06 00:09:56 +02:00
Doug Kearns 6b9564635a Source formatting fixes *yawn*. 2009-04-30 22:21:35 +10:00
Ted Pavlic 2c8880ac59 help copyedit: Remove commas before if. Only need after if clause when clause is introductory. 2009-04-29 09:20:19 -04:00
Kris Maglione 2f753b6d27 Fix #247 2009-04-22 13:15:56 -04:00
Martin Stubenschrott 9320c5b1be * Fix muttator and experimentally increase buffer position display timeout to 500ms to avoid rendering the page twice 2009-04-20 22:48:19 +02:00
Kris Maglione 2a88d8a3bf Revert "Fix some zi/zo issues."
This reverts commit b39be7b367528d9a86380c3ec5c2a6fcafd2cd22.
2009-03-30 01:19:29 -04:00
Kris Maglione 7e068d4f9e Fix some zi/zo issues. 2009-03-30 01:16:39 -04:00
Kris Maglione a8f41faf4e Merge. 2009-03-30 01:14:46 -04:00
Martin Stubenschrott 89a3255a45 release muttator 0.5 2009-03-30 00:41:54 +02:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Martin Stubenschrott 3f53319d53 Fix muttator for new nighlies 2009-03-27 11:44:04 +01:00
Kris Maglione cf57844986 Get rid of some 'config.name' checks in the common tree. These should all, ideally, go. 2009-03-22 02:25:05 -04:00
Doug Kearns bc2c4d896f Remove 't_vb' from Vim syntax files. 2009-02-19 13:00:26 +11:00
Doug Kearns 0aea143325 Add a version.html help page.
NEWS should be reformatted as asciidoc or something more simply
transformed into clean asciidoc.
2009-02-15 15:44:11 +11:00
Martin Stubenschrott 5f5c437ddf Fixed muttator for recent TBs, minimum requirements are 3.0b2pre now 2009-02-04 14:51:29 +01:00
Kris Maglione 86d1d34a64 Makefile 2009-01-24 01:12:53 -05:00
Doug Kearns 8c466abdcd Remove the Vimballs as they're generated files.
The muttator Vimball was committed unintentionally.
2009-01-23 22:47:32 +11:00
Ted Pavlic d4c62b4851 Corrections to last commit.
* The stdin - wasn't needed. However, an ||true is now used to prevent
  Makefile from erroring out (I'm sure there's a better way).
* muttatorrc was spelled muttatororrc; fixed now.
2009-01-22 10:43:22 -05:00
Ted Pavlic 612362149a Fully-staged previous commit (f4e4ed50986d091461536536a6a085dfcbc91823).
* The vimperator.vba was not included although muttator.vba was.
* Adjusted Makefiles so that vim is called with "-" to open stdin (that
  was required on my Vim7.2 system; does it break others?)
2009-01-22 10:30:35 -05:00
Doug Kearns 6b8cd0b35b Add a Vim syntax file for Muttator files and ftdetect files for all.
This also adds a quick 'n' dirty build mechanism for creating the
Vimballs.  Unfortunately, these aren't particularly amenable to being
created in a batch process.  Dr Chip has created a small C program for
this but that would be a silly dependency.
2009-01-22 18:59:23 +11:00
Ted Pavlic 9ad451b7f7 Three small Makefile.doc fixes.
* Require language part of locale to be two lowercase letters.
* Update Makefile.doc comment -- add "include" comment.
* Get rid of muttator/locale/en-US/Makefile symlink in favor of include.
2009-01-21 10:17:37 -05:00
Doug Kearns 16b9b98a45 Remove setting of 'syntax' in Asciidoc file modelines.
Setting 'filetype' makes this redundant.
2009-01-19 00:45:58 +11:00
Ted Pavlic db872c5e65 Added "filetype=asciidoc" to help file modlines.
At the moment, only "syntax=asciidoc" was specified. The
asciidoc_filetype.vim that is distributed with Asciidoc gives the
installer two options -- to either associate every *.txt file with
asciidoc or to try to decipher whether or not the file is an asciidoc
using the first 50 lines.

So it's not given that a developer will open the *.txt files with
ft=asciidoc, and so it's helpful to have it explicitly in the modeline.
2009-01-17 13:02:41 -05:00
Martin Stubenschrott 6cddced452 fixed muttator completions 2009-01-14 22:33:17 +01:00
Ted Pavlic d29013a2fd Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
 these conventions are common throughout publishing)

   * The (c) symbol has no legal meaning. Only the word "Copyright" and
     an encircled lowercase c are appropriate. So the word "Copyright"
     was placed before each (c).

   * Each (C) was changed to (c).

   * Kris uses the correct symbols in copyright notices, but those
     symbols can be problematic in terminal-mode editors. Added the word
     "Copyright" as well.

   * Replaced colons/spaces after years with the word "by."

b.) Added a copyright notice to common/content/template.js. It was
    missing one entirely. Please correct if it doesn't need one or if the
    copyright isn't held by Martin.

c.) Also added a "tildetidy" target to Makefile common that includes a
    version of the find line from the existing "clean" target (however,
    this version uses "rm -fv" instead of "rm -f").
2009-01-12 09:14:54 -05:00
Doug Kearns 01b7a39a5b Whitespace fixes. 2009-01-12 15:32:52 +11:00
Doug Kearns 9729969d8b Whitespace fixes. 2009-01-12 15:32:50 +11:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Ted Pavlic 438a648b14 Makefile.doc cleanup. Also made Makefile build t2t's too with doc target. 2009-01-08 17:25:40 -05:00
Martin Stubenschrott 392f331562 changed Makefile to a symlink instead of a copy, although symlinking to
the vimperator/ dir is not perfect. Do we really need separate Makefiles
for each doc dir instead of just make doc?
2009-01-07 19:35:03 +01:00
Ted Pavlic 653ff0fb72 More doc Makefile convenience edits. 2009-01-07 12:24:51 -05:00
Ted Pavlic da0a6da5be Remove redundant make from doc Makefiles 2009-01-07 10:56:01 -05:00
Ted Pavlic c54c179d98 Added small Makefiles to doc dirs to make building docs more convenient. 2009-01-07 10:34:33 -05:00
Martin Stubenschrott 5e8e1b0507 fixed markFolderRead for newer thunderbirds 2009-01-05 05:06:28 +01:00
Doug Kearns e91fbcd754 Add some source documentation for AutoCommands.
Also normalise the use of /* */ and // comments.
2009-01-02 00:56:58 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns 0e9aa05bfd really mention :optionusage! in muttator help this time 2008-12-18 03:46:11 +11:00
Doug Kearns 69b541eae5 mention :optionusage! in muttator help 2008-12-17 20:45:59 +11:00
Daniel Bainton f1dd97212d Add local paypal images, :help should work right without net access 2008-12-16 18:24:17 +02:00
Daniel Bainton 09ee974d23 Add the :dialog preferences command to muttator 2008-12-13 22:35:47 +02:00
Doug Kearns f27c461c7f replace some echo() calls with echomsg() 2008-12-12 14:03:31 +11:00
Daniel Bainton 016770bf7d :prefs needs to be application specific, so moving :prefs to vimperator and adding a new :prefs for muttator 2008-12-11 18:12:58 +02:00
Daniel Bainton 11f2aafe10 Add a NEWS entry for archivefolder 2008-12-09 15:22:05 +02:00
Daniel Bainton c41b5b3435 Add a muttator TODO item 2008-12-09 15:15:12 +02:00
Daniel Bainton 8a7fcf21a4 Add support to change the archive folder name in muttator 2008-12-09 15:14:56 +02:00
Daniel Bainton 7b7fbdd935 muttator: add a todo item 2008-12-08 15:11:14 +02:00