Change docstring to reflect current function output
Make the comment tip a bit friendlier
Fix verb tenses in changelog
Tweak conditional logic to handle edge cases
Use let bound buffer variable
Refactor joblog--make-entry-overlay to update overlay
This is essential for when the user enters a date that happens to be
older than joblog-recent-entry-interval, with the update mechanism in
place, the overlay will be updated to include their new entries.
Keep whitespace out of location group
Change location font lock spec
Remove matching comments at end of line
Increase joblog-recent-entry-interval to three weeks
Relax matching for joblog--status-regexp
Instead of matching only the strings specified in joblog-status-list,
match anything with '<>', this fixes font lock for the status element
without introducing any side effects.
The function joblog--status-regexp has been changed to a variable
following this decision.
Add status notation to format specification
Unquote faces in font lock defaults
Move some sentences around