comparison tests/ChangeLog @ 4346:ec1103d2c1c7

Refactor and rename reproduce-bugs.el to reproduce-crashes.el. 2007-12-21 Stephen J. Turnbull <stephen@xemacs.org> * reproduce-crashes.el: Renamed from reproduce-bugs.el. Update to-do. 2007-12-21 Stephen J. Turnbull <stephen@xemacs.org> * reproduce-bugs.el: Reorganize. Minor cosmetic improvements. Update to-do list. (defbug): Include status and docstring in value. (bug-hashtable): Document the table format. (reproduce-bug): Handle revised table format. Remove broken autoload cookie. (describe-bug): New function. Pop up description of one bug. (list-bugs): New function. Pop up brief descriptions of all bugs. (1,2,3,4,5,6,7,8,9,10,11): (Re)number all bugs. Move comments to docstrings.
author Stephen J. Turnbull <stephen@xemacs.org>
date Fri, 21 Dec 2007 03:39:10 -0800
parents 2511b50f39c6
children 7b628daa39d4
comparison
equal deleted inserted replaced
4345:748bbb699b0a 4346:ec1103d2c1c7
1 2007-12-21 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * reproduce-crashes.el: Renamed from reproduce-bugs.el. Update to-do.
4
1 2007-12-21 Stephen J. Turnbull <stephen@xemacs.org> 5 2007-12-21 Stephen J. Turnbull <stephen@xemacs.org>
2 6
3 * reproduce-bugs.el: Reorganize. Minor cosmetic improvements. 7 * reproduce-bugs.el: Reorganize. Minor cosmetic improvements.
4 Update to-do list. 8 Update to-do list.
5 (defbug): Include status and docstring in value. 9 (defbug): Include status and docstring in value.