summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ewoc.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/emacs-lisp/ewoc.el (ewoc-goto-node):Glenn Morris2018-03-051-1/+1
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Provide generalized variables in core Elisp.Stefan Monnier2012-06-221-25/+25
* Reduce use of cl in lisp/emacs-lisp/.Stefan Monnier2012-06-101-28/+28
* Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-261-5/+4
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Minor ewoc fix for bug#3261.Bob Rogers2011-03-031-0/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Note that vc.el now uses this.Eric S. Raymond2008-05-091-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (ewoc-collect): Return results in the correct order.Alexandre Julliard2008-04-091-1/+1
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (ewoc--insert-new-node): Take additional arg DLL.Thien-Thi Nguyen2007-03-301-4/+5
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update copyright years.Glenn Morris2006-12-071-1/+1
* (ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:Stefan Monnier2006-05-291-64/+59
* (ewoc--insert-new-node): Use ewoc--refresh-node.Stefan Monnier2006-05-291-15/+10
* Commentary and whitespace munging; nfc.Thien-Thi Nguyen2006-05-271-34/+1
* (ewoc): Add member `hf-pp' to this structure.Thien-Thi Nguyen2006-05-271-10/+25
* (ewoc--node): Don't define constructorThien-Thi Nguyen2006-05-271-0/+1
* (ewoc--node-branch): Merge into unique caller.Thien-Thi Nguyen2006-05-271-8/+4
* (ewoc-delete): Compute last node once before looping.Thien-Thi Nguyen2006-05-271-3/+3
* (ewoc--create): No longer takeThien-Thi Nguyen2006-05-271-5/+4
* (ewoc--current-dll): New var.Thien-Thi Nguyen2006-05-261-55/+61
* (ewoc-delete): New function.Thien-Thi Nguyen2006-05-231-19/+26
* (ewoc-set-data): New func.Thien-Thi Nguyen2006-05-221-0/+5
* (ewoc-create): Add autoload cookie.Thien-Thi Nguyen2006-05-211-1/+1
* (ewoc--adjust): New func.Thien-Thi Nguyen2006-05-181-23/+36
* (ewoc-map, ewoc-invalidate): Compute PP before looping.Thien-Thi Nguyen2006-05-171-3/+5
* (ewoc-data): Add docstring.Thien-Thi Nguyen2006-05-171-2/+5
* (ewoc--node-enter-before, ewoc--create-node): Delete funcs.Thien-Thi Nguyen2006-05-121-33/+23
* (ewoc-refresh): Compute PP once before looping.Thien-Thi Nguyen2006-05-121-3/+3
* (ewoc--refresh-node): No longer save-excursion.Thien-Thi Nguyen2006-05-111-16/+18