aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashes in 'defconst'Stephen Berman2020-06-201-0/+1
* * src/xdisp.c (Fwindow_text_pixel_size): Doc fix. (Bug#41737)Eli Zaretskii2020-06-061-25/+35
* Fix Arabic shaping when eww/shr fill the text to be renderedEli Zaretskii2020-06-051-1/+6
* Don't call 'mbrtowc' on WINDOWSNTEli Zaretskii2020-06-011-1/+4
* Be more aggressive in marking objects during GCPaul Eggert2020-05-311-16/+10
* ; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a typo.Eli Zaretskii2020-05-311-1/+1
* Avoid crashes due to bidi cache being reset during redisplayEli Zaretskii2020-05-311-0/+2
* Fix access to single-byte characters in buffer textEli Zaretskii2020-05-252-5/+5
* Fix accessing files on networked drives on MS-WindowsEli Zaretskii2020-05-231-1/+11
* Redo RCS Id for pdumperPaul Eggert2020-05-211-0/+5
* 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