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.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg `category`
Stefan Monnier
2021-07-21
1
-2
/
+3
*
EIEIO: Prevent excessive evaluation of :initform
akater
2021-07-16
1
-14
/
+21
*
EIEIO: Promote the CLOS behavior over the EIEIO-specific behavior
Stefan Monnier
2021-06-12
1
-23
/
+34
*
; Normalize and add missing first and last lines
Stefan Kangas
2021-04-19
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.
Stefan Monnier
2021-02-24
1
-9
/
+9
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
Un-deprecate oset and oset-default
Basil L. Contovounesios
2020-06-06
1
-12
/
+2
*
* lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typo
Stefan Monnier
2020-05-10
1
-1
/
+1
*
* lisp/emacs-lisp/eieio.el (eieio pcase macro): Remove unused var `is`
Stefan Monnier
2020-05-10
1
-10
/
+9
*
Make pcase pattern 'eieio' respect slot access related functions.
Zhu Zihao
2020-05-08
1
-10
/
+7
*
* lisp/emacs-lisp/eieio.el (oset, oset-default): Mark as obsolete
Stefan Monnier
2020-05-03
1
-2
/
+4
*
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
-2
/
+3
*
Move around defgeneric/defmethods in eieio
Lars Ingebrigtsen
2019-06-19
1
-12
/
+13
*
Compilation work-around for obsolete eieio-object-set-name-string
Lars Ingebrigtsen
2019-06-17
1
-8
/
+0
*
Work around warning from macroexpanding obsolete method
Lars Ingebrigtsen
2019-06-17
1
-9
/
+9
*
Suppress warning about object-print in eieio.el
Lars Ingebrigtsen
2019-06-17
1
-6
/
+6
*
Suppress warning about object-print in eieio.el
Lars Ingebrigtsen
2019-06-17
1
-2
/
+5
*
Rewrite object-print methods in cedet to be cl-print-object methods
Lars Ingebrigtsen
2019-06-17
1
-1
/
+8
*
Merge from origin/emacs-26
Glenn Morris
2019-06-01
1
-0
/
+3
|
\
|
*
Use plain symbols for eieio type descriptors (Bug#29220)
Noam Postavsky
2019-05-30
1
-0
/
+3
*
|
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
*
|
Merge from origin/emacs-26
Michael Albinus
2018-05-29
1
-4
/
+4
|
\
|
|
*
Use EXPVAL in docstrings of patterns defined using pcase-defmacro
Thien-Thi Nguyen
2018-05-27
1
-4
/
+4
*
|
; lisp/emacs-lisp/eieio.el (eieio-object-set-name-string): Fix quote.
Noam Postavsky
2018-03-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2017-12-12
1
-0
/
+19
|
\
|
|
*
Handle hash tables and vectors when reading/writing EIEIO objects
Eric Abrahamsen
2017-12-09
1
-0
/
+19
*
|
Further fixes to writing of object names
Eric Abrahamsen
2017-11-18
1
-3
/
+3
*
|
Provide more control over writing of objects in object-write
Eric Abrahamsen
2017-11-10
1
-10
/
+25
*
|
* lisp/emacs-lisp/eieio.el (eieio-object-name-string): De-obsolete
Stefan Monnier
2017-10-20
1
-15
/
+15
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Let the cl-typep effects of defclass work during compilation (Bug#27718)
Noam Postavsky
2017-08-07
1
-1
/
+1
*
* lisp/emacs-lisp/eieio.el (defclass): Fix quote in warning message.
Noam Postavsky
2017-05-26
1
-1
/
+1
*
Deprecate copy-record in favor of copy-sequence
Paul Eggert
2017-04-07
1
-3
/
+3
*
Make EIEIO use records.
Stefan Monnier
2017-04-04
1
-7
/
+5
*
Use cl-print for Edebug and EIEIO
Stefan Monnier
2017-02-23
1
-21
/
+7
*
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
|
*
; Auto-commit of loaddefs files.
Glenn Morris
2016-05-10
1
-1
/
+1
*
|
; Replace "25.2" with "26.1" where appropriate, which is almost everywhere
Glenn Morris
2016-11-17
1
-3
/
+3
*
|
Merge from origin/emacs-25
Paul Eggert
2016-05-01
1
-1
/
+1
|
\
|
|
*
Remove \= from format string (bug#18190)
Andreas Schwab
2016-04-30
1
-1
/
+1
|
*
; Auto-commit of loaddefs files.
Glenn Morris
2016-01-01
1
-2
/
+2
*
|
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]