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
*
Move EIEIO autoloads to the common loaddefs.el
Stefan Kangas
2022-07-11
1
-1
/
+0
*
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-2
/
+2
*
cl-typep: Emit warning when using a type not known to be a type
Stefan Monnier
2022-06-06
1
-0
/
+4
*
OClosure: add support for `slot-value`
Stefan Monnier
2022-04-04
1
-47
/
+57
*
EIEIO tests: Fix failure when `eieio-core.el` is interpreted
Stefan Monnier
2022-03-30
1
-3
/
+3
*
(macroexp-warn-and-return): Fix bug#53618
Stefan Monnier
2022-02-19
1
-10
/
+5
*
Remove extra \= from obsoletion message
Andreas Schwab
2022-02-01
1
-4
/
+4
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-8
/
+13
|
\
|
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
|
eieio-core.el: Allow assignment to cl-structs through `slot-value`
Stefan Monnier
2021-12-04
1
-7
/
+12
*
|
|
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-01
1
-1
/
+5
*
|
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-0
/
+1
|
/
/
*
/
eieio-core.el: Make slot-value work on defstructs
Stefan Monnier
2021-10-31
1
-4
/
+6
|
/
*
; Adjust overly long docstrings to fit 80 characters
Stefan Kangas
2021-09-26
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg `category`
Stefan Monnier
2021-07-21
1
-5
/
+8
*
EIEIO: Promote the CLOS behavior over the EIEIO-specific behavior
Stefan Monnier
2021-06-12
1
-47
/
+80
*
* lisp/emacs-lisp/eieio-core.el (eieio-defclass-internal): Use a closure
Stefan Monnier
2021-05-18
1
-13
/
+14
*
* lisp/emacs-lisp/eieio-core.el (list-of): Don't quote lambda
Stefan Monnier
2021-04-13
1
-6
/
+6
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-1
/
+1
*
Fix obsolete variable warnings about class names
Michael Heerdegen
2021-01-06
1
-1
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix some over-wide docstrings
Stefan Kangas
2020-12-30
1
-2
/
+2
*
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
[next]