ee-changelog

ee-textfile-changelog - organize information from ChangeLog files

Data Description

This mode parses ChangeLog files and based on collected information builds different views. Call the command `ee-textfile-changelog' from buffer with ChangeLog file.

Useful Views

By Date

This view categories ChangeLog entries by year, month and day.

c-path-finder splits ISO date by "-"
c-sorter sorts alphabetically in the reverse order
r-printer prints author name and file name
r-select switches to the corresponding ChangeLog entry in the parent buffer
post-generate hides subcategories

By Author Name

This view categories ChangeLog entries by author name, year and month.

c-path-finder categorizes by author name and first two parts of ISO date splitted by "-" (i.e. year and month)
c-sorter sorts in the alphabetical order
r-printer prints date and file name
r-select switches to the corresponding ChangeLog entry in the parent buffer
post-generate hides subcategories

By File Name

This view categories ChangeLog entries by file name and year.

c-path-finder categorizes by file name and first part of ISO date splitted by "-" (i.e. year)
c-sorter sorts in the alphabetical order
r-printer prints date and author name
r-select switches to the corresponding ChangeLog entry in the parent buffer

TODO

  • Add more views
  • Add function names, conditionals, acknowledgments and texts of change desciptions