I'd like to be able to use the "Changelog Entry" keybinding in any file. My project is a web application with a database back-end, and some perl helper code, so in addition to a big heap of Java, I have .jsp, .pl, .sql, .xml, .css, .js and .properties files. I need to track changes for all of these types, and now that it's so easy for Java, doing it manually for the other types is really irritating. I don't mind having to manually add the function/method name for non-Java files, I just want the basic skeleton for an entry, with the name of the file and the date. Thanks.