Initial Commit
[packages] / xemacs-packages / eieio / NEWS
1 History of changes made to EIEIO
2
3 \f
4 Changes In EIEIO Version 1.0
5
6 * Method Invocation Changes
7   Several changes have been made to method invocation to make it more
8   compatible with CLOS.  These changes may be incompatible with
9   previous versions of EIEIO.
10
11 ** :BEFORE and :AFTER methods cannot call `call-next-method' anymore.
12
13 ** All inherited :BEFORE and :AFTER implementations are called for
14    each method call, with the most specific methods being called
15    first.
16
17 ** You can now call a :STATIC method by passing in an object as well
18    as a class.
19
20 ** accessor methods for :class allocated slots are now :static methods.
21
22 * Linemark Changes
23
24 ** Allow creation of marks in files that are not associated with a file.
25
26 ** Linemark faces have changed slightly.
27
28 ** viss-bookmark changes
29
30 *** You can clear bookmarks in bufferes not assocated with files.
31
32 * lmcompile.el - new demo program for linemark.
33
34 * Documentation Changes
35
36 ** Richard Stallman provided advice for the EIEIO manual.  This has
37    been appended to the end of the manual as a comment to be dealt
38    with.
39
40 \f
41 Local variables:
42 mode: outline
43 paragraph-separate: "[  \f]*$"
44 end:
45