index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
textmodes
/
ispell.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix running spell-checking in remote buffers
Eli Zaretskii
2022-09-17
1
-1
/
+2
*
Clean up ispell "look"-related variables
Lars Ingebrigtsen
2022-09-02
1
-3
/
+7
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-6
/
+7
*
Make ispell-find-hunspell-dictionaries more resilient
Lars Ingebrigtsen
2022-08-22
1
-22
/
+30
*
Revert "Make compat alias check-ispell-version obsolete"
Eli Zaretskii
2022-08-09
1
-2
/
+2
*
Make compat alias check-ispell-version obsolete
Stefan Kangas
2022-08-09
1
-2
/
+2
*
Clean up some local variable sections
Stefan Kangas
2022-08-08
1
-7
/
+0
*
Fix ispell-word on colorless TTY frames
Eli Zaretskii
2022-06-26
1
-3
/
+6
*
; Fix recent changes in documentation of ispell.el
Eli Zaretskii
2022-05-10
1
-2
/
+2
*
Make ispell-region/buffer push the mark of the final word
Lars Ingebrigtsen
2022-05-10
1
-9
/
+24
*
Make 'ispell-change-dictionary' completion work better
Lars Ingebrigtsen
2022-02-21
1
-5
/
+10
*
Remove matching of whitespaces in LaTeX environment names
Arash Esbati
2022-01-20
1
-4
/
+3
*
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
*
|
Make some variable aliases obsolete
Stefan Kangas
2021-12-20
1
-1
/
+2
*
|
Make Re: recognition in ispell-message less ambiguous
Lars Ingebrigtsen
2021-11-29
1
-1
/
+1
*
|
Use substitute-command-keys for literal key sequences
Stefan Kangas
2021-11-22
1
-39
/
+41
|
/
*
Adjust ispell-look-command type
Lars Ingebrigtsen
2021-09-28
1
-1
/
+2
*
Fix search of the look program
André A. Gomes
2021-09-28
1
-7
/
+5
*
Add new user option ispell-help-timeout
Lars Ingebrigtsen
2021-09-25
1
-2
/
+6
*
Don't use `format' on strings without % format directives
Lars Ingebrigtsen
2021-09-21
1
-2
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
; Minor doc fixes found by checkdoc
Stefan Kangas
2021-09-13
1
-5
/
+4
*
Fix error handling in 'ispell-init-process'
Ian W
2021-09-05
1
-1
/
+8
*
Fix point placement after ispell-complete-word
Lars Ingebrigtsen
2021-08-31
1
-12
/
+5
*
Improve documentation of 'ispell-hunspell-add-multi-dic'
Eli Zaretskii
2021-08-30
1
-1
/
+5
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-5
/
+5
*
Remove a redundant let-binding from Ispell
Basil L. Contovounesios
2021-07-30
1
-5
/
+1
*
Don't pass 'null-device' to 'call-process' in ispell
Jim Porter
2021-07-02
1
-1
/
+1
*
* lisp/textmodes/ispell.el: Fix finding dictionaries for Enchant.
Reuben Thomas
2021-06-28
1
-12
/
+1
*
* lisp/textmodes/ispell.el: Check process is live before interacting.
Reuben Thomas
2021-06-28
1
-5
/
+8
*
Revert "Continue checking the same line when hitting SPC in ispell"
Lars Ingebrigtsen
2021-05-29
1
-12
/
+7
*
Continue checking the same line when hitting SPC in ispell
Lars Ingebrigtsen
2021-05-28
1
-7
/
+12
*
Fix ispell program comparison
Dmitrii Kuragin
2021-05-06
1
-1
/
+1
*
* lisp/**/*.el: Avoid positional args to `define-minor-mode`
Stefan Monnier
2021-04-11
1
-1
/
+1
*
Remove redundant #' before lambda in textmodes/*.el
Stefan Kangas
2021-04-02
1
-3
/
+3
*
Remove redundant :group args from textmodes/*.el
Stefan Kangas
2021-02-14
1
-63
/
+31
*
Prefer defvar-local in textmodes/*.el
Stefan Kangas
2021-01-31
1
-7
/
+3
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Prefer setq-local in most of textmodes/*.el
Stefan Kangas
2020-12-04
1
-1
/
+1
*
Don't quote lambdas in several places
Stefan Kangas
2020-11-14
1
-5
/
+4
*
Don't quote lambdas in several places
Stefan Kangas
2020-11-12
1
-14
/
+14
*
Remove unused variable in ispell.el (thanks, Stefan Kangas)
Reuben Thomas
2020-11-04
1
-3
/
+1
*
Factor out some common code in ispell.el
Reuben Thomas
2020-11-03
1
-8
/
+13
*
Simplify ispell-check-version’s use of -vv flag
Reuben Thomas
2020-11-03
1
-3
/
+1
*
Fix previous patch to ispell.el
Reuben Thomas
2020-11-02
1
-2
/
+2
*
Fix previous code change to `ispell--call-enchant-lsmod'
Reuben Thomas
2020-11-02
1
-8
/
+9
*
Explain last change
Eli Zaretskii
2020-11-02
1
-0
/
+2
*
Make ispell.el ignore warnings from enchant-lsmod (closes #44318)
Reuben Thomas
2020-11-02
1
-7
/
+5
*
Don't recommend quoting lambdas
Stefan Kangas
2020-10-01
1
-1
/
+1
[next]