aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/editfns.c (Finsert_char): Add docstring reference to read-char-by-name.Juri Linkov2021-05-221-2/+2
* Merge from origin/emacs-27Glenn Morris2021-05-221-4/+4
|\
| * * src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix. (Bug#48539)Eli Zaretskii2021-05-211-4/+4
* | * Fix ahead-of-time native compilation for out-of-tree builds (bug#48497)Andrea Corallo2021-05-211-1/+2
* | Fix arg-out-of-range errors in 'line-number-at-pos'Eli Zaretskii2021-05-201-1/+1
* | Make sure gmalloc's hybrid_free preserves errnoEli Zaretskii2021-05-201-2/+20
* | Clean up the fix for unexec build on GNU/LinuxEli Zaretskii2021-05-202-11/+30
* | ; * src/fns.c (Fline_number_at_pos): Fix doc string and comments.Eli Zaretskii2021-05-201-7/+9
* | Avoid crashes in condition-caseEli Zaretskii2021-05-171-3/+6
* | Remove unreliable test for match data clobberingNoam Postavsky2021-05-161-6/+5
* | Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-153-3/+11
* | Miscellaneous corrections to src/minibuf.c for bug #48337Alan Mackenzie2021-05-151-7/+9
* | Have X builds handle VisibilityNotify events (Bug#48268, Bug#48413)Martin Rudalics2021-05-151-0/+5
* | Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie2021-05-142-15/+24
* | Merge from origin/emacs-27Glenn Morris2021-05-1311-28/+28
|\ \ | |/
| * Fix compilation errors with latest w32 API headersEli Zaretskii2021-05-0911-28/+28
* | Process sentinels need to work under X and commandlinedickmao2021-05-133-8/+10
* | Fix vertical cursor motion across tall text or small imagesEli Zaretskii2021-05-131-0/+42
* | Make searching for files faster under WindowsNicolás Bértolo2021-05-131-1/+11
* | Use an explicit line width of 1 on hollow cursors under XRadon Rosborough2021-05-131-2/+3
* | ; * src/image.c (xpm_format, xpm_valid_color_symbols_p): Fix last change.Eli Zaretskii2021-05-131-2/+3
* | * src/image.c (xpm_image_p): Avoid another compiler warning.Eli Zaretskii2021-05-131-0/+2
* | * src/image.c: Avoid compiler warnings in Cairo builds without XPM.Eli Zaretskii2021-05-131-3/+4
* | Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268)Martin Rudalics2021-05-126-6/+52
* | Rename comp-deferred-compilationAndrea Corallo2021-05-111-3/+4
* | Fix assertions in nth_minibufferEli Zaretskii2021-05-111-0/+2
* | Base the "extraclean" Make rule on "maintainer-clean"Glenn Morris2021-05-091-4/+1
* | Prevent the selected window being a dead mini-window when switching framesAlan Mackenzie2021-05-081-3/+11
* | Rename comp-eln-load-path → native-comp-eln-load-pathAndrea Corallo2021-05-062-8/+8
* | Rename comp-warning-on-missing-sourceAndrea Corallo2021-05-062-2/+4
* | Rename comp-native-driver-options → native-comp-driver-optionsAndrea Corallo2021-05-061-2/+2
* | Rename comp-debug -> native-comp-debugAndrea Corallo2021-05-061-2/+2
* | Rename comp-speed -> native-comp-speedAndrea Corallo2021-05-061-3/+3
* | ; * src/doc.c (syms_of_doc): Fix last change.Eli Zaretskii2021-05-061-7/+7
* | Improve formatting in text-quoting-style docstringStefan Kangas2021-05-061-11/+13
* | Fix wrong handling of minibuffers when frames get iconified/made invisibleAlan Mackenzie2021-05-062-58/+22
* | Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* | Fix setting of 'width' and 'height' frame parametersMartin Rudalics2021-05-051-3/+6
* | Fix two GTK3 event handling issuesMartin Rudalics2021-05-051-24/+50
* | Make the ELC+ELN lines line up with the other linesLars Ingebrigtsen2021-05-051-1/+1
* | Fix infloop in lsp-modeEli Zaretskii2021-05-041-0/+5
* | Merge from origin/emacs-27Glenn Morris2021-05-041-3/+6
|\ \ | |/
| * Improve doc string of 'tab-width'.Eli Zaretskii2021-04-301-3/+6
| * Fix crash when using menus and tramp on NSAlan Third2021-04-041-2/+16
* | Remove as of recently unused GDK macroBasil L. Contovounesios2021-05-041-2/+0
* | Fix a problem with x_set_tab_bar_lines (Bug#46827)Martin Rudalics2021-05-042-8/+13
* | Fix unquoting of file names in subprocesses (Bug#48177)Michael Albinus2021-05-031-2/+11
* | Fix incorrect resizing behaviour on macOS (bug#48157, bug#48162)Alan Third2021-05-031-14/+22
* | Add two changes announced but not included in previous commitMartin Rudalics2021-05-021-18/+14
* | Fix crash when resizing GNUstep buildsAlan Third2021-05-022-9/+8