2008-06-20 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2008-06-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Try adding scriptencoding commands for defining the menus
* HTML.txt: Document b:no_html_maps
* HTML.vim: b:no_html_maps can be set like g:no_html_maps
2008-06-14 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim, browser_launcher.vim: Try to safely escape shell commands
2008-06-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Version update
2008-06-06 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;mh mapping
* HTML.vim: ;mh for <META HTTP-EQUIV="" CONTENT=""> tag added
* HTML.vim:
Improve logic on whether to add a mapping to the extra mappings
* HTML.txt:
Clarify where the g:no_html_map_override and g:no_html_maps configuration
variables apply
2008-06-05 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Moved linked CSS menu item below the inline CSS menu item
2008-06-02 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Minor code clean up
2008-05-29 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Clarify usage of ;mi
* MangleImageTag.vim: - Clarify an error message
- Don't move the cursor when updating the tag
2008-05-28 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.txt: Document g:html_map_entity_leader and g:no_html_maps
* HTML.vim:
- Some of the Greek alphabet entity mappings were defined wrong
- More HTML submenu shortcuts
- g:html_map_entity_leader can now be defined
- g:no_html_maps can be defined to a regexp to suppress internal mappings
- Some more (minor) refactoring
2008-05-27 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.txt: Document g:no_html_map_override configuration variable
* HTML.vim: - Check for existing mappings wasn't working
- g:no_html_map_override can be set to prevent the plugin from
overriding existing mappings
- Some refactoring
2008-05-25 Christian J. Robinson <infynity at onewest dot net>
* MangleImageTag.vim: *** empty log message ***
2008-05-16 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* browser_launcher.vim: (Failed) attempt at Windows compatibility
2008-05-14 Christian J. Robinson <infynity at onewest dot net>
* browser_launcher.vim: Clean up the code
Prepare for the possibility of using LaunchBrowser() under Windows/Mac
* HTML.vim: *** empty log message ***
2008-05-12 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Defined shortcut keys to access submenus
Some mappings weren't in the menus
Misc. fixes
2008-05-09 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;# mapping
* HTML.vim:
;# shortcut mapping to call :ColorSelect--works in insert and normal mode
* HTML.vim: *** empty log message ***
* HTML.txt: Document :ColorSelect
* HTML.vim: Enhancement of the colors display function
* HTML.vim: *** empty log message ***
* HTML.vim: Don't redefine functions when the script is reloaded by the
:HTMLmappings html|xhtml commands
2008-05-08 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.vim: Simplified defining of the colors menu
Menu item to show all the colors, syntax highlighted (GUI only)
2008-05-07 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Move ;ob out of the forms section
* HTML.vim: Make character entities menus easier to define
2008-04-30 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Remove warning about MangleImageTag
* MangleImageTag.vim: Code changed for Vim 7:
- Computed sizes should always be correct now
- Code is a bit cleaner, but unfortunately slower
2008-04-29 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.txt:
ConvertBase.vim no longer necessary since Vim 6 support is gone
* HTML.vim: Abandoned support for Vim versions prior to 7.
2008-04-26 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document Greek alphabet character entities
* HTML.vim: Add the entire greek alphabet as character entities
Warn the user if an HTML mapping will overwrite an existing mapping
2008-04-21 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Add arrow character entities
* HTML.txt: Document arrow character entities
2008-04-17 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Minor tweaks
2008-04-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.txt: Minor clarifications
* HTML.vim: Some of the configuration values weren't being tested right
(Keith Lancaster)
Could get an error when (re-)initializing the menus
2008-03-24 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document change to ;& and ;% normal mode mappings
* HTML.vim:
Change the ;& and ;% normal mode commands to require a motion--use ;&l or
;%l to emulate the old behavior.
2008-03-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: *** empty log message ***
* HTML.vim:
:HTMLmappings reload/html/xhtml can force reloading of the entire script,
or the mappings into html/xhtml mode
2008-03-09 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Restore the visual mode if it was changed by the visual mapping
2008-03-06 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Exclude leading indent from the start tag for visual mappings when in
visual-line mode
Also check for 'indentexpr' to determine whether to automatically re-indent
2007-12-04 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;tH, ;tf, and ;tb mappings
Minor corrections
* HTML.vim:
;tH (<THEAD>), ;tf (<TFOOT>), and ;tb (<TBODY>) mappings added
2007-09-04 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2007-08-08 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
HTMLnextInsertPoint() wasn't positioning the cursor right when there were
multiple spaces between a opening and closing tag
* HTML.vim: Make the <html> tag include an xmlns attribute for xhtml
2007-07-30 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document g:html_tag_case_autodetect configuration variable
Update documentation on "boolean" variables to reflect that they can be
set to 0 to turn them off
* HTML.vim: g:html_tag_case_autodetect configuration variable
The HTMLnextInsertPoint() function was causing a press enter prompt
Though it's not necessary the "boolean" options can now be set to 0
to turn them off
2007-07-26 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Turn 'formatoptions' off during visual mappings
2007-07-20 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document &2- and &3-
* HTML.vim: &2- and &3- mappings added
2007-07-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Issue a warning if the Vim version is less than 7
2007-07-17 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: ;aH -> ;aT correction
2007-07-07 Christian J. Robinson <infynity at onewest dot net>
* browser_launcher.vim:
BrowserLauncher() can accept an URL as an optional third argument
* HTML.vim:
Issue a warning if the bitmaps aren't installed and the HTML toolbar is enabled
2007-06-26 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Minor tweaks
* HTML.vim:
Defining the menus failed entirely if g:no_html_toolbar was set
* HTML.vim: Menu tweaks
2007-06-24 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Add "Select Tag" and "Select Inner Tag" to the PopUp menu
* HTML.txt: v_at => v_;at
2007-06-22 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;db
* HTML.vim: ;db -- default browser mapping for Windows
* HTML.vim: idem
* HTML.vim:
Visual mode mappings weren't operating properly when 'selection' was
set to "exclusive"
* HTML.txt: *** empty log message ***
2007-06-09 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt:
Update documentation for ;; mapping and other minor corrections
* HTML.vim: ;;-style mapping for whatever g:html_map_leader is set to
<DT> and <DD> tags now have closing tags and visual mappings
Simplified defining of menu items
2007-06-07 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Menus weren't getting disabled/enabled properly, yet again
2007-06-06 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;% mapping
* HTML.vim:
;% mapping added -- Like ;& but convert to %XX hex strings instead
2007-06-05 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: *** empty log message ***
2007-06-03 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Smart tag update
* HTML.vim: Smart handling of <EM></EM> tags
2007-05-31 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;ns/;nns/;nj mapping changes
* HTML.vim:
Moved ;ns / ;nns mappings to ;ne / ;nne, and moved ;nj mappings to ;ns
2007-05-30 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Fixed minor problems with w3m stuff
* browser_launcher.vim: Add support for w3m text browser
* HTML.txt: Document w3m mappings
* HTML.vim: Update menus
Add w3m mappings for previewing
2007-05-20 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document g:force_html_menu and g:no_html_menu
* HTML.vim:
g:force_html_menu can be set to force the HTML menus to be defined
in the console
g:no_html_menu can be set to stop the menu and toolbar items from being defined
2007-05-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: ;lh mapping removed
* HTML.vim:
Minor change to how a number of the insert mode mappings run
2007-05-16 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Remove language attribute from the javascript mappings and temporarily clear
'comments' option for the ;js mapping.
2007-05-04 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Tab on the end of a line in insert mode moved the cursor a character left
2007-05-03 Christian J. Robinson <infynity at onewest dot net>
* MangleImageTag.vim:
Computed sizes were very wrong when 'encoding' was set to UTF8 or similar
* MangleImageTag.vim: Missing quotes
2007-04-21 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document new ;nj mapping
;ob mapping was never documented, oops
* HTML.vim: ;nj mapping for <NOSCRIPT><CR></NOSCRIPT> added
visual and normal mode mappings for ;ob
minor fixes
2007-04-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;aH, ;aT, ;aN, etc. insert mode mappings
* HTML.vim:
;aH, ;aT, ;aN, etc. now work in insert mode -- they get data from the clipboard
2007-04-17 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Various documentation tweaks
* HTML.vim:
Moved some autocmd code to functions to simplify code and fix earlier mentioned
FileType problem
Mappings defined with HTMLmap()/HTMLmapo() outside the script are remembered
so they can be redefined when using :HTMLmappings disable/enable
Small tweaks
2007-04-15 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Ignore FileType event when calling doautocmd
-- Vim bug when filetype is set in modelines?
2007-04-12 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: *** empty log message ***
* HTML.vim: :HTMLmappings can take off/on as an argument as well
2007-04-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Corrected a ;& to ;^
2007-04-03 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document the :HTMLmappings command
* HTML.vim: ":HTMLmappings disable/enable" command added
Some recently added mappings weren't in the menu
Creating the HTML template could trigger the "Press ENTER" prompt
2007-03-31 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document %vimversion% token
* HTML.vim: %vimversion% token for templates added
2007-03-24 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;& mapping
* HTML.vim: ;& in insert mode inserts a literal &
2007-03-19 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;^ mapping and changes to HTMLencodeString()
* HTML.vim:
HTMLencodeString() can now decode previously encoded strings
;^ mapping to decode &#...; encoded strings
2007-03-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Delete Doug Renze's outdated URL and email address, per his request
2007-03-17 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Update copyright notice
* HTML.vim:
Update copyright info -- formal permission to GPL original code given by
Douglas J. Renze
2007-03-12 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;sj mapping
* HTML.vim: Fix the cursor positioning in several of the mappings
Added a ;sj mapping -- like ;js but for sourced JavaScript
2007-03-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: *** empty log message ***
2007-03-09 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Update %date% documentation
* HTML.vim:
Allow "%" characters in the custom %date% format by backslash escaping them
2007-03-08 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document new template tokens, including customizable %date%
Document ;s4 mapping
etc.
* HTML.vim: b:do_xhtml_mappings was being ignored
%time%, %time12%, and %time24% template tokens added, and %date% token is now
customizable
;s4 mapping added -- Same as ;4 only strict rather than transitional
2007-02-25 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt:
Document change to HTMLnextInsertPoint() and addition of b:html_template
* HTML.vim:
Allow b:html_template to be set in addition to g:html_template
HTMLnextInsertPoint() now handles comments, and no longer requires an argument
2007-02-06 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Documentation fixes
* HTML.txt: Document g:no_html_tab_mapping variable.
* HTML.vim:
g:no_html_tab_mapping can be defined to 'move' the <tab> mappings to ;<tab>
2007-01-03 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document ;iM mapping
* MangleImageTag.vim:
Enclose the values of the width/height in quotes by default
* HTML.vim: ;iM mapping added
2007-01-02 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
In rare cases the script tried to re-enable the ToolBar buttons when they
didn't exist
2006-12-12 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Bug when testing for g:html_charset
2006-12-11 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Fix a couple of the forms mappings
* HTML.txt: Documentation updates and fixes
2006-12-08 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: *** empty log message ***
* HTML.vim: <OPTION> tag wasn't properly closed
2006-12-05 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document dynamic charset support.
* HTML.vim:
Add support for defining the charset in the ;ct mapping and in the template.
2006-12-04 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Minor documentation fixes.
* HTML.vim: ;me mapping wasn't properly positioning the cursor.
2006-11-27 Christian J. Robinson <infynity at onewest dot net>
* browser_launcher.vim: Bug in detecting the remote command
2006-11-19 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt, HTML.vim: *** empty log message ***
2006-11-13 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Fix error when g:no_html_toolbar is set
2006-11-12 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.txt: Document g:html_map_leader
* HTML.vim:
Make the leader of the ;-mappings configurable with g:html_map_leader
2006-10-13 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Fix documentation for ;mi
2006-10-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Minor improvement to the HTMLnextInsertPoint function.
2006-10-04 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: ;im mapping wasn't properly positioning the cursor.
2006-09-29 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Documented changes for XHTML compatibility.
* HTML.vim: Fixed ;li mapping to include </li>.
2006-09-28 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Handle the internal template on a buffer-local basis.
2006-09-27 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Started adding support for XHTML.
2006-09-22 Christian J. Robinson <infynity at onewest dot net>
* MangleImageTag.vim:
Search for the image file in the current directory and the buffer's directory.
2006-09-21 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: *** empty log message ***
* HTML.vim: Make all the ;cs mappings consistent.
2006-09-14 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document &3. ellipsis mapping.
* HTML.txt: Documented ;/p mapping.
* HTML.vim: Added ;/p insert mode mapping.
2006-08-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Ellipsis character entity added.
2006-06-28 Christian J. Robinson <infynity at onewest dot net>
* browser_launcher.vim: *** empty log message ***
2006-06-17 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Minor corrections.
2006-06-09 Christian J. Robinson <infynity at onewest dot net>
* MangleImageTag.vim:
Was resetting 'autoindent' globally, switch it to locally.
2006-06-07 Christian J. Robinson <infynity at onewest dot net>
* MangleImageTag.vim:
Temporarily reset 'autoindent' (required for Vim7)
2006-05-20 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Allow .-repeating of operator mappings to work properly.
2006-03-19 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: HTMLmapo() change documented.
* HTML.vim:
Some operator-mappings weren't ending in insert mode like their visual mapping
counterparts.
2006-03-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document HTMLmapo()
2006-03-04 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document change to ;hr and addition of ;Hr
* HTML.vim:
;hr no longer has a default width, ;Hr retains the old behavior.
2006-02-12 Christian J. Robinson <infynity at onewest dot net>
* browser_launcher.vim:
Code improvements, mostly to detect which browsers actually exist.
* HTML.vim:
Don't display menu/toolbar entries for browsers that don't exist.
* HTML.txt: Document ;h1-;h6 changes and new ;H1-;H6 mappings.
* HTML.vim:
;h1-;h6 no longer create center aligned headers, the new ;H1-;H6 mappings do.
2006-02-11 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.txt: Document firefox mappings.
* HTML.vim: Added firefox mappings.
* browser_launcher.vim: Add firefox.
2006-01-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Documented "smart" tags.
* HTML.vim:
Smart-handling of certain tags (bold, italic, underline, comments) if syntax
highlighting is on.
2005-12-28 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: An inappropriate operator-mapping for ;& was being defined.
2005-12-27 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt:
Document the mapping change of the interactive table generation.
* HTML.vim:
The new normal mode ;ta mapping conflicted with the interactive table
generation mapping--moved the interactive mapping to ;tA.
2005-12-24 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document operator mode mappings for Vim 7.
* HTML.vim:
Implement normal mode mappings that take an operator for Vim 7.
2005-12-20 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Added more tags for customization section.
2005-10-22 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
g:html_authoremail_encoded wasn't being used after the template became
configurable.
* HTML.txt: Document &m-/&-- and &n- mappings
* HTML.vim:
&m-/&-- and &n- character entities added for em dash and en dash.
2005-10-21 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Author's notes added.
2005-10-19 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Handle 'indentexpr' in the same function as 'showmatch' to prevent re-indenting
in the middle of visual mapping execution. (Offset problems.)
2005-10-08 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document HTMLmap() better.
* HTML.vim:
Some visual mappings didn't work with the extra code provided by HTMLmap().
2005-09-30 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt:
;& is a normal/visual mapping, not an insert/visual mapping.
2005-09-14 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2005-07-13 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt:
Fixed the documentation for some of the forms visual mappings.
* HTML.vim: Fixed some of the forms visual mappings.
Added code to prevent a (visual)bell with some of the visual mappings.
2005-07-07 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document form password changes and file input mapping.
* HTML.vim: Tweaked form password mapping.
Added form file mapping.
2005-07-01 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Documented visual tab mapping.
* HTML.vim: Added visual tab mapping.
2005-05-19 Christian J. Robinson <infynity at onewest dot net>
* MangleImageTag.vim:
SizeGif was returning width as height and vice-versa.
2004-12-19 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.vim:
Small bug where errors about s:savecpo would appear if the file was re-sourced.
* HTML.txt: *** empty log message ***
* HTML.vim: Version number was wildly wrong.
* HTML.txt: *** empty log message ***
* HTML.txt:
Bring the documentation inline with the vim help file standards.
2004-12-15 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Fixed a small, rarely encountered bug in the HTMLnextInsertPoint().
2004-06-09 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Bug in code for detecting whether work around the GTK2 toolbar pixmap bug
in Vim 6.2 patchlevel <240.
2004-04-22 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: ;& mapping documented.
* HTML.vim:
;& mapping to change the visual selection or character under the cursor to its
&#...; equivalent.
2004-04-01 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Better character-entities table.
2004-03-22 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: Document the ;mi mapping.
* HTML.vim:
Source MangleImageTag.vim and define the ;mi mapping if possible.
Rearranged the file a little.
* HTML.vim: Make a few functions script-local.
* HTML.txt: Removed outdated items.
Improved documention for a few things.
* MangleImageTag.vim:
Update the right tag if more than one IMG tag appears on the line.
2004-03-21 Christian J. Robinson <infynity at onewest dot net>
* MangleImageTag.vim: New file.
2004-03-20 Christian J. Robinson <infynity at onewest dot net>
* browser_launcher.vim: Skip loading if the script is already loaded.
2004-03-18 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Updated the URL in the header comments.
2004-03-17 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Disable/enable more of the HTML menu when switching buffers.
* HTML.txt: html_bgcolor tag marker added.
2004-03-16 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.vim:
Colors menu changed from a cascading menu to an alphabetic menu.
* browser_launcher.vim:
Made the NetscapeRemoteCmd variable script local.
* HTML.vim: The template used by ;html is now configurable.
HTMLencodeEmail() changed to HTMLencodeString()
* HTML.txt:
html_template variable and template tokens documentation added.
HTMLencodeEmail() changed to HTMLencodeString()
2004-03-15 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: *** empty log message ***
2004-03-11 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: ;toa mapping added to open a new tab in Opera.
* HTML.txt: ;toa mapping documented.
* browser_launcher.vim: Support opening a new tab in Opera.
2004-02-07 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: g:no_html_toolbar variable documented.
* HTML.vim:
Don't use the gtk2 toolbar kluge if vim is compiled with patch 6.2.240.
Don't modify the toolbar if the user sets "g:no_html_toolbar".
2004-01-19 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2004-01-12 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Temporarily set the encoding to "latin1" before defining the character entities
menu.
2003-11-05 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Insert mode mappings weren't buffer-local. (Error when removing Vim5 support.)
* HTML.txt: Update the URL.
2003-10-27 Christian J. Robinson <infynity at onewest dot net>
* HTML.txt: HTMLinput() was removed.
* HTML.vim: Abandoned support for vim versions prior to 6.
2003-10-06 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Take the <BASE HREF> out of the template.
2003-09-14 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
HTML menu and ToolBar weren't being enabled sometimes when the script was loaded
again.
2003-09-13 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Work-around for a bug in the GTK2 toolbar interface in vim that doesn't properly
find icons.
2003-07-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2003-05-23 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Moved the ChangeLog to a separate file.
Cosmetic changes.
* HTML.txt: New file.
2003-05-19 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Wasn't using the global html_authorname and html_authorname_encoded variables.
2003-05-16 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Updated TODO.
2003-05-14 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: HTML encode the author email.
2003-04-20 Christian J. Robinson <infynity at onewest dot net>
* browser_launcher.vim: *** empty log message ***
* HTML.vim: ;mo/;nmo/;tmo mappings added for Mozilla.
* browser_launcher.vim: New file.
2003-03-12 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
;4 mapping uses append() instead of trying to jump around in the file.
Various forms mappings fixes.
Color menus now display the hex triplets that will be inserted.
2003-03-05 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Colors menu added. (Klaus Horsten)
2003-03-02 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
HTMLconvertCase() now resets g:html_tag_case to 'uppercase' if its value is
invalid
Use of mapcheck() changed to maparg().
The HTML menus will get installed if the GUI is started after the script is
loaded.
2003-02-27 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Menu tweaks.
2003-02-26 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
* HTML.vim: Visual mappings added for ;bh, ;lh, ;cs, and ;fr mappings.
2003-02-25 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: ;de mapping needed an < escaped too.
* HTML.vim: ;in mapping needed an < escaped.
* HTML.vim:
- ;bi (<BIG>), ;sm (<SMALL>), ;de (<DEL>), ;in (<INS>), and ;qu (<Q>) mappings
added.
- Various commented tags that are not in HTML4 removed.
* HTML.vim:
The html_tag_case variable can be set to determine the case of the HTML tags
within mappings.
2003-02-22 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2003-02-12 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Character entities for fractions 1/4, 1/2 and 3/4 added.
2003-02-07 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Added ;pp, ;br, and ;li to the toolbar.
2003-01-07 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: HTMLtemplate2 needed a couple of " characters escaped.
2002-11-25 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2002-11-20 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Got rid of hard-coded control characters. (I hope this works in Vim5.)
* HTML.vim: JavaScript (;js) and EMBED (;eb) mappings added.
HTML menu re-organized.
2002-11-13 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Re-arranged author's notes.
Method to re-indent the visually selected region when a visual map runs
has been improved; HTMLreIndent() added.
Various functions renamed to follow the naming convention.
(SetIfUnset left alone.)
;4 mapping now makes sure the cursor position is saved.
2002-11-06 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: ;4 now inserts a HTML 4.01 Transitiontal tag.
;ct insert mapping for a Content-Type META tag.
2002-11-05 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Added ;la/;lA mappings for form element labels.
2002-10-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Some visual mappings automatically re-indent where appropriate.
2002-09-23 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2002-09-14 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: *** empty log message ***
2002-09-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: ;at/;aT mappings, like ;ah/;aH, but include TARGET=""
2002-08-17 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Trademark character entity added. (™)
2002-07-07 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Visual mappings for ;fs (frameset) and ;nf (noframes).
2002-04-23 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: For Vim6 locally add <:> to 'matchpairs'.
2002-03-11 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Went back to using the simpler ;ie macro (no function). It seems to
Do The Right Thing(tm) more often.
2002-03-10 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
;ie mapping calls HTMLstartExplorer() which looks for Internet Explorer
and falls back to explorer otherwise.
2002-03-04 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: ;ie mapping failed sometimes, added expand('%:p')
2002-02-23 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: ;ie - Internet Explorer mapping.
2002-02-14 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Make the second search in NextInsertPoint() silent.
2001-12-26 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Changed NextInsertPoint('i') to jump to the end of a close tag
before the empty tag search is performed. (You can hit tab
twice if that's what you wanted.)
2001-11-29 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Added ;ab / ;aB (<ABBR TITLE=""></ABBR>) and ;ac / ;aC
(<ACRONYM TITLE=""></ACRONYM>) mappings. These were in the doc file
already, oops.
2001-11-06 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Tweaked the ToolBar.Find / ToolBar.Replace menu items.
2001-11-04 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Added the ;<tab> mapping to insert a hard tab.
2001-11-03 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: NextInsertPoint() now takes a mode argument (single letter)
If it's 'i' and the cursor is on a closing tag after the search fails
the cursor is moved to the end of the tag.
2001-10-08 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
Use :runtime to find browser_launcher.vim if it's not found otherwise.
Addition of Opera control mappings.
LaunchBrowser() now takes two arguments.
The first is which browser (numerical)
The second is whether to open a new window (0 = no, 1 = yes)
2001-08-11 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: ;sn mapping for <SPAN></SPAN>
2001-08-01 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Allow an optional default for HTMLinsert().
2001-07-08 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim:
If browser_launcher.vim isn't found in the same directory as HTML.vim,
search for it one directory level higher.
2001-07-02 Christian J. Robinson <infynity at onewest dot net>
* HTML.vim: Properly disable/enable the ToolBar buttons. (Vim6)
* HTML.vim