aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Eliminate some GCC warningsMattias Engdegård2021-06-164-9/+13
* | * src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation.Mattias Engdegård2021-06-161-1/+1
* | Prepare pdumper dump file in memory, write it in one go (Bug#46881)Pip Cet2021-06-161-5/+22
* | Add a new function syntax-class-to-charLars Ingebrigtsen2021-06-151-0/+18
* | ; * src/fileio.c (Fsubstitute_in_file_name): Doc fix.Eli Zaretskii2021-06-131-1/+2
* | Fsubstitute_in_file_name doc string clarificationLars Ingebrigtsen2021-06-131-0/+2
* | Add ability to bring only the selected frame to the front (bug#48865)Matt Beshara2021-06-121-2/+11
* | Provide new option `delete-window-set-selected' (Bug#47300)Martin Rudalics2021-06-101-21/+4
* | Remove pause on fullscreening in NS (bug#48406)Alan Third2021-06-092-38/+2
* | Fix image filename encoding issues (bug#48902)Alan Third2021-06-093-19/+16
* | Merge from origin/emacs-27Glenn Morris2021-06-081-0/+17
|\ \ | |/
| * ; * src/composite.h: Improve comments for LGSTRING and LGLYPH.Eli Zaretskii2021-06-021-0/+17
* | Revert "src/nsterm.m: fix window tabbing on macOS"Alan Third2021-06-071-0/+8
* | * src/xdisp.c (Fwindow_text_pixel_size): Plug memory leak. (Bug#48884)Eli Zaretskii2021-06-071-0/+3
* | src/nsterm.m: fix window tabbing on macOSPaul W. Rankin2021-06-061-8/+0
* | * src/keyboard.c (read_decoded_event_from_main_queue): Fix paren typoStefan Monnier2021-06-051-1/+1
* | Support terminal emulators that encode the Meta modifier as 8th bitMax Mikhanosha2021-06-051-10/+43
* | Fix slow operation of 'string-width'Eli Zaretskii2021-06-053-17/+68
* | Fix fill-column-indicator on TTY framesEli Zaretskii2021-06-031-3/+11
* | Cross-reference the message/error control variablesLars Ingebrigtsen2021-06-032-3/+8
* | Fix a typo in 'produce_glyphless_glyph'Eli Zaretskii2021-06-021-8/+2
* | Improve performance of NS port's display on macOSAlan Third2021-06-012-52/+72
* | Make frames record when their selected window was the mini-windowAlan Mackenzie2021-05-313-1/+26
* | * src/keyboard.c (make_lispy_event): Fix previous.Glenn Morris2021-05-311-1/+1
* | Correct mouse handling when window origin changes between down and up eventsAlan Mackenzie2021-05-311-13/+51
* | Add new convenience function `buffer-local-boundp'Lars Ingebrigtsen2021-05-311-1/+3
* | Don't account for character compositions in 'format' and friendsEli Zaretskii2021-05-303-7/+10
* | `minibuffer-exit-hook' doc string clarificationLars Ingebrigtsen2021-05-301-1/+1
* | Fix key recording bug when an input method is activatedGregory Heytings2021-05-291-13/+0
* | Improve the file-accessible-directory-p doc strinLars Ingebrigtsen2021-05-291-6/+10
* | ; * src/Makefile.in: Fix typo.Philipp Stephani2021-05-281-1/+1
* | Another stability fix in 'lisp_string_width'Eli Zaretskii2021-05-281-1/+1
* | Attempt to fix segfaults caused by changes in 'lisp_string_width'Eli Zaretskii2021-05-281-3/+7
* | ; * src/character.c (lisp_string_width): Another defensive fix.Eli Zaretskii2021-05-271-3/+6
* | * src/character.c (lisp_string_width): Fix a typo in recent change.Eli Zaretskii2021-05-271-1/+1
* | Fix resolution of symlinks during dumpingEli Zaretskii2021-05-273-9/+50
* | * src/character.c (lisp_string_width): Fix last change.Eli Zaretskii2021-05-271-8/+4
* | Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård2021-05-271-5/+5
* | * src/character.c (lisp_string_width): Add missing type checks.Philipp Stephani2021-05-271-4/+8
* | A better fix for 'string-width'Eli Zaretskii2021-05-271-9/+35
* | Make 'string-width' auto-composition awareEli Zaretskii2021-05-263-3/+28
* | * src/sysdep.c (system_process_attributes): Fix misspelled Qttname for FreeBSDFilipp Gunbin2021-05-261-1/+1
* | Improve system_process_attributes on macOS (Bug#48548)Filipp Gunbin2021-05-261-21/+61
* | Fix documentation of a recent changeEli Zaretskii2021-05-251-4/+7
* | Try to not prioritise reading from lower file descriptorsMiha Rihtaršič2021-05-251-1/+25
* | Consider all user-defined bitmaps in gui_init_fringe()Gregory Heytings2021-05-251-2/+3
* | * 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