summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-02Make ?\LF generate 10, not -1 (bug#55738)Mattias Engdegård
2022-06-02* src/lread.c (skip_lazy_string): Fix uninitialised variable.Mattias Engdegård
2022-06-02More gracefully handle errors during Motif drag window creationPo Lu
2022-06-02Fix segfaults when starting on 80x26 TTY framesEli Zaretskii
2022-06-02Reinstate the Qload file name handlerLars Ingebrigtsen
2022-06-02Use `read-process-output-max' when creating pipes on GNU/LinuxFrédéric Giquel
2022-06-02Fix rare crash when async input happens while creating xm drag windowPo Lu
2022-06-02Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii
2022-06-02; * src/emacs.c (main): Move -version output after initialization.Eli Zaretskii
2022-06-02Fix macOS buildPo Lu
2022-06-02Fix potential NULL pointer dereference on NSPo Lu
2022-06-02Fix flickering tooltips with mouse DND without interprogram dragPo Lu
2022-06-02Fix tooltip frames leaking into mouse position on NSPo Lu
2022-06-02Fix flicker during mouse DND on Haiku as wellPo Lu
2022-06-02Fix typos in last changePo Lu
2022-06-02Fix tooltips flickering on X during `mouse-drag-and-drop-region'Po Lu
2022-06-02Clean up Motif drag-and-drop codePo Lu
2022-06-02Fix decoding of XdndStatus rectangles on 64-bit systemsPo Lu
2022-06-01Revert "Fix reader char escape bugs (bug#55738)"Mattias Engdegård
2022-06-01Avoid segfaults on MS-Windows when invoked with --versionEli Zaretskii
2022-06-01Fix reader char escape bugs (bug#55738)Mattias Engdegård
2022-06-01; * src/xterm.c (x_wait_for_cell_change): Don't call ConnectionNumber twice.Po Lu
2022-06-01Minor fixes to x_next_event_from_any_displayPo Lu
2022-06-01Fix Motif DND return value upon transfer failurePo Lu
2022-06-01Clean up text/uri-list mess inside the Dired drag-and-drop codePo Lu
2022-06-01Fix hangs when explicitly moving frames with input blockedPo Lu
2022-06-01Implement `allow-same-frame' for NS drag-and-dropPo Lu
2022-06-01Fix creation of menu items without help text on HaikuPo Lu
2022-06-01Fix pselect usage mistakesPo Lu
2022-06-01Fix the GTK buildPo Lu
2022-06-01Improve x_wait_for_cell_changePo Lu
2022-05-31Remove unused w32-* variablesEli Zaretskii
2022-05-31Slightly optimize x_check_errors as wellPo Lu
2022-05-31Fix replying to _NET_WM_PING during drag-and-dropPo Lu
2022-05-31Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsPo Lu
2022-05-31Implement `return-frame' for DND on NSPo Lu
2022-05-31Fix autorelease pool "straddling" during DND on NSPo Lu
2022-05-31Pacify GCC 12 in x_get_current_wm_statePaul Eggert
2022-05-31Pacify GCC 12 in dump_queue_enqueuePaul Eggert
2022-05-31Be more robust if doc file is corruptedPaul Eggert
2022-05-31Pacify GCC 12 in Fmove_overlayPaul Eggert
2022-05-31Pacify GCC 12 in Fx_show_tipPaul Eggert
2022-05-31Pacify GCC 12 in xrdb.cPaul Eggert
2022-05-31Pacify GCC 12 false positive in ccl.cPaul Eggert
2022-05-31Simplify CHAR_TABLE_REF_ASCIIPaul Eggert
2022-05-31Avoid undefined behavior in detect_coding routinesPaul Eggert
2022-05-31Pacify GCC 12 -fanalyzer in x_popup_menu_1Paul Eggert
2022-05-31Fix crashes displaying menu help text on NSPo Lu
2022-05-31Fix processing of DND events on GTKPo Lu
2022-05-31Fix unused variables on GTKPo Lu