2011-10-13 Christian J. Robinson * HTML.vim: *** empty log message *** * HTML.txt: Additional fraction entities documented * HTML.vim: More fraction entities added 2011-09-22 Christian J. Robinson * HTML.vim: *** empty log message *** * HTML.vim: HTMLnextInsertPoint() might not properly jump to the end of a closing comment dilimeter. (Samuel Ferencik) 2011-09-03 Christian J. Robinson * HTML.txt: and • documented * HTML.vim: and • added 2011-08-22 Christian J. Robinson * HTML.vim: Slight problem with noscript mapping 2011-07-27 Christian J. Robinson * HTML.txt: Document behavior changes for HTMLencodeString() * HTML.vim: HTMLencodeString() oddities addressed (Samuel Ferencik) 2011-07-23 Christian J. Robinson * HTML.vim: - HTMLencodeString() can now encode to &#x..; strings, and decode them as well (HTMLdecodeSymbol() was added to aid this) (Samuel Ferencik) - Roman numeral character entity mappings added (Samuel Ferencik) * HTML.txt: - Document HTMLdecodeSymbol() - Document Roman numeral character entity mappings 2011-06-29 Christian J. Robinson * HTML.vim: With 'verbosefile' enabled, an error for s:browsers could be printed to the file. (Stefano Piccardi) 2011-05-27 Christian J. Robinson * HTML.vim, HTML.txt: Euro entity mapping changed to &E= 2011-05-26 Christian J. Robinson * HTML.txt: Document Euro entity mapping * HTML.vim: - Euro entity mapping and menu (Samuel Ferencik) - HTMLnextInsertPoint() sometimes didn't restore options (Samuel Ferencik) - Entire scriptencoding has been changed to utf8 instead of partially latin1 2011-04-13 Christian J. Robinson * browser_launcher.vim: Determining the firefox remote command wasn't working properly (Fr. Robert Bower) * HTML.vim: Fix typo * HTML.txt: Update docs for Chrome mappings * browser_launcher.vim: Google Chrome handling code didn't work 2011-04-12 Christian J. Robinson * HTML.vim: *** empty log message *** * HTML.txt: Document Google Chrome mappings * HTML.vim: Google Chrome mappings and menus * browser_launcher.vim: Fr. Robert Bower added support for Google Chrome on Unix/Linux 2010-07-31 Christian J. Robinson * HTML.txt: Document section and superscript 1/2/3 character entity mappings * HTML.vim: Add section and superscript 1/2/3 character entity mappings * HTML.txt: Document plus/minus character entity mapping * HTML.vim: - Add plus/minus character entity - Rearrange the character entities submenus 2010-07-29 Christian J. Robinson * HTML.txt: *** empty log message *** 2010-07-02 Christian J. Robinson * HTML.vim: Create Template -> Insert Template 2010-06-11 Christian J. Robinson * HTML.vim: Minor fix for the ;sj mapping 2010-06-02 Christian J. Robinson * HTML.txt: Mozilla and Netscape are deprecated, and browser mappings for them will be deleted in the future * browser_launcher.vim: Support alternate names for browser--mostly to support iceweasel as an alternate name to firefox for Debian installs 2010-05-28 Christian J. Robinson * HTML.txt: Minor tweaks 2010-05-15 Christian J. Robinson * HTML.vim: Add "html" to the 'clipboard' option for HTML buffers (this is buggy, and experimental) * HTML.txt: Document html/xhtml arguments for :HTMLmappings command 2010-05-13 Christian J. Robinson * HTML.txt, HTML.vim: Update URL 2010-04-24 Christian J. Robinson * HTML.txt: Fix duplicate tags problem 2010-01-30 Christian J. Robinson * HTML.vim: Linked CSS stylesheet (;ls) mapping was missing a " /" for XHTML mode 2009-09-21 Christian J. Robinson * browser_launcher.vim: Minor patches by Israel * HTML.txt: *** empty log message *** 2009-09-19 Christian J. Robinson * HTML.vim: Israel Chauca Fuentes fixed the MacOS browser mapping code * HTML.txt: More MacOS browser mappings. * browser_launcher.vim: Hopefully support for MacOS works now -- code provided by Israel Chauca Fuentes 2009-09-17 Christian J. Robinson * HTML.txt, HTML.vim: Started implementing browser controls for MacOS * browser_launcher.vim: - Started implementing browser controls for MacOS 2009-08-31 Christian J. Robinson * HTML.txt, HTML.vim: ß added 2009-06-23 Christian J. Robinson * MangleImageTag.vim, browser_launcher.vim, HTML.vim: Update email address 2009-05-21 Christian J. Robinson * HTML.vim: Put parentheis around some numerical operations where needed (Samuel Ferencik) 2008-06-20 Christian J. Robinson * HTML.vim: *** empty log message *** 2008-06-18 Christian J. Robinson * 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 * HTML.vim, browser_launcher.vim: Try to safely escape shell commands 2008-06-10 Christian J. Robinson * HTML.vim: Version update 2008-06-06 Christian J. Robinson * HTML.txt: Document ;mh mapping * HTML.vim: ;mh for 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 * HTML.vim: Moved linked CSS menu item below the inline CSS menu item 2008-06-02 Christian J. Robinson * HTML.vim: Minor code clean up 2008-05-29 Christian J. Robinson * 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 * 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 * 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 * MangleImageTag.vim: *** empty log message *** 2008-05-16 Christian J. Robinson * HTML.vim: *** empty log message *** * browser_launcher.vim: (Failed) attempt at Windows compatibility 2008-05-14 Christian J. Robinson * 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 * HTML.vim: Defined shortcut keys to access submenus Some mappings weren't in the menus Misc. fixes 2008-05-09 Christian J. Robinson * 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 * 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 * HTML.txt: Move ;ob out of the forms section * HTML.vim: Make character entities menus easier to define 2008-04-30 Christian J. Robinson * 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 * 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 * 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 * HTML.vim: Add arrow character entities * HTML.txt: Document arrow character entities 2008-04-17 Christian J. Robinson * HTML.txt: Minor tweaks 2008-04-10 Christian J. Robinson * 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 * 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 * 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 * HTML.vim: Restore the visual mode if it was changed by the visual mapping 2008-03-06 Christian J. Robinson * 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 * HTML.txt: Document ;tH, ;tf, and ;tb mappings Minor corrections * HTML.vim: ;tH (), ;tf (), and ;tb () mappings added 2007-09-04 Christian J. Robinson * HTML.vim: *** empty log message *** 2007-08-08 Christian J. Robinson * HTML.vim: HTMLnextInsertPoint() wasn't positioning the cursor right when there were multiple spaces between a opening and closing tag * HTML.vim: Make the tag include an xmlns attribute for xhtml 2007-07-30 Christian J. Robinson * 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 * HTML.vim: Turn 'formatoptions' off during visual mappings 2007-07-20 Christian J. Robinson * HTML.txt: Document &2- and &3- * HTML.vim: &2- and &3- mappings added 2007-07-18 Christian J. Robinson * HTML.vim: Issue a warning if the Vim version is less than 7 2007-07-17 Christian J. Robinson * HTML.txt: ;aH -> ;aT correction 2007-07-07 Christian J. Robinson * 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 * 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 * 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 * 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 * HTML.txt: Update documentation for ;; mapping and other minor corrections * HTML.vim: ;;-style mapping for whatever g:html_map_leader is set to
and
tags now have closing tags and visual mappings Simplified defining of menu items 2007-06-07 Christian J. Robinson * HTML.vim: Menus weren't getting disabled/enabled properly, yet again 2007-06-06 Christian J. Robinson * HTML.txt: Document ;% mapping * HTML.vim: ;% mapping added -- Like ;& but convert to %XX hex strings instead 2007-06-05 Christian J. Robinson * HTML.txt: *** empty log message *** 2007-06-03 Christian J. Robinson * HTML.txt: Smart tag update * HTML.vim: Smart handling of tags 2007-05-31 Christian J. Robinson * 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 * 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 * 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 * 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 * HTML.vim: Remove language attribute from the javascript mappings and temporarily clear 'comments' option for the ;js mapping. 2007-05-04 Christian J. Robinson * HTML.vim: Tab on the end of a line in insert mode moved the cursor a character left 2007-05-03 Christian J. Robinson * 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 * HTML.txt: Document new ;nj mapping ;ob mapping was never documented, oops * HTML.vim: ;nj mapping for added visual and normal mode mappings for ;ob minor fixes 2007-04-18 Christian J. Robinson * 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 * 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 * HTML.vim: Ignore FileType event when calling doautocmd -- Vim bug when filetype is set in modelines? 2007-04-12 Christian J. Robinson * HTML.txt: *** empty log message *** * HTML.vim: :HTMLmappings can take off/on as an argument as well 2007-04-10 Christian J. Robinson * HTML.txt: Corrected a ;& to ;^ 2007-04-03 Christian J. Robinson * 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 * HTML.txt: Document %vimversion% token * HTML.vim: %vimversion% token for templates added 2007-03-24 Christian J. Robinson * HTML.txt: Document ;& mapping * HTML.vim: ;& in insert mode inserts a literal & 2007-03-19 Christian J. Robinson * 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 * HTML.vim: Delete Doug Renze's outdated URL and email address, per his request 2007-03-17 Christian J. Robinson * 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 * 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 * HTML.txt: *** empty log message *** 2007-03-09 Christian J. Robinson * HTML.txt: Update %date% documentation * HTML.vim: Allow "%" characters in the custom %date% format by backslash escaping them 2007-03-08 Christian J. Robinson * 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 * 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 * 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 mappings to ; 2007-01-03 Christian J. Robinson * 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 * 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 * HTML.vim: Bug when testing for g:html_charset 2006-12-11 Christian J. Robinson * HTML.vim: Fix a couple of the forms mappings * HTML.txt: Documentation updates and fixes 2006-12-08 Christian J. Robinson * HTML.txt: *** empty log message *** * HTML.vim: