summaryrefslogtreecommitdiff
path: root/lisp/thingatpt.el
Commit message (Expand)AuthorAgeFilesLines
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Accept NO-PROPERTIES in thing-at-point aliases (Bug#35491)Noam Postavsky2019-05-161-4/+4
* Change Gnus hash tables into real hash tablesEric Abrahamsen2019-03-221-5/+8
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-09-151-12/+15
|\ \ | |/
| * Fix (thing-at-point 'list) regression (Bug#31772)Leo Liu2018-09-141-12/+15
* | Add uuid as allowed thingatpt symbol (Bug#32372)Raimon Grau2018-08-131-3/+21
* | Merge from emacs-26Noam Postavsky2018-08-041-1/+1
|\ \ | |/
| * Fix url's thing-at-point beginning-op (Bug#32028)Raimon Grau2018-07-291-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-09-291-1/+1
|\ \ | |/
| * Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* | Add define-thing-chars and use it for filename.Sam Steingold2017-09-181-10/+20
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Correctly detect URLs surrounded by parentheses in commentsPhilipp Stephani2017-06-161-1/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | (thing-at-point 'list) return nil if no list at pointTino Calancha2016-11-031-15/+10
* | form-at-point work for all kind of THINGSTino Calancha2016-10-111-3/+5
* | Fix number-at-point in lisp buffersNicolas Richard2016-04-281-1/+4
|/
* Avoid inflooping in thing-at-point-looking-atEli Zaretskii2016-02-271-3/+10
* * lisp/thingatpt.el (thing-at-point-uri-schemes): Add "magnet:"Mark Oteiza2016-01-131-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Avoid errors in thing-at-point with 2nd argument non-nilEli Zaretskii2015-09-051-1/+1
* * lisp/thingatpt.el (thing-at-point-uri-schemes): Add "man:"Mark Oteiza2015-09-031-1/+1
* Fix bug in thing-at-point--bounds-of-well-formed-urlLeo Liu2015-07-091-2/+6
* * lisp/thingatpt.el (in-string-p): Revert last change,Stefan Monnier2015-06-111-6/+2
* Slight namespace cleanup for thingatpt.el.Glenn Morris2015-06-101-13/+27
* Replace uses of in-string-p; make it obsoleteDmitry Gutov2015-06-061-2/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * thingatpt.el (thing-at-point-looking-at): Add optional argLeo Liu2013-11-061-5/+9
* lisp/*.el: Remove lexical-binding warnings; additional small cleanups.Juanma Barranquero2013-08-101-68/+62
* * lisp/thingatpt.el (thing-at-point): Accept optional second argumentSam Steingold2013-05-081-6/+13
* Move forward-whitespace, forward-symbol, forward-same-syntax commands to subr...Ted Zlatanov2013-03-291-49/+0
* Merge from emacs-24Stefan Monnier2013-03-161-1/+1
|\
| * * thingatpt.el (end-of-sexp): Use syntax-after.Leo Liu2013-03-141-1/+1
| * * thingatpt.el (end-of-sexp): Fix bug#13952.Leo Liu2013-03-141-1/+1
* | Merge FFAP's URI-detection code into thingatpt.el.Chong Yidong2013-02-041-89/+206
|/
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * thingatpt.el (number-at-point): Apply a thing-at-point property.Chong Yidong2012-10-301-0/+1
* * thingatpt.el (thing-at-point): Doc fix.Chong Yidong2012-10-291-1/+1
* * lisp/thingatpt.el (forward-same-syntax): Handle no ARG case.Aaron S. Hawley2012-05-251-0/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Doc fixes for thingatpt.el.Chong Yidong2011-07-071-13/+49