# do not edit -- automatically generated by arch changelog # arch-tag: address@hidden/emacs-wiki-journal--main--1.0 # 2005-01-21 02:25:31 GMT Michael Olson patch-3 Summary: Allow more than 10 overflow journal files to be used Revision: emacs-wiki-journal--main--1.0--patch-3 2005-01-20 Michael Olson * emacs-wiki-journal.el (emacs-wiki-journal-last-page): Apply patch from Yamagata Yoriyuki that fixes the problem with the 10th journal archive getting overwritten. It allows for more than 10 "overflow" journal files. modified files: ChangeLog emacs-wiki-journal.el 2005-01-21 02:17:49 GMT Michael Olson patch-2 Summary: Revert whitespace and anchor changes, date tag from Yu Li, and more Revision: emacs-wiki-journal--main--1.0--patch-2 2005-01-20 Michael Olson * emacs-wiki-journal.el: Replace all instances of `search-forward-regexp' with the more commonly-used `re-search-forward'. Ditto for `search-backward-regexp' and `re-search-backward'. The second argument to `re-search-forward' should be omitted most of the time. A huge patch from Yu Li was merged in, with some of my own changes. (emacs-wiki-journal-time-format-category): Renamed from `emacs-wiki-journal-category-time-format'. (emacs-wiki-journal-title, emacs-wiki-journal-old-title-prefix): Prettify docstring. (emacs-wiki-journal-index-title-threshold): Make user-customizable and fix docstring. (emacs-wiki-journal-title-format): New customizable variable that specifies the format of the time string used to update the title if it exists. (emacs-wiki-journal-date-format): New customizable variable that specifies the format of the date string used in date tags. (emacs-wiki-journal-date-tag-template): Template used for creating date tags. These date tags are used in both entries and category index pages. (emacs-wiki-journal-add-category-entry): Massively remake this function so that it supports date tags. (emacs-wiki-journal-update-old-journal-title): Use date tags. Be nicer to those who don't use the standard date string. (emacs-wiki-journal-add): Put back some whitespace that I foolishly decided to remove. Coding style cleanups. Make use of date tag. Move the anchor to a better location, as recommended by Yu Li. modified files: ChangeLog emacs-wiki-journal.el 2005-01-21 00:21:40 GMT Michael Olson patch-1 Summary: Add ChangeLog Revision: emacs-wiki-journal--main--1.0--patch-1 new files: .arch-ids/ChangeLog.id ChangeLog 2005-01-21 00:20:54 GMT Michael Olson base-0 Summary: Initial import Revision: emacs-wiki-journal--main--1.0--base-0 I removed the emacs-wiki-journal.el and emacs-wiki-bloxsom.el files from emacs-wiki.el. Their home is here, for now. `emacs-wiki-bloxsom.el' has been renamed to `bloxsom.el' since that is how all of its internal functions are named. new files: bloxsom.el emacs-wiki-journal.el