aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix syntax bugs involving escaped newlines in commentsAlan Mackenzie2023-05-221-3/+17
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-224-89/+148
|\ \ \ | |/ /
| * | Plug various leaks and fix input method initializationPo Lu2023-05-224-89/+148
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-191-1/+2
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-181-1/+2
| |\ \ | | |/
| | * Attempt to fix redisplay problems on macOSAaron Jensen2023-05-181-1/+2
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-1839-163/+143
|\ \ \ | |/ /
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-1739-151/+138
| * | Port modiff changes to GCC 4.8.5Paul Eggert2023-05-171-12/+5
* | | Add touchscreen support to the tab barPo Lu2023-05-163-12/+121
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-1511-46/+68
|\ \ \ | |/ /
| * | Prefer _WIDTH macros to sizeof in pdumper.cPaul Eggert2023-05-141-16/+10
| * | Prefer PTRDIFF_WIDTH in sort.cPaul Eggert2023-05-141-1/+1
| * | Prefer UINTMAX_WIDTH in print_objectPaul Eggert2023-05-141-1/+1
| * | Help GCC compute modiff_incrPaul Eggert2023-05-142-13/+19
| * | Pacify GCC 13 -Wnull-dereference in itree.cPaul Eggert2023-05-141-4/+2
| * | Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-143-10/+10
| * | Work around GCC bug 109847 in buffer.cPaul Eggert2023-05-141-0/+8
| * | Work around GCC bug 109579 in ccl.cPaul Eggert2023-05-141-0/+8
| * | Work around GCC bug 109577Paul Eggert2023-05-141-0/+8
| * | Pacify GCC 13 -fanalyzer in tty_menu_activatePaul Eggert2023-05-141-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-1418-265/+430
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-1312-232/+389
| |\ \ | | |/
| | * Merge branch 'scratch/long-lines-cleanup' into 'emacs-29'Gregory Heytings2023-05-1311-231/+389
| | |\
| | | * Add an assertion in, and a commentary for, 'get_nearby_bol_pos'scratch/long-lines-cleanupGregory Heytings2023-05-131-3/+9
| | | * Fix the return type of 'labeled_restrictions_get_bound'Gregory Heytings2023-05-131-41/+42
| | | * Another final fix to last changesGregory Heytings2023-04-021-1/+1
| | | * Three final fixes to last changesGregory Heytings2023-04-011-3/+3
| | | * Two further fixes to last changesGregory Heytings2023-04-011-2/+3
| | | * Improve and fix last changesGregory Heytings2023-04-011-12/+21
| | | * Fix cursor motion in character-only terminalsGregory Heytings2023-03-291-2/+6
| | | * Make get_medium_narrowing_begv/zv staticGregory Heytings2023-03-292-4/+2
| | | * Improve accuracy of cursor motion commands in long linesGregory Heytings2023-03-291-2/+21
| | | * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-298-0/+14
| | | * Code cleanup for long line optimizationsGregory Heytings2023-03-296-207/+313
| | * | Fix mouse highlight with some fonts in Cairo buildsEli Zaretskii2023-05-121-1/+0
| * | | Fix detection of tab bar windows on PGTKPo Lu2023-05-135-26/+21
| * | | Fix opaque region specification on no-toolkit buildsPo Lu2023-05-131-7/+20
* | | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-132-2/+10
|\ \ \ \ | |/ / /
| * | | Add trailing space to PROMPT in yes-or-no-pMichael Albinus2023-05-121-1/+10
| * | | Don't set background_filled_pPo Lu2023-05-121-1/+0
* | | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-121-10/+4
|\ \ \ \ | |/ / /
| * | | More descriptive character escape syntax error messages (bug#63436)Mattias EngdegÄrd2023-05-111-10/+4
* | | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-113-3/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'emacs-29'Stefan Monnier2023-05-103-3/+20
| |\ \ \ | | |/ /
| | * | with-display-message: Workaround for bug#63253Stefan Monnier2023-05-092-3/+11
| | * | Avoid crashes in --without-all build trying to scale non-ASCII charEli Zaretskii2023-05-091-0/+9
| | * | Fix crash when creating a child frame in NS (bug#63107)Alan Third2023-05-081-1/+12
* | | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-102-52/+38
|\ \ \ \ | |/ / /
| * | | Speed up skip-chars-{forward|reverse} with char classesMattias EngdegÄrd2023-05-092-52/+38