| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved to net subdir. | Gerd Moellmann | 2000-03-20 | 1 | -552/+0 |
| | | |||||
| * | (quickurl): Add :version to defgroup. | Dave Love | 2000-02-02 | 1 | -0/+1 |
| | | |||||
| * | Added defcustom of quickurl-completion-ignore-case. | Gerd Moellmann | 1999-11-18 | 1 | -1/+7 |
| | | | | | | | (quickurl-ask): completion-ignore-case is set to the value of quickurl-completion-ignore-case for the duration of the call to completing-read. | ||||
| * | (quickurl-list-insert): `count-lines' was returning | Gerd Moellmann | 1999-10-12 | 1 | -1/+4 |
| | | | | | | | a value one line to high if the cursor wasn't at the start of a line. A `beginning-of-line' is now performed before making the call to `count-lines'. | ||||
| * | (quickurl-list-focused-line): Removed. | Richard M. Stallman | 1999-09-06 | 1 | -9/+1 |
| | | | | | | (quickurl-list-insert): Now works out the focused line using `count-lines' instead of using `quickurl-list-focused-line'. | ||||
| * | Don't conditionally define caddr. | Dave Love | 1999-09-06 | 1 | -13/+2 |
| | | | | | | (quickurl-url-comment): Use nth, not caddr in function and defsetf. | ||||
| * | (quickurl): Doc fix. | Richard M. Stallman | 1999-09-03 | 1 | -18/+10 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1999-08-29 | 1 | -0/+569 |