summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ewoc.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-05
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-18
* ; More minor docfixes found by checkdocStefan Kangas2021-09-14
* Update copyright year to 2021Paul Eggert2021-01-01
* Save and restore point in ewoc-invalidateAndrii Kolomoiets2020-09-18
* Update copyright year to 2020Paul Eggert2020-01-01
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * lisp/emacs-lisp/ewoc.el (ewoc-goto-node):Glenn Morris2018-03-05
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-16
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Update copyright year to 2017Paul Eggert2016-12-31
* Update copyright year to 2016Paul Eggert2016-01-01
* Update copyright year to 2015Paul Eggert2015-01-01
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Provide generalized variables in core Elisp.Stefan Monnier2012-06-22
* Reduce use of cl in lisp/emacs-lisp/.Stefan Monnier2012-06-10
* Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-26
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-28
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Minor ewoc fix for bug#3261.Bob Rogers2011-03-03
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Add 2009 to copyright years.Glenn Morris2009-01-05
* Note that vc.el now uses this.Eric S. Raymond2008-05-09
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-06
* (ewoc-collect): Return results in the correct order.Alexandre Julliard2008-04-09
* Add 2008 to copyright years.Glenn Morris2008-01-07
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* (ewoc--insert-new-node): Take additional arg DLL.Thien-Thi Nguyen2007-03-30
* Add 2007 to copyright years.Glenn Morris2007-01-21
* Update copyright years.Glenn Morris2006-12-07
* (ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:Stefan Monnier2006-05-29
* (ewoc--insert-new-node): Use ewoc--refresh-node.Stefan Monnier2006-05-29
* Commentary and whitespace munging; nfc.Thien-Thi Nguyen2006-05-27
* (ewoc): Add member `hf-pp' to this structure.Thien-Thi Nguyen2006-05-27
* (ewoc--node): Don't define constructorThien-Thi Nguyen2006-05-27
* (ewoc--node-branch): Merge into unique caller.Thien-Thi Nguyen2006-05-27
* (ewoc-delete): Compute last node once before looping.Thien-Thi Nguyen2006-05-27
* (ewoc--create): No longer takeThien-Thi Nguyen2006-05-27
* (ewoc--current-dll): New var.Thien-Thi Nguyen2006-05-26
* (ewoc-delete): New function.Thien-Thi Nguyen2006-05-23
* (ewoc-set-data): New func.Thien-Thi Nguyen2006-05-22