index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
thingatpt.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Teach thing-at-point to recognize bracketed IPv6 URLs
F. Jason Park
2022-11-09
1
-1
/
+1
*
Clarify face-at-point doc string and add (thing-at-point 'face)
Lars Ingebrigtsen
2022-08-12
1
-2
/
+11
*
Recognize gemini in thing-at-point
Stefan Kangas
2022-07-12
1
-0
/
+2
*
Fix (bounds-of-thing-at-point 'number)
Lars Ingebrigtsen
2022-03-25
1
-2
/
+5
*
Improve thing-at-point-url-at-point docstring
Robert Pluim
2022-02-08
1
-2
/
+2
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-23
1
-22
/
+16
|
\
|
|
*
Revert field-related thingatpt changes
Lars Ingebrigtsen
2021-12-22
1
-22
/
+16
*
|
Don't return whitespace for thing-at-point in whitespace-only buffers
Lars Ingebrigtsen
2021-11-29
1
-3
/
+12
|
/
*
New thing-at-point target 'string' used in context-menu-region
Juri Linkov
2021-09-24
1
-14
/
+25
*
; Fix recently installed documentation
Eli Zaretskii
2021-09-23
1
-2
/
+4
*
New thing-at-point target 'list-or-string' used in context-menu-region
Juri Linkov
2021-09-23
1
-2
/
+11
*
; Fix recently added documentation
Eli Zaretskii
2021-09-22
1
-4
/
+4
*
Many improvements for Context Menus (bug#9054)
Juri Linkov
2021-09-22
1
-9
/
+18
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
* lisp/thingatpt.el (thing-at-mouse): New function (bug#50256).
Juri Linkov
2021-09-12
1
-0
/
+9
*
Make thingatpt respect fields
Lars Ingebrigtsen
2021-08-25
1
-16
/
+22
*
Use string-search instead of string-match[-p]
Mattias EngdegÄrd
2021-08-09
1
-1
/
+1
*
Add a new thing-at-point type: existing-filename
Lars Ingebrigtsen
2021-08-04
1
-4
/
+15
*
Make `number-at-point' work for more hex numbers
Remington Furman
2021-07-16
1
-8
/
+8
*
* lisp/thingatpt.el (region): Put property bounds-of-thing-at-point, bug#39512
Juri Linkov
2021-04-21
1
-1
/
+5
*
Add a mechanism for buffer-local thing-at-points
Lars Ingebrigtsen
2021-01-23
1
-3
/
+32
*
Make symbol-at-point return nil if there's no symbols in the buffer
Lars Ingebrigtsen
2021-01-20
1
-0
/
+9
*
Revert "Make `symbol-at-point' work in buffers with no symbols"
Lars Ingebrigtsen
2021-01-20
1
-8
/
+0
*
Make `symbol-at-point' work in buffers with no symbols
Lars Ingebrigtsen
2021-01-20
1
-0
/
+8
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-1
/
+1
*
Make thingatpt recognise files names with @ in them
Tino Calancha
2020-08-19
1
-1
/
+1
*
Allow ffap to do the right thing with 'https://gnu.org'
Lars Ingebrigtsen
2020-08-07
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
; Spelling fixes
Paul Eggert
2019-12-10
1
-1
/
+1
*
Make number-at-point recognize some hex numbers
Lars Ingebrigtsen
2019-09-20
1
-4
/
+11
*
Tweak the behaviour of thing-at-point--end-of-sexp
Lars Ingebrigtsen
2019-07-26
1
-1
/
+3
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Accept NO-PROPERTIES in thing-at-point aliases (Bug#35491)
Noam Postavsky
2019-05-16
1
-4
/
+4
*
Change Gnus hash tables into real hash tables
Eric Abrahamsen
2019-03-22
1
-5
/
+8
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-15
1
-12
/
+15
|
\
|
|
*
Fix (thing-at-point 'list) regression (Bug#31772)
Leo Liu
2018-09-14
1
-12
/
+15
*
|
Add uuid as allowed thingatpt symbol (Bug#32372)
Raimon Grau
2018-08-13
1
-3
/
+21
*
|
Merge from emacs-26
Noam Postavsky
2018-08-04
1
-1
/
+1
|
\
|
|
*
Fix url's thing-at-point beginning-op (Bug#32028)
Raimon Grau
2018-07-29
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2017-09-29
1
-1
/
+1
|
\
|
[next]