comparison lisp/mh-e/ChangeLog @ 55138:5d9c0626b44c

*** empty log message ***
author Lars Hansen <larsh@soem.dk>
date Sun, 25 Apr 2004 20:58:26 +0000
parents 695cf19ef79e
children b702b580608d
comparison
equal deleted inserted replaced
55137:62f996e30e20 55138:5d9c0626b44c
44 * mh-xemacs-compat.el: Ditto. 44 * mh-xemacs-compat.el: Ditto.
45 45
46 * mh-unit.el: New file. Unit tests for MH-E. This version merely 46 * mh-unit.el: New file. Unit tests for MH-E. This version merely
47 runs checkdoc and lm-verify which is useful before releasing the 47 runs checkdoc and lm-verify which is useful before releasing the
48 software. It can and should be expanded to do real unit tests. 48 software. It can and should be expanded to do real unit tests.
49
50 2004-04-22 Lars Hansen <larsh@math.ku.dk>
51
52 * mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
49 53
50 2003-04-22 Mark D Baushke <mdb@gnu.org> 54 2003-04-22 Mark D Baushke <mdb@gnu.org>
51 55
52 * mh-alias.el: Update Copyright. 56 * mh-alias.el: Update Copyright.
53 * mh-comp.el: Ditto. 57 * mh-comp.el: Ditto.
68 * mh-utils.el (mh-normalize-folder-name): Make the completion 72 * mh-utils.el (mh-normalize-folder-name): Make the completion
69 code work properly with XEmacs. This change is neeeded since 73 code work properly with XEmacs. This change is neeeded since
70 split-string behaves differently in XEmacs than it does in GNU 74 split-string behaves differently in XEmacs than it does in GNU
71 Emacs. 75 Emacs.
72 (mh-exec-cmd-error): Add a comment, so that we change it later on. 76 (mh-exec-cmd-error): Add a comment, so that we change it later on.
77
78 2004-04-21 Lars Hansen <larsh@math.ku.dk>
79
80 * mh-e.el (mh-restore-desktop-buffer): Move from
81 desktop.el. Add Parameters.
73 82
74 2003-04-18 Steve Youngs <youngs@xemacs.org> 83 2003-04-18 Steve Youngs <youngs@xemacs.org>
75 84
76 * mh-xemacs-icons.el (mh-xemacs-icons): Provide 'mh-xemacs-icons' 85 * mh-xemacs-icons.el (mh-xemacs-icons): Provide 'mh-xemacs-icons'
77 not 'mh-xemacs-toolbar'. 86 not 'mh-xemacs-toolbar'.