aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Plug another hole for longjmp-ing from 'redisplay_window'Eli Zaretskii2021-08-161-0/+10
* Make overlays-in treat zero-length overlays at point-max consistentlyLars Ingebrigtsen2021-08-161-2/+3
* Make Emacs compile with musl instead of glibcLars Ingebrigtsen2021-08-151-2/+2
* ; * src/xdisp.c (display_mode_lines): Fix comment.Eli Zaretskii2021-08-151-2/+3
* Fix unwarranted point movement after C-gEli Zaretskii2021-08-151-5/+11
* * src/w32.c (_sys_read_ahead): Pacify a silly compiler warning.Eli Zaretskii2021-08-141-1/+1
* Fix 'random' on MS-Windows when integers are wider than 30 bitsEli Zaretskii2021-08-141-1/+6
* Fix problem where an error would change standard-outputLars Ingebrigtsen2021-08-131-2/+4
* Allow using XLFD font names with dashes in the family nameLars Ingebrigtsen2021-08-111-5/+37
* * src/nsterm.m (max_used_fringe_bitmap): Remove unused variable.Alan Third2021-08-081-1/+0
* Allow building on MacOS with MacPorts and libgccjitLars Ingebrigtsen2021-08-071-3/+4
* Fix automatic hscrolling when line numbers are displayedEli Zaretskii2021-08-061-4/+5
* Improve wording of recently changed documentationEli Zaretskii2021-08-061-3/+4
* Add function minibuffer-restore-windows (bug#45072)Juri Linkov2021-08-061-2/+5
* Add new user option 'read-minibuffer-restore-windows'martin rudalics2021-08-041-3/+15
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-315-9/+18
* Fix some macOS problemsAlan Third2021-07-312-13/+8
* Move parent frame setting code into EmacsWindowAlan Third2021-07-312-88/+99
* Move NS port toolbar handling to the windowAlan Third2021-07-313-62/+42
* Fix macOS live resize drawingAlan Third2021-07-311-16/+25
* Change NS port resize detectionAlan Third2021-07-311-67/+15
* Tidy up NS port OS window handlingAlan Third2021-07-313-190/+175
* Simplify macOS drawing codeAlan Third2021-07-312-326/+205
* * src/fontset.c (check_fontset_name): A better fix for bug#49782.Eli Zaretskii2021-07-311-4/+5
* * src/fontset.c (check_fontset_name): Fix last change.Eli Zaretskii2021-07-301-1/+1
* Avoid segfault when set-fontset-font is called from non-GUI framesEli Zaretskii2021-07-301-0/+3
* Convert fringe bitmaps to vectors on NS portAlan Third2021-07-263-113/+58
* Fix NS inset rectangle cornersAlan Third2021-07-261-24/+41
* Simplify NS sizing and positioning codeAlan Third2021-07-261-61/+38
* * src/nsterm.m (ns_set_frame_alpha): Enable alpha on GNUstep.Alan Third2021-07-261-3/+1
* Fix image crash on macOS (bug#49688)Alan Third2021-07-261-6/+2
* Fix compilation of xftfont.c with old fontconfigEli Zaretskii2021-07-251-0/+6
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-251-2/+2
* Allow empty elements in directory-appendLars Ingebrigtsen2021-07-251-13/+33
* ; * src/fileio.c (Fdirectory_append): Doc fix.Eli Zaretskii2021-07-241-3/+4
* Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen2021-07-241-2/+1
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-244-12/+3
* Tweak Fdirectory_append slightlyLars Ingebrigtsen2021-07-241-2/+2
* Tweak Fdirectory_append for efficiencyLars Ingebrigtsen2021-07-241-1/+2
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-241-37/+79
* Add new function `directory-append'Lars Ingebrigtsen2021-07-241-0/+46
* Make supersession warnings work againLars Ingebrigtsen2021-07-231-1/+1
* Fix display of line/wrap-prefix when there's a display property at BOLEli Zaretskii2021-07-221-2/+18
* Make input of multi-key inputs in different emacsclients more logicalLogan Perkins2021-07-211-10/+16
* * src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixupStefan Monnier2021-07-211-2/+2
* Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen2021-07-213-3/+16
* Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy2021-07-213-51/+60
* Factor out char_table_ref_simple for readabilityStefan Kangas2021-07-211-60/+44
* Fix final test for invalid base64url charsLars Ingebrigtsen2021-07-211-1/+1
* Make `kill-all-local-variables' also remove lambda from hooksjakanakaevangeli2021-07-201-6/+6