summaryrefslogtreecommitdiff
path: root/lisp/thingatpt.el
Commit message (Expand)AuthorAge
* Doc fixes for thingatpt.el.Chong Yidong2011-07-07
* (thing-at-point-short-url-regexp): Require that short URLs have at least one ...Lars Magne Ingebrigtsen2011-06-30
* * lisp/thingatpt.el (forward-whitespace): Typo.Stefan Monnier2011-06-01
* Miscellaneous tweaks.Stefan Monnier2011-06-01
* * lisp/thingatpt.el (bounds-of-thing-at-point): Return nil rather thanStefan Monnier2011-05-13
* Add support for defun in thingatpt.elDrew Adams2011-03-25
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* 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
* * thingatpt.el (thing-at-point-bounds-of-list-at-point): NewChong Yidong2009-04-18
* Add 2009 to copyright years.Glenn Morris2009-01-05
* (end-of-sexp, beginning-of-sexp, forward-same-syntax): Omit defaultChong Yidong2008-10-25
* (sexp-at-point, symbol-at-point, number-at-point, list-at-point): AddChong Yidong2008-10-22
* Fix for bug #572, removed () from url regexp.Joakim Verona2008-08-06
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-06
* Merge from emacs--rel--22Miles Bader2008-01-08
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-07
* | Merge from emacs--rel--22Miles Bader2007-07-26
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-25
* | * thingatpt.el (thing-at-point-email-regexp): Don't require two charsKarl Fogel2007-06-16
* | * thingatpt.el: Add support for email addresses (`email').Karl Fogel2007-06-16
|/
* Add 2007 to copyright years.Glenn Morris2007-01-21
* Update copyright years.Glenn Morris2006-12-05
* (thing-at-point-url-at-point): Don't add a redundant scheme.Richard M. Stallman2006-11-21
* (thing-at-point-bounds-of-url-at-point): Delete spurious backquote.Richard M. Stallman2006-09-13
* (symbol-at-point): Don't use `form-at-point' whichStefan Monnier2006-07-04
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-06
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (thing-at-point-file-name-chars): IncludeDave Love2003-01-27
* (thing-at-point-file-name-chars): Undo previous change.Richard M. Stallman2003-01-26
* (thing-at-point-file-name-chars): Include non-ASCIIDave Love2003-01-15
* Comment change.Richard M. Stallman2002-10-14
* (read-from-whole-string): Add call to `ignore'.Richard M. Stallman2002-10-14
* (thing-at-point-url-path-regexp): Doc fix.Richard M. Stallman2002-10-07
* (thing-at-point-uri-schemes): New variable.Markus Rost2002-10-06
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-15
* (thing-at-point-url-regexp): Prepend `\<'.Dave Love2000-08-15
* (toplevel symbol-properties): Don't quote lambda.Stefan Monnier2000-06-12
* (forward-thing): Use functionp instead of fboundp.Gerd Moellmann2000-06-08
* (sexp-at-point, symbol-at-point)Dave Love2000-02-02
* (thing-at-point-url-at-point): Don't use currentRichard M. Stallman1998-11-25
* (thing-at-point-url-at-point): Intuit ftp:// on `short' URLs.Dave Love1998-02-25
* (url): Define end-op property again. Wrap end-opRichard M. Stallman1997-07-09
* (thing-at-point): Use `thing-at-point' property, if any.Richard M. Stallman1997-07-04
* (buffer): Don't use beginning-of-buffer, end-of-buffer.Richard M. Stallman1997-06-25
* (beginning-of-sexp): New function.Richard M. Stallman1997-06-24