Home
Features
Screenshots
Download
Installation
Manual
FAQ
Extend
ChangeLog
Todo
History
Links
Contact
Email author
SF Project

Change Log

  • February 26, 2013 Taglist version 4.6 is released
    The following changes are made in this release.
    Fixes
    • Fixed a bug in refreshing the folds in the taglist window when switching between Vim tabs with Tlist_Show_One_File enabled.
    • Preserve the alternate file when opening the taglist window.
    • Restore the 'cpo' option value properly when the loading of the plugin is stopped.
    • When the plugin is recursively sourced, don't change the 'cpo' setting to the default value.
    • If a filetype contains multiple file types separated by a dot, then use the first file type.
    • When displaying tag prototypes, trim the output to fit the window width.
    • Disable the 'relativenumber' option for the taglist window.
    • On MS-Windows, use writefile() to generate the temporary batch file instead of the redir command. This fixes a problem in using the generated batch file in multi-byte encoding environments.
    New features
    • Update the TlistShowTag command output to display the tag scope.
    • Add support for some more languages.
  • September 21, 2007 Taglist version 4.5 is released
    The following changes are made in this release.
    Fixes
    • Refresh the taglist window folds after entering a tab.
    • Escape special characters like backslash in the tag name when saving a session file.
    • Fix an extra space in the check for exctags
    • Add an internal function to get and detect file types.
  • May 25, 2007 Taglist version 4.4 is released
    The following changes are made in this release.
    Fixes
    • If multiple Vim plugins register for the BufEnter autocmd, then sometimes the buffer name supplied to the autocmd is incorrect. Use the buffer number instead of buffer name in the BufEnter autocmd.
    • Add the filename to the tags menu only for valid file names.
  • February 22, 2007 Taglist version 4.3 is released
    The following changes are made in this release.
    Fixes
    • With the Tlist_File_Fold_Auto_Close variable set, when opening a file from the file explorer window, the folds in the taglist window are not closed correctly.
    New features
    • Support for jumping to a tag/file in a new or existing tab from the taglist window (works only with Vim7 and above).
    • Support for opening a tag/file in the previous window.
  • November 14, 2006 Taglist version 4.2 is released
    The following changes are made in this release.
    Fixes
    • After opening a file with no tags defined in it with the Tlist_Compact_Format option set, if the tags are updated, the folds used for the files following the empty tags file are affected.
    • On MS-Windows, use a "taglist.cmd" temporary file to run exuberant ctags. This is to handle space characters in the file names and in the exuberant ctags path name.
    • In the taglist window, when a file is re-sorted or updated open the fold for the file.
    • When the 'shellxquote' option is set to double quotes, escape double quotes in the command executed for exuberant ctags.
    • If two taglist plugins are present (one in the system Vim directory and another in the user's .vim/plugin directory), then the plugin in the users's .vim directory overrides the version in the system vim directory.
    • Clear the readonly option for the taglist buffer
    • When opening a selected file, don't use the preview window, if present.
    New features
    • On FreeBSD, exuberant ctags is installed as exctags, look for exctags in the PATH.
    • When the :TlistMessages command is issued display the debug messages in a taglist.txt buffer.
  • September 7, 2006 Taglist version 4.1 is released
    The following changes are made in this release.
    Fixes
    • When the Tlist_File_Fold_Auto_Close variable is set to 1, jumping to the taglist window closes all the folds. Modified the plugin to not close the fold for the currently active file.
  • September 6, 2006 Taglist version 4.0 is released
    The following changes are made in this release.
    Fixes
    • Problems with using the taglist plugin with Vim7 tabs.
    • When Tlist_File_Fold_Auto_Close is set, close the tag fold when leaving a buffer.
    • When jumping to a selected tag, if the file is opened in more than one window, use the previous window from which the user entered the taglist window.
    New features
    • Support for displaying the tag prototype as a tooltip.
    • Support for specifying additional commands after the taglist commands using the bar separator.
  • April 12, 2006 Taglist version 4.0 beta 4 is released
    The following changes are made in this release.
    Fixes
    • When 'Tlist_Show_One_File' is set, after few files are opened, unable to select tags from the taglist window.
    • When the taglist plugin is stored in a directory with space characters in the name, the autoloading of taglist plugin fails.
    New features
    • Support for moving cursor to the taglist window when using the ":TlistToggle" command.
    • When all the tags in a file are of the same type, in the taglist menu, don't display the tag type.
    • Changed the '?' help key to 'F1' in the taglist window.
    • Set the filetype for the taglist buffer to 'taglist'
    • In Vim7, set the 'winfixwidth' option for the taglist window.
    • When moving between files using the ]] or Tab and [[ or Backspace keys, wrap around at the first and last file.
  • December 28, 2005 Taglist version 4.0 beta 3 is released
    The following changes are made in this release:
    • Delay loading of the taglist plugin to reduce the Vim startup time.
    • Support for recursively adding multiples files to the taglist using the ':TlistAddFilesRecursive' command.
    • New ':TlistOpen' command to open and jump to the taglist window.
    • New ':TlistToggle' command to supersede the ':Tlist' command.
    • New 'Tlist_Close_On_Select' option for closing the taglist window when a file is selected.
    • New 'Tlist_Auto_Update' option to enable/disable processing of newly edited files.
    • New ':TlistLock' and ':TlistUnlock' commands to lock and unlock the taglist.
    • New 'Tlist_Highlight_Tag_On_BufEnter' option to enable/disable highlighting of the current tag on entering a buffer.
    • When the taglist buffer is created from a Vim session file, update the taglist with the files from the session file.
    • Change the background color used for highlighting file names in the taglist window.
    • When is pressed on a file name or a tag type name in the taglist window, display information about the number of tags.
    • Set the 'foldlevel' option to a high value in the taglist window.
    • When refreshing the taglist window, process all the opened buffers.
    • When moving between windows, disable and enable autocommands.
    • When a file is selected from the taglist window, use a non-plugin window to edit the file.
    • If 'Tlist_Exit_OnlyWindow' is set and when exiting Vim, make sure the '0 mark is set to the previous buffer.
    • When using the taglist plugin with the winmanager plugin and 'Tlist_Process_File_Always' is set or the taglist menu is enabled, sometimes, it is not possible to jump to other windows from the taglist window using the keyboard. Fixed this problem.
    • While opening files in a new window, use filenames instead of buffer numbers.
  • August 1, 2005 Taglist version 4.0 beta 2 is released
    The following changes are made in this release:
    • Added the TlistAddFiles command to add multiple files to the taglist window without opening them.
    • Maintain the taglist window width and height across Vim window layout changes.
    • Restore the Vim window location after the taglist window is closed.
    • Use a simpler regular expression for parsing tags output.
    • When a closed fold is selected in the taglist window, open the fold and jump to the file.
    • When the Tlist_Auto_Open variable is set, open the taglist window only when a supported type of file is opened.
    • When displaying tags for a single file, center the current tag line when opening a file.
    • When jumping to a tag, add the previous location to the jump list.
    • Fix the problem with recording timestamps in the debug messages on MS-Windows.
    • Set the ' mark when jumping to a selected tag.
    • Updated taglist documentation.
  • April 5, 2005 Taglist version 4.0 beta 1 is released
    The following changes are made in this release:
    • In GUI Vim, the tags defined in the current file can be optionally displayed in the drop-down and popup menus.
    • Taglist plugin can now work in Vi-compatible mode.
    • Debug support to log taglist debug messages.
    • Performance enhancements with curly brace variables, storing processed tags output, using the substitute() function to process the tags output.
    • Added mappings for and keys to jump between files in the taglist window.
    • Various bug fixes.
    • Updated taglist documentation.
  • August 16, 2004 Taglist version 3.4 is released
    The following changes are made in this release:
    • Introduced a new option 'Tlist_Show_One_File" to display the tags for only the current buffer in the taglist window.
    • Support for not displaying the tags for a user-deleted file in the taglist window.
    • Fix for sharing the mouse single click map with other plugins
  • June 1, 2004 Taglist version 3.3 is released
    The following changes are made in this release:
    • If Tlist_Ctags_Cmd variable is not set, on startup, check for the presence of exuberant-ctags or ctags or tags in the PATH and set Tlist_Ctags_Cmd variable accordingly. If none of the executable is found, then the taglist plugin will not be not loaded.
    • Added a new configuration variable Tlist_Enable_Fold_Column to enable or disable fold columns in the taglist window.
    • Added support for setting the taglist application name used by the winmanager plugin and the cream package.
    • Two new key mappings ([[ and ]]) are added to the taglist window to move between files.
    • When a file is modified, the taglist window will be automatically updated (after going to some other window or buffer and then coming to the modified buffer).
    • Made the Tlist_Update_File_Tags() function as a global function. This function can be used to add or update the tags for a new file.
    • Updated the Tlist_Get_Tag_Prototype_By_Line() and the Tlist_Get_Tagname_By_Line() functions to get the tag name and tag prototype for the specified line in a file.
  • April 25, 2004 Taglist version 3.2 is released
    Added support for
    • Closing the tags tree for inactive files
    • Processing files without the taglist window
    • Displaying the current tag name
    • Deleting the tags tree for deleted buffers
  • October 31, 2003 Taglist version 3.1 released
    Added support for saving and restoring taglist sessions.
  • September 24, 2003 Taglist version 3.0 released
    Added support for displaying tags defined in multiple files.
  • September 14, 2003 Taglist version 2.8 released
    Added information about taglist mailing list.
  • August 21, 2003 Taglist version 2.7 released
    • Added TlistUpdate command to update the taglist window.
    • Made the taglist highlight groups user configurable.
    • Fixed a problem in the taglist integration with the winmanager plugin
  • June 9, 2003 Taglist version 2.6 released
    • Added support for previewing a tag.
    • Added the TlistClose command to close the taglist window.
    • Added the Tlist_Exit_OnlyWindow option to close the taglist window if only that window is open.
  • April 25, 2003 Taglist version 2.5 released
    • Added support for highlighting the tag scope.
    • Added support for displaying namespaces in C++ files.
    • Updated the comments.

Page last modified on 26th February 2013
This site hosted by SourceForge.net Logo