index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
international
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix last change
Eli Zaretskii
2020-12-25
1
-25
/
+0
*
Add support for more EBCDIC code pages IBM2XX
Timo Myyrä
2020-12-25
1
-0
/
+109
*
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-6
/
+3
*
No need to set isearch-input-method-function in isearch-transient-input-method
Juri Linkov
2020-12-19
1
-1
/
+0
*
Shorten over-wide docstrings in variables
Stefan Kangas
2020-12-19
1
-1
/
+1
*
Remove isearch-input-method-local-p and always set buffer-local input-method
Juri Linkov
2020-12-09
1
-9
/
+6
*
Recognise ß properly as a lower-case letter (bug#11309)
Mattias Engdegård
2020-12-09
1
-1
/
+8
*
Prefer setq-local in most files
Stefan Kangas
2020-12-09
1
-2
/
+1
*
Preload iso-trans.el
Lars Ingebrigtsen
2020-12-04
1
-10
/
+0
*
Add completion-tab-width to align prefix chars with names in read-char-by-name
Juri Linkov
2020-11-27
1
-8
/
+7
*
Remove redundant 'function's around lambdas
Stefan Kangas
2020-11-17
3
-65
/
+62
*
Merge from origin/emacs-27
Glenn Morris
2020-11-16
1
-1
/
+2
|
\
|
*
Fix input method translation near read-only text
Eli Zaretskii
2020-11-14
1
-1
/
+2
*
|
Make 'prefer-utf-8' heed inhibit-*-detection variables
Eli Zaretskii
2020-11-14
1
-1
/
+3
*
|
Simplify quick-check composition regexps
Mattias Engdegård
2020-11-13
1
-1
/
+1
*
|
Don't quote lambdas in several places
Stefan Kangas
2020-11-12
2
-22
/
+22
*
|
Merge from origin/emacs-27
Glenn Morris
2020-11-07
1
-2
/
+9
|
\
|
|
*
; * lisp/international/mule.el (define-coding-system): Doc fix.
Eli Zaretskii
2020-11-06
1
-2
/
+9
*
|
Support transient input methods in Isearch mode (bug#44266)
Juri Linkov
2020-11-06
2
-37
/
+70
*
|
Improve documentation of a recent commit
Eli Zaretskii
2020-11-02
1
-3
/
+5
*
|
Transient input methods bound to 'C-x \' (bug#44266)
Juri Linkov
2020-11-01
1
-0
/
+40
*
|
Improve support for displaying Javanese script
Eli Zaretskii
2020-10-31
1
-0
/
+2
*
|
; Prefer https to http in more URLs
Stefan Kangas
2020-10-24
1
-1
/
+1
*
|
Add support for squashfs files in archive mode
Ruthra Kumar
2020-10-23
1
-2
/
+2
*
|
Use lexical-binding in iso-ascii.el
Stefan Kangas
2020-10-21
1
-3
/
+2
*
|
* lisp/international/mule.el (define-coding-system): Revert accidental change
Stefan Monnier
2020-10-06
1
-2
/
+2
*
|
* lisp/international/mule-util.el: Revert bug#41250 workaround
Stefan Monnier
2020-10-06
1
-4
/
+1
*
|
* lisp/international/ja-dic-cnv.el: Attempt to fix bug#41250
Stefan Monnier
2020-10-06
1
-3
/
+3
*
|
; * lisp/international/mule-util.el (truncate-string-ellipsis): Fix comment.
Eli Zaretskii
2020-10-06
1
-2
/
+3
*
|
Fix last change
Mattias Engdegård
2020-10-06
1
-2
/
+2
*
|
Fix last change
Eli Zaretskii
2020-10-06
1
-4
/
+6
*
|
Don't use the character '…' literally in mule-util.el (bug#41250)
Juri Linkov
2020-10-06
1
-5
/
+5
*
|
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-5
/
+5
*
|
Fix the documentation parts of a recent commit
Eli Zaretskii
2020-10-05
1
-1
/
+1
*
|
Use '…' for ellipsis in truncate-string-to-width by default (bug#41250)
Juri Linkov
2020-10-04
1
-4
/
+17
*
|
; Fix more typos
Stefan Kangas
2020-10-03
1
-1
/
+1
*
|
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-3
/
+3
*
|
Don't quote lambdas in several places
Stefan Kangas
2020-10-01
1
-2
/
+2
*
|
; Fix typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
|
Make `ascii' a coding system alias for `us-ascii'
Lars Ingebrigtsen
2020-09-13
1
-0
/
+1
*
|
Default Emacs to UTF-8 instead of Latin-1
Glenn Morris
2020-09-12
1
-9
/
+9
*
|
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
3
-25
/
+14
*
|
Fix up previous LAMDA->LAMBDA patch
Lars Ingebrigtsen
2020-09-04
1
-1
/
+1
*
|
Allow "lambda" spelling for ucs-insert
Noam Postavsky
2020-09-04
1
-0
/
+9
*
|
Remove many items obsolete since Emacs 23.2 and 23.3
Stefan Kangas
2020-08-24
1
-6
/
+0
*
|
Minor fixes for last change
Eli Zaretskii
2020-08-23
1
-0
/
+2
*
|
Fix return value for CCL opcode lookup-integer
Pip Cet
2020-08-21
1
-2
/
+6
*
|
Remove many items obsolete since Emacs 23.1
Stefan Kangas
2020-08-14
4
-152
/
+1
*
|
Make 'byte-compile-info*' functions more logical
Lars Ingebrigtsen
2020-08-06
1
-7
/
+6
*
|
Document that {en,de}code-coding-string preserve match data
Mattias Engdegård
2020-05-28
1
-12
/
+13
[next]