Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -37/+37 |
| | |||||
* | (thing-at-point-file-name-chars): Include | Dave Love | 2003-01-27 | 1 | -3/+9 |
| | | | | non-ASCII again and re-write the filename ops. | ||||
* | (thing-at-point-file-name-chars): Undo previous change. | Richard M. Stallman | 2003-01-26 | 1 | -1/+1 |
| | |||||
* | (thing-at-point-file-name-chars): Include non-ASCII | Dave Love | 2003-01-15 | 1 | -2/+2 |
| | | | | and use documented treatment of -. | ||||
* | Comment change. | Richard M. Stallman | 2002-10-14 | 1 | -1/+1 |
| | |||||
* | (read-from-whole-string): Add call to `ignore'. | Richard M. Stallman | 2002-10-14 | 1 | -1/+2 |
| | |||||
* | (thing-at-point-url-path-regexp): Doc fix. | Richard M. Stallman | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | (thing-at-point-uri-schemes): New variable. | Markus Rost | 2002-10-06 | 1 | -3/+14 |
| | | | | (thing-at-point-url-regexp): Use it. | ||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel JanÃk | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | (thing-at-point-url-regexp): Prepend `\<'. | Dave Love | 2000-08-15 | 1 | -1/+1 |
| | |||||
* | (toplevel symbol-properties): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -4/+4 |
| | |||||
* | (forward-thing): Use functionp instead of fboundp. | Gerd Moellmann | 2000-06-08 | 1 | -2/+4 |
| | | | | Set maintainer to FSF since author isn't reachable. | ||||
* | (sexp-at-point, symbol-at-point) | Dave Love | 2000-02-02 | 1 | -0/+4 |
| | | | | (number-at-point, list-at-point): Add autoload cookie. | ||||
* | (thing-at-point-url-at-point): Don't use current | Richard M. Stallman | 1998-11-25 | 1 | -1/+1 |
| | | | | syntax table to determine what is whitespace. | ||||
* | (thing-at-point-url-at-point): Intuit ftp:// on `short' URLs. | Dave Love | 1998-02-25 | 1 | -6/+14 |
| | |||||
* | (url): Define end-op property again. Wrap end-op | Richard M. Stallman | 1997-07-09 | 1 | -9/+11 |
| | | | | and beginning-op lambdas with `function', not quote. | ||||
* | (thing-at-point): Use `thing-at-point' property, if any. | Richard M. Stallman | 1997-07-04 | 1 | -56/+155 |
| | | | | | | | | | | | | | | | | | | (bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property. (thing-at-point-bounds-of-url-at-point): New function. (thing-at-point-looking-at): New function, adapted from old browse-url-looking-at. (thing-at-point-url-at-point): New function, adapted from browse-url-url-at-point. (thing-at-point-url-chars): Variable deleted. (thing-at-point-url-path-regexp, thing-at-point-short-url-regexp, thing-at-point-url-regexp, thing-at-point-markedup-url-regexp): New variables. (url): `beginning-op' property function changed to use `thing-at-point-bounds-of-url-at-point'. `end-op' property no longer set -- functionality no longer supported for the more sophisticated treatment of URLs so `forward-thing' no longer works in this case. | ||||
* | (buffer): Don't use beginning-of-buffer, end-of-buffer. | Richard M. Stallman | 1997-06-25 | 1 | -2/+2 |
| | |||||
* | (beginning-of-sexp): New function. | Richard M. Stallman | 1997-06-24 | 1 | -1/+10 |
| | | | | (bounds-of-thing-at-point): Fix typo in computing real-beg. | ||||
* | (forward-whitespace, forward-symbol): | Richard M. Stallman | 1997-05-13 | 1 | -10/+28 |
| | | | | | | | Don't get error at end of buffer. (bounds-of-thing-at-point): Don't get confused when a motion function stops at end of buffer and there really isn't a thing. Avoid redundant repeated scans. | ||||
* | (bounds-of-thing-at-point): Allow the end | Richard M. Stallman | 1996-12-11 | 1 | -5/+19 |
| | | | | | | | | | to be at the same place as ORIG. Try harder to find a thing that ends at ORIG. (url): Move forward over colons. Move back over colons at the end. (thing-at-point-file-name-chars): Include @. | ||||
* | (thing-at-point-url-chars): Allow comma, = and &. | Richard M. Stallman | 1996-12-10 | 1 | -2/+2 |
| | | | | (url): Move back over commas at the end. | ||||
* | (thing-at-point-url-chars): Allow period. | Richard M. Stallman | 1996-12-07 | 1 | -56/+80 |
| | | | | | | | | | | | (url): Move back over periods at the end. Downcase arguments as Lisp symbols. Fix many doc strings. (thing-at-point-file-name-chars): Renamed from file-name-chars. Allow a colon. (thing-at-point-url-chars): New variable. (url): Define new kind of "thing". | ||||
* | Comment change. | Richard M. Stallman | 1996-10-12 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -15/+15 |
| | |||||
* | (read-from-whole-string): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -1/+1 |
| | |||||
* | (forward-same-syntax): New function. | Richard M. Stallman | 1995-07-18 | 1 | -1/+13 |
| | |||||
* | (line): Add a beginning-op function. | Richard M. Stallman | 1994-11-15 | 1 | -0/+8 |
| | |||||
* | Comment change. | Richard M. Stallman | 1994-06-17 | 1 | -1/+1 |
| | |||||
* | (thing@pt-version): Removed variable. | Richard M. Stallman | 1994-02-02 | 1 | -10/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 1993-11-23 | 1 | -4/+4 |
| | |||||
* | Initial revision | Richard M. Stallman | 1993-11-08 | 1 | -0/+206 |