mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 23:27:59 +01:00
Start cleaning up Muttator documentation.
This commit is contained in:
@@ -1,61 +1,61 @@
|
|||||||
2009-XX-XX
|
2009-XX-XX
|
||||||
* version 0.6a1pre
|
* version 0.6a1pre
|
||||||
* add 'titlestring' option
|
* add 'titlestring' option
|
||||||
* rename FolderLoaded autocommand event to FolderLoad
|
* rename *FolderLoaded* autocommand event to *FolderLoad*
|
||||||
* add the DOMLoad autocommand event
|
* add the *DOMLoad* autocommand event
|
||||||
* add 'online' option
|
* add 'online' option
|
||||||
* add 'smtpserver' option
|
* add 'smtpserver' option
|
||||||
|
|
||||||
2009-03-29
|
2009-03-29
|
||||||
* version 0.5
|
* version 0.5
|
||||||
* fixes for recent TB nightly changes
|
* fixes for recent TB nightly changes
|
||||||
* new "threads" option (non-functional for now)
|
* new 'threads' option (non-functional for now)
|
||||||
* new "archivefolder" option
|
* new 'archivefolder' option
|
||||||
* small bug fixes
|
* small bug fixes
|
||||||
|
|
||||||
2008-08-03:
|
2008-08-03:
|
||||||
* version 0.4
|
* version 0.4
|
||||||
* new 'autoexternal' option to edit new messages/reply with the external editor by default
|
* new 'autoexternal' option to edit new messages/reply with the external editor by default.
|
||||||
NOTE: You must set this option in your .muttatorrc, as options are not shared between the
|
NOTE: You must set this option in your .muttatorrc, as options are not shared between the
|
||||||
main thunderbird window and the compose window!
|
main thunderbird window and the compose window!
|
||||||
* various "l" mappings for labeling messages
|
* various *l* mappings for labeling messages
|
||||||
* "p" to open RSS message in browser
|
* [m]p[m] to open RSS message in browser
|
||||||
* "y" to yank sender or RSS URL
|
* [m]y[m] to yank sender or RSS URL
|
||||||
* "Y" to yank subject
|
* [m]Y[m] to yank subject
|
||||||
* "R" to reply to all
|
* [m]R[m] to reply to all
|
||||||
* new compose mappings: s, t and i: Focus subject:, To: or message body
|
* new compose mappings: [m]s[m], [m]t[m] and [m]i[m] - Focus subject:, To: or message body
|
||||||
* q quits composer now
|
* [m]q[m] quits composer now
|
||||||
* new "x" mapping to toggle HTML display (is there a need for "simple HTML"?)
|
* new [m]x[m] mapping to toggle HTML display (is there a need for "simple HTML"?)
|
||||||
* new "h" mapping to toggle headers
|
* new [m]h[m] mapping to toggle headers
|
||||||
|
|
||||||
2008-06-04:
|
2008-06-04:
|
||||||
* version 0.3
|
* version 0.3
|
||||||
* new tab related mappings + commands
|
* new tab related mappings + commands
|
||||||
* new :contacts and :contact commands for address book operations
|
* new [c]:contacts[c] and [c]:contact[c] commands for address book operations
|
||||||
* new :message command
|
* new [c]:message[c] command
|
||||||
* new -- COMPOSE -- mode with mutt-like keybindings (y to send message, e to edit message)
|
* new -- COMPOSE -- mode with mutt-like keybindings ([m]y[m] to send message, [m]e[m] to edit message)
|
||||||
* external editor support for sending messages
|
* external editor support for sending messages
|
||||||
* m to open a new message compose window
|
* [m]m[m] to open a new message compose window
|
||||||
* new M command to send a new message to the sender of the currently selected message
|
* new [m]M[m] command to send a new message to the sender of the currently selected message
|
||||||
* completions for :{go,copy,move}to commands
|
* completions for [c]:goto[c], [c]:copyto[c], [c]:moveto[c] commands
|
||||||
* :emptytrash command
|
* [c]:emptytrash[c] command
|
||||||
* new * and # mappings to select next/prev message from same author (not perfect matching however)
|
* new [m]*[m] and [m]#[m] mappings to select next/prev message from same author (not perfect matching however)
|
||||||
* J, K, ]s, etc. search in closed threads now
|
* [m]J[m], [m]K[m], [m]]s[m], etc. search in closed threads now
|
||||||
* gj and gk to select messages in closed threads
|
* [m]gj[m] and [m]gk[m] to select messages in closed threads
|
||||||
* "t" to select current thread, use "lr" now to label a message as read
|
* [m]t[m] to select current thread, use [m]lr[m] now to label a message as read
|
||||||
* KMail-like mode-independent scrolling with left/right and up/down
|
* KMail-like mode-independent scrolling with [m]<Left>[m]/[m]<Right>[m] and [m]<Up>[m]/[m]<Down>[m]
|
||||||
* many small improvements
|
* many small improvements
|
||||||
|
|
||||||
2008-04-30:
|
2008-04-30:
|
||||||
* version 0.2
|
* version 0.2
|
||||||
* ctrl-s mappings to move messages to an "Archive" folder (inspired by gmail)
|
* [m]<C-s>[m] mappings to move messages to an "Archive" folder (inspired by gmail)
|
||||||
* new :moveto and :copyto commands
|
* new [c]:moveto[c] and [c]:copyto[c] commands
|
||||||
* u and ctrl-r mappings to undo/redo
|
* [m]u[m] and [m]<C-r>[m] mappings to undo/redo
|
||||||
* new muttator specific :help screen
|
* new Muttator specific :help screen
|
||||||
* small bug fixes
|
* small bug fixes
|
||||||
|
|
||||||
2008-04-29:
|
2008-04-29:
|
||||||
* version 0.1
|
* version 0.1
|
||||||
* first public release, straight port from vimperator with many basic mappings
|
* first public release, straight port from Vimperator with many basic mappings
|
||||||
|
|
||||||
<!-- vim: set sw=4 ts=4 et: -->
|
// vim: set filetype=asciidoc:
|
||||||
|
|||||||
@@ -186,6 +186,24 @@ const config = { //{{{
|
|||||||
liberator.loadModule("hints", Hints);
|
liberator.loadModule("hints", Hints);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
////////////////////// STYLES //////////////////////////////////////////////////
|
||||||
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
|
let img = Image();
|
||||||
|
img.src = "chrome://muttator/content/logo.png";
|
||||||
|
img.onload = function () {
|
||||||
|
styles.addSheet(true, "logo", "chrome://liberator/locale/*",
|
||||||
|
".muttator-logo {" + <>
|
||||||
|
display: inline-block;
|
||||||
|
background: url({img.src});
|
||||||
|
width: {img.width}px;
|
||||||
|
height: {img.height}px;
|
||||||
|
</> + "}",
|
||||||
|
true);
|
||||||
|
delete img;
|
||||||
|
};
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
////////////////////// COMMANDS ////////////////////////////////////////////////
|
////////////////////// COMMANDS ////////////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,3 +1,6 @@
|
|||||||
|
/* keep the mozdev header */
|
||||||
|
/* @import url(http://www.mozdev.org/skin/color/mozdev2k.css); */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
CSS stylesheet for XHTML produced by DocBook XSL stylesheets.
|
CSS stylesheet for XHTML produced by DocBook XSL stylesheets.
|
||||||
Tested with XSL stylesheets 1.61.2, 1.67.2
|
Tested with XSL stylesheets 1.61.2, 1.67.2
|
||||||
@@ -308,6 +311,10 @@ span.warning {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
span.info {
|
||||||
|
font-weight: bold;
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
fieldset.paypal {
|
fieldset.paypal {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@@ -318,6 +325,7 @@ fieldset.paypal {
|
|||||||
.command {
|
.command {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #632610;
|
color: #632610;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.mapping {
|
.mapping {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -327,6 +335,14 @@ fieldset.paypal {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #106326;
|
color: #106326;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.option, .mapping, .command {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.option:hover, .mapping:hover, .command:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.quoteblock {
|
.quoteblock {
|
||||||
margin-left: 140px;
|
margin-left: 140px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ ARCHITECTURE:
|
|||||||
- I made a quick attempt at parameterizing it using attributes but it
|
- I made a quick attempt at parameterizing it using attributes but it
|
||||||
breaks Asciidoc formatting in certain unpredictable (to me at least)
|
breaks Asciidoc formatting in certain unpredictable (to me at least)
|
||||||
contexts. *sigh* --djk
|
contexts. *sigh* --djk
|
||||||
|
- move as much as possible to common/*
|
||||||
- decide on how to document Arrays in our jsdoc(ish) documentation.
|
- decide on how to document Arrays in our jsdoc(ish) documentation.
|
||||||
|
|
||||||
BUGS:
|
BUGS:
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user