aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify macOS drawing codescratch/ns/surface-stuffAlan Third2021-05-312-322/+206
* Make the NS buffer copy happen before we need itAlan Third2021-05-311-2/+4
* Add a maximum cache size to NS port's EmacsSurfaceAlan Third2021-05-311-11/+16
* Make NS port swap buffers less oftenAlan Third2021-05-312-42/+55
* * 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
* | 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