index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
eieio-core.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Un-deprecate oset and oset-default
Basil L. Contovounesios
2020-06-06
1
-1
/
+3
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* eieio-core.el (eieio--full-class-object): New function.
Stefan Monnier
2019-10-06
1
-21
/
+23
*
Change the eieio-declare-slots function into a macro
Lars Ingebrigtsen
2019-06-17
1
-2
/
+3
*
New function eieio-declare-slots
Lars Ingebrigtsen
2019-06-17
1
-0
/
+4
*
Remove outdated FIXME
Lars Ingebrigtsen
2019-06-13
1
-1
/
+0
*
Merge from origin/emacs-26
Glenn Morris
2019-06-01
1
-4
/
+7
|
\
|
*
Use plain symbols for eieio type descriptors (Bug#29220)
Noam Postavsky
2019-05-30
1
-4
/
+7
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Don't quote self-quoting pcase patterns
Michael Heerdegen
2018-10-30
1
-3
/
+3
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Don't change byte-compile-delete-errors at runtime (Bug#27340)
Noam Postavsky
2017-06-24
1
-3
/
+7
*
Remove some explicit runtime loads of pcase
Glenn Morris
2017-04-19
1
-1
/
+0
*
Create generated lisp files before main loaddefs.el
Glenn Morris
2017-04-13
1
-1
/
+1
*
Make EIEIO use records.
Stefan Monnier
2017-04-04
1
-34
/
+16
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-11-04
1
-1
/
+1
|
\
|
|
*
; Spelling fixes
Paul Eggert
2016-11-04
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-1
/
+1
|
\
|
|
*
Fix eieio vs cl-generic incompatibilities found in Rudel (bug#23947)
Stefan Monnier
2016-07-14
1
-2
/
+2
|
*
; Auto-commit of loaddefs files.
Glenn Morris
2016-01-01
1
-1
/
+1
*
|
* cl-generic.el (cl-defmethod): Make docstring dynamic
Stefan Monnier
2016-07-12
1
-0
/
+3
*
|
Merge from origin/emacs-25
John Wiegley
2016-01-11
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
|
*
; Auto-commit of loaddefs files.
Glenn Morris
2015-12-04
1
-1
/
+1
*
|
eieio generate autoloads to non-versioned file.
Phillip Lord
2015-12-17
1
-92
/
+1
*
|
* lisp/emacs-lisp/eieio.el: Add some default implementations
Stefan Monnier
2015-11-25
1
-9
/
+3
|
/
*
; Auto-commit of loaddefs files.
Glenn Morris
2015-11-05
1
-1
/
+1
*
* lisp/emacs-lisp/cl-generic.el: Accomodate future changes
Stefan Monnier
2015-10-29
1
-16
/
+14
*
Fix bugs in eieio-oref-default related to class symbols
Stephen Leake
2015-09-15
1
-1
/
+2
*
* lisp/emacs-lisp/eieio-core.el (class-p): Accept class objects
Stefan Monnier
2015-09-11
1
-4
/
+4
*
Revert some stray curved quotes I missed earlier
Paul Eggert
2015-09-10
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-3
/
+3
*
Fix some more docstring etc. quoting problems
Paul Eggert
2015-09-03
1
-5
/
+8
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+1
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-4
/
+4
*
Add online-help support to describe types
Stefan Monnier
2015-07-07
1
-42
/
+54
*
* lisp/emacs-lisp/eieio-core.el (eieio--class-v): Remove
Stefan Monnier
2015-07-02
1
-18
/
+14
*
; Add class name to error message
Przemysław Wojnowski
2015-05-01
1
-1
/
+1
*
* lisp/emacs-lisp/eieio-core.el (eieio-defclass-internal): Fix last
Stefan Monnier
2015-04-27
1
-2
/
+8
*
* lisp/emacs-lisp/eieio-core.el (eieio-defclass-internal): Reuse oldc.
Stefan Monnier
2015-04-27
1
-6
/
+6
*
* lisp/emacs-lisp/eieio-core.el (eieio--class): Derive from cl--class
Stefan Monnier
2015-04-14
1
-20
/
+1
*
* eieio-core.el (class-abstract-p): Don't inline, to avoid leaking internals
Stefan Monnier
2015-04-14
1
-1
/
+1
*
(eieio-copy-parents-into-subclass): Fix inheritance of initargs
Stefan Monnier
2015-04-08
1
-4
/
+3
*
EIEIO: Change class's representation to unify instance & class slots
Stefan Monnier
2015-03-18
1
-387
/
+245
*
Replace *-function vars with generic functions in cl-generic.
Stefan Monnier
2015-03-04
1
-27
/
+27
*
* lisp/emacs-lisp/eieio*.el: Align a bit better with CLOS
Stefan Monnier
2015-02-16
1
-20
/
+13
[next]