aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in handle_display_specClément Pit-Claudel2020-05-131-1/+1
* In x_hide_tip reset tip_last_frame for GTK+ tooltips only (Bug#41200)Martin Rudalics2020-05-131-3/+5
* Refer to fill column indicator Info node in some places.Philipp Stephani2020-05-091-3/+6
* Fix handling of FROM = t and TO = t by 'window-text-pixel-size'Eli Zaretskii2020-05-081-15/+38
* * src/editfns.c (Fformat): Small documentation fix.Philipp Stephani2020-05-051-1/+1
* Improve doc strings of makunbound and fmakunboundStefan Kangas2020-05-031-4/+16
* Make sure alist-related functions say so in their docEli Zaretskii2020-04-291-28/+28
* Avoid crashes on TTY frames with over-long compositionsEli Zaretskii2020-04-281-1/+1
* ; * src/xdisp.c: Improve the introductory commentary.Eli Zaretskii2020-04-241-95/+176
* * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-182-5/+7
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-182-2/+2
* Avoid crashes in regex-emacs.c due to GCEli Zaretskii2020-04-181-0/+22
* Limit RLIMIT_NOFILE to FD_SETSIZE on macOSYAMAMOTO Mitsuharu2020-04-151-0/+15
* Clarify documentation on inhibit-modification-hooks intended usageŠtěpán Němec2020-04-131-1/+7
* Fix build failure with Fx_gtk_debugMartin Rudalics2020-04-121-0/+4
* Fix redisplay when scrolling under redisplay-dont-pauseEli Zaretskii2020-04-101-0/+4
* Avoid assertion violation in intervals.cEli Zaretskii2020-04-091-1/+1
* Speed up 'resize-mode' child frames a littleDmitry Gutov2020-04-081-8/+16
* Fix some problems with moving and resizing child framesMartin Rudalics2020-04-064-25/+108
* Fix small bug in copy_string_contents.Philipp Stephani2020-04-031-1/+1
* Don't draw GTK's internal border and tab bar on top of each otherMartin Rudalics2020-04-031-4/+0
* ; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: Doc fix.Eli Zaretskii2020-04-031-4/+4
* ; * src/decompress.c: Fix comment style.Eli Zaretskii2020-03-291-3/+3
* ; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.Eli Zaretskii2020-03-291-3/+3
* Don't suggest setting face-remapping-alist to a literal (Bug#39812)Noam Postavsky2020-03-281-2/+5
* Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-223-3/+4
* Use correct registry name for windows-1251 charsetRobert Pluim2020-03-191-1/+1
* Recalculate default font when switching font backendRobert Pluim2020-03-179-10/+30
* Fix display of Big5 characters when using FontconfigEli Zaretskii2020-03-142-2/+2
* Port .gdbinit to clang with -gdwarf-4Paul Eggert2020-03-091-1/+1
* ; * src/timefns.c: Fix typo in previous change.Paul Eggert2020-03-081-1/+1
* * src/timefns.c: Add comments.Paul Eggert2020-03-081-7/+42
* * src/timefns.c: Add comments.Paul Eggert2020-03-081-8/+24
* Attempt to avoid rare segfaults in show_mouse_faceEli Zaretskii2020-03-061-0/+4
* Avoid crashes when a fontset has strange entriesEli Zaretskii2020-03-051-2/+10
* Fix implicit declaration of getenv and atolAndreas Schwab2020-03-031-0/+1
* Fix handling MS-Windows keyboard input above the BMPEli Zaretskii2020-03-031-1/+41
* Don't attempt to cache glyph metrics for FONT_INVALID_CODERobert Pluim2020-03-023-8/+16
* * src/timefns.c (time_arith): Omit incorrect comment.Paul Eggert2020-02-281-3/+1
* Range-check width passed to define-fringe-bitmapRobert Pluim2020-02-261-2/+5
* Define libgnutls-version properlyNoam Postavsky2020-02-251-7/+12
* Fix bug when visiting euc-jp-encoded directoriesPaul Eggert2020-02-191-1/+1
* Fix unexec failure on macOS 10.15.4YAMAMOTO Mitsuharu2020-02-161-23/+24
* ; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani2020-02-131-1/+1
* Make after-change-functions called from call-process get the correct BEGAlan Mackenzie2020-02-131-2/+3
* Revert "Fix display of working text on NS (Bug#23412, Bug#1453)"Alan Third2020-02-111-4/+4
* Fix set-fontset-font with ADD arg non-nilEli Zaretskii2020-02-091-1/+1
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-095-11/+11
* Cater for 3-argument version of pthread_setname_npRobert Pluim2020-02-031-3/+5
* Ensure minibuffer input is added to history in read_minibufFederico Tedin2020-01-311-4/+4