PDA

View Full Version : Changelog-making application?



luca.b
October 21st, 2006, 09:36 AM
Hello.
I'm trying to make a changelog of something, but I'm looking if there are nicer ways to do it (formatting-wise) save to type everything manually (something like dch -i for packaging). In alternative, is there anything to parse SVN log entries into a changelog? Thanks in advance.

toojays
October 22nd, 2006, 01:49 AM
Emacs has special facilities for editing changelogs. While you are editing your source code, press C-x 4 a, and Emacs will begin an appropriate changelog entry for you. It also has a function for extracting changelog data from a VCS, but I'm not sure how well it works with SVN (IIRC Emacs 21 did not support SVN, you need an snapshot of Emacs 22).