aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce 'compilation-safety' variableAndrea Corallo2024-05-101-2/+6
* Fix bug#66151Po Lu2024-05-071-4/+5
* `read': give fuller error message for errors following "#".Alan Mackenzie2024-05-061-12/+40
* (Fkey_description): Fix corner (bug#59305)Stefan Monnier2024-05-061-1/+1
* Fix lock files on some versions of CygwinEli Zaretskii2024-05-051-1/+3
* Retract lexical cookie source load warningMattias Engdegård2024-05-051-43/+5
* Fix cursor misalignment on truncated RTL rowsPo Lu2024-05-051-1/+1
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-045-9/+16
* Only issue lexical cookie warning for elisp filesMattias Engdegård2024-05-041-9/+22
* Simplify management of Android handle IDsPo Lu2024-05-046-450/+241
* ; * src/lread.c (warn_missing_cookie): Fix typo.Po Lu2024-05-041-4/+4
* * src/lread.c (warn_missing_cookie): Exempt the user init file.Po Lu2024-05-041-4/+11
* Warn when loading .el files without lexical-binding declarationMattias Engdegård2024-05-031-15/+41
* Prevent reporting of crashes when Emacs is restarted on AndroidPo Lu2024-05-031-0/+15
* Fix display of stipples on NS with respect to cursor highlightPo Lu2024-05-022-48/+86
* ; Improve commentary in intervals.hEli Zaretskii2024-05-021-6/+6
* Port visible bell to AndroidPo Lu2024-05-023-293/+7
* Switch to GXinvert in XTflashPo Lu2024-05-021-15/+4
* ; Update commentary in intervals.hPo Lu2024-05-021-4/+4
* Fix minor typos in haikuterm.cPo Lu2024-05-011-3/+3
* Implement dots and dashes on NextstepPo Lu2024-05-012-13/+68
* ; Update pvec_type hash for CHECK_STRUCTSBasil L. Contovounesios2024-05-011-1/+1
* ; * src/androidselect.c (extract_fd_offsets): Fix typos.Po Lu2024-05-011-2/+2
* Fix compatibility issues with Android clipboardsPo Lu2024-05-013-40/+218
* Fix deletion of text holding `inhibit-read-only' propertiesPo Lu2024-04-302-15/+41
* Work around bad GCC diagnostic in select_windowPaul Eggert2024-04-301-0/+4
* Pacify GCC 14 -Wanalyzer-out-of-bounds in hbfont.cPaul Eggert2024-04-301-0/+2
* Pacify GCC 14 -Wstring-operflow in ftfont.cPaul Eggert2024-04-301-5/+5
* Pacify GCC 14 -Wnull-dereference in intervals.cPaul Eggert2024-04-301-4/+5
* Pacify GCC 14 -Wnull-dereference in tim_sortPaul Eggert2024-04-302-4/+3
* Pacify GCC 14 -Wclobbered in eval.cPaul Eggert2024-04-301-0/+6
* Pacify GCC 14 -Wnull-dereferencePaul Eggert2024-04-305-42/+36
* Pacify GCC 14 -Walloc-sizePaul Eggert2024-04-301-2/+3
* Fix value< string comparison ungoodthinkMattias Engdegård2024-04-291-4/+4
* Take fields into account during text conversionPo Lu2024-04-299-38/+323
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-285-94/+149
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-2813-109/+116
* * src/comp.c (comp_hash_string): Count bytes, not chars.Mattias Engdegård2024-04-281-1/+1
* Implement dots and dashes on PGTKPo Lu2024-04-282-16/+76
* Implement dots and dashes on HaikuPo Lu2024-04-282-11/+105
* Fix the Haiku buildPo Lu2024-04-281-1/+1
* Implement dots and dashes on AndroidPo Lu2024-04-284-20/+269
* Fix the MS-Windows build broken by a recent commitEli Zaretskii2024-04-281-1/+1
* Fix Android buildPo Lu2024-04-281-1/+1
* Implement dots and dashes on XPo Lu2024-04-283-23/+108
* Port double-line underlines to GUI systemsPo Lu2024-04-287-77/+181
* ; * src/term.c (turn_on_face): Fix coding style.Po Lu2024-04-281-3/+3
* Fix ommissions in window scrolling commands that ought to clear vscrollPo Lu2024-04-271-1/+21
* Merge from origin/emacs-29Eli Zaretskii2024-04-272-1/+5
|\
| * Avoid assertion violations in 'push_prefix_prop'Eli Zaretskii2024-04-212-1/+5