index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
composite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; * src/composite.c (composition_compute_stop_pos): Add comment.
Eli Zaretskii
2024-03-04
1
-5
/
+21
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Code cleanup for long line optimizations
Gregory Heytings
2023-03-29
1
-2
/
+2
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Avoid uninitialized variable warning
YAMAMOTO Mitsuharu
2022-09-27
1
-4
/
+7
*
Adjust zero-width grapheme clusters so they are displayed (Bug#50951)
YAMAMOTO Mitsuharu
2022-09-27
1
-0
/
+44
*
Fix rare shaping problems with Urdu and Arabic
YAMAMOTO Mitsuharu
2022-09-17
1
-1
/
+2
*
; * src/composite.c: Include stdlib.h.
Eli Zaretskii
2022-08-06
1
-0
/
+2
*
; * src/composite.c (Fcomposition_sort_rules): Fix last change.
Eli Zaretskii
2022-08-06
1
-1
/
+1
*
New function 'composition-sort-rules'
Eli Zaretskii
2022-08-06
1
-0
/
+49
*
; * src/composite.c (find_automatic_composition): Fix a typo.
Eli Zaretskii
2022-08-04
1
-1
/
+1
*
Improve Bidi with long lines.
Gregory Heytings
2022-08-04
1
-7
/
+13
*
Various improvements to long lines handling.
Gregory Heytings
2022-08-01
1
-1
/
+1
*
Improve narrowing when iterator has moved outside of narrowing bounds.
Gregory Heytings
2022-07-29
1
-1
/
+1
*
Merge branch 'feature/fix-the-long-lines-display-bug'
Gregory Heytings
2022-07-21
1
-0
/
+6
|
\
|
*
Fix segfault in composite.c
Eli Zaretskii
2022-07-09
1
-1
/
+1
|
*
Actually fix the long lines display bug (bug#56393).
Gregory Heytings
2022-07-08
1
-0
/
+6
*
|
* src/composite.c (find_automatic_composition): Fix off-by-one error.
Eli Zaretskii
2022-07-16
1
-1
/
+1
*
|
; * src/composite.c (Fcomposition_get_gstring): Fix compiler warnings.
Po Lu
2022-07-10
1
-1
/
+1
*
|
Speed up 'find_automatic_composition'
Eli Zaretskii
2022-07-10
1
-17
/
+29
*
|
Make STRING_SET_MULTIBYTE an inline function
Stefan Monnier
2022-07-09
1
-4
/
+6
|
/
*
Use BASE_EQ when comparing with Qunbound
Mattias EngdegÄrd
2022-06-12
1
-1
/
+1
*
Prefer CALLN
Paul Eggert
2022-03-14
1
-2
/
+2
*
Fix character compositions on the mode line
Eli Zaretskii
2022-02-19
1
-4
/
+12
*
Optionally allow point to enter composed character sequences
Eli Zaretskii
2022-02-12
1
-0
/
+10
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-12
1
-2
/
+2
*
; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.
Eli Zaretskii
2022-01-25
1
-1
/
+2
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Handle VS-16 correctly for non-emoji codepoints
Robert Pluim
2021-10-19
1
-0
/
+11
*
Enhance font_range to check for emoji composition triggers
Robert Pluim
2021-09-27
1
-6
/
+7
*
Fix cursor motion around some Emoji sequences
Eli Zaretskii
2021-09-25
1
-0
/
+3
*
Improve documentation of last change.
Eli Zaretskii
2021-08-18
1
-2
/
+2
*
Disable auto compositions on the Linux console only
Lars Ingebrigtsen
2021-08-18
1
-4
/
+24
*
Fix slow operation of 'string-width'
Eli Zaretskii
2021-06-05
1
-13
/
+63
*
Make 'string-width' auto-composition aware
Eli Zaretskii
2021-05-26
1
-3
/
+7
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Avoid segfaults due to using fonts that were closed
Eli Zaretskii
2020-10-26
1
-0
/
+21
*
Improve support for shaping Egyptian Hieroglyphs
Eli Zaretskii
2020-10-25
1
-5
/
+3
*
Merge from origin/emacs-27
Glenn Morris
2020-08-18
1
-1
/
+1
|
\
|
*
; spelling fixes
Paul Eggert
2020-08-13
1
-1
/
+1
*
|
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-08-15
1
-1
/
+1
*
|
Rehash hash tables eagerly after loading a dump
Pip Cet
2020-08-11
1
-1
/
+0
*
|
Merge from origin/emacs-27
Glenn Morris
2020-07-29
1
-3
/
+16
|
\
|
|
*
Fix last change
Eli Zaretskii
2020-07-25
1
-2
/
+13
|
*
Fix Arabic shaping when column-number-mode is in effect
Pip Cet
2020-07-25
1
-1
/
+3
*
|
; * src/composite.c (syms_of_composite): Fix last change.
Eli Zaretskii
2020-06-02
1
-1
/
+2
*
|
Fix Arabic composition rules
Eli Zaretskii
2020-06-02
1
-1
/
+2
*
|
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-23
/
+19
*
|
Treat out-of-range positions consistently
Paul Eggert
2020-03-27
1
-10
/
+7
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-04
1
-4
/
+14
|
\
|
[next]