Doug Kearns
1fea8310c6
Melodactyl naming fixes 2.
...
--HG--
rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
2010-10-03 19:22:55 +11:00
teramako
a2a8e7b9c5
muttator -> teledactyl in Makefile
...
--HG--
extra : rebase_source : 74eb1dcbb0e9f701502106683b962ac071368d55
2010-09-22 22:00:14 +09:00
Kris Maglione
924863cd61
imported patch dactylify
...
--HG--
rename : common/content/liberator-overlay.js => common/content/dactyl-overlay.js
rename : common/content/liberator.js => common/content/dactyl.js
rename : common/content/liberator.xul => common/content/dactyl.xul
rename : common/skin/liberator.css => common/skin/dactyl.css
rename : muttator/content/compose/liberator.dtd => muttator/content/compose/dactyl.dtd
rename : muttator/content/compose/liberator.xul => muttator/content/compose/dactyl.xul
rename : muttator/content/liberator.dtd => muttator/content/dactyl.dtd
rename : vimperator/AUTHORS => pentadactyl/AUTHORS
rename : vimperator/Donors => pentadactyl/Donors
rename : vimperator/Makefile => pentadactyl/Makefile
rename : vimperator/NEWS => pentadactyl/NEWS
rename : vimperator/TODO => pentadactyl/TODO
rename : vimperator/chrome.manifest => pentadactyl/chrome.manifest
rename : vimperator/components/about-handler.js => pentadactyl/components/about-handler.js
rename : vimperator/components/commandline-handler.js => pentadactyl/components/commandline-handler.js
rename : vimperator/components/protocols.js => pentadactyl/components/protocols.js
rename : vimperator/content/about.html => pentadactyl/content/about.html
rename : vimperator/content/about_background.png => pentadactyl/content/about_background.png
rename : vimperator/content/config.js => pentadactyl/content/config.js
rename : vimperator/content/liberator.dtd => pentadactyl/content/dactyl.dtd
rename : vimperator/content/logo.png => pentadactyl/content/logo.png
rename : vimperator/content/vimperator.svg => pentadactyl/content/pentadactyl.svg
rename : vimperator/content/vimperator.xul => pentadactyl/content/pentadactyl.xul
rename : vimperator/contrib/vim/Makefile => pentadactyl/contrib/vim/Makefile
rename : vimperator/contrib/vim/ftdetect/vimperator.vim => pentadactyl/contrib/vim/ftdetect/pentadactyl.vim
rename : vimperator/contrib/vim/mkvimball.txt => pentadactyl/contrib/vim/mkvimball.txt
rename : vimperator/contrib/vim/syntax/vimperator.vim => pentadactyl/contrib/vim/syntax/pentadactyl.vim
rename : vimperator/install.rdf => pentadactyl/install.rdf
rename : vimperator/locale/en-US/all.xml => pentadactyl/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => pentadactyl/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/liberator.dtd => pentadactyl/locale/en-US/dactyl.dtd
rename : vimperator/locale/en-US/gui.xml => pentadactyl/locale/en-US/gui.xml
rename : vimperator/locale/en-US/intro.xml => pentadactyl/locale/en-US/intro.xml
rename : vimperator/locale/en-US/options.xml => pentadactyl/locale/en-US/options.xml
rename : vimperator/locale/en-US/tutorial.xml => pentadactyl/locale/en-US/tutorial.xml
rename : vimperator/vimperatorrc.example => pentadactyl/pentadactylrc.example
rename : vimperator/regressions.js => pentadactyl/regressions.js
rename : vimperator/skin/about.css => pentadactyl/skin/about.css
rename : vimperator/skin/icon.png => pentadactyl/skin/icon.png
rename : xulmus/content/liberator.dtd => xulmus/content/dactyl.dtd
rename : xulmus/locale/en-US/liberator.dtd => xulmus/locale/en-US/dactyl.dtd
2010-08-28 18:02:03 -04:00
Martin Stubenschrott
2888409bf8
revert accidental changes to Makefile
2009-09-30 18:32:58 +02:00
Martin Stubenschrott
84817f460c
added some artwork to the www/ directory. I probably should make a new "www" repo on Google Code for these things.
2009-09-30 18:28:34 +02:00
Doug Kearns
80beaa41df
And xulmus was born.
2009-03-16 15:54:02 +11:00
Ted Pavlic
946ab07254
Updated main Makefile to support 'make target1 target2'
2009-02-04 22:58:35 -05:00
Ted Pavlic
23ff9efc61
Make xpi the default liberator/Makefile target (rather than clean).
2009-01-21 11:07:50 -05:00
Kris Maglione
eb88d7ea0b
Sorry, stashed changes including:
...
Change util.range to accept an increment as the third argument.
Sanitize Makefile.doc
2009-01-21 03:41:43 -05:00
Ted Pavlic
08f26c4671
.gitignore and Makefile cleanup to make build environment friendly (and non-biased) to other editors.
2009-01-12 10:47:41 -05:00
Ted Pavlic
853b03ba4d
Moved tildetidy into main Makefile.
2009-01-12 10:10:28 -05: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
Kris Maglione
ddd07fd63a
Add toplevel Makefile.
2008-12-04 22:21:38 -05:00
Kris Maglione
1c153aa978
New directory layout.
2008-12-02 13:42:44 -05:00
Martin Stubenschrott
eab6aafa26
updated version to 2.0pre since the next release will probably break the completion API again
2008-08-16 17:13:03 +00:00
Martin Stubenschrott
f99b692ab9
released vimperator 1.2
2008-08-16 17:10:18 +00:00
Daniel Bainton
13293aa16f
Changing version to 1.2pre
2008-06-05 05:25:20 +00:00
Martin Stubenschrott
02be238e3b
vimperator 1.1 with security fix
2008-06-03 17:09:30 +00:00
Doug Kearns
401d4e2c14
bump version number
2008-05-19 01:32:10 +00:00
Martin Stubenschrott
de50bb4397
Vimperator 1.0! Horray!
2008-05-14 18:42:12 +00:00
Martin Stubenschrott
64b0e3b8e1
[muttator] allow external editor with ctrl-i when composing messages. Also a framework for more compose window related mappings (like y to send message)
2008-05-14 12:21:05 +00:00
Martin Stubenschrott
50848e9d98
changed make system to allow easy development of muttator, also added first muttator specific file to the repository
2008-02-04 16:10:27 +00:00
Daniel Bainton
4c2939b88d
Fixing the chrome.manifest locales to work with the xpi
2008-01-21 21:58:40 +00:00
Martin Stubenschrott
80b600040d
tag and atag macros for asciidoc finally working
2008-01-06 14:50:11 +00:00
Martin Stubenschrott
a8dd1597b1
updated makefile for autogenerating help with asciidoc, thanks a lot bartman!
2008-01-06 14:37:04 +00:00
Martin Stubenschrott
dceb8e381e
updated Makefile for static help
2008-01-03 14:56:29 +00:00
Doug Kearns
fe3e76b158
allow Vimperator to run directly from an unpackaged development directory
2007-10-15 00:22:30 +00:00
Doug Kearns
d66eab0e72
don't run the binary files through sed when replacing the VERSION token
2007-10-01 17:38:04 +00:00
Doug Kearns
8394871a42
change directory structure to follow the more standard package hierarchy
2007-09-30 16:41:36 +00:00
Martin Stubenschrott
517dea72e1
fixed makefile
2007-09-05 13:44:12 +00:00
Doug Kearns
70b88d5615
use preX.X for development version numbers
2007-09-05 11:45:37 +00:00
Doug Kearns
690ac4d13b
update version to 0.6dev
2007-09-04 02:50:42 +00:00
Doug Kearns
4f8a415054
GNU make 3.80 can't parse "else ifeq"
2007-08-27 12:08:21 +00:00
Martin Stubenschrott
dc9c0069b5
first attempt for an logo
...
probably at the wrong chrome location, it just didn't accept files in chrome/skin/ in my first attempts, but i don't really care as a logo is also "content" :)
2007-08-21 23:15:49 +00:00
Doug Kearns
4fdddd4bc0
find the correct FIREFOX_DEFAULT extensions directory path when run on Cygwin
2007-08-17 14:59:26 +00:00
Martin Stubenschrott
4d38b439ed
Changed version number to 0.6 CVS
2007-08-17 09:41:43 +00:00
Martin Stubenschrott
665cf55bc1
only add NEWS instead of ChangeLog in .xpi, to dramatically reduce size for future releases
2007-08-16 21:50:47 +00:00
Doug Kearns
1a3dbab77e
fix bug #17377 - Unable to build sources on Mac OS X
2007-07-26 13:39:23 +00:00
Martin Stubenschrott
7ac9a05803
First attempt in making vimperator object orietened.
...
For now only the CommandLine widget was made a real encapsulated object.
2007-05-11 12:42:17 +00:00
Martin Stubenschrott
c6d67fe8fe
keyword support for bookmarks
2007-05-04 18:04:11 +00:00
Martin Stubenschrott
80f7dd633f
bug fix release
2007-05-02 12:55:19 +00:00
Martin Stubenschrott
7c16e5c969
fixed gu and gU
2007-05-01 00:19:18 +00:00
Martin Stubenschrott
27c1330cc2
new make release command
2007-04-29 19:13:45 +00:00
Martin Stubenschrott
6a5266a8af
more makefile fixes by Bart
2007-04-29 18:55:42 +00:00
Martin Stubenschrott
cf190c23cc
*** empty log message ***
2007-04-29 18:50:56 +00:00
Martin Stubenschrott
92c863442d
Makefile fixes and much sexier help file
2007-04-29 00:26:31 +00:00
Martin Stubenschrott
57094b927a
Makefile changes for missing chrome/ dir
2007-04-25 17:11:52 +00:00
Viktor Kojouharov
f7681aff1f
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 23:21:38 +00:00
Martin Stubenschrott
7977bf9553
small changes
2007-04-20 15:07:30 +00:00
Martin Stubenschrott
c560289b0a
:source support
2007-04-20 15:03:06 +00:00