| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move to ../doc/lispref | Glenn Morris | 2007-09-06 | 1 | -1904/+0 |
| | | |||||
| * | (Sets And Lists): Fix typo. | Nick Roberts | 2007-04-15 | 1 | -1/+1 |
| | | |||||
| * | (Sets And Lists): Clarify `delete' examples. | Richard M. Stallman | 2007-04-14 | 1 | -8/+23 |
| | | | | | | Remove spurious xref to same node. Clarify xref for add-to-list. | ||||
| * | Improve index entries. Remove redundant/useless ones. | Richard M. Stallman | 2007-04-07 | 1 | -4/+2 |
| | | |||||
| * | improve page breaks, etc. | Karl Berry | 2007-03-30 | 1 | -5/+3 |
| | | |||||
| * | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
| | | | | | 2001). | ||||
| * | (List Variables): Document COMPARE-FN. | Richard M. Stallman | 2006-11-06 | 1 | -2/+4 |
| | | |||||
| * | (Sets And Lists): Fix typos. | Nick Roberts | 2006-10-22 | 1 | -3/+3 |
| | | |||||
| * | (Sets And Lists): Add memql. | Kim F. Storm | 2006-10-10 | 1 | -0/+21 |
| | | |||||
| * | (Sets And Lists): Update link for add-to-list. | Nick Roberts | 2006-07-31 | 1 | -1/+1 |
| | | |||||
| * | (List Variables): New node. | Richard M. Stallman | 2006-07-24 | 1 | -14/+119 |
| | | | | | Material moved from other nodes. | ||||
| * | Put period and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 1 | -2/+2 |
| | | |||||
| * | fix bad page breaks | Karl Berry | 2006-07-16 | 1 | -4/+4 |
| | | |||||
| * | (List Elements, Building Lists, Association Lists): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -3/+0 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | (Cons Cells): Minor correction (the cdr of a dotted list is not | Luc Teirlinck | 2006-01-28 | 1 | -1/+1 |
| | | | | | necessarily a list). | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-10 | 1 | -3/+2 |
| | | |||||
| * | (Rings): `ring-elements' now returns the elements of RING in order. | Luc Teirlinck | 2005-06-24 | 1 | -2/+1 |
| | | |||||
| * | (Rearrangement): Sort predicate may just return non-nil. | Kim F. Storm | 2005-06-20 | 1 | -1/+1 |
| | | |||||
| * | (Rings): Various minor clarifications and corrections. | Luc Teirlinck | 2005-06-19 | 1 | -8/+9 |
| | | |||||
| * | (Rings): New node. | Richard M. Stallman | 2005-06-17 | 1 | -0/+88 |
| | | | | | (Lists): Add to menu. | ||||
| * | (Association Lists): Document rassq-delete-all. | Lute Kamstra | 2005-04-21 | 1 | -0/+9 |
| | | |||||
| * | (List Elements, Building Lists): Get rid of "Emacs 21". | Richard M. Stallman | 2005-03-06 | 1 | -2/+1 |
| | | |||||
| * | (Lists): Remove reference to deleted node. | Lute Kamstra | 2005-02-14 | 1 | -3/+2 |
| | | | | | (Cons Cells): Fix typo. | ||||
| * | (List-related Predicates): Minor wording improvement. | Richard M. Stallman | 2005-02-14 | 1 | -91/+13 |
| | | | | | | (Lists as Boxes): Node deleted. (Building Lists): Explain trivial cases of number-sequence. | ||||
| * | Reposition @anchor's. | Luc Teirlinck | 2004-06-23 | 1 | -3/+4 |
| | | |||||
| * | (Cons Cells): Explain dotted lists, true lists, circular lists. | Richard M. Stallman | 2004-05-22 | 1 | -10/+32 |
| | | | | | (List Elements): Explain handling of circular and dotted lists. | ||||
| * | Add anchors. Some other minor changes. | Luc Teirlinck | 2004-04-17 | 1 | -3/+5 |
| | | |||||
| * | (Building Lists): Minor clarification. | Richard M. Stallman | 2004-03-04 | 1 | -4/+4 |
| | | |||||
| * | (Sets And Lists): Update description of delete-dups. | Luc Teirlinck | 2004-02-17 | 1 | -10/+3 |
| | | |||||
| * | (Building Lists): Minor cleanup. | Richard M. Stallman | 2004-02-17 | 1 | -1/+1 |
| | | |||||
| * | (Sets And Lists): Add delete-dups. | Luc Teirlinck | 2004-01-20 | 1 | -1/+16 |
| | | |||||
| * | (Building Lists): remq moved elsewhere. | Richard M. Stallman | 2003-12-29 | 1 | -31/+31 |
| | | | | | | (Sets And Lists): remq moved here. (Association Lists): Refer to assoc-string. | ||||
| * | (Building Lists): `append' no longer accepts integer arguments. | Luc Teirlinck | 2003-11-30 | 1 | -21/+49 |
| | | | | | | Update the description of `number-sequence' to reflect recent changes. (Sets And Lists): Describe `member-ignore-case' after `member'. | ||||
| * | (Association Lists): Clarify `assq-delete-all'. | Richard M. Stallman | 2003-09-30 | 1 | -5/+10 |
| | | |||||
| * | (Building Lists): Add copy-tree. | Richard M. Stallman | 2003-09-12 | 1 | -0/+12 |
| | | |||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+4 |
| | | |||||
| * | (Building Lists): Add number-sequence. | Richard M. Stallman | 2003-07-22 | 1 | -0/+14 |
| | | |||||
| * | Minor Texinfo usage fix. | Richard M. Stallman | 2003-06-30 | 1 | -5/+5 |
| | | |||||
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -3/+3 |
| | | |||||
| * | (Sets And Lists): Document member-ignore-case. | Eli Zaretskii | 2001-09-08 | 1 | -0/+7 |
| | | |||||
| * | Minor cleanups. | Richard M. Stallman | 2001-08-12 | 1 | -16/+33 |
| | | |||||
| * | Change assoc-delete-all to assq-delete-all. | Gerd Moellmann | 2001-03-20 | 1 | -2/+2 |
| | | |||||
| * | assq-delete-all <- assoc-delete-all | Dave Love | 2001-03-19 | 1 | -3/+3 |
| | | |||||
| * | butlast, nbutlast. | Dave Love | 2001-01-05 | 1 | -0/+14 |
| | | |||||
| * | (Building Lists): Add footnote to explain how to add | Stefan Monnier | 2000-11-12 | 1 | -2/+10 |
| | | | | | to the end of a list. | ||||
| * | Add `last'. | Dave Love | 2000-08-23 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-15 | 1 | -10/+64 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2000-01-16 | 1 | -1/+1 |
| | | |||||
| * | @ifinto -> @ifnottex. | Gerd Moellmann | 2000-01-05 | 1 | -2/+2 |
| | | |||||