summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-21; * src/keyboard.c (read_char): Typo in comment.Po Lu
2024-06-21Fix execution of tool-bar commands read within minibuffer-error-handlerPo Lu
2024-06-20Fix misspelled function name in comp.cStefan Kangas
2024-06-20Fix NS buildPo Lu
2024-06-20Fix last changeEli Zaretskii
2024-06-20Fix use of ':align-to' in 'wrap-prefix'Eli Zaretskii
2024-06-20* src/frame.c (gui_set_font): Reference image cache after reassignment.Po Lu
2024-06-20; * src/frame.c (make_frame): Typo.Po Lu
2024-06-20Correctly cache images when frames vary in their font metricsPo Lu
2024-06-19Avoid compilation warningsEli Zaretskii
2024-06-19Don't follow symlinks in returning directory attributes of /Po Lu
2024-06-19Avoid races between the tooltip and compositor on X and AndroidPo Lu
2024-06-18Correct resolution of non-virtual directory names on AndroidPo Lu
2024-06-17Reinforce bitmap reconfiguration on AndroidPo Lu
2024-06-16; Fix typosStefan Kangas
2024-06-16Fix clipboard request on macOS for yank-mediaRobert Pluim
2024-06-16Minor adjustments to battery.el on AndroidPo Lu
2024-06-15Fix electric-pair-mode when characters are bound to non-ASCII keysEli Zaretskii
2024-06-15Send proper substitution character to Android IMEsPo Lu
2024-06-14; * src/insdel.c (insert_from_gap_1): Update commentary.Eli Zaretskii
2024-06-14; Update comments in a recent commitEli Zaretskii
2024-06-14"Insert before markers" in read_and_insert_process_output properlyDmitry Gutov
2024-06-14Restore file's original name after a failed rename_replace on Windows 9XPo Lu
2024-06-14Enable compiling Emacs with implicit Make rules suppressedPo Lu
2024-06-13; * src/androidterm.c (android_term_init): Typo.Po Lu
2024-06-13; * src/w32proc.c (sys_kill): Handle negative PID when sig == 0.Eli Zaretskii
2024-06-13Fix removal of file locks on MS-Windows 9XEli Zaretskii
2024-06-13Correctly define `select' binding on AndroidPo Lu
2024-06-12Start of a fix for bug#71477Paul Eggert
2024-06-12Restore functionality on Android 2.2Po Lu
2024-06-11read_and_insert_process_output: Insert before markersDmitry Gutov
2024-06-11; * src/emacs.c (Fkill_emacs): Doc fix.Eli Zaretskii
2024-06-11Enable support for color fonts in recent releases of XftPo Lu
2024-06-11; Revert "Provide for negative PIDs on MS Windows"Eli Zaretskii
2024-06-11; Revert "* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly."Eli Zaretskii
2024-06-11; * src/process.c (read_and_dispose_of_process_output): Fix style.Eli Zaretskii
2024-06-11fast-read-process-output: Make saferDmitry Gutov
2024-06-11read_process_output_set_last_coding_system: Extract, reuseDmitry Gutov
2024-06-11* src/filelock.c (pid_strtoimax) [!WINDOWSNT]: Define correctly.Po Lu
2024-06-11Provide for negative PIDs on MS WindowsPo Lu
2024-06-11read_and_insert_process_output: Call 'prepare_to_modify_buffer' firstDmitry Gutov
2024-06-11; * src/process.c (syms_of_process): Fix ommission.Po Lu
2024-06-10Avoid rare assertion violations when deleting a frameEli Zaretskii
2024-06-10; * src/treesit.c (treesit_check_node): Don't use non-ASCII comments.Eli Zaretskii
2024-06-10Allow to print treesit objects from GDBEli Zaretskii
2024-06-10* src/print.c (print_vectorlike_unreadable): Fix merge accident.Mattias EngdegÄrd
2024-06-10; * src/process.c (read_process_output): Check in missing hunk.Po Lu
2024-06-10Rename new variable in process.cPo Lu
2024-06-10Re-enable TTY glyph production for batch mode frames on AndroidPo Lu
2024-06-09Unbreak build with Clang 15 on macOS 14.5Stefan Kangas