aboutsummaryrefslogtreecommitdiffstats
path: root/src/textconv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Pacify -Wunused-function re get_conversion_fieldPaul Eggert2025-12-081-5/+2
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-0/+6
* Replace call[1-8] with callnStefan Kangas2025-01-191-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix get_conversion_field --with-wide-wint overflowPaul Eggert2024-07-161-2/+2
* Fix latent side-effects of respecting field boundaries in text conversionPo Lu2024-06-251-9/+16
* Fix minor issues in textconv.cPo Lu2024-05-271-1/+5
* Work around bad GCC diagnostic in select_windowPaul Eggert2024-04-301-0/+4
* Take fields into account during text conversionPo Lu2024-04-291-24/+272
* Prevent passwords from being recorded during text conversionPo Lu2024-03-261-1/+2
* textconv.c: Fix warnings with-wide-intStefan Monnier2024-02-031-7/+3
* Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert2024-01-281-18/+10
* Revert "Add new `swap` macro and use it"Po Lu2024-01-061-7/+21
* Add new `swap` macro and use itStefan Kangas2024-01-061-21/+7
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-101-3/+3
* Introduce an input method callback required by Android 34Po Lu2023-10-051-1/+167
* ; Cleanup comments and doc strings in textconv.cEli Zaretskii2023-08-191-79/+83
* ; * src/textconv.c (Fset_text_conversion_style): Fix typo.Po Lu2023-08-191-5/+5
* Disable text conversion within read-char-from-minibufferPo Lu2023-08-191-1/+4
* Update Android portPo Lu2023-07-051-3/+86
* Update Android portPo Lu2023-06-111-6/+6
* Inherit surrounding text properties when inserting conversion textPo Lu2023-06-101-4/+21
* ; Fix typosPo Lu2023-06-091-2/+2
* Avoid responding to input method queries asynchronouslyPo Lu2023-06-091-0/+43
* Update Android portPo Lu2023-06-071-0/+100
* Improve undo behavior on AndroidPo Lu2023-06-061-17/+14
* Behave correctly when IMEs commit or compose text with active markPo Lu2023-06-031-25/+79
* Update Android portPo Lu2023-06-031-4/+9
* Update Android portPo Lu2023-06-021-6/+54
* Update Android portPo Lu2023-06-011-7/+16
* Correctly report start and end in extracted textPo Lu2023-06-011-7/+17
* Fix build with Lisp_Object type checkingPo Lu2023-05-311-1/+2
* Update Android portPo Lu2023-05-311-0/+6
* Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-3/+3
|\
| * Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* | Update Android portPo Lu2023-05-061-8/+18
* | Update Android portPo Lu2023-03-201-2/+2
* | Update Android portPo Lu2023-03-151-2/+0
* | Update Android portPo Lu2023-03-141-34/+0
* | Update Android portPo Lu2023-03-121-3/+33
* | ; * textconv.c: Remove out-of-date comment.Po Lu2023-03-091-6/+2
* | Update Android portPo Lu2023-03-061-0/+43
* | Update Android portPo Lu2023-03-031-10/+29
* | Update Android portPo Lu2023-02-261-9/+29
* | Update Android portPo Lu2023-02-221-0/+3
* | Update Android portPo Lu2023-02-181-17/+26
* | Notify input methods when editing failsPo Lu2023-02-181-0/+57
* | Work around race condition bug in Android 13's input managerPo Lu2023-02-171-0/+13