summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eieio-opt.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | ; Small doc fix in recent eieio-opt.el changeStefan Kangas2021-12-061-1/+1
* | EIEIO: Remove redundant type info in helpStefan Monnier2021-12-051-0/+1
|/
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-2/+2
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Use lexical-binding in all of `lisp/emacs-lisp`Stefan Monnier2021-01-281-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Do not output two spaces for non-autoloaded ieieo constructor functionsTim Landscheidt2020-12-281-2/+2
* Replace add-hook load-hook with with-eval-after-loadGlenn Morris2020-01-161-8/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-3/+3
* Add comment to eieio-opt about why we're requiring cl-extraLars Ingebrigtsen2019-06-161-0/+3
* Compilation fix for previous change to eieio-optLars Ingebrigtsen2019-06-161-0/+1
* Fix compilation warning in eieio-optLars Ingebrigtsen2019-06-161-2/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Define cl-type-definition button type as needed (Bug#28899)Noam Postavsky2018-01-301-1/+4
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-101-1/+1
|\ \ | |/
| * Publicize cl--generic-all-functionsDmitry Gutov2016-05-101-1/+1
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | eieio generate autoloads to non-versioned file.Phillip Lord2015-12-171-1/+1
|/
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-2/+2
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-231-2/+2
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-141-2/+2
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-2/+2
* Add online-help support to describe typesStefan Monnier2015-07-071-152/+4
* * lisp/emacs-lisp/eieio-core.el (eieio--class-v): RemoveStefan Monnier2015-07-021-6/+6
* Improve the optional translation of quotesPaul Eggert2015-06-191-10/+10
* Support curved quotes in doc stringsPaul Eggert2015-05-281-10/+10
* * lisp/emacs-lisp/eieio-opt.el (help-fns-short-filename): Declare.Glenn Morris2015-05-071-0/+3
* EIEIO: Change class's representation to unify instance & class slotsStefan Monnier2015-03-181-62/+28
* * lisp/emacs-lisp/eieio-opt.el (eieio-help-class): Fix bug#19891Stefan Monnier2015-02-191-0/+1
* EIEIO: Simplify help hyperlinks; Try and reduce hardcoding in .elcStefan Monnier2015-01-311-82/+17
* * lisp/emacs-lisp/cl-generic.el (cl--generic-method): New struct.Stefan Monnier2015-01-261-10/+8
* * lisp/emacs-lisp/eieio*.el: Fix up warnings and improve compatibilityStefan Monnier2015-01-211-66/+47
* * lisp/emacs-lisp/eieio*.el: Move the function defs to defclass.Stefan Monnier2015-01-081-2/+2
* * emacs-lisp/eieio-generic.el: New file.Stefan Monnier2015-01-081-64/+1
* lisp/emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.Stefan Monnier2015-01-071-8/+2
* * lisp/emacs-lisp/eieio*.el: Use class objects in `parent' field.Stefan Monnier2015-01-041-1/+1
* * lisp/emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.Stefan Monnier2014-12-221-5/+5
* * lisp/emacs-lisp/eieio*.el: Use hashtables rather than obarraysStefan Monnier2014-12-221-46/+42
* * lisp/emacs-lisp/eieio: A bit more cleanup, removing compat code.Stefan Monnier2014-10-181-11/+4
* Deal with EIEIO methods without doc strings (Bug#17490).Nicolas Richard2014-05-141-1/+1
* * eieio-opt.el (eieio-help-generic): Fix last change.Stefan Monnier2014-01-291-1/+1